android-tools
- arch wiki - android debug bridge
- install adb
pacman -S android-tools
- install udev rules
pacman -S android-udev
-
enable usb debugging on phone
- e.g., about phone, tap build number 7 times
- system -> developer options -> usb debugging, enable
-
shows up in
adb devices
- copy file from phone
adb pull src dest
- copy file to phone
adb push src dest