Created
February 28, 2014 04:44
-
-
Save FoamyGuy/9265390 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cool