Update README.md

This commit is contained in:
Jorgu81 2021-05-01 13:53:43 +00:00
parent 37f53dc8c7
commit a4b5a45473
1 changed files with 14 additions and 11 deletions

View File

@ -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:
time.android.com
_time.android.com
time1.android.com
@ -125,7 +125,8 @@ gtpma1.izatcloud.net
play.googleapis.com
supl.google.com
supl.google.com_
@ -141,7 +142,7 @@ I will divide the guide into two sections, without and with root. The latter wil
-WITHOUT ROOT
**-WITHOUT ROOT**
1.- Before installing/rooting/flashing we export our contacts in .vcf format and we will recover them later by importing the file from the Contacts application. If you want to synchronize later you can use, for example, DAVdroid in Nextcloud/Ownclowd. This file and our photos/videos we take them to the PC and vice versa, that is to say with the cable of all life. In the same way we download the apks of F-Droid, and the NetGuard firewall from the web of the aforementioned F-Droid store. We can place them on the microsd memory or on a USB OTG stick.
@ -162,13 +163,14 @@ https://adb.clockworkmod.com/
Or with the adb and fastboot packages on Linux distros.
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_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:
@ -316,7 +318,7 @@ With this we have finished the antifingerprinting configuration of Iceraven/Fenn
-WITH ROOT
**-WITH ROOT**
For this purpose we will install/flash Magisk. In settings we will check Systemless hosts and reboot.
@ -342,9 +344,9 @@ And finally:
reboot (also in the terminal, because if we reboot manually it will be activated again)
However the captive portal mode is necessary to log in to public networks. If you need it, perform the previous steps changing the 0 for 1. Another option is to change the Google web for others like:
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)
settings put global captive_portal_https_url https://e.foundation/net_204/ (web of the creators of /e/ a de-Googleized ROM)
_settings put global captive_portal_https_url https://e.foundation/net_204/_ (web of the creators of /e/ a de-Googleized ROM)
@ -383,11 +385,12 @@ 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.
su
_su
settings put global ntp_server europe.pool.ntp.org (or whatever we want)
settings put global ntp_server europe.pool.ntp.org_
(or whatever we want)
reboot
_reboot_
It may be necessary to give permission in the firewall to the above mentioned time servers (NTP).