https://github.com/etchdroid/virtwificonnector
Simple "as small as possible" app to connect to QEMU's VirtWifi in application tests
https://github.com/etchdroid/virtwificonnector
Last synced: 3 months ago
JSON representation
Simple "as small as possible" app to connect to QEMU's VirtWifi in application tests
- Host: GitHub
- URL: https://github.com/etchdroid/virtwificonnector
- Owner: etchdroid
- License: apache-2.0
- Created: 2020-08-04T01:22:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T02:05:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T14:13:55.444Z (5 months ago)
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VirtWifiConnector
Simple "as small as possible" app to connect to QEMU's VirtWifi in application testsThe app targets API 16 since the "app was built for a old version dialog" can be easily be dismissed with `input keyboard keyevent KEYCODE_ESCAPE`, while the dynamic permissions dialog requires more interaction.
The app just connects to a `VirtWifi` open network, it's as small as I could get it and it's intended to be shoved over the serial console into an unmodified Android x86 image running on QEMU.
This is required since Android x86 images appear to show emulated ethernet adapters as a `VirtWifi` network, and they won't connect to it automatically (and therefore TCP ADP doesn't work).