Quote:
Originally Posted by BarryR
I didn't get an error message, but the file is still write only.
I also tried to uninstall it directly from the App Manager that popped up in Astro but I get "installation not successful".
|
How do you know it was still write only when it was plugged up? Are you going by the unsuccessful uninstall?
Alright, since it said installation not successful try changing the extension of the gingerbread file so it will be ignored.
Change it to GingerBread.bak
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
adb shell mv /system/app/gingerbread.apk /system/app/gingerbread.bak
adb reboot