commit | 82599a87ee93544d33b4c1927df45b9c20d7db41 | [log] [tgz] |
---|---|---|
author | Gary Peck <gary@realify.com> | Wed Nov 21 16:23:12 2012 -0800 |
committer | Gary Peck <gary@realify.com> | Fri Dec 21 06:59:41 2012 -0800 |
tree | cc0ce12dc2d7689d7419c49ae54f47af7260cbb9 | |
parent | e8bc5d7b5401ea451dd7b0c64eaa1b2776b6a11f [diff] |
Improve handling of undecrypted encrypted /data - Until the encrypted partition is decrypted, treat it as a disk image instead of a filesystem so that it is properly backed up using dd. - Make Partition::Wipe() use the filesystem from fstab for disk images so that wiping an undecrypted /data makes it a plain unencrypted partition again. Change-Id: I78db977d6348cfa66b0cfbc492fb5776f84db48d
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.
This branch is currently a work in progress, however, most features have been implemented and it is now ready for testing.
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.