Update README.md

This commit is contained in:
Jorgu81 2021-05-01 16:53:34 +00:00
parent 550effe94d
commit 311e4e43e1
1 changed files with 7 additions and 6 deletions

View File

@ -36,7 +36,7 @@ _connectivitycheck.gstatic.com_
_play.googleapis.com_
If we disable them we will not be able to log into a public wifi. Besides, blocking play.googleapis.com Aurora Store will give an error downloading apps.
If we disable them we will not be able to log into a public wifi. Besides, blocking play.googleapis.com Aurora Store will give an error downloading apps. Uncheck this host for a while if you need it.
-Time servers, or NTP for the system time. Even if we uncheck automatic time in the System they will also connect to the internet as soon as we have connection. By default:
@ -156,26 +156,27 @@ https://adb.clockworkmod.com/
Or with the adb and fastboot packages on Linux distros.
The commands are as follows:
_adb shell_
_adb shell settings put global captive_portal_detection 0_
_settings put global captive_portal_detection 0_
_adb shell settings put global captive_portal_mode 0_
_settings put global captive_portal_mode 0_
_adb shell reboot_
_reboot_
If we want to change it for another one because we need it to log in to public networks it would be like this:
_adb shell_
_adb shell settings put global captive_portal_https_url https://captiveportal.kuketz.de_ (German web)
_settings put global captive_portal_https_url https://captiveportal.kuketz.de_ (German web)
or
_adb shell settings put global captive_portal_https_url https://e.foundation/net_204/_ (web of the creators of /e/ a de-Googled ROM)
_settings put global captive_portal_https_url https://e.foundation/net_204/_ (web of the creators of /e/ a de-Googled ROM)
_reboot_