In the program LG PC Suite
I used the option to recover upgrade errors. Now the phone (LG E975) is in Recovery mode
. There are no options it only shows the following message:
Using this mode, service center can back up and recover your data. Press and hold the POWER key more than 8 seconds to reboot and continue using phone.
I searched after this software but it seems that only the LG service team has such one. I want to backup the data on my phone but I don't know what the LG PC Suite
has already done.
How can I backup the data on the phone if I'm in Recovery mode
?
EDIT: Solved my problem with the LG PC Suite. I don't need the backup option in recovery mode anymore. I tried a few things, but none of them worked.
adb devices
)? – Izzy Jul 23 '14 at 16:17List of devices attached LG-E975-45xxx321 recovery`
– testing Jul 23 '14 at 20:43adb backup -f dummy.ab -noapk com.foobar
(replacingcom.foobar
with the package name of an app you know is installed on the device)? That should backup the apps data. I never tried that from recovery, hence you've got to do that :) – Izzy Jul 23 '14 at 21:03Now unlock your device and confirm the backup operation.
– testing Jul 23 '14 at 21:09adb pull
command, DroidExplorer (don't find the sdk) and Simple ADB Backup. Nothing of them worked. Do you have another idea? – testing Jul 23 '14 at 22:26