[Q] Cracked Screen Nexus 4 Screen, How to recover my data files?

Search This thread

0mnom

Member
Jan 28, 2014
21
0
Hi all,
I've got my old Nexus 4 Device out but the only issue is I dropped it face down on a concrete floor, The entire screen is smashed. The LCD works fine, but is unresponsive to touch. I've tried accessing it through my computer but because I have a lock on it, it won't let me access the files.
It is rooted, but I'm not 100% with as my friend did it for me. He's away at the moment so can't really help me.
I had titanium backup on it. Does this mean anything?
Also I've seen the method of people wiping the cache. However this doesn't work for me as I have a different screen appear TWRP, Team Win Recovery Project, which also requires a slide to unlock....
Is there any other possible methods of obtaining my data?
If there isn't thats not too much of a problem, and Im not too concerned about losing the data, so Im open to experimentation!
Cheers guys!
 
Jun 30, 2014
16
1
Few months back I had a similar problem with my nexus 7 . Easy way is to connect a USB hub and a mouse via OTG to unlock the device and then connect it to a computer .

Let me know if it works.

Sent from my XT1022 using XDA Free mobile app
 

0mnom

Member
Jan 28, 2014
21
0
Jun 30, 2014
16
1
Yes, that's the OTG cable.
In my case ,I have connected a keyboard and mouse then with the mouse I have unlocked the pattern lock.

You can then take a backup with PC or a flash drive

Sent from my XT1022 using XDA Free mobile app
 

banjker

Senior Member
Nov 4, 2013
51
23
The N4 doesn't support OTG unless you're running a kernel that supports it (stock kernel doesn't have it).

When I cracked my screen, I used adb to send tap and swipe commands. Of course, you need to to have previously enabled USB debugging...
 

DrFredPhD

Senior Member
Oct 30, 2010
328
46

Since you have twrp installed you can pull files using adb

In a cmd prompt
adb pull /sdcard/

You might need to install adb and drivers first, koush universal drivers work well.
 

0mnom

Member
Jan 28, 2014
21
0
Since you have twrp installed you can pull files using adb

In a cmd prompt
adb pull /sdcard/

You might need to install adb and drivers first, koush universal drivers work well.

Sorry, I have no idea of what you are talking about. I'm a relative newbie when it comes to all this rooting and roms and stuff as my friend did this for me, but Im willing to learn?
Id be more than happy to continue this conversation through PM?
Cheers,
 

jd1639

Inactive Recognized Contributor
Sep 21, 2012
16,831
5,404
Minnesota
Sorry, I have no idea of what you are talking about. I'm a relative newbie when it comes to all this rooting and roms and stuff as my friend did this for me, but Im willing to learn?
Id be more than happy to continue this conversation through PM?
Cheers,

Boot into twrp, then on your pc run the commands drfred said. Before you do that Google 15 second adb install. Install that

Sent from my Nexus 5 using XDA Free mobile app
 

0mnom

Member
Jan 28, 2014
21
0
Boot into twrp, then on your pc run the commands drfred said. Before you do that Google 15 second adb install. Install that

Sent from my Nexus 5 using XDA Free mobile app

Okay, so did the 15 second install, couldnt get past step 3 however. For some reason when I pressed y, it would just quit out of it.

1. Run it (Require administrator privileges)
2. Press Y/Yes to install ADB and Fastboot or N/No to skip
3. Press Y/Yes to install ADB system-wide or N/No for current user only
4. Press Y/Yes to install Drivers or N/No to skip
5. Continue Driver installation
6. 15 seconds passed - finished!

But Im assuming its done? I booted my phone into recovery mode, and it comes up with the TWRP screen. I've plugged it in. Now do I just go into cmd and literally type in 'adb pull /sdcard/'?
Or is there added extras in there?

Cheers,
 

0mnom

Member
Jan 28, 2014
21
0
So I tried it out, but I don't think anything happened. How do I tell?
I ran that command, and it just gave me a huge message, I read through a bit of it, and I recognised the device commands, but not sure what message I should be receiving?
Cheers,
 

DrFredPhD

Senior Member
Oct 30, 2010
328
46
If you get a big message with all the adb options then I think you must be typing the command slightly wrong. The output should be a list of your files as they transfer.

If you run the command right but the driver or something else is wrong you'll get an error message eg. no device or device offline.