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

FakeWifi for Voice over ethernet. #17

Open yellowapple2018 opened 4 years ago

yellowapple2018 commented 4 years ago

Hello,

My goal is to be able to make a voice call over ethernet. For that I'm using a Samsung S8 on a DEX or even with a simple USB-C to ethernet adapter.

I can make a voice call over Wifi with airplane mode on. The call is a simple IPSEC access to a gateway, this is pure IP. But If I disable Wifi, the dialer will ask me to quit the airplane mode even if the phone has full internet access connectivity. I've tried to use fake Wifi but I always get a pop up "please turn off airplane mode to make this call"

Do you have a solution for me ? Any idea ? How can I prevent one application, for example the dialer to check if airplane mode is on?

Thank you in advance.

woliver99 commented 3 months ago

Did you find a solution for this?