Advertisement
metalx1000

Android Kiosk Script

Jun 22nd, 2014
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/system/bin/sh
  2. #by Kris Occhipinti
  3. #http://filmsbykris.com
  4.  
  5. #disable launcher (desktop/home screen and menu buttons)
  6. pm disable com.android.launcher
  7. #kill system tool bar
  8. busybox killall com.android.systemui && service call activity 79 s16 com.android.systemui
  9. am start -a android.intent.action.VIEW -d http://www.filmsbykris.com
  10. or
  11. am start -n com.phonegap.www/.MKInventory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement