(Android 16) I have auto-rotate disabled manually, my phone should be locked in portrait mode at all times. Yet somehow, whenever the slightest bit of rotation is detected this dumb banner pops up in the top right corner. It’ll cover up a button I’m trying to use, I’ll accidentally hit it and the phone will lock itself into landscape orientation. Then I’ll have to close everything. Grrrrr.

Is there a way to disable this modal? Or is it a built in annoyance?

    • moonpiedumplings@programming.dev
      link
      fedilink
      English
      arrow-up
      21
      ·
      edit-2
      13 hours ago

      Thank you so much. This was so annoying. Although another comment mentions that this appears to be specific to samsung devices, and doesn’t work on general android/aosp.

      For those the ADB solution another comment mentions probably must be used.

      • tb_@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        31 minutes ago

        I switched from samsung to Fairphone, and oh my gods base Android is missing so many nice little features and options I’d been taking for granted on OneUI.

        Smart switch: actually copies your data over instead of simply redownloading your apps and letting you figure out if/how to transfer individual backups.
        samsung gallery: tags, offline categorization, fantastic photo and video editor. Routines, One Hand Operation+ (though “Quick Cursor” is a decent replacement), quick settings. On samsung there’s a feature which can automatically turn off/on wifi when leaving/returning home. google has basically the same feature… but only turns your WiFi on! They really want their location services to be scanning for networks at all times. And apps, like tasker, can no longer manage WiFi either.

        Even so, fuck samsung. I would make the switch all over again.

  • disevani@lemmy.world
    link
    fedilink
    English
    arrow-up
    24
    ·
    edit-2
    15 hours ago

    Agreed, hate this so much! I used this ADB command:

    adb shell settings put secure show_rotation_suggestions 0

    Make sure to toggle ’ Disable permission monitoring’ if your device has such a feature (also located in Developers Settings). If that’s not there, the ADB command should be sufficient.

    Let me know if it worked for you :)

  • JohnWorks@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    13
    ·
    14 hours ago

    If you long press on the auto rotate quick setting there should be a toggle for “Show rotate button at bottom of screen”

  • Beacon@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    13 hours ago

    Upper right? Man your phone manufacturer made some bad choices with their OS customization

    • DeeBeeDouble@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      15 hours ago

      Yeah, someone already posted the ADB solution. But i swear, there was a GUI option, no idea where though. Might have been a third party settings app like SystemUiTuner