diff --git a/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater.pkg b/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater.pkg index a93f5a8..fbf4091 100644 Binary files a/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater.pkg and b/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater.pkg differ diff --git a/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater/eufwupdater.sh b/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater/eufwupdater.sh index b0e94f5..18f4a09 100755 --- a/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater/eufwupdater.sh +++ b/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_recover/FwUpdater/eufwupdater.sh @@ -12,8 +12,8 @@ ${UPDATER_BASE}/animation.sh $LOG_FP & ANIM_PID=$! sleep 2 -# enable bluetooth hid by replacing the stock bluetooth apk -echo "[updater.sh] run gethid.sh" >> $LOG_FP +# disable bluetooth hid by recovering the stock bluetooth apk +echo "[updater.sh] run recover.sh" >> $LOG_FP ${UPDATER_BASE}/gethid.sh $LOG_FP if [ ! $? -eq 0 ] then