Skip to content

Instantly share code, notes, and snippets.

View amlannag6's full-sized avatar
🐻
Hibernating

Amlan amlannag6

🐻
Hibernating
  • Fiscal Realities Economists
  • British Columbia
  • 05:30 (UTC -07:00)
  • LinkedIn in/amlannag6
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,