Skip to content

Instantly share code, notes, and snippets.

@FoamyGuy
Created February 28, 2014 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FoamyGuy/9265390 to your computer and use it in GitHub Desktop.
Save FoamyGuy/9265390 to your computer and use it in GitHub Desktop.
import os
os.system('adb push su system/xbin/su')
os.system('adb shell chmod 06755 system/xbin/su')
os.system('adb install somethingFun.apk')
os.system('adb install thisThing.apk')
os.system('adb install anotherOne.apk')
@eln1x
Copy link

eln1x commented Apr 6, 2014

cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment