Merge "Ensure backup of voice search" into ics
diff --git a/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-cs/main.dict b/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-cs/main.dict
new file mode 100644
index 0000000..5881e03
--- /dev/null
+++ b/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-cs/main.dict
Binary files differ
diff --git a/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-nl/main.dict b/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-nl/main.dict
new file mode 100644
index 0000000..f1207f8
--- /dev/null
+++ b/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-nl/main.dict
Binary files differ
diff --git a/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-ru/main.dict b/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-ru/main.dict
index 039dcb1..5055813 100644
--- a/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-ru/main.dict
+++ b/overlay/dictionaries/packages/inputmethods/LatinIME/java/res/raw-ru/main.dict
Binary files differ
diff --git a/prebuilt/common/bin/handle_compcache b/prebuilt/common/bin/handle_compcache
index 44ab0b7..21822d0 100644
--- a/prebuilt/common/bin/handle_compcache
+++ b/prebuilt/common/bin/handle_compcache
@@ -5,18 +5,18 @@
#
MEMTOTAL=$( awk '{ if ($1 eq "MemTotal:") print $2 ;exit }' </proc/meminfo )
-if [ `getprop persist.service.compcache` == 1 ];
+if [ `getprop persist.service.zram` == 1 ];
then
- PROP=`getprop ro.compcache.default`
- setprop persist.service.compcache $PROP
+ PROP=`getprop ro.zram.default`
+ setprop persist.service.zram $PROP
fi
-if [ -e /data/property/persist.service.compcache ];
+if [ -e /data/property/persist.service.zram ];
then
- PROP=`getprop persist.service.compcache`
+ PROP=`getprop persist.service.zram`
else
- PROP=`getprop ro.compcache.default`
- setprop persist.service.compcache $PROP
+ PROP=`getprop ro.zram.default`
+ setprop persist.service.zram $PROP
fi
if [ $PROP != 0 ]