Possible Duplicate:
How do I backup data (sms/contacts) from a device with a broken screen?
My Nexus 4 fell and cracked its screen:
One of the caveats in its design is the glass on the back makes it slide down and fall from pretty much any surface.
Another caveat is the curved unprotected glass on the front. If it falls down, it'll most likely crack.
Given
After it fell, the phone "lost its touch" i.e. it does not respond to any "touching".
It is not rooted, the screen is (pattern) locked, hence I can neither see the files via MTP nor can do:
adb shell rm /data/system/gesture.key
since permission is denied. I am also unable to
adb pull /data/data/com.android.providers.contacts/databases
to save my messages, configs, etc.. for the same reason.
The only thing I have backed up is pictures (which of course is "something"):
adb pull /sdcard/ /destination
Question(s)
I need to back up and reset it before shipping it back.
- How do I go about backing up the "databases" (e.g. SMS, configs, etc)?
- How do I wipe it clean, so whoever gets it can't get my data?
EDIT
Since this is closed as duplicate, which it's really not, here is the solution to this problem in case somebody else is looking for it.
fastboot unlock
is not an option, it does a secure erase first – ce4 Jan 15 '13 at 15:36