land: Update init.qcom.rc
This commit is contained in:
parent
c2faf2a410
commit
b2c155e964
1 changed files with 10 additions and 16 deletions
|
@ -355,14 +355,6 @@ on boot
|
|||
setprop persist.sys.fp.vendor none
|
||||
start gx_fpd
|
||||
|
||||
#xuchao,add the fp sensor infomation,20161107,start
|
||||
on property:persist.sys.fp.vendor=switchf
|
||||
setprop ro.boot.fpsensor fpc
|
||||
|
||||
on property:persist.sys.fp.vendor=goodix
|
||||
setprop ro.boot.fpsensor gdx
|
||||
#xuchao,add the fp sensor infomation,20161107,end
|
||||
|
||||
chown root system /sys/class/leds/red/blink
|
||||
chown root system /sys/class/leds/green/blink
|
||||
chown root system /sys/class/leds/blue/blink
|
||||
|
@ -755,10 +747,8 @@ service fingerprintd /system/bin/fingerprintd
|
|||
socket fpce stream 0666 system system
|
||||
user system
|
||||
group system sdcard_rw
|
||||
system system
|
||||
disabled
|
||||
|
||||
|
||||
service gx_fpd /system/bin/gx_fpd
|
||||
class core
|
||||
user root
|
||||
|
@ -769,6 +759,10 @@ on property:persist.sys.fp.vendor=switchf
|
|||
stop gx_fpd
|
||||
setprop persist.sys.fp.vendor searchf
|
||||
start fingerprintd
|
||||
setprop ro.boot.fpsensor fpc
|
||||
|
||||
on property:persist.sys.fp.vendor=goodix
|
||||
setprop ro.boot.fpsensor gdx
|
||||
|
||||
on property:persist.sys.fp.onstart=1
|
||||
start fingerprintd
|
||||
|
|
Loading…
Reference in a new issue