I am trying to recover lost data on a Note 3. It is rooted, so I did what I saw here:
http://datas-recovery.com/static/recover-samsung-lost-data.html
I did successfully connect to my phone and set up clonezilla, but I faced a weird problem with this line:
ftpput -v -u qwer -p pass -P 40 192.168.42.79 mmcblk0p27.raw /cache/myfifo
I did use my computer ip, 127.0.0.1 and localhost, but all failed.
this is the message with localhost and 127.0.0.1 :
ftpput: can't connect to remote host (127.0.0.1): Connection refused
and this is the message with my ip address:
ftpput: can't connect to remote host (192.168.1.50): Network is unreachable
OK, for troubleshooting I had tried to get to my ftp server from Firefox in my computer and from another computer. Both connected to my ftp server successfully!
Note: my computer is Windows 10.
ipconfig /all
to see all interfaces and their IP addresses. And make sure PC and smartphone are connected to the same network. – Robert Aug 28 '20 at 18:03mount | grep ' /data '
– alecxs Aug 29 '20 at 12:54So after (adb shell) then (su) I had issued this (adb shell 'stty raw && dd if=/dev/block/platform/msm_sdcc.1/by-name/userdata' > data.img) but got this error (tmp-mksh: can't create data.img: Read-only file system). Also tried to issue it without (adb shell)&(su) then get a file with this inside (/dev/block/platform/msm_sdcc.1/by-name/userdata: cannot open for read: Permission denied). – Adan Betts Aug 29 '20 at 14:25