Play store My apps updates scheduler

273 views
Skip to first unread message

Bojan Nikčević

unread,
Aug 29, 2018, 12:19:17 PM8/29/18
to Tasker
Hi,

Is there automation in Tasker to schedule updates of my apps in play store?
Schedule updates of all available apps updates, on specific time and when wi-fi is turned on (and/or device is on charger)...

Thanks in advance.

Robert Ryan

unread,
Aug 29, 2018, 12:33:26 PM8/29/18
to tas...@googlegroups.com
Here is the setup I use (requires AutoInput). 

        
    Profile: Update Apps
        Time: 2:00AM
        
    Enter: Update Apps
    A1: AutoInput Screen Off/On 
        Screen Off Or On: Turn On 
        Timeout (Seconds): 60 
        
    A2: Wait 
        MS: 0 
        Seconds: 4 
        Minutes: 0 
        Hours: 0 
        Days: 0 
        
    A3: AutoInput UI Query 
        Check Screen State: true 
        Timeout (Seconds): 20 
        
    A4: If %aiscreenunlocked eq unlocked
            
        A5: Send Intent 
            Action: com.google.android.finsky.VIEW_MY_DOWNLOADS 
            Cat: Default 
            Package: com.android.vending 
            Class: com.google.android.finsky.activities.MainActivity 
            Target: Activity 
            
        A6: AutoInput UI Query 
            App Package: com.android.vending
            Text: (No\s)?(U|u)pdates\savailable(\s\(\d+\))?
            Regex: true
            Variables: update 
            Timeout (Seconds): 20 
            
        A7: AutoInput Action 
            Type: Text
            Value: UPDATE ALL
            Action : Click 
            Timeout (Seconds): 120
            If %update eq UPDATE ALL
            
        A8: Wait 
            MS: 0 
            Seconds: 1 
            Minutes: 0 
            Hours: 0 
            Days: 0 
            
        A9: AutoInput Global Action 
            Action: Back 
            Timeout (Seconds): 20 
            
        A10: Wait 
            MS: 0 
            Seconds: 1 
            Minutes: 0 
            Hours: 0 
            Days: 0 
            
    A11: Else 
            
        A12: Notify 
            Title: Update Apps Error 
            Text: Screen was locked 
            Icon: null 
            Number: 0 
            Permanent: Off 
            Priority: 3 
            
    A13: End If 
        
    A14: AutoInput Screen Off/On 
        Screen Off Or On: Turn Off 
        Timeout (Seconds): 60 

--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.

C S

unread,
Aug 29, 2018, 12:36:38 PM8/29/18
to Tasker


I just make a profile that at 6:30 am 

            Sends the intent - 
            Action: com.google.android.finsky.VIEW_MY_DOWNLOADS 
            Cat: Default 
            Package: com.android.vending 
            Class: com.google.android.finsky.activities.MainActivity 
            Target: Activity 

Then when I grab my phone I just hit update all and get on with my day. No screen errors, no autoinput. 

Robert Ryan

unread,
Aug 29, 2018, 12:48:46 PM8/29/18
to tas...@googlegroups.com
On August 29, 2018 10:36:42 AM C S <cshe...@gmail.com> wrote:
No screen errors, no autoinput. 

That works too, but I wouldn't call it "automated" :) 

Bojan Nikčević

unread,
Aug 30, 2018, 10:17:01 AM8/30/18
to Tasker
Thank you very much Robert!
Reply all
Reply to author
Forward
0 new messages