-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can it work for apps which search for WiFi devices (like iRobot HOME)? #12
Comments
Hi, FakeWifiConnection won't fake the device if that's what you're asking. |
But it is on that network. Does that change things? I didn't mean to fake the device, just to allow getting access into the real device. |
Not sure i understand what you're trying to do. If the device is there on wifi the app should just work, you don't need FakeWifiConnection. |
I emulate Android-X86 inside VirtualBox, so Android-x86 thinks there's no Wi-Fi. |
Ok, should work then. |
SSID shouldn't matter. If it doesn't work check what the app is doing. Specifically how it scans for device, could be using wifi-specific calls that FakeWifiConnection doesn't emulate yet. |
The iRobot HOME app provides remote control over your WiFi connected iRobot device.
When installing the app for the first time, you can't complete the installation unless it finds your device in your WiFi.
Should FakeWiFiConnection be able to trick it to connect anyway? Assuming, of course, I shall define the real SSID to which the device is connected.
The text was updated successfully, but these errors were encountered: