Skip to content

Commit

Permalink
init.huawei.rc: add flash_recovery service
Browse files Browse the repository at this point in the history
Easiest way of letting people root right now without the init.d
stuff merged. Both 4.3 Superuser apps have flashable zips that replace
this file to run the daemon.
  • Loading branch information
Daz Jones committed Sep 24, 2013
1 parent 79c7e1d commit 73e7632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ramdisk/init.huawei.rc
Expand Up @@ -231,6 +231,10 @@ service setwifimac /system/bin/setwifimac
disabled
oneshot

service flash_recovery /system/etc/install-recovery.sh
class main
oneshot

service wpa_supplicant /system/bin/wpa_supplicant -Dnl80211 -ieth0 -puse_p2p_group_interface=1 -W -c/data/misc/wifi/wpa_supplicant.conf
class main
group wifi inet
Expand Down

0 comments on commit 73e7632

Please sign in to comment.