How to Mobile Display Mirror with PC (Screen Share)
How to Mobile Display Mirror with PC (Screen Share)
You can use the following ADB (Android Debug Bridge) command to share your Android device's display with a PC:
1. Connect your Android device to your PC using a USB cable.
2. Make sure that USB Debugging is enabled on your Android device.
To enable USB debugging mode, go to your phone's settings > About phone > Software information > tap on the "Build number" 8 times until the "Developer options" are enabled. Then, go to Developer options and enable "USB debugging". Once enabled, connect your phone to your PC using a USB cable
3. Open a command prompt or terminal window on your PC.
4.
Run the following command:
adb shell
wm size
This command will display the current screen resolution of your Android device. Note down the resolution values, as you will need them later.
5.
Run the following command to start screen mirroring:
adb shell "service call display 62 i32 1"
6.
Open a new command prompt or terminal window on your PC and run the following
command to start the screen mirroring session:
adb forward tcp:53516 localabstract:bridge
7. Open a web browser on your PC and navigate to http://localhost:53516/ to view your Android device's screen.
Note: Screen mirroring may not work on all Android devices, and the quality
of the mirroring session may vary depending on the performance of your device
and PC.
Comments
Post a Comment
Thanks for your Comments.