jackpot@lemmy.mlBanned to Asklemmy@lemmy.ml · 2 years agois there an open source way to recover deleted files from Android Internal Storage?message-squaremessage-square5linkfedilinkarrow-up121arrow-down11file-text
arrow-up120arrow-down1message-squareis there an open source way to recover deleted files from Android Internal Storage?jackpot@lemmy.mlBanned to Asklemmy@lemmy.ml · 2 years agomessage-square5linkfedilinkfile-text
minus-squareThe Bard in GreenAlinkfedilinkarrow-up6·2 years agoCan you mount the internal storage to a Linux machine, dd it to a .img file and try the usual data recovery tricks? https://andreafortuna.org/2018/12/03/android-forensics-imaging-android-file-system-using-adb-and-dd/ EDIT: Apparently, you don’t need dd. adb pull can do it. adb pull /dev/block/mmcblk0 mmcblk0.img
Can you mount the internal storage to a Linux machine, dd it to a .img file and try the usual data recovery tricks?
https://andreafortuna.org/2018/12/03/android-forensics-imaging-android-file-system-using-adb-and-dd/
EDIT: Apparently, you don’t need dd. adb pull can do it.
adb pull /dev/block/mmcblk0 mmcblk0.img