Greetings,
I'm looking for help in the following scenario: some days ago I found that my Galaxy Note had rebooted, and got stuck at the Samsung logo. The phone has the stock rom, it is not rooted and is running Jellybean.
Recovering from this situation hasn't been possible. I tried:
- pulling the battery
- rebooting from recovery mode
- wiping cache partition.
I haven't tried a factory reset because the problem appeared as I was on vacation and there are some some photos I'd like to recover.
Taking this also as a learning experience, I have read several documents on recovery mode, adb, etc. So far I have managed to access via ADB. I could successfully run adb pull, however it seems not all data came through.
I don't have /mnt visible, no DCIM folder, and sdcard or sdcard1 have no contents. I've attached the screenshot of the Android Device Monitor.
For example, adb pull /sdcard returns 0 files.
I think maybe something is not properly mounted...? I tried to search similar issues it's not clear to me how to proceed. Anyway this is the output of 'mount' in case is helps:
shell@android:/dev $ mount
mount
rootfs / rootfs rw 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
/dev/block/mmcblk0p9 /system ext4 rw,nodev,noatime,nodiratime,barrier=1,data=ordered 0 0
Thank you in advance for your help!