jasri.blogg.se

How to push firestarter apk
How to push firestarter apk













Remout /system partition back to READ-ONLY, and exit $chmod 644 /system/app/Test/Base.apk Requires 755 permission for this dir $ chmod 755 /system/app/TestĬopy your base.apk inside $ cat /sdcard/base.apk > /system/app/Test/Base.apk For now, lets use Test $ mkdir /system/app/Test Ideally this folder name should be application name. $ mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /systemĬreate a Test directory inside /system/app folder. Remount the system partition with WRITE permission. (If you don't know how to do that, just Google.) $ su If your device is not rooted, get it rooted first.

how to push firestarter apk how to push firestarter apk

Rename your apk file to base.apk $ adb push base.apk /sdcard/Įnter the console and get the shell $ adb shell For older versions use posaidong's answer

how to push firestarter apk

These are the steps if you are installing a system apk for Android 5.0 or later devices.















How to push firestarter apk