Need a profile - Tasker Tips & Tricks

Hey guys.
I was testing auto alarm plugin
I want my phone do a reboot 1 hour before alarm goes off.
As context i have autoalarm
As task i have plugin > secure settings > reboot if %hours matches 1,00
But it doesn't work
What's wrong?

calculation of alarm [-1]
Use it in some profile.. [Spoil]
Next Alarm -1 (278)
A1: AutoAlarm [ Configuration:No configuration needed Package:com.joaomgcd.autoalarm Name:AutoAlarm Timeout (Seconds):1 Continue Task After Errorn ]
A2: Variable Set [ Name:%nextalarmtime To:%hour Do Mathsff Appendff ]
A3: Variable Subtract [ Name:%nextalarmtime Value:1 Wrap Around:24 ]
A4: Variable Set [ Name:%Nextalarmtime To:%nextalarmtime:%minute Do Mathsff Appendff ]
[/Spoil]
Rebot phone before alarm [1h][Spoil]
Profile: Reboot 1H Before (279)
Time: From %Nextalarmtime Till %Nextalarmtime
Enter: Anon (280)
A1: Reboot [ Type:Normal ]
[/Spoil]
http://fii.cz/uhrubdf

frrancuz. said:
calculation of alarm [-1]
Use it in some profile.. [Spoil]
Next Alarm -1 (278)
A1: AutoAlarm [ Configuration:No configuration needed Package:com.joaomgcd.autoalarm Name:AutoAlarm Timeout (Seconds):1 Continue Task After Errorn ]
A2: Variable Set [ Name:%nextalarmtime To:%hour Do Mathsff Appendff ]
A3: Variable Subtract [ Name:%nextalarmtime Value:1 Wrap Around:24 ]
A4: Variable Set [ Name:%Nextalarmtime To:%nextalarmtime:%minute Do Mathsff Appendff ]
[/Spoil]
Rebot phone before alarm [1h][Spoil]
Profile: Reboot 1H Before (279)
Time: From %Nextalarmtime Till %Nextalarmtime
Enter: Anon (280)
A1: Reboot [ Type:Normal ]
[/Spoil]
http://fii.cz/uhrubdf
Click to expand...
Click to collapse
Hey friend
I've inported the task and profile
I tested it but it does nothing [emoji32]
Maybe i miss something?
Verstuurd vanaf mijn SM-G920F met Tapatalk

Go to vars overlap in Tasker.
%Nextalarmtime is set?

frrancuz. said:
Go to vars overlap in Tasker.
%Nextalarmtime is set?
Click to expand...
Click to collapse
Yes [emoji106]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

No, it is empty.
No time set.
run task "next alarm -1", then check Variable.

frrancuz. said:
No, it is empty.
No time set.
run task "next alarm -1", then check Variable.
Click to expand...
Click to collapse
Thnx friend it's working now [emoji106] [emoji106]
Verstuurd vanaf mijn SM-G920F met Tapatalk

Related

Tasker auto-sync problem

