From 311e4e43e17adf705ae6fefd005a6dc2d6931a03 Mon Sep 17 00:00:00 2001 From: Jorgu81 Date: Sat, 1 May 2021 16:53:34 +0000 Subject: [PATCH] Update README.md --- Google/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Google/README.md b/Google/README.md index 6de2897..38bdae5 100644 --- a/Google/README.md +++ b/Google/README.md @@ -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_