View Single Post
Old 01-22-2011, 03:14 PM   #22
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
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system/app

What's the full name of the .apk file? I don't have the keyboard.
I have a file named GingerBread.apk in my /system/app folder.

I wasn't sure which of the following 2 I was supposed to do so I tried them sequentially. Neither worked:
C:\Users\Barry>adb shell mount -o remount,rw /dev/block/mmcblk0p5/system/app
mount: Invalid argument

C:\Users\Barry>adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system/app/gingerbread.apk
mount: No such file or directory
BarryR is offline   Reply With Quote