• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Any way to access phone with inoperable screen/digitizer?

CanDMan

Well-Known Member
Problem: S5 screen/digitizer is broken, lighting and no key click like feedback when rubbing the screen over where the lock screen patter would appear. does anyone know of a secondary method to gain access to the phone's content, primarily an auxiliary input and secondary display? I've replaced the phone already and am wanting to determine if i should spend more $ to fix this one.
 
Hey CanDMan, looks like there's several good candidates on the Play Store:

https://play.google.com/store/search?q=remote%20control%20desktop&c=apps

but I'm wondering if they need you to already have a client portion already installed on your device? (not sure...:dontknow:).

You can do a remote install via adb if you had USB debugging turned on...do you know or remember if you did?

(note: a remote install from the Play Store won't work since you've got no way to launch the app unless you've previously already launched it).
 
Scary, even installing most apps with adb would require using the screen to run them, but it's worth a try, I guess.

The shop method is to temporarily plug in a working screen. Most shops won't do that these days, because the policy is to do a factory reset from recovery before doing anything else. (If it's a hard and fast rule, your suit against them for stealing your data has almost no chance of succeeding, which is why they do it. Back when people trusted each other, they'd send you an entire database of proprietary information to convert, with just your verbal promise to not use it for anything.)
 
Scary, even installing most apps with adb would require using the screen to run them, but it's worth a try, I guess.

True, but I'm guessing that at least one of the remote control apps would have a minimal interaction requirement of getting their client side started-up, to handle this very scenario.

By the way, installing an app via adb (assuming you've got USB debugging enabled) is very straight-forward:

C:\Users\Scary Alien>adb install appname.apk
Then, you can actually launch it via adb:
adb shell am start -n com.package.name/com.package.name.ActivityName​
(details re. the "am start" syntax and other info courtesy of this post on stackoverflow.com)

edit/P.S.: note, it is sometimes difficult to determine the name of the main activity to cause the app to launch, but this can easily be determined by examining the AndroidManifest.xml file in the .apk file itself.
 
Interesting for sure. I know I have a huge barrier to being able to access this device, not being able to emulate the function of the screen to get past the lock will keep this a paperweight for sure. I booted it side by side with the new one and the button and indicator lights all lit up in sync as normal, so perhaps the rest of the phone survived being slammed by a car door :D ...I had things fairly wrapped up access wise, but some of these options mentioned here will go well on the replacement device as precautionary measures ...until i figure out how to remotely access the broken phone or until i decide it's worth the risk to attempt a screen repair at home.
 
Back
Top Bottom