summaryrefslogtreecommitdiffstats
path: root/updater.sh
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2012-08-04 03:58:37 -0500
committerjt1134 <jt1134@gmail.com>2012-08-04 03:58:37 -0500
commit819a3e4a3ecf0a7a0ddc893451fc1f09d6280292 (patch)
tree4efadda62916ead918bb73270ddda3659c74ccc0 /updater.sh
parent5a06426c01571fcb7dbe909b9b62e0883aa7dfb6 (diff)
downloaddevice_samsung_aries-common-819a3e4a3ecf0a7a0ddc893451fc1f09d6280292.zip
device_samsung_aries-common-819a3e4a3ecf0a7a0ddc893451fc1f09d6280292.tar.gz
device_samsung_aries-common-819a3e4a3ecf0a7a0ddc893451fc1f09d6280292.tar.bz2
updater.sh: CDMA: flash recovery_kernel to recovery partition
flashing boot.img to recovery partition causes the user to get stuck in recovery when using 3 button recovery, as the bootmode is never cleared recovery_kernel is a decoy kernel, that loads param.ko to clear the bootmode, then sets a flag on data to load recovery from the kernel partition, then reboots Change-Id: I76d266a73c5dc4c78cef79325448a7ac06a7770b
Diffstat (limited to 'updater.sh')
-rwxr-xr-xupdater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.sh b/updater.sh
index 831f67d..448e459 100755
--- a/updater.sh
+++ b/updater.sh
@@ -175,7 +175,7 @@ elif /tmp/busybox test -e /dev/block/mtdblock0 ; then
/tmp/bml_over_mtd.sh boot 72 reservoir 2004 /tmp/boot.img
if ! $IS_GSM ; then
- /tmp/bml_over_mtd.sh recovery 102 reservoir 2004 /tmp/boot.img
+ /tmp/bml_over_mtd.sh recovery 102 reservoir 2004 /tmp/recovery_kernel
fi
# unmount system (recovery seems to expect system to be unmounted)