R
R
r332022-01-20 08:41:35
linux
r33, 2022-01-20 08:41:35

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

1 answer(s)
R
rPman, 2022-01-20
@rPman

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
in some cases, pair is not required (I still don’t understand why it didn’t work on one smartphone without it) since this is one of the options the
way will work only in the local network (more precisely, if there is a direct connection), and will not work with the mobile Internet.
-------------------
now about kvm - forward the device inside either usb or immediately the controller on which it weighs (I forwarded the mouse with the keyboard like that)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question