C
C
civilian1232022-02-03 19:36:57
Android
civilian123, 2022-02-03 19:36:57

Auto install android apps?

Hello. There is a task, you need to install the same stack of applications from the Play Market on 10 identical smartphones (based on Android).
How can this action be automated? On a PC, for example, you can create batch files, etc., are there analogues for android?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Drno, 2022-02-03
@Drno

Like it's on an iPhone.
Log in with one account. Check the box in the settings - download automatically installed programs from other devices
Install what you need on 1 phone, the rest flies automatically

R
rPman, 2022-02-03
@rPman

using adb , in fact, this is opening a page with an application and simulating a click on the button - install.
most likely there will be nuances with rights, but since the list of applications is known, you can also register clicks for them.
then you monitor the list of applications with a script, as it appeared, the installation is complete - adb shell pm list packages
this way you can write a script that automates the installation of applications, and all the manual fuss will be with connecting the smartphone to the computer and issuing permissions (for adb you need to enable the hidden developer menu, this is tap several times on the number version in settings)

N
nApoBo3, 2022-02-03
@nApoBo3

10 is easiest by hand.
In general, there are mdm systems for these purposes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question