I unfortunately broke my screen for the second time on my One Plus One. And it seems that my first repair somehow was not totally good, since when I booted it up with the replacement screen, the bottom of the screen was not working. That makes me unable to unlock my pattern and access my precious data on my phone (the most important being a Google Auth code, and I can't find the recovery codes for that one).
The phone is running Cyanogen, so I tried to access it with adb :
- I booted the One Plus One in recovery mode by holding the Volume - and Power buttons.
- then I selected Reboot to bootloader
- Finally i connected it to my laptop (running Archlinux) and typed fastboot boot twrp.img
and got the result Device not unlocked cannot boot
I was mostly following this answer.
So, my question is, am I really out of luck and my data irremediably lost since the phone is locked ? Or is there workarounds with adb ? I only need to recover the data, not really to restore the phone.
For clarity, the phone still works, except for that lower part of the screen.
It seems there is some things I could do but I'm not really sure how : - Simulating a mouse with my computer to unlock the pattern grid - Extract the disk (but I'm not really sure what the connector type is...)
Thanks in advance if you have any leads.
fastboot oem unlock
, but that would erase my data. – VannTen Sep 11 '19 at 08:56