summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bcm4329.kobin272988 -> 273012 bytes
-rw-r--r--cifs.kobin2582984 -> 2587208 bytes
-rw-r--r--fuse.kobin602644 -> 603388 bytes
-rw-r--r--galaxysmtd.mk13
-rwxr-xr-xkernelbin2545612 -> 2548308 bytes
-rw-r--r--recovery/recovery_ui.c2
-rw-r--r--tun.kobin211468 -> 211684 bytes
7 files changed, 7 insertions, 8 deletions
diff --git a/bcm4329.ko b/bcm4329.ko
index 23626c1..a76ce44 100644
--- a/bcm4329.ko
+++ b/bcm4329.ko
Binary files differ
diff --git a/cifs.ko b/cifs.ko
index cc0348f..610228e 100644
--- a/cifs.ko
+++ b/cifs.ko
Binary files differ
diff --git a/fuse.ko b/fuse.ko
index 2b39373..06107b3 100644
--- a/fuse.ko
+++ b/fuse.ko
Binary files differ
diff --git a/galaxysmtd.mk b/galaxysmtd.mk
index 482aa0a..9b088fd 100644
--- a/galaxysmtd.mk
+++ b/galaxysmtd.mk
@@ -104,6 +104,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
bdaddr_read
+# Service Mode Secret Code
+PRODUCT_PACKAGES += \
+ SamsungServiceMode
+
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
@@ -146,17 +150,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Default=true for development builds, set by android buildsystem.
PRODUCT_PROPERTY_OVERRIDES += \
ro.kernel.android.checkjni=0 \
- dalvik.vm.checkjni=false
+ dalvik.vm.checkjni=false \
+ persist.sys.vold.switchexternal=1
# we have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
-# Screen density is actually considered a locale (since it is taken into account
-# the the build-time selection of resources). The product definitions including
-# this file must pay attention to the fact that the first entry in the final
-# PRODUCT_LOCALES expansion must not be a density.
-PRODUCT_LOCALES := hdpi
-
# kernel modules
PRODUCT_COPY_FILES += $(foreach module,\
$(wildcard device/samsung/galaxysmtd/*.ko),\
diff --git a/kernel b/kernel
index 261bfc4..cf349fa 100755
--- a/kernel
+++ b/kernel
Binary files differ
diff --git a/recovery/recovery_ui.c b/recovery/recovery_ui.c
index 67f6b85..c54b997 100644
--- a/recovery/recovery_ui.c
+++ b/recovery/recovery_ui.c
@@ -61,7 +61,6 @@ int device_handle_key(int key_code, int visible) {
case KEY_VOLUMEDOWN:
return HIGHLIGHT_DOWN;
- case KEY_MENU:
case KEY_LEFTSHIFT:
case KEY_UP:
case KEY_VOLUMEUP:
@@ -88,6 +87,7 @@ int device_handle_key(int key_code, int visible) {
case KEY_BACKSPACE:
case KEY_SEARCH:
case KEY_BACK:
+ case KEY_MENU:
return NO_ACTION;
}
}
diff --git a/tun.ko b/tun.ko
index e6b5cbe..6da1c96 100644
--- a/tun.ko
+++ b/tun.ko
Binary files differ