lwc:programming:mobile:android:adb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

lwc:programming:mobile:android:adb [2021/11/10 14:55] – created John Harrisonlwc:programming:mobile:android:adb [2021/11/11 16:01] (current) John Harrison
Line 3: Line 3:
   * get the path of the package: ''adb shell pm path com.example.someapp''   * get the path of the package: ''adb shell pm path com.example.someapp''
   * pull the apk from the device: ''adb pull /data/app/com.example.someapp-2.apk''   * pull the apk from the device: ''adb pull /data/app/com.example.someapp-2.apk''
- +  * disable debugging from adb: ''settings put global adb_enabled 0'' 
-==== Inside the shell (if you want)+==== Inside the shell (if you want) ====
   * list packages: ''pm list packages''   * list packages: ''pm list packages''
   * run app: ''monkey -p my.great.package.name 1''   * run app: ''monkey -p my.great.package.name 1''
-  *  
  • lwc/programming/mobile/android/adb.1636577747.txt.gz
  • Last modified: 2021/11/10 14:55
  • by John Harrison