Quote:
Originally Posted by SCION
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