Advertisement
ot_inc

DSU Method pull boot.img (bootlooped)

Mar 31st, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. adb shell
  2. su
  3. dd if=/dev/block/by-name/boot of=/data/local/tmp/boot.img
  4. chown shell.shell /data/local/tmp/boot.img
  5.  
  6. adb pull /data/local/tmp/boot.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement