Updates

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
Rafi4
Posts: 281
Joined: 01 Dec 2017 05:23

Updates

Post by Rafi4 » 11 Oct 2018 03:37

Hi
Is there any way to update apps with automagic those I used and like mostly ? If yes give me one example.
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1

User avatar
digitalstone
Posts: 342
Joined: 21 Oct 2017 12:36
Location: The Netherlands

Re: Updates

Post by digitalstone » 11 Oct 2018 04:56

I'm not an CUI expert, but i know i have used this somewhere... ah got it.

Place action "launch app":

Code: Select all

com.android.vending
Connect to action "Control UI":

Code: Select all

sleep(5000);
clickById("com.android.vending:id/navigation_button");
sleep(2000);
click("My apps & games");
sleep(2000);
clickById("com.android.vending:id/header_action_button");
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)

anuraag
Posts: 371
Joined: 24 Jan 2015 02:06

Re: Updates

Post by anuraag » 11 Oct 2018 06:30

Someone found direct way to update apps here http://automagic4android.com/forum/view ... f=5&t=7619

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Updates

Post by Desmanto » 11 Oct 2018 15:12

You don't need to trigger the update or using automagic. Just go to playstore > My apps & games > find you app and tap 3 dot menu, check the auto update.
If you want to update only at certain wifi, set the wifi you don't want to be auto update to metered network.

But if you need to update manually on schedule, the start activity from anuraag link will be the best solution.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

User avatar
digitalstone
Posts: 342
Joined: 21 Oct 2017 12:36
Location: The Netherlands

Re: Updates

Post by digitalstone » 11 Oct 2018 19:59

I could've told him that as well :P
But i think Rafi4 knows that already, so i assumed he wanted to figure out if he could do it through the means of experimentation.
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)

Post Reply