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)
- Host: GitHub
- URL: https://github.com/khuedoan/android-setup
- Owner: khuedoan
- License: gpl-3.0
- Created: 2022-05-29T05:45:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T06:22:28.000Z (over 3 years ago)
- Last Synced: 2025-02-07T12:31:26.602Z (8 months ago)
- Language: Makefile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.1Features:
- [ ] 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