Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
adb remount
adb push busybox /system/bin/busybox
adb push dump_image /system/bin/dump_image
adb shell
chmod 755 /system/bin/busybox
chmod 755 /system/bin/dump_image
/system/bin/dump_image boot /sdcard/boot.img
/system/bin/busybox tar czvf /sdcard/systemdump /system