correction
This commit is contained in:
parent
c2ed066e62
commit
985db012f6
Binary file not shown.
|
|
@ -12,8 +12,8 @@ ${UPDATER_BASE}/animation.sh $LOG_FP &
|
||||||
ANIM_PID=$!
|
ANIM_PID=$!
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
# enable bluetooth hid by replacing the stock bluetooth apk
|
# disable bluetooth hid by recovering the stock bluetooth apk
|
||||||
echo "[updater.sh] run gethid.sh" >> $LOG_FP
|
echo "[updater.sh] run recover.sh" >> $LOG_FP
|
||||||
${UPDATER_BASE}/gethid.sh $LOG_FP
|
${UPDATER_BASE}/gethid.sh $LOG_FP
|
||||||
if [ ! $? -eq 0 ]
|
if [ ! $? -eq 0 ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue