Closed ciccior2004 closed 2 months ago
I m using RP2040-Zero Mini to login in ChromeOS and start Android APK. The tablet-mode (Full-Screen mode) is disabled from ChromeOS if there is any HID active. So I'm searching how disable the HID library after the Payload is executed. Any idea ?
You could potentially change the code so that after the payload runs, you call: usb_hid.disable() Not sure if that works outside of boot.py.
usb_hid.disable()
Closing, no activity.
I m using RP2040-Zero Mini to login in ChromeOS and start Android APK. The tablet-mode (Full-Screen mode) is disabled from ChromeOS if there is any HID active. So I'm searching how disable the HID library after the Payload is executed. Any idea ?