S
S
saibaneko2013-09-12 09:46:03
linux
saibaneko, 2013-09-12 09:46:03

How to recover data on htc butterfly after factory reset?

There is a Russian htc butterfly, that is, the memory on it is not a card, but internal. A factory reset was made on the phone through the engineering menu (vol- and power), which erased some important photos and documents.
What was done:
1. It was revealed that the data partition is /dev/block/mmcblk0p34, FS ext4
2. An image of this partition was taken with the commands:
on the phone /system/xbin/busybox nc -l -p 5555 -e /system/ xbin/busybox dd if=/dev/block/mmcblk0p34
on machine adb forward tcp:5555 tcp:5555
nc 127.0.0.1 5555 | pv -i 0.5 > mmcblk0p32.raw
3. The testdisk program did not allow to make an undelete, you can only make an image, with the dd extension in the output.
Question: how can I now mount the resulting image andrecover data? Do I need to somehow convert raw to img, if so, how?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
constv, 2013-09-13
@saibaneko

maybe this will help
www.chip.ua/stati/udaleno-ne-znachit-unichtozheno-mobilnye-ustroistva/

A
Alexander Lebedev, 2013-09-12
@cawaleb

Mounting mount -o loop mmcblk0p32.raw /mnt/ fails?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question