W
W
Wilson2021-08-30 23:20:38
Android
Wilson, 2021-08-30 23:20:38

How to control Android device from PC?

Variables: There is an Android device and a Windows PC.
Purpose: Run a script on the PC that performs certain actions on the device.
Actions: Open specified applications, enter data into fields, launch system functions (Turn on and off flight mode, data transfer, etc.).
Question: In what language and in what environment to start, where you can read information about it. What markup to use to open certain system and installed applications. About input fields, as I understand it is worth using xml markup.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
W
Wilson, 2021-08-30
@bbbbb123654

It ’s better to look for information about python-adb
In my thoughts, there was also process automation and Python is perfect for this (Creating a menu and a basic application in general)
It is also possible to open applications in the format of specifying the package "start -n com.package.name/com. package.name.ActivityName"
I have not yet found information about filling in the fields and clicking on the buttons.

M
misha057, 2021-09-01
@misha057

Maybe stupid, but Teamviewer and some kind of autoclicker.

D
Developer, 2021-08-31
@samodum

via adb-commands
I even once wrote a program in C # to manage the tedefone from a PC via the GUI.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question