Quote:
Originally Posted by iknowsquat
adb remount
will make /system read-write.
It wont "stick" so it will revert back to Read only by itself. I'm not 100% on what reverts it back but I know adb remount is not permanent.
|
adb remount works fine when the phone is all booted up, however after flashing I get a one-way ticket to Bootloop City if I replace framework-res.apk.
If I try adb remount in recovery I get "remount failed: Invalid argument"
If I simply do adb push to replace framework-res.apk it loooooks like it works, but after booting up the phone and doing adb pull, it's still the old file...nothing is updated. I'm assuming this is because /system wasn't mounted when I tried to push.
I'm too much of a n00b to figure out how to resolve this, even after a couple hours on Google.
I did figure out a quick-fix, which is making a flashable update.zip, but I'd like to know how to do this using ADB for future reference.