commit | 2252d24c964df89189143e8d09626e9455e0f580 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Fri Apr 03 22:33:04 2015 +0200 |
committer | that <github@that.at> | Fri Apr 03 22:33:04 2015 +0200 |
tree | d877ec5b6918f2cbbc090692838e38f9130e06a6 | |
parent | 9eadc51fd5994484b69181bd0912b6119b75c313 [diff] |
twrpTar: fix segfault after encrypted backups also use unsigned int for core_count instead of unsigned long long. I'll change it back when 4-billion-core devices are common. PS2 - cast return value via intptr_t (may be important for 64 bit platforms) - output errors from TWFunc::Wait_For_Child to console Change-Id: I04158daa0b64e44d68e179d626a83d81cf5d49f7
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.