Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/system/bin/sh
- #by Kris Occhipinti
- #http://filmsbykris.com
- #disable launcher (desktop/home screen and menu buttons)
- pm disable com.android.launcher
- #kill system tool bar
- busybox killall com.android.systemui && service call activity 79 s16 com.android.systemui
- am start -a android.intent.action.VIEW -d http://www.filmsbykris.com
- or
- am start -n com.phonegap.www/.MKInventory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement