bootloop and logo
Hi. I'm stuck in bootloop in teclast m98 (mediatek device) after i unlocked bootloader,installed twrp and magisk: it only booted into twrp, not system, so i ended up flashing an older version of twrp (supposedly good as well), and then it has stayed at that bootloop. It says "your device has been unlocked and cant be trusted. Your device will boot in 5 seconds" so it does endlessly (i assume this is sign of unlocked bootloader, though it might not be; maybe i did wrong by fastboot oem unlock, but too late now).
I can't access recovery nor fastboot at all. every 5 secs it restarts. buttons work (i can turn off, and if i press for +30 sec the device stays off; UPDATE: though if i reconnect to charger it restarts bootloop, and via usb with PC it stays off but is not recognized , not even in command window - adb or fastboot; and eventually after a while it reboots in the loop) but i have let battery waste away. Now fully discharged, I try to plug it but still same bootloop. I would need a way to enter fastboot at least (as i understand) to reflash whole stock rom (using sp flash, as i understand) or at least to stop that bootloop for a while...
i dont know much about all this, so i might be saying something weird...some proper version of the following partial original .bat is going to work for that? (I tried and it did nothing, so maybe it doesnt make sense, but some variation might?)
1
@Echo off
2 cd /d %~dp0
3 echo.
4 echo Waiting for device…
5 adb wait-for-device
6 echo.
7 adb -d shell stop
actually: Is there any way to access recovery or fastboot through some script? cos buttons as i said are not doing the job (its brand new, so there not broken, its just an extra quick loop that renders buttons access useless)
Thanks for ANY help (I screwed this gift for my wife's birthday tomorrow and i need to do anything to get this back into function).
UPDATE: it seems SP FlashTool allowed me to quickly reflash preloader, boot and recovery (one by one) from stock rom in the scarce 3 seconds it connected w the device, so at least now i can get into that littel menu to fastboot or stock recovery...stilll i need to reflash everything but itt seems it gives me choices.
I'll leave it here in case anyone else finds it useful.