commit | 7abc5fe195cfa203d215781e2a04672cebecca1e | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Sat Jan 17 16:53:12 2015 -0500 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Jan 27 15:07:19 2015 +0100 |
tree | 45ea351d11d26a7881441b1451d77f5cfef37ebb | |
parent | 3454ade92db48236057814f0ade5fa45bd57cd62 [diff] |
Add cancel backup capability. This will stop the iteration of the partition objects, kill the current twrpTar thread and remove the backup directory. Implement TWAtomicInt class to give us a wrapper that automatically uses mutexes before the read and write to help ensure that the reads and writes will be atomic based on documentation. Change-Id: I645b22bc980a292e9c7202acb24ffd22ebe68c63
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.