From 982245879fbb8f2a2b90ae2a812a6b70da13e58c Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 25 May 2011 01:04:17 +0100 Subject: [PATCH] leo: fixed postrecovery & and led notifications Change-Id: I9f9327ac7abb0a4a3e659ba08cff844ed09f36d0 --- overlay/packages/apps/CMParts/res/values/config.xml | 1 + postrecoveryboot.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/overlay/packages/apps/CMParts/res/values/config.xml b/overlay/packages/apps/CMParts/res/values/config.xml index 7b5a5e4..775cc5d 100644 --- a/overlay/packages/apps/CMParts/res/values/config.xml +++ b/overlay/packages/apps/CMParts/res/values/config.xml @@ -2,4 +2,5 @@ false + true diff --git a/postrecoveryboot.sh b/postrecoveryboot.sh index 0137371..6342351 100644 --- a/postrecoveryboot.sh +++ b/postrecoveryboot.sh @@ -2,6 +2,6 @@ sleep 2 -if [[ ! `grep clk= /proc/cmdline` ]]; then +if [[ "`grep clk= /proc/cmdline`" == "" ]]; then sed -i 's/\/boot\t\tmtd/\/boot\t\tyaffs2/g' /etc/recovery.fstab fi