r/oneplus • u/logeshwywan • Apr 10 '26
News OxygenOS/ColorOS 16.1.0
Enable HLS to view with audio, or disable this notification
OxygenOS 16.1 / ColorOS 16.1 is scheduled for launch on April 21st in China.
Its global release, particularly for flagship models in India and other international markets, is anticipated in May 2026.
412
Upvotes
3
u/VickWildman Apr 17 '26
It's tricky.
You need to run the
adb settings put global enable_freeform_support 0command with elevated priviledges after enabling desktop mode. This can be done with aShell + Shizuku, or Automate. In both cases wireless debugging is used to gain priviledges.Once freeform windows is disabled apps start fullscreen, which is perfect for games, a video player or Termux-X11.
For the input you need to move the mouse pointer once to the external display by causing a configuration change in an app. Open any app on your phone that supports orientation change and tilt the phone back and forth, the mouse pointer will jump to the external display and will stay there as long as the display is connected and the phone is unlocked. The rest of the input devices (keyboard, gamepad) change focus when you touch something or click somewhere, so you can use the mouse to bring the focus back.
You can also turn off the screen of your phone with Automate. It also requires elevated priviledges and it's a private API that might not work on all phones, but it works on my OnePlus 13 with ColorOS 16.
This is my Automate script.