commit | e9260740ac70ce654d36cf4a8e4b6175efb4626e | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Sun Feb 22 20:20:18 2015 -0600 |
committer | Ethan Yonker <dees_troy@teamw.in> | Sat Jun 20 15:57:56 2015 -0500 |
tree | 47af03e61d8b2122047c6f17cb69306cc15c2914 | |
parent | f256b722f427275e7d149aab2bad301fc6e04d49 [diff] |
Cleanup device_id retrieval * If TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID is defined: - provide the header that defines property functions/constants - actually look for hardware_id before attempting to append it * Perform string length checks rigorously. * Only perform newline removal if string is used before sanitization. * Copy changes to htcdumlock, but rely on cmdline only. ps3: fix merge conflict in data.cpp includes Change-Id: I720d3bc8416758f5f83782e8bc298b32eda1a573
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.