commit | c2e9bc74a11427510cb13cc767265ce039d255e3 | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Tue Sep 10 00:16:24 2013 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Sep 10 00:16:31 2013 +0000 |
tree | 4d8d2dab4d980f410df80e0f5d9c7f39d75afcd2 | |
parent | 84f683a322a1d018bd6ccafce8a29212df51f4ca [diff] |
Fix zip folder selection when storage path is similar If internal is /sdcard and external is /sdcard-ext then the zip path used to stay on /sdcard-ext when trying to switch to internal storage. Using Get_Root_Path instead of resizing will ensure that the path changes properly.
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.