Some nice Android terminal commands
Introduction
Welp, here's some nice terminal commands for Android that I discovered & used. Unless you're just experimenting, it is highly recommended to run the commands alongside captive portal & network time commands, at least before rebooting.
Interface-related
- adb shell settings put secure show_rotation_suggestions 0
Disables that annoying rotation suggestion that appears when auto-rotate is disabled systemwide & the device feels like it's rotated to any kind of landscape positions from its natural portrait position. Unfortunately, it doesn't work on some stock ROMs, such as LG's Pie build where the auto-rotate suggestion appeared on bottom-rightmost corner, just beside where the back button should be.
Back to top
Main Page