Copying pictures using telnet and shell
Hi,
I managed to get my phone into boot loop and tried btrfs recovery already with no luck. I found this guide: https://jolla.zendesk.com/hc/en-us/articles/202514138-How-to-copy-data-from-Home-to-SD-card-in-Recovery-Mode but when I mount the home-folder there is nothing there. Any ideas? I would like to copy my pictures into sd-card and after that I could do a factory reset.
Have you tried the btrfs restore mentioned at the end of the document?
richhanz ( 2015-03-16 22:42:33 +0200 )editquite possible that you erased the data by trying a btrfs recovery. You could try to look at possible btrfs volumes snapshots, other than the @home one.
Better yet. Follow wiki instructions to transfer all of mmcblk0p28 to an image file to SD card (using dd command, and then mount that image on a PC to try and use a file recovery software on it.
Nieldk ( 2015-03-16 23:32:24 +0200 )editOriginal guide looks updated which may answer the question. If somebody is searcing solution for this, I had similar issue earlier. Problem appeared to be with sub-volume mounting and permissions. Transferred the partition to my computer and did: $ sudo mount -r -o subvol=@ mmcblk0p28 /yourpath/loop The @home sub-volume needs to be mounted as well. $ sudo mount -r -o subvol=@home mmcblk0p28 /yourpath/loop/home.
Reittiloki ( 2015-10-14 22:25:00 +0200 )edit