Skip to content
forked from 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.

License

Notifications You must be signed in to change notification settings

sbou88/WifiFaker

 
 

Repository files navigation

WifiFaker

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's on wifi ( android running in virtual machine / emulator, 3g but no wifi around, usb 3g modem connection, usb reverse tethering, device with ethernet, ...)

With this you can for instance access wifi-only features while on 3g/Ethernet, etc.

Tested on Android 9.

No app is faked by default. Open WifiFaker app to enable/disable hack (master switch) and select which apps to fake.

Install

Prerequisites: Xposed Framework. or EdXposed Framework.

  • Build and install from source.
  • Open Xposed Installer->Modules, tick Fake Wifi
  • Reboot
  • Open Fake Wifi app to change settings.

Debugging

Debug messages are disabled by default and shouldn't be needed. Enable them in the GUI if you want.

logcat | grep FakeWifi

Also check Xposed logs:

logcat | grep Xposed

Credits

Released under GNU GPL License.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%