leo: fixed postrecovery & and led notifications

Change-Id: I9f9327ac7abb0a4a3e659ba08cff844ed09f36d0
This commit is contained in:
Arif Ali 2011-05-25 01:04:17 +01:00
parent 8044589cc2
commit 982245879f
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
<resources>
<!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">false</bool>
<bool name="has_dual_notification_led">true</bool>
</resources>

View File

@ -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