3

I just got my screen destroyed and can't see anything on the phone, and I need access to the phone quickly.

Since the screen is completely black I can't see anything but I use it for local Android development so adb and all the developer settings are enabled.

Is it possible for me to stream Android screen to my laptop and somehow recover my accounts?

halfer
  • 19,824
  • 17
  • 99
  • 186
vach
  • 10,571
  • 12
  • 68
  • 106

2 Answers2

4

Yes, you can use scrcpy to mirror your screen: https://github.com/Genymobile/scrcpy

davehenry
  • 1,026
  • 9
  • 24
  • A requirement is that the computer you're accessing from has debugging enabled, and is authorized. To make sure that works in the future, back up your ADB keys (on Linux they're in ~/.android). – danuker Aug 02 '22 at 08:41
1

In addition to answer of davehenry. You can also use this tool https://www.vysor.io/

  • thanks will try both, scrcpy seems to fail to install both via brew and manual build on mac... i'll try with windows – vach Jan 05 '22 at 11:48
  • You can try Vysor. It is easy to install there is Windows ,MAC,Linux and Browser base available : https://www.vysor.io/download/?return=https%3A%2F%2Fwww.vysor.io%2F – Vince Gunday Jan 05 '22 at 11:51
  • tried unfortunately i'm required to confirm it on the phone, i guess i'm out of luck, still the software probably does the job – vach Jan 05 '22 at 13:30