✅ MacOS x86_64
✅ MacOS ARM
✅ Linux x86_64
💤 Linux ARM
🚫 Windows
curl -sSfL https://github.com/atomofiron/adb-ext/raw/main/stuff/install.sh | sh
MacOS feature (on each installation or update)
0. execute the adb-ext
1. click Cancel
2. System Settings > Privacy & Security > Allow Anyway
3. execute the adb-ext again
4. click Open
resolve usb adb permission (Linux only)
adb fix
common use of ADB
$ adb shell
Select a device
Oneplus 7T
> Nothing Phone (1)
Cancel
Spacewar:/ $
pull the 3 last screenshots from device
sources: /sdcard/Pictures/Screenshots/
, /sdcard/DCIM/Screenshots/
destination: ~/Android/Screenshots/
lss 3
pull the 3 last screencasts from device
sources: /sdcard/Pictures/Screenshots/
, /sdcard/DCIM/Screen recordings/
, /sdcard/Movies/
destination: ~/Android/Screencasts/
lsc 3
make a new screenshot and pull it
default destination: ~/Android/Screencasts/
mss [destination]
where destination
can be:
.
, ./name
, ./name.png
, ./stuff/
, ./stuff/name
, ./stuff/name.png
, ~
, ~/name
, ~/name.png
, ~/stuff/
, ~/stuff/name
, ~/stuff/name.png
, name
, name.png
, stuff/name
, stuff/name.png