fixed postrecovery and added led stuff
This commit is contained in:
commit
499f58e1f3
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user