How to make an Android tablet respect my wish to stay on a WiFi with no internet access?

8 points by stig


I have a Lenovo android tablet for controlling my Behringer XR12 mixer. I connect the tablet to the mixer via a Wifi access point built into the mixer. For obvious reasons this wifi access point doesn’t have internet access, and this is a feature: I don’t want to be distracted my messages or new email during performances.

So far so good.

There is one fly in the ointment. Periodically the Android tablet opens a browser window, in the foreground, trying to load the google.com front page. I have so far failed to find a setting that can make it stop doing this. Internet search have so far been fruitless. I only find articles aimed at folks that has the opposite problem: they want to get on the internet, but can’t. I want to NOT be on the internet, but I can’t make my tablet respect this.

Anybody have any suggestions?

zk

What android version is it on? I’m assuming this has something to do with the internet connectivity check like the other comment mentioned.
If you can’t turn it off under normal internet settings, than you can maybe enable ADB in developer settings, then turn the connection check off with this ADB command:

adb shell settings put global captive_portal_detection_enabled 0

I found this on a Samsung help page so it may not work for your Android build. Worth a shot I suppose.