commit | 352b75eddb22f78a1148a37d961c792a7847a557 | [log] [tgz] |
---|---|---|
author | codelover <gerrit@code.info.tm> | Sun Mar 29 02:44:07 2015 +0800 |
committer | Dees Troy <dees_troy@teamw.in> | Tue May 19 20:43:53 2015 +0200 |
tree | 930fb5a4c7d25d7e87cf27a0c57e6038969137f8 | |
parent | 4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c [diff] |
Backup: fix 'out of memory' issue when backing up large partition as image Restore: improve image restoration speed * Workaround for devices that need to backup partition as image, eg: dm-verity * Increased block size used for partition restore, now using 8M instead of 4K Change-Id: Ie7e7ff3283d71a7e459d76f72caea9f57e71c628
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.