I have a Nexus 4 with a broken touch screen from which I would like to recover some files. adb
is a tool often referred for this purpose, as in this guide.
I have installed adb
and fastbook
on my computer and have tried to connect to phone using various methods, but always without success. When I run adb services
the list always comes out empty.
Browsing through previous questions on this matter, I came across this answer where it is said a certain USB debugging feature must be activated in the phone itself to allow the connection from adb
. Obviously I can not do this since the touch screen is not working.
Is there any other of connecting through adb
to a Nexus 4 with a broken touch screen?