summaryrefslogtreecommitdiffstats
path: root/gui/basicTheme/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-0521-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