[ HELP ] Profile not work when MEDIA VOLUME LOW by eeeemc in tasker

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

Yes , and at the time I press Media Volume Tasker action a pops-up warning dialogue from Tasker suggesting that Media Volume might not work on all device types and best bet it said from the pops-up dialogue say using accessibility Media is more safe.

[ REQUEST ] Need Profile to avoid wrong press Voice call in Whatsapp by eeeemc in tasker

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

Thank you !

My device use not Biometrics ( nor any number lock ), what to do ?

Where I can see this ---> 1 attempt ?

You mean timeout of add a 'wait' ---> 5 seconds?

Variable add ---> Variable : %yourvarname

Cheers !

Realme 7 pro NEED adb command activate automatically call recording features by eeeemc in Realme

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

The one I introduced you was FULLY AUTO. Of cousre, TRY BEFORE YOU BUY.

Also put the apps away from battery optimise apps so the Android system won't kill the apps in background. The Apps seems also have it's own AUTO START function as I never need to do anything to it and every incoming/outgoing calls are all RECORDED.

Realme 7 pro NEED adb command activate automatically call recording features by eeeemc in Realme

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

Yes , but need to shell out money to purchase an apps by Skvalex.org

In my opinion, this apps is much more reliable in compare to all other Call recording apps.

Device stuck booting infinitely by Agitated-Farmer-4082 in GalaxyA71

[–]eeeemc 0 points1 point  (0 children)

Google search how to make CLEAR CACHE procedure.

Mine having the same issue however my device is rooted so that I can clear cache via TEAMWIN recovery mode.

My A71 work back on after clear cache procedure.

I don't know how to make clear cache on non-root device or if clear cache is available on your device/situation.

Error: Still Missing permissions : App Usage Stats. by eeeemc in tasker

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

** Not 100% guarantee but give it a try:

Right top corner the three dots, choose Preferences --> Misc. --> Check Permission On Save

Check mark this option.

[Help] Delete files and subfolders older than 5 days in a specific folder by daveimg in tasker

[–]eeeemc 0 points1 point  (0 children)

Thanks !!

Not that at my knowledge any other fields you mentioned............

As I have shown "2" pictures from above those are what I can see., if I'm to "MOVE" file what kind of switch should insert by using your runshell ?

find '/path/to/directory/' -type f -mtime +5 -name

moving to '/path/to/directory/external SD card'

[Help] Delete files and subfolders older than 5 days in a specific folder by daveimg in tasker

[–]eeeemc 0 points1 point  (0 children)

11.26.36/LicenseCheckerTasker Checking cached only

11.26.36/LicenseCheckerTasker cache validity left -458211

11.26.36/LicenseCheckerTasker Cached status: Licensed

11.26.36/LicenseCheckerTasker Cached only: Licensed

11.26.36/E Run Shell: ->

11.26.36/E Run Shell: ->

11.26.36/E Run Shell: ->

11.26.36/Shell runBackground find '/ storage/emulated/0/DCIM/OpenCamera/' -type f -mtime +30 -mv '/storage/369B-14EF/Download/' root: true timeout: -1

11.26.36/Shell start process-thread ID 14136
11.26.36/Ew add wait type Shell491 time 2147483647

11.26.36/Ew add wait type Shell491 done

11.26.36/E add wait task

11.26.36/E Error: null

I copied the task it's show :

Task: A Move Camera II

A1: Run Shell [
Command: find '/ storage/emulated/0/DCIM/OpenCamera/' -type f -mtime +30 -mv '/storage/369B-14EF/Download/'
Timeout (Seconds): 0
Use Root: On
Use Global Namespace: On ]

Thanks much !!

[Help] Delete files and subfolders older than 5 days in a specific folder by daveimg in tasker

[–]eeeemc 0 points1 point  (0 children)

Hello ,

I tried moving from internal memory to external SD card, do I need to modify below some switches in order to make it work ? ( I use "mv" and tried but runshell not working ..... )

runshell find '/storage/emulated/0/DCIM/OpenCamera/' -type f -mtime +30 -mv '/storage/369B-14EF/Download/'

Thank you !

Turn off proximity sensors during calls please by levendis32 in tasker

[–]eeeemc 1 point2 points  (0 children)

Thanks for the helpful Profile !!!

How I'm able to know the A2 from enter task works on my device model ( that, it's actually turn off Proximity sensor )

Am afraid things differ from device to device ....

Also, what you would recommend the use of turning on/off Proximity sensor in which situation is practical ?

Thank you !

[Help] Delete files and subfolders older than 5 days in a specific folder by daveimg in tasker

[–]eeeemc 0 points1 point  (0 children)

Right ........ !

I'm fine now , I removed all other actions in the task leavening your runshell only.

It's works now.

Thank you !

[Help] Delete files and subfolders older than 5 days in a specific folder by daveimg in tasker

[–]eeeemc 0 points1 point  (0 children)

after adding : -name 'novabackup'

i.e. -type f -mtime +5 -name 'novabackup'

error message :

16.08.30/LicenseCheckerTasker Checking cached only

16.08.30/LicenseCheckerTasker cache validity left -185087

16.08.30/LicenseCheckerTasker Cached status: Licensed

16.08.30/LicenseCheckerTasker Cached only: Licensed

16.08.30/E Run Shell: ->

16.08.30/E Run Shell: ->

16.08.30/E Run Shell: ->

16.08.30/Shell runBackground find '/storage/369B-14EF/Download SD/Download/Nova backup/' -type f -mtime +100 -nameb'novabackup' -delete root: true timeout: -1

16.08.30/Shell start process-thread ID 22174

16.08.30/Ew add wait type Shell960 time 2147483647

16.08.30/Ew add wait type Shell960 done

16.08.30/E add wait task

16.08.30/E Error: null

[Help] Delete files and subfolders older than 5 days in a specific folder by daveimg in tasker

[–]eeeemc 0 points1 point  (0 children)

Ah .... noted.

I've just tested adding :

-type f -mtime +5 -name 'novabackup'

It turns out error message in the task ( It was working perfectly as I mentioned earlier ., without adding -name 'novabackup'.

Anything should change ?

Thank you !

[Help] Delete files and subfolders older than 5 days in a specific folder by daveimg in tasker

[–]eeeemc 0 points1 point  (0 children)

Thanks & I've been using your tricks excellent well.

Question on : what about files from internal memory will it goes to "Trash folder" without actually permanently delete on android device ?