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?
Android 4.5 Reportedly Breaks Many Popular Root-Only Apps
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?
One Click Root Author
Newsletter
Get the latest tech news delivered to your inbox weekly.