summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaio Schnepper <caioschnepper@gmail.com>2016-02-01 17:04:05 -0200
committerCaio Schnepper <caioschnepper@gmail.com>2016-02-01 17:04:05 -0200
commit3d6dca527b0f7ef1ca2781d0bb54b7a5c07cdd68 (patch)
tree45b07450f43c89dad74d114deb24e9d18bcca34c
parent5690a991b0fe49598c8805133dae58d4414f7f1f (diff)
downloaddevice_samsung_i9100-3d6dca527b0f7ef1ca2781d0bb54b7a5c07cdd68.zip
device_samsung_i9100-3d6dca527b0f7ef1ca2781d0bb54b7a5c07cdd68.tar.gz
device_samsung_i9100-3d6dca527b0f7ef1ca2781d0bb54b7a5c07cdd68.tar.bz2
i9100: Set ro.vold.primary_physical=1
Because the recovery can read it here Change-Id: I919ab05f84e6394f4d904618b011f957f5eb1d67
-rw-r--r--system.prop3
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop
index ebac6c2..64b2f5c 100644
--- a/system.prop
+++ b/system.prop
@@ -4,3 +4,6 @@
rild.libpath=/system/lib/ril-wrapper.so
rild.libargs=-d /dev/ttyS0
+
+# By default, primary storage is physical
+ro.vold.primary_physical=1