summaryrefslogtreecommitdiffstats
path: root/gui/basicTheme (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace and minor code cleanupMatt Mower2014-06-0423-1958/+0
| | | | | | This is by no means comprehensive, but is quite a bit better already. Change-Id: Ibc8654a5dfb0eec39cbd0b64bdb52bb4fbfe2f7e
* Support alternative .android_secure locationMatt Mower2014-04-161-1/+4
| | | | | | | | | | | | | | | | Some devices (jewel, m8) have .android_secure at a non-standard location. Allow a different partition to be specified as the home of .android_secure using the fstab flag 'andsec'. Using the /data/media variant of jewel as an example, recovery.fstab or twrp.fstab could be edited like follows: /external_sd vfat /dev/block/mmcblk1p1 flags=display="MicroSD";andsec Note, this is NOT a method to move .android_secure in your ROM. Your ROM must already write to this alternative location. Change-Id: I3a6e4e63aaddb35870b79e80938b0f9c2c902443
* TWRP-ify AOSP codeDees_Troy2012-09-0523-0/+1955
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