commit | a29361a8e6c20189c6918e1f2a749102845e3145 | [log] [tgz] |
---|---|---|
author | Agontuk <rifat662@gmail.com> | Wed Apr 22 14:42:59 2015 +0600 |
committer | Dees Troy <dees_troy@teamw.in> | Mon Jun 01 02:56:19 2015 +0200 |
tree | f195a9a6ee0aa18d156c160208132ddbacd66d52 | |
parent | d6966f44267f53da876642522a9e705b0324072a [diff] |
Don't try to read temparature file if TW_NO_CPU_TEMP is set to true. Otherwise, recovery log gets filled up with "I:Cannot find file /sys/class/thermal/thermal_zone0/temp" This also fixes build warnings due to duplicate definition of TW_NO_CPU_TEMP. Change-Id: Ib7fdcd103d6684249c38c8b14ec85f2faba158f6
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.