Fullscreen Immersive - Enable ULTRA Mode
The following tutorial of how to enable fullscreen mode in any app along with the working keyboard, even external peripherals
Android ADB PC/Mac instructions (ADB is not root, and do not void phone warranty)
You can follow this video tutorial or the following steps, is the same:
1 - Install the application from Play Store
2 - Enable Developer Mode in the Android settings.
3 - Enable USB Debugging
4 - Install the smartphone drivers on your PC/Mac
5 - Setup ADB on your PC/Mac
6 - Connect the phone to the PC/Mac
7 - Run the following ADB command to grant the WRITE_SECURE_SETTINGS permission:
Mac users:
./adb shell pm grant com.full.imm android.permission.WRITE_SECURE_SETTINGS
Windows Users:
adb shell pm grant com.full.imm android.permission.WRITE_SECURE_SETTINGS
Google chrome plugin ADB for Chrome:
pm grant com.full.imm android.permission.WRITE_SECURE_SETTINGS
8 - Enjoy!
How to install ADB
Gadget Hacks - https://youtu.be/CDuxcrrWLnY
Lifehacker - https://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378
Xda developers - https://www.xda-developers.com/install-adb-windows-macos-linux/
How to enable Developer Options:
https://youtu.be/Ucs34BkfPB0?t=29
Comments