commit | 689e06b6e6d8673657f5caa8908ab0f6e8b66748 | [log] [tgz] |
---|---|---|
author | Benoit Goby <benoit@android.com> | Wed Feb 19 17:41:02 2014 -0800 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Oct 07 20:44:06 2014 +0200 |
tree | 52763addf1bdd1b4074065d68d9128e4734516bf | |
parent | d432deb371186d29af75781b497d2f1d7050c679 [diff] |
recovery: Fix adb with linux 3.10 In kernel 3.10, f_adb has been removed and adbd can use functionfs instead. Mount functionfs on boot for adbd. On older kernels, mount will fail silently and adbd will revert to f_adb. Change-Id: I5db57aaf35b35859ea88c7d0e0661d8c553e5811
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.