summaryrefslogtreecommitdiffstats
path: root/gui/basicTheme/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-04Whitespace and minor code cleanupMatt Mower21-1952/+0
This is by no means comprehensive, but is quite a bit better already. Change-Id: Ibc8654a5dfb0eec39cbd0b64bdb52bb4fbfe2f7e
2014-04-16Support alternative .android_secure locationMatt Mower1-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
2012-09-05TWRP-ify AOSP codeDees_Troy21-0/+1949
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