What ways are there to automate installation of a list of apps?
"adb install" can be used to install apks without rooting the phone.
fdroidcl can automate downloading apks from F-Droid.
Is there anything similar that can install a list of Play store apps / package names?
6 Comments
ikidd@lemmy.world · 3 pts · 1y
Installs all apk files in a given folder to a connected device.
Flagstaff@programming.dev · 2 pts · 1y
Make a script using AutoHotkey (ask for help in !ahk@programming.dev) that goes through the list in a Windows desktop browser and remotely installs the apps to the device one by one. That's how I'd do it, anyway.
Xanza@lemm.ee · 2 pts · 1y
Not really. I'm sure you could set something up using fdroidcl or eget or something to grab apk's from Github, but nothing would be "automated."
ouch@lemmy.world · 1 pts · 1y
This eget?
With automated in this context I mean non-interactive ways to install multiple apps, as opposed to having to manually tap install on each app.
Xanza@lemm.ee · 1 pts · 1y
It's like you didn't even read my comment....
limerod@reddthat.com · 1 pts · 1y
If its a convenience thing. PI with shizuku can do background(in the notification) installs. So, you can tap install on multiple apks at the same time.