Android Programming

draft

adb

android developer adb

print all users on the system

pm list users
pm list packages -f
pm list permissions -f

adb backup

pull /system, /sdcard, /data/app/, /data/system/uiderrors.txt

adb pull remote local

Get Path to pull ..

pm list packages -f <packagename>
adb pull <path-to-apk>



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Ransomware
  • Multi-Factor Authentification
  • Dropping Linux privileges
  • Linux GPT
  • HTTP Connection Coalescing