Hi
Is there any way to update apps with automagic those I used and like mostly ? If yes give me one example.
Updates
Moderator: Martin
- digitalstone
- Posts: 342
- Joined: 21 Oct 2017 12:36
- Location: The Netherlands
Re: Updates
I'm not an CUI expert, but i know i have used this somewhere... ah got it.
Place action "launch app":
Connect to action "Control UI":
Place action "launch app":
Code: Select all
com.android.vending
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)
Re: Updates
Someone found direct way to update apps here http://automagic4android.com/forum/view ... f=5&t=7619
Re: Updates
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.
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
- digitalstone
- Posts: 342
- Joined: 21 Oct 2017 12:36
- Location: The Netherlands
Re: Updates
I could've told him that as well
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.

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)