Answer the question
In order to leave comments, you need to log in
How to configure adb appcontrol to work on a virtual machine with Windows 10 from under Linux?
The bottom line is to manipulate the smartphone (android) not directly from the Windows OS (the program only works there), but through the virtual machine on which win10 is running from under Linux. Internet connection-distribution from a smartphone, if this is important.
Answer the question
In order to leave comments, you need to log in
The simplest thing is to check if adb is able to connect over the network, in the latest versions of android (and in old custom assemblies like lineageos for a long time) this functionality is already available. In this case, adb connects with ip and port (it will be specified when this feature is enabled),
it will look something like this:
adb pair 192.168.0.110:35049 580187
adb connect 192.168.0.110:40585
the port and pin will be random, on the smartphone at the time of pair, a confirmation request for connection will pop up Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question