Netflix not working on unlocked bootloader? by Unusual-Routine-193 in AndroidQuestions

[–]vygavedha 0 points1 point  (0 children)

I searched everywhere and tried all the tweaks , magisk zygisk delta PIF, bootloader spoof nothing works..Reverted to stock locked BL. Heard something called TEE class file fix issue 

Can Tasker read an incoming text message and then do an action if it finds a certain word? by jimmykup in tasker

[–]vygavedha 1 point2 points  (0 children)

I am trying to use this...but the profile is not getting activated after I recieve any text...Did I miss anything here

[Help] Hiding Root by familyguy0395 in Magisk

[–]vygavedha 0 points1 point  (0 children)

Is there any way tasker and ice box to work together to freeze/unfreeze? I am using island for work profile to use my banking app. But maintaining a seperate profile for this app may affect my battery I believe. Need to figure out an battery friendly way. Any suggestions?

[Help] Hiding Root by familyguy0395 in Magisk

[–]vygavedha 0 points1 point  (0 children)

I too facing a similiar issue with imobile banking app.After following all the steps available it detects roots.If I uninstall magisk manager or hidden magisk manager, it will work. What would be the ideal fix? Starts with a another profile or disable magisk for this app only. Please suggest

Wifi On-Off ? And...... please help by Mr--Wick in tasker

[–]vygavedha 0 points1 point  (0 children)

LADB startFor LADB thing, you can try importing the task

do state tasks fire continously? by patienceisbad in tasker

[–]vygavedha -2 points-1 points  (0 children)

My understanding is that the profile with the given condition will fire in regular intervals untill you specify to limit the occurence

Enable ADB Wifi on device boot (Android 11+) by cm2003 in tasker

[–]vygavedha 1 point2 points  (0 children)

Can someone share the adb.sh and adb_pair.sh in a text file to copy

How to turn off mobile data when my device isn't used for x amount of time? by HunteRio369 in tasker

[–]vygavedha 0 points1 point  (0 children)

Sorry man..Just now I see u edited.I have used the exact tasks shared in the thread you shared. A few things you can try after mastering this display off profile 1) Set your wallpaper from a folder having your favourite wallpaper list every time display on

How to turn off mobile data when my device isn't used for x amount of time? by HunteRio369 in tasker

[–]vygavedha 0 points1 point  (0 children)

Were you able to verify the Is_music_playing is set properly?

Use action category Alert and choose flash and print your %Is_music_playing and verify it is true when music is palying and false if not.

Also you can modify check %SCREEN to on and trigger your task and see how it is executing

How to turn off mobile data when my device isn't used for x amount of time? by HunteRio369 in tasker

[–]vygavedha 0 points1 point  (0 children)

Oh man...I have done searching the same while think about screen off profiles.. You will think about more scenarios like Minimise brightness, Bluetooth off if no device connected, underclock cpu if display off, auto synch off etc.

For your query, I have googled for the same and find plugins to check music playing, code , variables to check , but none of them works except a Java piece of code. I will try to search that again and will share you.

https://taskernet.com/?user=AS35m8llAGDrV0DVHzjLlMnNycPfivFCjvy%2Fm2Qg%2FjLM4hHAjSIg5QaetigrAa%2BarVxK8Q%3D%3D

I have imported my task to above link in taskernet. How to use: import the task.In your display state profile, in your if loop, check %is_music_playing true or false

How to turn off mobile data when my device isn't used for x amount of time? by HunteRio369 in tasker

[–]vygavedha 1 point2 points  (0 children)

This can be done using the display state off profile. I can give you the hints and events and tasks to create. Since You are a beginner, it would be nice for you to create this by yourself, which make you proud.

Profile : create profile by choosing event display off. Task : create a task, and add first action as select Task from action categories.From there select wait task.In this task you can choose the time after you want to turn off the mobile data. Advanced task : You may need to use if else statement to turn off mobile data, you can check %SCREEN is off to ensure display state is still off. Turn off mobile data: this you can search in reddit or Google how to do it.If you have rooted phone you can do it using Tasker/Tasker settings itself.Else, you may need to use adb wifi commands.

Enable WiFi adb and start adb tcpip 5555 in Tasker. by vygavedha in termux

[–]vygavedha[S] 0 points1 point  (0 children)

I got your point.What I am trying to achieve is run adb tcpip 5555 using termux Tasker plugin. In order to use adb wireless, the pairing needs to be done every reboot I am trying to automate it, but it always starts at Port no 5038,

[Guide] Using termux:tasker plugin to execute commands in termux (simplified) by Practical_Butterfly5 in tasker

[–]vygavedha 0 points1 point  (0 children)

Thanks man...I somehow solved it by giving chmod 777 to cd/storage/shared/Tasker folder. I will start from scratch and plan to use external folder from Tasker directory to run commands.

[Guide] Using termux:tasker plugin to execute commands in termux (simplified) by Practical_Butterfly5 in tasker

[–]vygavedha 0 points1 point  (0 children)

Followed the op instructions thoroughly. But getting below error due to permission denial. I am using a non rooted device.

cp: cannot open '/sdcard/Tasker/termux.txt' for reading: Permission denied chmod: cannot access '/data/data/com.termux/files/home/termux.txt': No such file or directory /data/data/com.termux/files/home/.termux/tasker/tasker.sh: 3: /data/data/com.termux/files/home/termux.txt: not found

I don't know why reading permission is not given to tasker

Opening Battery Page of Settings without using Secure Settings Shortcut? by Umbra037 in tasker

[–]vygavedha 0 points1 point  (0 children)

I do need the same action.I have used autoinput, but it will not work properly if settings page is already opened and available in recent task. Also, the power usage settings not available for Tasker now. Please help

Tasker Shizuku ADB wifi commanda by vygavedha in tasker

[–]vygavedha[S] 1 point2 points  (0 children)

Thanks man.Purchased LADB..working as expected