How can you accomplish the task through ADB , when we enter a command in the console (well, or write a script I don’t know how to explain it correctly) with the name of any application, ADB sends a request to the device and the application starts downloading the application through the play market (as if a person entered the market) I entered the name of the application and clicked to download, just automate everything) what should I use to solve this problem?

  • if the exact phone model is known, then the script can simply “click through” the installation, the applications, if not, you can make a screen and analyze it, the solution is not normal, so I write in a comment. - pavel
  • @pavel you wrote if you know the exact model of the phone, then you can simply "click out" the installation by the script, is that how? because the application will need to install any of the market - java
  • "How can I accomplish a task through ADB, when we enter a command in the console" I doubt that this is possible at all, I know exactly that it is possible to install programs from a computer to a device without any difficulty through ADB. But I don’t have to take my word for it; you can read help in the console and brainwash about a possible solution to the problem, maybe share with us - BORSHEVIK
  • @BORSHEVIK, I just know how to adb install <path_to_apk> as adb install <path_to_apk> , but I don’t know how to accomplish this task yet, I thought who can even think of some idea - java
  • under the word proc I meant a special script using adb shell touch xy, the coordinates are determined experimentally. Open Market with Intente - pavel

0