-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected output, expected 0xfd got 0xa0 #53
Comments
Apparently it was booting into the preloader. There seems to be no button combination (including not pressing anything) to make it boot to the boot ROM, so I crashed it into BROM with this https://github.com/cyrozap/mediatek-lte-baseband-re/blob/master/SoC/common/usbdl.py and it worked afterwards. Doesn't bypass_utility also have a |
Can you help me with it? I flashed wrong preloader and now my phone don't want to flash |
Still having the same error here |
same for me but on redmi 9c on windows |
It looks like there's an issue in your Python script, specifically in the "get_hw_code" method of the "device.py" module. The error is indicating that the script expected to receive the hexadecimal value 0xFD but instead received 0xA0. |
Trying to run this on a MT6737T device (Galaxy Grand Prime+), and I'm getting this:
There's this line in lsusb:
I'm using the patched kernel from https://github.com/amonet-kamakiri/prebuilt-kernels/tree/master/arch
The text was updated successfully, but these errors were encountered: