Android 4.5 Reportedly Breaks Many Popular Root-Only Apps

Android 4.5 Reportedly Breaks Many Popular Root-Only Apps

I like root-only apps, you like root-only apps. But do you know who doesn’t like root-only apps? Android 4.5.

That’s right: the next Android update is actively in development and should be released within the first quarter or second quarter of 2014. Unfortunately for users of rooted Android devices, Android 4.5 could be a devastating update.android 4-5

Why? Well, according to a new report from ChainFire on Google+, Android 4.5 has some serious issues with the way it handles root-only apps.

ChainFire discovered these problems after looking at recent updates to the Android Open Source Project master tree.

Specifically, the source code problems include:

-A recent update prevents the unconfined domain (everything you run through su by default) from executing files located on the /data partition

-Many root-only apps store their binaries and scripts inside the files and lib directory under the /data partition

-Not all root-only apps do this, but a large number of them do

-This effectively breaks root-only apps, but it’s something that can be fixed with an app update

-ChainFire is encouraging root-only app developers to update their apps and add one of the following solutions:

-Extract and run from memory or rootfs

-Pipe commands directly to su instead of writing to a .sh first

-Forcing a context switch to a non-unconfined domain by way of su parameter or runcon, etc.

So yeah, if you know what any of those words mean, then maybe go and do those things. Got it?

Not necessarily Android 4.5

ChainFire arbitrarily named the update Android 4.5. It could actually be Android 5.0 or Android 4.6 or anything else. We just don’t know at this point. The only thing we do know is that it hasn’t been released for any Android devices yet.

The good news is that this update probably will not permanently destroy your precious root-only apps. However, root-only apps that aren’t frequently updated could be in trouble. Other root-only Android developers, meanwhile, may already be working on updating their apps right now.

You can check out the changes on the AOSP here:

Leave a Reply

TEST1