Buenas,
A mí me pasó lo mismo la semana pasada, venía de la versión de Nicola e intenté usar paceficator 2.0.9 sin hacer un system reset.
Tampoco he sido capaz de volver a flashear el reloj ni de volver a desbloquear el bootloader, el serial se ha quedado en «null», lo único que he conseguido es poder volver a la 2.0.7.5 de nicola volviendo a copiar la rom. Vamos, he utilizado el .bat pero saltándome los comandos que no funcionan sin acceso root
Espero que esto al menos os resucite el reloj, si alguien se entera de cómo desbloquear el bootloader ahora, será bienvenido.
echo This is the tool for StratOS installer, only work with Amazfit Stratos!
echo Connect the Stratos to the PC and press enter…
pause
echo.
echo Set Recovery mode…
adb wait-for-device
adb shell reboot bootloader
timeout /t 15 /nobreak
echo.
adb wait-for-device
echo I’m copying the files, wait for the end of the installation
adb push update.zip /sdcard/update.zip
adb push recovery.img /sdcard/recovery.img
adb shell busybox dd if=/sdcard/recovery.img of=/dev/block/platform/jzmmc_v1.2.0/by-name/recovery bs=4096
adb shell stop
adb shell rm /sdcard/recovery.img
adb shell «echo \»–update_package=/data/media/0/update.zip\» >/cache/recovery/command»
adb shell rm -rf /data/misc
adb shell rm -rf /data/system
adb shell rm -rf /data/user
adb shell reboot recovery
echo.
echo The copy is finished, wait 15 minutes for the end of the flash and enjoy the new ROM! 🙂
pause