I have a Galaxy S2 that refuses to be picked up by any computer. I tried different operating systems, I tried a different USB cable, I tried debugging mode. The phone still charges fine through the port but maybe the data section of it is broken. Before I take it in for repair I just want to hear if there's anything else that can be tried? I'm thinking of doing a hard reset but don't want to lose any data. Any advice would be appreciated.
|
As usual, a factory reset is a possible last-ressort to sort things out and see whether the problem is software-related. And even if the problem remains, this way you don't need to worry about your data in alien hands :) As a factory reset wipes all data (and 3rd party apps) from your device, you of course want to backup as much as possible, to be able to restore it later. Without root, this get's a little complicated -- but not impossible, if you're running Android 4.x. Since starting with ICS (4.0), ADB supports a Full Backup of non-rooted devices. Which brings us to a seemingly chicken-and-egg problem: You cannot establish an USB connection, which is the most common pre-condition for an ADB connection. But fear not, there is a solution for that as well: You can connect Android with ADB via WiFi as well, and there's even a little app called WiFi ADB to help you with that1:
Trouble again is this requires root. Having a rooted device, you could of course also use Titanium Backup to backup your apps and data2. |
|||
|
|


adb backup-- and lateron a restore viaadb restore. This would include your apps and their data, so nothing is lost. – Izzy Oct 5 '12 at 15:22