commit | 98fc399c2660727a6bde66e1a51e8460aaf3c7e7 | [log] [tgz] |
---|---|---|
author | nkk71 <nkk71x@gmail.com> | Sat Dec 16 16:26:42 2017 +0200 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Jan 17 20:42:17 2018 +0100 |
tree | 50626f61a9be342328cbdc46016427c893482cad | |
parent | baeabc5b436228e0d3bf6c3a1b656a78caaa0fae [diff] |
Use /persist as Qualcomm time fix source during early boot * /persist can be mounted early while TWRP is parsing the fstab so as soon as the partition is parsed, mount and adjust the time accordingly. * Store a backup settings file on /persist. Having a 2nd copy of the settings file in the /persist partition allows for early reading of the file and adjust timezone and brightness to user preference while still on TWRP splash. * Add the qcom ats time offset in TWRP settings file and use it if no better ats file is found. This will also allow devices with a persist partition, but no ats files in it, to adjust the time offset during early boot. * Use /persist/time/ as Qualcomm time fix source, based on Xuefer <xuefer@gmail.com> patch: https://gerrit.omnirom.org/c/27265/ https://gerrit.omnirom.org/c/24384/ Change-Id: I6c21538eec58d87edfb639d9ce3871f33b886c1d
Team Win Recovery Project (TWRP)
You can find a compiling guide here.