C
C#2mo ago
thejobe

Installing an App to unlock USB debugging

Hello. I have a strange problem. I was given a task at work that requires me to display the screen of an android device to a TV. under normal conditions this would be easy. but this one is tricky. the Android device is a high security Credit Card Processing machine. it does run apps but will only run apps that are approved through their own app store. Dev mode is either locked out or removed. So I was going to create an app that would use the scrcpy function. but I would need a way to install the ADB debugging driver into the device (or unlock it) does anyone know of a way this can be done? the Device is recognized by USB and I can remote control the device from a PC. I just need to be able to Mirror the screen. once I have that then everything should be easy.
3 Replies
Waffles from Human Resources
:SCshocked:
jcotton42
jcotton422mo ago
Have you first checked if you can just do video out over HDMI?
thejobe
thejobe2mo ago
Tried that and it blocks the screen with a static picture of the logo.