# De-Googling Android

When Google wants to release a new version of Android it goes through [AOSP](https://source.android.com/) first.

This Open-Source version is received by every phone OEM/Manufacturer.

Google does not put any proprietary code in this version:

* No Google Play, YouTube, Gmail
* No Google Login
* No telemetry with Google at all

You can also use the ROMs at [Evolution-X](https://evolution-x.org/download)

#### Critical Guidelines

1. In order to De-Google any Android device it must be rooted into AOSP OS
2. After phone is rooted, **don't reinstall Google Play or any related apps**
3. Always protect your true IP. Any home address IP (ISP provided IP) discovered in use by the device will compromise the user's identity
4. Be careful which apps are installed on the devices
5. Don't add any google account to any app on the device

### Apps to Install

Install [F-Droid](https://f-droid.org/) - Open-source Android Apps unrelated to Google play

DuckDuckGo - Privacy Browser

[Newpipe](https://newpipe.net/#download) - Youtube alternative without permissions/identity

**Aurora Store**

<https://f-droid.org/en/packages/com.aurora.store/>

Aurora store spoofs the phone's ID to download apps that don't require much telemetry and includes updates from Google Play. Some apps will always require IP information but Aurora prevents the identification of the device itself.

**MicroG**

Some apps require Google services so we must install MicroG. MicroG is a Google services spoofer that makes apps think they are communicating with Google, routes notifications for installed private apps, and can also spoof location.

Note: Enable Device registration to receive notifications

#### OsmAnd

<https://f-droid.org/en/packages/net.osmand.plus/>

OsmAnd is an offline world map application based on OpenStreetMap (OSM), which allows you to navigate taking into account the preferred roads and vehicle dimensions

**Authy**

Authy is a Google Authenticator alternative and can be used for OTP logins

## Travel Profile considerations

**WAZE**

Waze is owned by Google but can be used without Google location services for Navigation & GPS use. Waze can be used without logging in to the app


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://martian1337.gitbook.io/notes/digital-privacy/opsec/de-googling-android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
