Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to stream screen of an Android phone if you have adb access? [closed]

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?

like image 754
vach Avatar asked Oct 27 '25 13:10

vach


2 Answers

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

like image 84
davehenry Avatar answered Oct 29 '25 03:10

davehenry


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

like image 36
Vince Gunday Avatar answered Oct 29 '25 02:10

Vince Gunday