Jpellings83
New member
- Nov 25, 2013
- 1
- 0
- 0
There's a way of doing this, because I just went through the entire process and found a few tricks....
First download Android SDK, because you will need ADB. Install the software to your C Drive
Then head over to Java and download Java JRE...Pretty simple stuff so far.
Then download Droid Screen....The website provides easy instructions on how to use the application...Basically what it's doing is providing a virtual screen on your computer of your cell screen. Through your USB connection....No special connector required.
Then make sure your USB drivers for your phone are installed...Windows usually does this when the phone gets plugged in.
Go through the setup options...And once you run the app it will prompt you to a path. Navigate it to adb.exe file (found in the platform tools of SDK), which is what will create the bridge between your phone and computer.
So magically your cell screen pops up and you can see your lock screen. Now of course you can't touch anything on the screen because its broke.
So next you will have to use a wireless mouse to input your pin or gesture. You can turn on bluetooth through adb....Here is a walkthrough: http://stackoverflow.com/questions/18496458/start-bluetooth-from-adb-or-at-boot
If you have a Galaxy Note: The note 2 has an S-Pen...and unless the phone is really demolished, you can still use it to punch in your passcode or gesture.
Once you are in the phone, you can do whatever it is you like. Enable USB Debugging and use an app like Kies to get your files, or just use Windows Explorer.
First download Android SDK, because you will need ADB. Install the software to your C Drive
Then head over to Java and download Java JRE...Pretty simple stuff so far.
Then download Droid Screen....The website provides easy instructions on how to use the application...Basically what it's doing is providing a virtual screen on your computer of your cell screen. Through your USB connection....No special connector required.
Then make sure your USB drivers for your phone are installed...Windows usually does this when the phone gets plugged in.
Go through the setup options...And once you run the app it will prompt you to a path. Navigate it to adb.exe file (found in the platform tools of SDK), which is what will create the bridge between your phone and computer.
So magically your cell screen pops up and you can see your lock screen. Now of course you can't touch anything on the screen because its broke.
So next you will have to use a wireless mouse to input your pin or gesture. You can turn on bluetooth through adb....Here is a walkthrough: http://stackoverflow.com/questions/18496458/start-bluetooth-from-adb-or-at-boot
If you have a Galaxy Note: The note 2 has an S-Pen...and unless the phone is really demolished, you can still use it to punch in your passcode or gesture.
Once you are in the phone, you can do whatever it is you like. Enable USB Debugging and use an app like Kies to get your files, or just use Windows Explorer.
Last edited: