commit | 5742a40b87dfdc26df3bd9fe94197ae414ece546 | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Tue Aug 12 14:52:49 2014 -0500 |
committer | Ethan Yonker <dees_troy@teamw.in> | Thu Aug 14 10:05:40 2014 -0500 |
tree | 82add16a44e8836fa4ef1b276a28f42d0744bae0 | |
parent | e85f02dd9186079cf67a4d3e7d1657d248e28963 [diff] |
Allow blacklisting input devices by build flag Usage: TW_INPUT_BLACKLIST := accelerometer TW_INPUT_BLACKLIST := "accelerometer\x0agyroscope" This can be used to fix touch input on devices where an input device is breaking touch processing in TWRP. We are using new line chars to separate multiple devices and in the make file you specify the new line character with \x0a which is the hex code in ASCII for a new line. The new line character might be a bit of a pain to use as a delimeter, but it is highly unlikely that an OEM will ever name an input device with a new line character in the name. Change-Id: I255136b7a686909a23e649918c661843153c2853
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.