commit | e2920fa237cb0b69b82838e4c453ac7af48f7e48 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Wed Sep 19 16:18:00 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Wed Sep 19 16:18:21 2012 -0400 |
tree | 7993640d3d6fb4eca75c197963651813d3a0b9e3 | |
parent | 9a4b569e9d51c404a8a7a038f0d8d37aa2e802e8 [diff] |
Fix ext storage and zip paths Fix a bug with handling external storage during boot. Check zip root path when switching storage and ensure that the path is in the new storage path to prevent user confusion.
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 and should not be used for compiling.
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.