Skip to content

mikeperry-tor/mission-impossible-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mission Impossible Android Hardening

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!

Usage

  • Install Team Win Recovery Project bootloader. (Follow instructions for your device.)
  • Enable on-device developer options.
  • 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.

Compatibility

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.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.6%
  • Makefile 27.4%