Recover data from bootlooped phone
0
votes
1
answer
1993
views
I have a Samsung Galaxy S Plus (GT-I9003) that is stuck in a boot loop. It is running the stock Samsung firmware (Android 2.3.5). I want to recover the data (specifically of the Memo application) from the device. I can boot into recovery mode and then connect via
adb shell
, but I'm not allowed to read /data
:
$ ls -l /
(...)
drwxrwx--x root root 1970-01-01 00:00 data
$ id
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009(mount),1011(adb),1015(sdcard_rw),3001(net_bt_admin),3002(net_bt),3003(inet)
$ su
su: permission denied
How can I backup /data
from this phone?
Asked by phihag
(103 rep)
Dec 12, 2013, 11:16 AM
Last activity: Mar 24, 2022, 07:08 PM
Last activity: Mar 24, 2022, 07:08 PM