Update README.md

This commit is contained in:
Jorgu81 2021-05-01 13:56:20 +00:00
parent a4b5a45473
commit 2a767ae38a
1 changed files with 23 additions and 23 deletions

View File

@ -30,32 +30,32 @@ The problem is that this ROM is not designed with the purpose of guaranteeing pr
-Ping to Google to see if we have internet connection. It is the so-called captive portal mode. The domains are: -Ping to Google to see if we have internet connection. It is the so-called captive portal mode. The domains are:
www.google.com _www.google.com_
connectivitycheck.gstatic.com _connectivitycheck.gstatic.com_
If we disable them we will not be able to log into a public wifi. If we disable them we will not be able to log into a public wifi.
-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: -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:
time.android.com/time3.android.com. _time.android.com/time3.android.com_
time.google.com _time.google.com_
-GPS servers. By default, Izatcloud. Even if GPS is disabled, it will automatically connect to the internet to download the Almanacs. -GPS servers. By default, Izatcloud. Even if GPS is disabled, it will automatically connect to the internet to download the Almanacs.
xtra1.gpsonextra.net _xtra1.gpsonextra.net_
xtra2.gpsonextra.net _xtra2.gpsonextra.net_
xtra3.gpsonextra.net _xtra3.gpsonextra.net_
izatcloud.net _izatcloud.net_
supl.google.com. _supl.google.com_
@ -64,9 +64,9 @@ supl.google.com.
-When we open an app, Intent Filter Verification securization servers. By default: -When we open an app, Intent Filter Verification securization servers. By default:
play.googleapis.com _play.googleapis.com_
Amazon servers _Amazon servers_
This application can be disabled without consequence. There is virtually no information on the internet about this tool. This application can be disabled without consequence. There is virtually no information on the internet about this tool.
@ -81,7 +81,7 @@ The exception to all this would supposedly be Replicant, but it supports few dev
To prevent the computer from making unwanted connections while we prepare the system is highly recommended (but not essential) a computer that provides us with wifi with PiHole, router with domain blocking integrated in its options or with openwrt (and adblock), or a mobile with AdAway sharing data. All of them must have these domains blocked: To prevent the computer from making unwanted connections while we prepare the system is highly recommended (but not essential) a computer that provides us with wifi with PiHole, router with domain blocking integrated in its options or with openwrt (and adblock), or a mobile with AdAway sharing data. All of them must have these domains blocked:
_time.android.com time.android.com
time1.android.com time1.android.com
@ -125,7 +125,7 @@ gtpma1.izatcloud.net
play.googleapis.com play.googleapis.com
supl.google.com_ supl.google.com
@ -163,26 +163,26 @@ https://adb.clockworkmod.com/
Or with the adb and fastboot packages on Linux distros. Or with the adb and fastboot packages on Linux distros.
The commands are as follows: The commands are as follows:
_adb shell _adb shell_
adb shell settings put global captive_portal_detection 0 _adb shell settings put global captive_portal_detection 0_
adb shell settings put global captive_portal_mode 0 _adb shell settings put global captive_portal_mode 0_
adb shell reboot_ _adb shell 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: 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_
adb shell settings put global captive_portal_https_url https://captiveportal.kuketz.de (German web) _adb shell settings put global captive_portal_https_url https://captiveportal.kuketz.de_ (German web)
or 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) _adb shell settings put global captive_portal_https_url https://e.foundation/net_204/_ (web of the creators of /e/ a de-Googled ROM)
reboot _reboot_
5.- If we have Android Pie we change the private DNS (In Settings/Networks and internet/Advanced) from automatic to No and save. In its previous state generated data consumption. 5.- If we have Android Pie we change the private DNS (In Settings/Networks and internet/Advanced) from automatic to No and save. In its previous state generated data consumption.
@ -385,9 +385,9 @@ If we use Fennec it could also appear "dynamicua.cdn.mozilla.net" and it would b
8.- Idem. Or we can use the Terminal again like this. 8.- Idem. Or we can use the Terminal again like this.
_su _su_
settings put global ntp_server europe.pool.ntp.org_ _settings put global ntp_server europe.pool.ntp.org_
(or whatever we want) (or whatever we want)
_reboot_ _reboot_