commit | 203bcc97f79f6c411ad983d1b65bb3045d41ce9a | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Sat May 09 17:27:33 2015 +0200 |
committer | Dees Troy <dees_troy@teamw.in> | Tue May 19 20:54:43 2015 +0200 |
tree | 8e7566f4a4de5da96a901f92af54bc8f2147f8ea | |
parent | c7572eb87ad8da95b3460546079b513c7a844942 [diff] |
partitionmanager: remove broken and unused progress calculation code img_bps and file_bps were uninitialized (the values are only calculated at the end of the backup), and occasionally could be 0. Don't divide by zero, it's bad for the program's health. Change-Id: I3f6f5a144c24f32508ca25de49491261c7f6e674
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.