Skip to content
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

Open
lwcorp opened this issue Mar 23, 2019 · 7 comments
Open

Comments

@lwcorp
Copy link

lwcorp commented Mar 23, 2019

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.

@lemonsqueeze
Copy link
Owner

Hi,

FakeWifiConnection won't fake the device if that's what you're asking.
It can pass some other network (ethernet, 3g ...) as a wifi network, but if the device is not on that network then it won't work.

@lwcorp
Copy link
Author

lwcorp commented Mar 25, 2019

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.

@lemonsqueeze
Copy link
Owner

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.

@lwcorp
Copy link
Author

lwcorp commented Mar 26, 2019

I emulate Android-X86 inside VirtualBox, so Android-x86 thinks there's no Wi-Fi.
But I want to connect to devices like ChromeCast and iRobot through apps that expect to find these devices inside the Wi-Fi which those apps are supposed to be used in.

@lemonsqueeze
Copy link
Owner

Ok, should work then.

@lwcorp
Copy link
Author

lwcorp commented Mar 26, 2019

Do you mean I should install FakeWifiConnection, use the SSID of the real network and then suddenly the VM will find devices?

Here's the current situation (a neverending looped search):

searching

@lemonsqueeze
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants