Quote:
Originally Posted by SCION
You got an error message with the first one because the command is not proper.
Are you able to copy and paste. It's best that you do that.
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system/app
(This mounts the drive as read/write)
If that is successful then try to uninstall:
ADB uninstall /system/app/GingerBread.apk
|
When I try the adb shell mount... command I get the error "mount: invalid command"
"ADB uninstall /system/app/GingerBread.apk"
gets me "Failure"
Quote:
Originally Posted by SCION
This is confusing now. After you try the above...
Check /data/app and see if the Gingerbread keyboard is there as well.
|
my /data folder is empty.