User Tools

Site Tools


android:apk-backup

Differences

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

Link to this comparison view

android:apk-backup [2018/09/10 21:39] – created percyandroid:apk-backup [2018/09/10 21:41] (current) percy
Line 9: Line 9:
 ===== adb pull out the APK file ===== ===== adb pull out the APK file =====
   adb  pull  /data/app/com.google.android.youtube-1/base.apk .   adb  pull  /data/app/com.google.android.youtube-1/base.apk .
- +If it says "xxx does not exist", then you can try copy the file to sdcard 
 +  adb shell 
 +  HWEVA:/ $ cp /data/app/com.google.android.youtube-1/base.apk /sdcard/ 
 +Then pull out the APK file 
 +   adb pull /sdcard/base.apk .
/var/www/dokuwiki/wiki/data/pages/android/apk-backup.txt · Last modified: 2018/09/10 21:41 by percy