Dear Tasker users,
I'm going crazy!
I recently created a function to turn on wifi and turn off mobile data when there is a near wifi network and viceversa.
If I launch the app manually it works fine but if I wait it to work it doesn't.
I controlled the timings in the preferences but the Service Check Milliseconds is 1500 (when display is on), Wifi Scan Seconds are 120, All checks (when display is off) are 240 seconds.
It seems that the service does not work in background both when phone is locked and when is unlocked.
It works only sometimes (i can't understand exactly when)
The function is:
Profile: Known WiFi (3)
Stato: Near WIFI [ SSID:* MAC:* Functionality:* Minimum activation signal:4 Channel:0 Alternate Wififf ]
Start: WiFi And Data (2)
A1: Delete Notification [ Title: Warn does not existff ]
A2: If [ %WIFI ~ off ]
A3: Run Shell [ Command:svc wifi enable Timeout (Secondi):0 Use Rootn Save Result In: Save Errors In: Save Result In: ]
A4: Wait till [ MS:0 Seconds:5 Minutes:0 Hours:0 Days:0 ] If [ %WIFI ~ on ]
A5: End If
A6: If [ %WIFII ~ *CONNECTION* ]
A7: LED Notification [ Title:WiFi Connected Text:%WIFII Icon:hd_device_access_network_wifi Number:1 Color:Green Evaluate:17 Priority:3 Actions1) ]
A8: Notification [ Titolo:%WIFII Testo: Icona:hd_device_access_network_wifi Numero:0 Permanenteff Priorità:3 ]
A9: Run Shell [ Comando:svc data disable Timeout (Secondi):0 Use Rootn Save Result In: Save Errors In: Save Results In: ]
A10: Else
A11: Run Shell [ Command:svc data enable Timeout (Secondi):0 Use Rootn Save Result In: Save Errors In: Save Result In: ]
A12: LED Notification [ Title:Mobile ON Text:%CELLID Icon:hd_content_import_export Number:1 Color:Red Evaluate:1 Priority:3 ]
A13: Run Shell [ Command:svc wifi disable Timeout (Seconds):0 Use Rootn Save Result In: Save Errors In: Save Result In: ]
A14: End If
My android version is 6.0.1.
The scanning time (when is locked) is 120sec and the service check is 1500 msecs.
Could you please help me?
Have you Tasker taked out off doze? Maybe that's the reason.
Sent from my Nexus 5 using Tapatalk
Sorry, I don't understand? What you mean? Do you suggest that Tasker is in standby? How do you suggest to resolve?
Thanks
R4V3N-2010 said:
Have you Tasker taked out off doze? Maybe that's the reason.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Go to settings->special settings->battery manager->protected applications->check tasker
Sent from my ALE-L21 using XDA-Developers mobile app
---------- Post added at 12:05 PM ---------- Previous post was at 12:03 PM ----------
renero76 said:
Dear Tasker users,
I'm going crazy!
I recently created a function to turn on wifi and turn off mobile data when there is a near wifi network and viceversa.
If I launch the app manually it works fine but if I wait it to work it doesn't.
I controlled the timings in the preferences but the Service Check Milliseconds is 1500 (when display is on), Wifi Scan Seconds are 120, All checks (when display is off) are 240 seconds.
It seems that the service does not work in background both when phone is locked and when is unlocked.
It works only sometimes (i can't understand exactly when)
The function is:
Profile: Known WiFi (3)
Stato: Near WIFI [ SSID:* MAC:* Functionality:* Minimum activation signal:4 Channel:0 Alternate Wififf ]
Start: WiFi And Data (2)
A1: Delete Notification [ Title: Warn does not existff ]
A2: If [ %WIFI ~ off ]
A3: Run Shell [ Command:svc wifi enable Timeout (Secondi):0 Use Rootn Save Result In: Save Errors In: Save Result In: ]
A4: Wait till [ MS:0 Seconds:5 Minutes:0 Hours:0 Days:0 ] If [ %WIFI ~ on ]
A5: End If
A6: If [ %WIFII ~ *CONNECTION* ]
A7: LED Notification [ Title:WiFi Connected Text:%WIFII Icon:hd_device_access_network_wifi Number:1 Color:Green Evaluate:17 Priority:3 Actions1) ]
A8: Notification [ Titolo:%WIFII Testo: Icona:hd_device_access_network_wifi Numero:0 Permanenteff Priorità:3 ]
A9: Run Shell [ Comando:svc data disable Timeout (Secondi):0 Use Rootn Save Result In: Save Errors In: Save Results In: ]
A10: Else
A11: Run Shell [ Command:svc data enable Timeout (Secondi):0 Use Rootn Save Result In: Save Errors In: Save Result In: ]
A12: LED Notification [ Title:Mobile ON Text:%CELLID Icon:hd_content_import_export Number:1 Color:Red Evaluate:1 Priority:3 ]
A13: Run Shell [ Command:svc wifi disable Timeout (Seconds):0 Use Rootn Save Result In: Save Errors In: Save Result In: ]
A14: End If
My android version is 6.0.1.
The scanning time (when is locked) is 120sec and the service check is 1500 msecs.
Could you please help me?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Touch the second option, protected apps, I think, and check Tasker
Sent from my ALE-L21 using XDA-Developers mobile app
renero76 said:
Sorry, I don't understand? What you mean? Do you suggest that Tasker is in standby? How do you suggest to resolve?
Thanks
Click to expand...
Click to collapse
Go to your settings >battery tap the tree doots in the upper right corner then battery optimization. Tap not optimized and all apps. Check Tasker and it should work.
Sent from my Nexus 5 using Tapatalk
But, do you mean Settings of Tasker or in my android? If you intend the last one I can't find what you say. I only found Battery--> Details than I deselected Tasker
R4V3N-2010 said:
Go to your settings >battery tap the tree doots in the upper right corner then battery optimization. Tap not optimized and all apps. Check Tasker and it should work.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I mean in Android. Yeah maybe depends on your phone on my N5 it calls like I wrote. Check Tasker go back if Tasker is in the list not optimized apps then in should work.
Sent from my Nexus 5 using Tapatalk
I restarted my phone and it immediately worked but, changing the floor (where another Network is present), it did not work again.
It seems that it works only once, then stops
R4V3N-2010 said:
I mean in Android. Yeah maybe depends on your phone on my N5 it calls like I wrote. Check Tasker go back if Tasker is in the list not optimized apps then in should work.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
renero76 said:
I restarted my phone and it immediately worked but, changing the floor (where another Network is present), it did not work again.
It seems that it works only once, then stops
Click to expand...
Click to collapse
Glad that you figured out. I am sorry but with your second problem I am not able too help you because my Tasker knowledge is not so high. Maybe someone with more knowledge is able too help you.
Sent from my Nexus 5 using Tapatalk
Dear all,
I noticed that the profile works only when activated after being deactivated previously.
It does not work when the phone is locked.
Any suggestions?

