commit | 30f100e3bc49c7cf939a7dc6a45670960c1e3853 | [log] [tgz] |
---|---|---|
author | dhacker29 <dhackerdvm@gmail.com> | Tue Jul 15 21:33:29 2014 -0400 |
committer | David Hacker <dhackerdvm@gmail.com> | Fri Jul 25 23:54:10 2014 +0200 |
tree | 42e74b76b8a883ed7511de9c93ce3ddbff20a9b2 | |
parent | fb60a94f0a1d24c0f6e548df8385cdea25eca758 [diff] |
Only disable recovery flash if it is truly "stock" recovery Some roms need the recovery-from-boot.p for auto update of recovery. Typically the use install-[romname]-recovery.sh. So only disable if install-recovery.sh is present. Change-Id: I01f89afc87b9d375d67b44b8b5e9228868a47d69
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.