6 ms·
> Going through my personal collection of Pixels, MODs support seems to have started between Pixel 2 (2017) and Pixel 3a (2019) (sorry, I don't have a Pixel 3 t
by jmgao 3y ago
> Going through my personal collection of Pixels, MODs support seems to have started between Pixel 2 (2017) and Pixel 3a (2019) (sorry, I don't have a Pixel 3 to test).
This definitely would have made it to Pixel 3, per the commit message (https://android.googlesource.com/platform/system/core/+/db64696b7cbe632772d9851ed427f3465e07c7ae https://android.googlesource.com/platform/system/core/+/db64...), it was my primary development device when I implemented this :-)
Everything that's CTS-compliant that got Android 11 should have support: the only change needed from the OEM would be to write a 1 to /config/usb_gadgets/g1/os_desc/use in their USB HAL and there's a CTS test to make sure they did so.
- fabiensanglard 3y agoNo idea you implemented it. Thanks a lot for that!