User Tools

Site Tools


android

This is an old revision of the document!


# check if device is connected in usb debugging mode

adb devices

# list files from phone

adb shell ls -R /sdcard/

# file transfer:

adb push $myfile /sdcard/
adb pull /sdcard/path/to/file .

# reboot to bootloader

adb reboot bootloader

# problems connecting a device? restart adb server

adb kill-server
adb start-server
android.1458479728.txt.gz · Last modified: 2021/04/24 07:38 (external edit)