commit | f193f88e6d54c186bd425c7f77dab3e6782b046b | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Wed Sep 11 14:56:20 2013 +0000 |
committer | Gerrit Code Review <gerrit@198.50.184.117> | Thu Sep 12 09:11:32 2013 -0500 |
tree | 257462bc1bac3b2e28e9599ff1993ee3d20f56c9 | |
parent | b21cc64ca8f5a9d936d6ece7da120bc0bc65b49f [diff] |
Make fixing su perms automatic In 4.3+ with SELinux, su perms will be lost on every reboot so users will get the prompt to fix su perms in TWRP every time. Make fixing the su perms automatic instead of nagging the user. Change-Id: Ia8a2652018db5e1f6ffc5fec2a4ac0db3a8f32bb
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.