Changes

Jump to: navigation, search

BlockCallsOnWifi

695 bytes added, 18:16, 28 August 2018
Block call on wifi connect back to google on your Android device
===Block call on wifi connect back to google on your Android device===

''Block call on wifi connect means captive portals wont redirect to login anymore''

To do that,
====Follow the next steps====
Connect your device to your PC and use adb:

<code>settings put global captive_portal_detection_enabled 0</code>

There is also a way to change the url it calls:

<code>settings put global captive_portal_server localhost</code>
''but disabling probably the easiest.''

Here you have a command to test the results.

<code>settings get global captive_portal_detection_enabled</code>

----

'''No PC?'''

You can give those commands in a terminal app in android (you probably need root parmissions).
34
edits

Navigation menu