Skip to content

Instantly share code, notes, and snippets.

View amlannag6's full-sized avatar
🎀
Developing

Amlan Nag amlannag6

🎀
Developing
View GitHub Profile
@amlannag6
amlannag6 / installAPK.py
Created March 17, 2022 18:37 — forked from Knetic/installAPK.py
Guarantees an APK file will be freshly installed onto an Android device
#!/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,