I’m just this guy, you know?

  • 5 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle






  • I also mainly don’t use screen Auto Rotate, but I did make it a tile on the window shade. Rather than toggle it manually, I have Tasker enable rotation when an app that I want to auto-rotate is active on the screen, and disable it when that app is not active.

    It doesn’t put anything up on the status bar, but if you can live without it knowing only certain apps do it, maybe it doesn’t matter.

        Profile: Auto-rotate Apps
        Settings: Restore: yes
        	Application: Sky Map, Camera, Gallery...
        
        
        
        Enter Task: Enable Auto-rotate
        
        A1: Display AutoRotate [
             Set: On ]
            If  [ %ROTATE_APP_LOCK Set ]
        
        A2: Variable Clear [
             Name: %ROTATE_APP_LOCK ]
        
        
        
        Exit Task: Disable Auto-rotate
        
        A1: Variable Set [
             Name: %ROTATE_APP_LOCK
             To: 1 ]
            If  [ %ROTATE_APP_LOCK !Set ]
        
        A2: Display AutoRotate [ ]
    
    










  • I have a few automations:

    • Between 11pm and 7am, and if not connected to a list of BT headsets or speakers: lower the main media volume to 0.
    • If one of a list of apps is on the main screen: activate screen auto-rotate, then disable it as an exit task.
    • If the phone is less than 30m from the lat/lon of the center of my house: set a variable NEAR_HOME=1, and set NEAR_HOME=0 as an exit task
    • If my phone is not connected to my home SSID and NEAR_HOME isn’t set: activate the Wireguard profile to connect to my home router, and deactivate it as an exit task
    • At 9am every day, issue a notification showing the number of days remaining to a significant date occurring later this year.

    I used to have several more to correct certain idiosyncrasies my phone would have on boot, low battery and a few other repeatable conditions, but those things got fixed with system updates, or ceased to be relevant.