vimwiki/tech/android.wiki

24 lines
455 B
Plaintext

= Android =
A mobile operating system for phones and tablets
== Tools ==
* adb
== Tasks ==
=== Data recovery ===
How to get the data off of an android phone
1) Have adb installed on the host system
2) Have MTF installed on the host system
3) Enable USB Debugging on the device
4) adb devices
- Keep changing the USB mode till the device shows up in the list that is
shown
5) adb shell
- This drops you into a bash-like shell on the device
6)