small updates, typo fixes
This commit is contained in:
parent
1aa8848b26
commit
8b027b7127
3 changed files with 12 additions and 11 deletions
|
@ -13,7 +13,8 @@ Not every server name should be resolved by google:
|
|||
|
||||
The question whether you are connected to the internet should not be googles decision:
|
||||
|
||||
1. Replace google captive portal check with [Kuketz](https://www.kuketz-blog.de/android-captive-portal-check-204-http-antwort-von-captiveportal-kuketz-de/). Therefore, connect your Fairphone to your computer and execute following adb commands:
|
||||
1. Replace google captive portal check with [Kuketz](https://www.kuketz-blog.de/android-captive-portal-check-204-http-antwort-von-captiveportal-kuketz-de/).
|
||||
Therefore, connect your Fairphone to your computer and execute following adb commands:
|
||||
```
|
||||
adb shell 'settings put global captive_portal_http_url "http://captiveportal.kuketz.de"'
|
||||
adb shell 'settings put global captive_portal_https_url "https://captiveportal.kuketz.de"'
|
||||
|
@ -36,7 +37,7 @@ LineageOS uses an online look up for the entered number, but that is not their b
|
|||
|
||||
1. Switch of the forward lookup, the people lookup and the reverse lookup (Telephone-App - three points in the search field - Settings - phone number lookup).
|
||||
|
||||
## 6. Alternative Browser
|
||||
## 5. Alternative Browser
|
||||
|
||||
Do not trust googles Browser
|
||||
1. Open Fdroid to install a Browser. We use Fennec.
|
||||
|
@ -44,14 +45,14 @@ Do not trust googles Browser
|
|||
3. Drag your Fennec-App-Symbol to the browser location (at the bottom of your screen) & remove chromium
|
||||
4. Set Fennec as you standard browser.
|
||||
|
||||
## 7. Location Tracking
|
||||
## 6. Location Tracking
|
||||
|
||||
Nobody should track your location:
|
||||
|
||||
1. Check Privacy Settings and GPS (especially browser-settings for Fennec).
|
||||
|
||||
|
||||
## 8. Browser search suggestions
|
||||
## 7. Browser search suggestions
|
||||
|
||||
Not every stroke on your keyboard has to be sent to the search engine, especially not to google.
|
||||
|
||||
|
@ -59,7 +60,7 @@ Not every stroke on your keyboard has to be sent to the search engine, especiall
|
|||
1. Switch off the search suggestions (Browser - Settings - Search - Show search suggestions)
|
||||
|
||||
|
||||
## 9. Deny net access for untrusted apps
|
||||
## 8. Deny net access for untrusted apps
|
||||
|
||||
If you have to use less trustworthy apps, a firewall is very usefull. We use NetGuard.
|
||||
1. FDroid -> search for NetGuard -> install.
|
|
@ -1,6 +1,6 @@
|
|||
# Upgrading your LineagOS
|
||||
If there is a new major release, we can not use the update-app. We have to do some manual wor for the upgrade.
|
||||
If there is a new major release, the update-app can not be used. Some manual work is needed to upgrade.
|
||||
|
||||
* You can follow the instructions found here: https://wiki.lineageos.org/devices/FP3/upgrade
|
||||
* After Step 5. `adb sideload /path/to/zip` its okay if your adb says `Total xfer: 1.00x`
|
||||
* The relevant output should be on your Phone Step 2 / 2
|
||||
* The relevant output should be on your Phone Step 2 / 2
|
||||
|
|
|
@ -21,7 +21,7 @@ We have enhanced the LineageOS installation guide for the Fairphone in order to
|
|||
|
||||
1. [Prepare installation](Guides/1.\ PrepareInstallation.md)
|
||||
2. [LineageOs installation](Guides/2.\ LineageOsInstallation.md)
|
||||
3. [degoogle your phone](Guides/3.\ DegoogleLineageOs.md)
|
||||
3. [Degoogle your phone](Guides/3.\ DegoogleLineageOS.md)
|
||||
|
||||
You will find more guides at [Guides/Summary.md](Guides/Summary.md)
|
||||
|
||||
|
@ -34,8 +34,8 @@ We will collect the most important use cases here
|
|||
|
||||
## Things not working
|
||||
|
||||
Obviosly there are some apps and services that do not work without google (google-pay or google-search for example).
|
||||
We will collect these things here and describe alterantives if possible.
|
||||
Obviously there are some apps and services that do not work without google (google-pay or google-search for example).
|
||||
We will collect these issues here and describe alterantives if possible.
|
||||
|
||||
* [Known Issues](KnownIssues/Summary.md)
|
||||
|
||||
|
@ -43,7 +43,7 @@ We will collect these things here and describe alterantives if possible.
|
|||
## Support and Service
|
||||
|
||||
For those who are unsure about the steps described, we offer support in the German-speaking area of the EU:
|
||||
* **Installation Seminars**: Work through the instructions with others and us via video conference and install your own FairPhone with LineageOS.
|
||||
* **Installation Seminars**: Work through the instructions with us via video conference and install your LineageOS by yourself on your own FairPhone.
|
||||
* **Installation Serevice**: Send in your FairPhone and we will install LineageOS for you.
|
||||
* **Lean Lineagos Coffee**: Get help on the small issues, ask a question, get a tip, solve a problem ...
|
||||
|
||||
|
|
Loading…
Reference in a new issue