chylek / FakeWifi

Make android apps believe Wifi is connected. Handy in situations where there is a (non wifi) connection, but some app won't do its thing unless it thinks it's on wifi.
Other
31 stars 13 forks source link

Can it work for apps which search for WiFi devices (like iRobot HOME)? #15

Closed lwcorp closed 5 years ago

lwcorp commented 5 years ago

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 FakeWiFi be able to trick it to connect anyway? Assuming, of course, I shall define the real SSID to which the device is connected.

chylek commented 5 years ago

No. The app would need to emulate the responses that the iRobot device gives and that is not its purpose.

lwcorp commented 5 years ago

Is it possible you closed it too quickly? I had no intention to emulate the response. The device is indeed on that network, but this network isn't treated like a Wi-Fi due to being used within a virtual machine (which treats the Wi-Fi like 3g).

chylek commented 5 years ago

I don't understand your issue then. You want me to say if the app works with iRobot Home? I don't know. I can't test the app for you. Try it and you'll see, it's free and rather easy. If it doesn't work, you can create a new issue, but I don't have time to fix them, so you'll have to either create a fix and pull request or wait until somebody else does it.

lwcorp commented 5 years ago

No, I want to know if the app can provide access into network devices. Think about Chromecast if it's easier. In case of Ethernet but no Wi-Fi, can the app be used to let another app access a network device.