WARNING : This is only for those who have flashed the JellyBean ROM with unlocked bootloader.
Acer have included a security to prevent users remounting /system partition with write access. Since we don't have
sources of this new kernel, this can't be undone atm.
So here is a patched kernel that, at least, allow root apps (for example) to get write access and get ready to remove bloatware.
This will not enable "adb remount".
(You can also flashed it manually : fastboot -i 0x0502 flash boot boot.img)
After flashing the kernel if you want to remount /system manually (you have to be root) :
With ADB :
Quote
$ su
# mount -ro remount,rw /system
With a terminal emulator :
Quote
# mount -ro remount,rw /system
Changelog :
v2 (28/12/2012) :
-Support adb remount/adb push
-adbd running as root
Edited by vache, 28 December 2012 - 03:57 PM.







Sign In
Create Account


Back to top










