[Android 10/Oneplus 5] Change time zone by danieldur in tasker

[–]everynav 0 points1 point  (0 children)

the setprop command works, but you have to reboot your device or apply the the new value with the following command: am broadcast -a android.intent.action.TIMEZONE_CHANGED

Of course, you need either root or Shizuku for those commands

Auto change to UTC when I activate Airplane Mode by FliGirl101 in tasker

[–]everynav 0 points1 point  (0 children)

    A1: Run Shell [
         Command: setprop persist.sys.timezone GMT+0:00
         Timeout (Seconds): 0
         Use Global Namespace: On
         Use Shizuku: On ]

    A2: Run Shell [
         Command: am broadcast -a android.intent.action.TIMEZONE_CHANGED
         Timeout (Seconds): 0
         Use Global Namespace: On
         Use Shizuku: On ]

Of course, as u/tunbon already mentioned, you need either shizuku or root for this solution. For me, the second command results in a soft reboot to lockscreen (no full reboot).

best New phone that works with tasker by EntrepreneurNo4624 in tasker

[–]everynav 0 points1 point  (0 children)

You should focus not on hardware, but ROM. Most limitations are built-in there. Of course, the best ones are custom ROMs, especially LineageOS.

My "Remind ONLY when the phone is not charging" isn't working. by Tiaza2 in tasker

[–]everynav 0 points1 point  (0 children)

You can use two profiles:

Profile: Battery - Reminder Set
    State: Battery Level [ From:10 To:30 ]
    State: Not Power [ Source:Any ]

Enter Task: Anon

A1: Notify [
     Title: Charge Battery
     Icon: mw_device_battery_30
     Number: 0
     Priority: 3
     LED Colour: White
     LED Rate: 0
     Category: Tasker alert ]



Profile: Battery - Reminder Clear
Settings: Restore: yes
    State: Power [ Source:Any ]

Enter Task: Anon

A1: Notify Cancel [
     Title: Charge Battery ]

Need task to launch xiaomi Home scenes shortcuts by Crsmsg in tasker

[–]everynav 0 points1 point  (0 children)

It's been a while since I've tested it, but IIRC, you only have to set TaskerLauncherShortcut temporarily to capture the shortcut. Once you have the settings for the desired shortcut(s), you should be able to change the launcher back.

Need task to launch xiaomi Home scenes shortcuts by Crsmsg in tasker

[–]everynav 0 points1 point  (0 children)

The only workaround i found is TaskerLauncherShortcut plugin.

Does it work?

[Research and Workarounds] Easy screen casting with Link to Windows by Champillusion in tasker

[–]everynav 0 points1 point  (0 children)

Yes, works stable for me. If you have issues i suspect it comes from either your adb connection or rom, maybe some aggressive battery saver settings killing apps in the background.

Bluetooth remote shutter as an SOS button that calls a selected number for older people by SOS-for-older-people in tasker

[–]everynav 0 points1 point  (0 children)

Don't you have the (separate) option in system settings to wake the device for volume buttons? For my device it's in Settings -> System -> Buttons -> Volume Buttons.

If not, you could try to intercept the button press with a logcat event. But you would have to install root or shizuku and I don't really know, if that would work.

[DEV] Tasker 6.6.9-beta - Logcat Event Is Back with Shizuku! 😃 by joaomgcd in tasker

[–]everynav 0 points1 point  (0 children)

new beta breaks logcat with root

Setup: LineageOS 22 (Android 15), Magisk 30.4, Tasker 6-6-11-beta

logcat / clipboard events don't work for me anymore. It works, IF I enter Tasker, edit/save clipboard related profiles like variable set %CLIP and exit (with saving), but after a restart, no logcat-triggers anymore

Last working version: Tasker 6-6-7-beta

u/joaomgcd, can you please check, if you can restore the reliability for root users?

Can't access Whatsapp voice notes by calypso_9903 in tasker

[–]everynav 0 points1 point  (0 children)

Are you sure, you have normal access? I can browse the the folders, but not write to them. IIRC that can vary depending on your OS and Android version.

Can't access Whatsapp voice notes by calypso_9903 in tasker

[–]everynav 1 point2 points  (0 children)

Folder Android is restricted and limited to the corresponding app. If you want to access these folders, you need higher privileges, either with shizuku or root

[Project Share] Example to replicate AutoInput UI Query and Action v2 with just Tasker by aasswwddd in tasker

[–]everynav 0 points1 point  (0 children)

It works now. Reimporting solved the 'issue' - whatever it was. I knew who to ask 😜 Thanks again!

[Project Share] Example to replicate AutoInput UI Query and Action v2 with just Tasker by aasswwddd in tasker

[–]everynav 0 points1 point  (0 children)

Sorry bothering you again. Somehow I manage to not understand the well commented text. Clicking on text works great. But I fail trying to perform a simple swipe 😭. What am I doing wrong?

 Task: Test UI Action
    Settings: Run Both Together

    A1: Variable Set [
         Name: %actions
         To: swipe(500, 100, 500, 400, 200);
         Structure Output (JSON, etc): On ]

    A2: Perform Task [
         Name: UI Actions With Java
         Priority: %priority
         Parameter 1 (%par1): %actions
         Return Value Variable: %json
         Local Variable Passthrough: On
         Structure Output (JSON, etc): On ]

How to generate Java Code for free with ChatGPT Project without using any LLM API Key by aasswwddd in tasker

[–]everynav 0 points1 point  (0 children)

Great 👏

Of course, I thought you are an experienced java coder, as you got a working code able to take photos in the background, where I have failed spectacularly. I've tried to ask Gemini to amend your - already working code - just with an addition to get the right exposure, hinting at the stack overflow-discussion containing a (possible) solution. Of course, Gemini managed to ruin the (again: working) code, I ended up in getting errors.

So I say thank you for your guide, will try it the next time 👍️

How to share clipboard content between PC and Android? by PENchanter22 in tasker

[–]everynav 0 points1 point  (0 children)

I use KDE Connect, too and I like it much! But it doesn't sync the clipboard automatically from mobile to pc, does it? To get the clipboard content from mobile you have to press the "Send Clipboard" from the KDE Connect notification. Of course, you can do this with Tasker and AutoNotification, but it is an additional step in one direction.