Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
108.59k stars 10.45k forks source link

[Question] Bricked Screen (Never had Developer options enabled) #5077

Open joeyoropesa-dev opened 1 month ago

joeyoropesa-dev commented 1 month ago

I want to have something similar to emulating mouse and keyboard via scrcpy --otg feature to somehow connect also display so that I can see what I'm doing. I would love to save my money and just access my data and make a backup to move to another device that I already have. Thanks!

rom1v commented 1 month ago

somehow connect also display so that I can see what I'm doing.

Not possible.

If you have access to an identical device, you could save the HID events and replay them on your broken device via OTG, using this PR: https://github.com/Genymobile/scrcpy/pull/4556

joeyoropesa-dev commented 1 month ago

somehow connect also display so that I can see what I'm doing.

Not possible.

If you have access to an identical device, you could save the HID events and replay them on your broken device via OTG, using this PR: #4556

That doesn't actually help me in this case. Is there really no any internal or hidden APIs by Samsung implemented into their device to physically access the display hardware and move it (connect it) to the external display via Type-C USB?