From 052910f7f0944f6a24fd96e3a7e057f92d785aa9 Mon Sep 17 00:00:00 2001 From: Shawn Alty Date: Wed, 12 Oct 2011 06:14:34 -0500 Subject: [PATCH] Conform SGS2 SD cards to AOSP standard (2/3) Same patch as on SGS1, swap their mountpoints but force switchexternal. Useful for new users coming to CM from stock as this is expected behavior, but will also fix the logic in CMParts. Patchset 2: Move setting to a more specific location. Change-Id: Ib28149a67c872a1c484b15ec2a02a2184e14a127 --- galaxys2.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxys2.mk b/galaxys2.mk index f3eaded..a04b5e9 100644 --- a/galaxys2.mk +++ b/galaxys2.mk @@ -83,7 +83,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ mobiledata.interfaces=pdp0,eth0,gprs,ppp0 \ dalvik.vm.heapsize=64m \ persist.service.usb.setting=0 \ - dev.sfbootcomplete=0 + dev.sfbootcomplete=0 \ + persist.sys.vold.switchexternal=1 # enable Google-specific location features, # like NetworkLocationProvider and LocationCollector