commit | df7abac1a645949ded76418759236bc3b14f107e | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Mon Dec 29 10:48:17 2014 -0600 |
committer | Ethan Yonker <dees_troy@teamw.in> | Fri Jan 02 10:22:58 2015 -0600 |
tree | bad4df0115162eb099a9d4c8bcbe282023c018bd | |
parent | 6bea38acdfa56e8605d873a3dd3dff361eeb6d9f [diff] |
Do not toggle USB ID during MTP startup if not needed In most cases MTP is enabled so it is better to start our init.rc with MTP enabled and try not to toggle USB IDs during TWRP boot so that we can keep adb running to make debugging easier. Change-Id: Idf122c5ad4deeef7e1ed775d495989c502ddfb19
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.