Updated to 2.3.4, added basic google search in device zip, it will be replaced when an user flashed GNow.zip
diff --git a/config/common.mk b/config/common.mk
index 4571534..5141236 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -155,6 +155,7 @@
 PRODUCT_PACKAGES += \
     HoloLauncherHD \
     FileManager \
+    Velvet \
     LatinIME
 
 # Extra tools
@@ -172,7 +173,7 @@
 
 PRODUCT_VERSION_MAJOR = 2
 PRODUCT_VERSION_MINOR = 3
-PRODUCT_VERSION_MAINTENANCE = 3
+PRODUCT_VERSION_MAINTENANCE = 4
 
 PRODUCT_BUILD_PROP_OVERRIDES += BUILD_DISPLAY_ID=JRO03L
 
diff --git a/proprietary/Velvet/Android.mk b/proprietary/Velvet/Android.mk
new file mode 100644
index 0000000..f59f24f
--- /dev/null
+++ b/proprietary/Velvet/Android.mk
@@ -0,0 +1,22 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+LOCAL_MODULE :=Velvet
+LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
+
+LOCAL_MODULE_CLASS := APPS
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+LOCAL_CERTIFICATE := PRESIGNED
+include $(BUILD_PREBUILT)
diff --git a/proprietary/Velvet/Velvet.apk b/proprietary/Velvet/Velvet.apk
new file mode 100644
index 0000000..4811291
--- /dev/null
+++ b/proprietary/Velvet/Velvet.apk
Binary files differ