commit | d79d9bceb36cebbcb926e414155489c6ce8fb741 | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Sat Dec 20 15:38:29 2014 -0600 |
committer | maxwen <max.weninger@gmail.com> | Sun Dec 21 23:30:17 2014 +0100 |
tree | 34a692a812da666be2b2b6dbaace17ce084c48c7 | |
parent | 726a0206326ca4cf22aa7c59e174a83a0da9727f [diff] |
Allow non datamedia devices to wipe encryption With 5.0 L, we decrypt automatically if the default_password is used. Non datamedia devices do not get the format data button so they cannot wipe encryption off the device. This patch add a wipe encryption button where the format data button would normally be located on the Wipe page. This patch also attempts to remove / delete the dm-crypt block device before formatting. Change-Id: I100d5d154d6c49254fd48e23279df973db5f23ae
Team Win Recovery Project (TWRP)
The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.
If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.
This branch is under final testing and will be used shortly for public builds, but has not officially been released.
You can find a compiling guide here.
More information about the project.
If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.