From bf4efa39e4f710100c3087be5ecde014d089b1d8 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Mon, 14 Apr 2014 23:25:26 -0500 Subject: Support alternative .android_secure location 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 --- gui/devices/800x480/res/ui.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gui/devices/800x480/res/ui.xml') diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 2958ba070..de693f17d 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -1402,7 +1402,10 @@ - + + + + .android_secure -- cgit v1.2.3