Tag Archives: adb

How to push .apk to Android /system/app/

To push Launcher.apk to /system/app/ In Terminal 1 adb shell #su #mount -o remount -r -w -t yaffs2 /dev/block/mtdblock3 /system In Terminal 2, go to the .apk containing folder adb push myApp.apk /system/app/

Posted in Android | Tagged , , | Leave a comment