Created
March 7, 2026 00:53
-
-
Save farhan4648gul/47590a02e03922c13d840a3cd40b4755 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb pull /storage/sdcard0/IMG_20251009_151156_141.jpg /home/gc/androidToUbuntuADBPull | |
| adb pull /storage/sdcard0/IMG_20251009_151156_141.jpg /home/gc/androidToUbuntuADBPull | |
| adb pull /storage/sdcard0/IMG_20251009_151156_141.jpg /media/gc/3D70FF98597A25D3/camon17_data_6.3.2026_Space99me | |
| adb pull /storage/sdcard0/IMG_20251009_151156_141.jpg /media/gc/3D70FF98597A25D3/camon17_data_6.3.2026_Space99me | |
| adb pull /storage/sdcard0/Android/media/com.whatsapp/WhatsApp/Media/WhatsApp\ Images/ /media/gc/3D70FF98597A25D3/camon17_data_6.3.2026_Space99me/copy | |
| adb pull /storage/sdcard0/Android/media/com.whatsapp/WhatsApp/Media/WhatsApp\ Images/ /media/gc/3D70FF98597A25D3/camon17_data_6.3.2026_Space99me/copy | |
Author
Author
after the copy is successful, simply rm -rf ./* the required folders using adb shell...
Author
adb shell rm -rf /path/to/directory/*
adb shell rm -rf /path/to/directory/*
Author
within adb shell, use du -sh for folder sizes...
Author
Developer mode should be ON
Author
MTP should be selected...
Author
adb toybox --help
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The copy command was run from adb and not from within the shell...