[SCRIPT][LINUX][ADB] pull files from bootlooping devices

Search This thread

alecxs

Forum Moderator
Staff member
Feb 17, 2016
4,649
7
3,937
gitlab.com
adb pull junks shell script

Code:
*** Disclamer

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Introduction
adb_pull_junks.sh is a emergency shell script to get files from bootlooping Android device using the ADB (Android Debug Bridge).

files are splitted. only parts are pulled. if usb connection is interrupted, the script continues with current part.

Images
Screenshot_2023-02-17_19-36-48.png

Instructions
usage:
open the file with Editor and set the directory to pull
Note: Remove leading `/' from member names
dir=sdcard/TWRP

run the script (GNU linux only)
./adb_pull_junks.sh

wait for background tasks

Download

Changelog
Code:
Current changelog: 17. Feb 2023
[new] initial release

FAQ

Thanks To/Credits
Code:
@alecxs
 
Last edited:
  • Like
  • Love
Reactions: nvbd and nooted1

Top Liked Posts