Skip to content

Commit 665a1d6

Browse files
author
Daz Jones
committedOct 11, 2013
Fix the vold switchable pair settings patch (again)
1 parent 9b9d936 commit 665a1d6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
 

‎patches/packages_apps_Settings/0001-vold-switchable-pair.patch

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 052075313b8ecf2283b39b3ea4a67278c61798c6 Mon Sep 17 00:00:00 2001
1+
From a6cce39f12164c811b76b9c4f54e6b1188e0dbd0 Mon Sep 17 00:00:00 2001
22
From: dhacker29 <davidhackerdvm@gmail.com>
33
Date: Sat, 17 Aug 2013 16:35:18 -0500
44
Subject: [PATCH] Add setting for Vold Switchable Pair (2/2)
@@ -11,13 +11,13 @@ to be set in the build.prop.
1111
Change-Id: Id83fc90d771ca3a7179f2c50d0ae828eb3dbaa9f
1212
---
1313
AndroidManifest.xml | 1 +
14-
res/values/cm_strings.xml | 8 ++++
14+
res/values/cm_strings.xml | 7 ++++
1515
res/xml/device_info_memory.xml | 5 +++
1616
src/com/android/settings/deviceinfo/Memory.java | 54 ++++++++++++++++++++++++-
17-
4 files changed, 67 insertions(+), 1 deletion(-)
17+
4 files changed, 66 insertions(+), 1 deletion(-)
1818

1919
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
20-
index cb65bbb..7a697c4 100644
20+
index 20f5209..9026f39 100644
2121
--- a/AndroidManifest.xml
2222
+++ b/AndroidManifest.xml
2323
@@ -66,6 +66,7 @@
@@ -29,21 +29,20 @@ index cb65bbb..7a697c4 100644
2929
<permission
3030
android:name="android.permission.REQUEST_SUPERUSER"
3131
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
32-
index bc60e30..418eced 100644
32+
index d0d9fcc..e980a89 100644
3333
--- a/res/values/cm_strings.xml
3434
+++ b/res/values/cm_strings.xml
35-
@@ -1009,4 +1009,12 @@ two in order to insert additional control points. \'Remove\' deletes the selecte
36-
<!-- SELinux warning -->
37-
<string name="selinux_enable_title">Security Enhanced Android</string>
38-
<string name="selinux_enable_warning">You are about to enable SEAndroid, an advanced security mechanism, on your device.\n\nThis option exists for debugging purposes only, and it is very likely that your device isn\'t fully ready for it, which may cause parts (or all) of your hardware to block or hang.\n\nAre you sure you want to proceed?</string>
35+
@@ -1014,4 +1014,11 @@ two in order to insert additional control points. \'Remove\' deletes the selecte
36+
37+
<!-- GPS download data over wi-fi only -->
38+
<string name="gps_download_data_wifi_only">Download GPS assisted data only over Wi-Fi networks</string>
3939
+
4040
+ <!-- Vold Switchable Pair -->
4141
+ <string name="storage_switch_title">Use external SD as primary</string>
4242
+ <string name="storage_switch_summary_off">Using expanded internal storage for apps and media</string>
4343
+ <string name="storage_switch_summary_on">Using SD Card for apps and media</string>
4444
+ <string name="reboot_prompt_title">Reboot required</string>
4545
+ <string name="reboot_prompt_message">In order to apply the changed configuration, a reboot is required.\n\nDo you want to reboot now?</string>
46-
+
4746
</resources>
4847
diff --git a/res/xml/device_info_memory.xml b/res/xml/device_info_memory.xml
4948
index e905f39..2010b2c 100644

0 commit comments

Comments
 (0)
Please sign in to comment.