maximilionus / android-qemu-launcher

Utility and docs to run hardware-accelerated Android images on Linux QEMU KVM
BSD 2-Clause "Simplified" License
16 stars 0 forks source link

Make ADB feature switchable #3

Closed maximilionus closed 1 year ago

maximilionus commented 1 year ago

That's probably a good idea to make adb switchable within the configuration file, so user can disable all the port forwarding to host, if adb access is not required at all. This switch is also probably should be turned off by default, to minimize the possibility of some weird random issues.

maximilionus commented 1 year ago

Started working on this feature. Already ready in dcefbb83f53ecd6bb118b351e08ef60226e865e5.

maximilionus commented 1 year ago

Starting from the 2660cdbaad9a05a3df05a601dc10861afb19ac5e (Already merged to master branch), Android Debug Bridge port forwarding becomes the optional feature and must be enabled explicitly from the user configuration file variable.