An open API service indexing awesome lists of open source software.

https://github.com/khuedoan/android-setup

Configuration as code for my Android phones (WIP)
https://github.com/khuedoan/android-setup

Last synced: 2 months ago
JSON representation

Configuration as code for my Android phones (WIP)

Awesome Lists containing this project

README

          

# Android Setup

Configuration as Code for my Android phones:

- [ ] Evolution X on Xiaomi Redmi K20 Pro
- [ ] Android Go on Nokia 6.1

Features:

- [ ] Debloat
- [ ] Install apps on Google Play and F-Droid
- [ ] Optimize battery and performance
- [ ] Enhance privacy

## Prerequisites

### PC

> Only Linux is officially supported

- Install [Docker](https://www.docker.com)
- Open the tools container: `make tools`

### Phone

- Enable [Android Debug Bridge](https://developer.android.com/studio/command-line/adb)
- Connect to PC

### Update config files

Checkout the following files:

- `inventories/main.yml`

## Installation

Simply run:

```sh
make
```

## Post-installation

- Disable ADB on the phone

## Acknowledgements

- TODO