summaryrefslogtreecommitdiffstats
path: root/htcdumlock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup device_id retrievalMatt Mower2015-06-201-80/+38
| | | | | | | | | | | | | * 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
* Whitespace and minor code cleanupMatt Mower2014-06-041-1/+1
| | | | | | This is by no means comprehensive, but is quite a bit better already. Change-Id: Ibc8654a5dfb0eec39cbd0b64bdb52bb4fbfe2f7e
* Update licenses to all matchDees Troy2013-10-221-1/+1
|
* TWRP-ify AOSP codeDees_Troy2012-09-052-0/+419
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere