This file contains hidden or 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
#!/usr/bin/env python | |
# installAPK.py | |
# Author; George Lester | |
# Created; 2016-01 | |
# Uninstalls (and reinstalls) the given APK by path. | |
# This is needed in some cases where: | |
# - signed/unsigned APKs conflict, | |
# - `adb install -r` does not actually do anything, |