This project is a attempting to streamline the process of following Mike Perry's Android hardening tutorial on the Tor blog.
It is currently a collection of scripts that require developer tools,
that will build and deploy an update.zip
file to your connected
device. It aspires for be the basis for an installer for a custom
Android ROM based on Cyanogenmod.
Please keep in mind that this is experimental, and may not be functional at any given moment. Also, it will likely wipe your Android device, and this is by design!
- Install Team Win Recovery Project bootloader. (Follow instructions for your device.)
- Enable on-device developer options.
- Enable USB debugging.
- Connect your device via USB, authorizing as neccessary.
- Provide temporary root access via ADB. (We will revoke later.)
make cm_dl_link # Follow instructions
make push_cm_zip
make build_deploy
- Open F-Droid and update the app list.
- Open the My App List app, and install any desired apps from
misc-apps.xml
.
Currently, project is being tested on the wifi-only Nexus 7, 2012 version (grouper
).
You will need to change this flag to your device codename to test others.