View Single Post
Old 01-22-2011, 03:59 PM   #30
BarryR
Connoisseur
BarryR doesn't litterBarryR doesn't litter
 
Posts: 67
Karma: 104
Join Date: Jan 2011
Location: Wilbraham, MA
Device: Color Nook
Quote:
Originally Posted by SCION View Post
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 View Post
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.
BarryR is offline   Reply With Quote