Need some help with JavaScriptlet for checking if music is playing

I'm new for javascript , I want to write some script in tasker for check status
I found a post about it in google tasker group
but it's use Java Function
(sorry I can't post outside url now)
this is the code:
Code:
getMusicPlaying (122)
A1: Java Function [ Return:manage Class Or Object:CONTEXT Function:getSystemService
{Audio} (String) Param:audio Param: Param: Param: Param: Param: Param: ]
A2: Java Function [ Return:%playing Class Or Object:manage Function:isMusicActive {boolean} () Param: Param: Param: Param: Param: Param: Param: ]
A3: Flash [ Text:%playing Long:eek:ff ]
I want to do same thing in script , so I made code like this
Code:
manage = Context.getSystemService(Context.AUDIO_SERVICE);
if (manage.isMusicActive())
alert('playing');
else
alert('nothing')
But it can not work
could someone tell me how to do this with JavaScriptlet ?
by the way , how to check which app is playing , like just poweramp is playing now ,not google music ?
Thanks
I know I'm late, but do you/anyone else need this? I can help.
shadypr said:
I know I'm late, but do you/anyone else need this? I can help.
Click to expand...
Click to collapse
I am interested in how this works if your up for a quick lesson
Jackson.Armstrong.Blow said:
I am interested in how this works if your up for a quick lesson
Click to expand...
Click to collapse
OK I will explain the poweramp part, since it's the one that I needed:
nonewithnothing said:
by the way , how to check which app is playing , like just poweramp is playing now ,not google music ?
Thanks
Click to expand...
Click to collapse
..
So, what I wanted to achieve is to enable "Do Not Disturb" (DND) while music was playing, because with Hi-Res enabled, when I get notifications the audio switched to the phone's speakers, and when the notification sound finishes the music comes back to the headphones. The solution I created is basically using the poweramp API to detect if music was playing, the following is my profile and task:
API Link (from line 527 you can see the status class)
+ Event>System>Intent Received:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
+ new task, and the if/else if and such are under "Task"

Bluetooth "Car" Mode not working. Exit task runs before "exiting".

Bluetooth "Car" Mode not working. Exit task runs before "exiting".
So here is my problem. Everything works fine. Connect to my HU and and it launches what I want. The exit task force closes the apps and locks the screen. However, what I have noticed is that after about 2 minutes the exit task would always run while my music was still playing. So I tried just making a 2nd profile for bluetooth connected (inverted). Exact same thing would happen. What I think is going on is that my head unit or s8 may disconnect somehow for a split second thus triggering the exit task. Is there any way to tell the profile to not run the exit task unless it has disconnected from my head unit for lets say more than 3 seconds?
Again, everything works...just the 1/2 second of what I think is the Bluetooth disconnecting triggering the exit task too soon.
Here is the copy of the description:
Profile: Blu (2)
Restore: no
State: BT Connected [ NameNX690HD Address:00:08:E0:4A:ED:1A ]
Enter: Music1 (6)
A1: Flash [ Text:LAUNCHING MUSIC FOR YOU DUDE Longff ]
A2: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A3: Launch App [ App:Samsung Music Data: Exclude From Recent Appsff Always Start New Copyff ]
A4: Wait [ MS:0 Seconds:2 Minutes:0 Hours:0 Days:0 ]
A5: Launch App [ App:Music Visualizer Data: Exclude From Recent Appsff Always Start New Copyff ]
A6: Media Volume [ Level:15 Displayff Soundff ]
A7: Stop [ With Errorff Task: ]
Exit: Ex (13)
A1: Flash [ Text:CLOSING APPS Longff ]
A2: Variable Set [ Name:%app To:Music Visualizer Recurse Variablesff Do Mathsff Appendff ]
A3: AutoLaunch Query [ Configuration:App Nickname: %app
Contains All App Nickname: true Timeout (Seconds):60 ]
A4: Variable Set [ Name:%package To:%alpackages(1) Recurse Variablesff Do Mathsff Appendff ]
A5: AutoShare [ Configuration:App: Android
Action: App Details Settings
Data: package:%package Timeout (Seconds):10 ]
A6: AutoInput Action [ Configuration:Type: Text
Value: Force Stop
Action : Click Timeout (Seconds):20 ]
A7: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A8: AutoInput Action [ Configuration:Type: Text
Value: Force Stop
Action : Click Timeout (Seconds):20 ]
A9: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A10: AutoInput Global Action [ Configuration:Action: Home Timeout (Seconds):20 ]
A11: Variable Set [ Name:%app To:Samsung Music Recurse Variablesff Do Mathsff Appendff ]
A12: AutoLaunch Query [ Configuration:App Nickname: %app
Contains All App Nickname: true Timeout (Seconds):60 ]
A13: Variable Set [ Name:%package To:%alpackages(1) Recurse Variablesff Do Mathsff Appendff ]
A14: AutoShare [ Configuration:App: Android
Action: App Details Settings
Data: package:%package Timeout (Seconds):10 ]
A15: AutoInput Action [ Configuration:Type: Text
Value: Force Stop
Action : Click Timeout (Seconds):20 ]
A16: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A17: AutoInput Action [ Configuration:Type: Text
Value: Force Stop
Action : Click Timeout (Seconds):20 ]
A18: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A19: AutoInput Global Action [ Configuration:Action: Home Timeout (Seconds):20 ]
A20: Secure Settings [ Configuration:Lock Device Timeout (Seconds):0 ]

Goto loop minimizing navigation

I've setup a task that pulls values from a torque CSV and sends them to KWGT so that they can be displayed on the homescreen. The info needs to be live so I used a goto loop to pull updated info from the CSV every second. That part works well and the task starts and stops as desired.
The problem is that when the loop is running, I cannot get navigation to stay full screen. Maps works fine but as soon as I navigate, navigation is minimized to the small overlay box. Tapping the box to full screen only lasts the loop length before being minimized again. I've added wait time and can confirm that the issue is in sync with the loop length.
Other noticings:
- Torque screen flashes with every loop but stays connected and successfully logs to the log CSV
- The is an alarm icon that flickers in the notification bar with every loop.
Appreciate your thoughts and suggestions!
Code:
OBD Loop (19)
A1: Variable Set [ Name:%Odohold To:%Odometer Recurse Variables:eek:ff Do Maths:eek:ff Append:eek:ff Max Rounding Digits:3 ] If [ %OBDLOG2 < %CELMiles ]
A2: Wait [ MS:0 Seconds:5 Minutes:0 Hours:0 Days:0 ]
A3: Perform Task [ Name:Get OBD Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:eek:ff ]
A4: Variable Set [ Name:%Odometer To:%Odohold+%OBDLOG2 Recurse Variables:eek:ff Do Maths:eek:n Append:eek:ff Max Rounding Digits:10 ]
A5: Perform Task [ Name:KWGT Update Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:eek:ff ]
A6: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A7: Stop [ With Error:eek:ff Task: ] If [ %OBD ~ dis ]
A8: Goto [ Type:Action Number Number:3 Label: ] If [ %OBD ~ con ]
Get OBD (18)
A1: Run Shell [ Command:/system/xbin/tail -1 /storage/emulated/0/torqueLogs/trackLog.csv Timeout (Seconds):0 Use Root:eek:n Store Output In:%OBDLOG Store Errors In: Store Result In: ]
A2: Variable Split [ Name:%OBDLOG Splitter:, Delete Base:eek:ff ]
A3: Variable Set [ Name:%CELMiles To:%OBDLOG2 Recurse Variables:eek:ff Do Maths:eek:ff Append:eek:ff Max Rounding Digits:3 ]

Enable & disable account synchronization with tasker

Hello,
I want to create a new task in tasker, and enable or disable a google account.
I read some threads about synker app (https://tasker.joaoapps.com/pluginlist.html), but the problem is that synker is outdated, and It can't be used because you must buy a unlock key (and it's not available in playstore).
It's possible change the synchronization with tasker without the synker app?
Regards
Not sure if this helps ..............................
You can skip following step as those are my home settings: A1, A13, You can simply see it will turn on auto syn & turn off auto sync between 7 a.m. to 930 p.m. , every 50 mins.
If time is before 7.30 p.m. , it will play a notification tone ( see A16 ) so that you know this profile is working ( you can turn this off after 1 or 2 months ). After 7.30 p.m. will not play ringtone to less disturb.
You can actually modify ( skip ) my below steps as much as you like to accomidate your situation.
Ask if you have any question against my profile.
Profile:
Auto Sync Every 45 Mins (1693)
Time: From 07:00 every 50m Till 21:30
State: Wifi Connected [ SSID:* MAC:* IP:* Active:Any ]
Task:
A1: Perform Task [ Name:N9 Grant Acc Tasker Auto Native Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off Local Variable Passthrough:Off Limit Passthrough To: Reset Return Variable:Off Allow Overwrite Variables:Off ]
A2: Wait [ MS:500 Seconds:0 Minutes:0 Hours:0 Days:0 ]
A3: Variable Set [ Name:%Auto_syncccc To:1 Recurse Variables:Off Do Maths:Off Append:Off Max Rounding Digits:3 ]
A4: Wait [ MS:500 Seconds:0 Minutes:0 Hours:0 Days:0 ]
A5: Auto-Sync [ Set:On ]
A6: If [ %TIME < 19.3 ]
A7: Goto [ Type:Action Label Number:10 Labellay ]
A8: End If
A9: If [ %TIME > 19.3 ]
A10: Wait [ MS:500 Seconds:0 Minutes:0 Hours:0 Days:0 ]
A11: Goto [ Type:Action Label Number:10 Label:flash sync now ]
A12: End If
<play>
A13: Media Volume [ Level:6 Display:Off Sound:Off ] If [ %WIN !~ YouTube | %WIN !~ FM Radio | %WIN !~ RTHK News | %WIN ~ Audio Player ]
A14: Media Volume [ Level:1 Display:Off Sound:Off ]
A15: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A16: Play Ringtone [ Type:Notification Sound:Bibip Stream:5 ]
A17: Media Volume [ Level:14 Display:Off Sound:Off ]
<flash sync now>
A18: Flash [ Text:Syncing now !! Long:On ]
<wait 10>
A19: Wait [ MS:0 Seconds:0 Minutes:5 Hours:0 Days:0 ]
A20: Auto-Sync [ Set:Off ]
A21: Media Volume [ Level:2 Display:Off Sound:Off ]
A22: W
eeeemc said:
Not sure if this helps ..............................
You can skip following step as those are my home settings: A1, A13, You can simply see it will turn on auto syn & turn off auto sync between 7 a.m. to 930 p.m. , every 50 mins.
If time is before 7.30 p.m. , it will play a notification tone ( see A16 ) so that you know this profile is working ( you can turn this off after 1 or 2 months ). After 7.30 p.m. will not play ringtone to less disturb.
You can actually modify ( skip ) my below steps as much as you like to accomidate your situation.
Ask if you have any question against my profile.
Profile:
Auto Sync Every 45 Mins (1693)
Time: From 07:00 every 50m Till 21:30
State: Wifi Connected [ SSID:* MAC:* IP:* Active:Any ]
Task:
A1: Perform Task [ Name:N9 Grant Acc Tasker Auto Native Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off Local Variable Passthrough:Off Limit Passthrough To: Reset Return Variable:Off Allow Overwrite Variables:Off ]
A2: Wait [ MS:500 Seconds:0 Minutes:0 Hours:0 Days:0 ]
A3: Variable Set [ Name:%Auto_syncccc To:1 Recurse Variables:Off Do Maths:Off Append:Off Max Rounding Digits:3 ]
A4: Wait [ MS:500 Seconds:0 Minutes:0 Hours:0 Days:0 ]
A5: Auto-Sync [ Set:On ]
A6: If [ %TIME < 19.3 ]
A7: Goto [ Type:Action Label Number:10 Labellay ]
A8: End If
A9: If [ %TIME > 19.3 ]
A10: Wait [ MS:500 Seconds:0 Minutes:0 Hours:0 Days:0 ]
A11: Goto [ Type:Action Label Number:10 Label:flash sync now ]
A12: End If
<play>
A13: Media Volume [ Level:6 Display:Off Sound:Off ] If [ %WIN !~ YouTube | %WIN !~ FM Radio | %WIN !~ RTHK News | %WIN ~ Audio Player ]
A14: Media Volume [ Level:1 Display:Off Sound:Off ]
A15: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A16: Play Ringtone [ Type:Notification Sound:Bibip Stream:5 ]
A17: Media Volume [ Level:14 Display:Off Sound:Off ]
<flash sync now>
A18: Flash [ Text:Syncing now !! Long:On ]
<wait 10>
A19: Wait [ MS:0 Seconds:0 Minutes:5 Hours:0 Days:0 ]
A20: Auto-Sync [ Set:Off ]
A21: Media Volume [ Level:2 Display:Off Sound:Off ]
A22: W
Click to expand...
Click to collapse
Hi,
Thanks for your message, but I want to disable or enable a single account synchronization. I can enable and disable auto-sync, but not for a single account.
Regards

Categories

Resources