Hello, I have a Xiaomi Note 8T (Ginko) with /e/ 1.8 (Android 10) and I want to upgrade to Android 11 /e/1.10.
To do this I need to do a manual update (I don’t see an automatic update in /e/ for this).
I have several questions:
I think this is the right path
Willow is okay, I think /e/ merged Note 8 & Note 8T in a single codename.
Personally, I prefer to upload ROM images with adb push while in TWRP, instead of sideload & /e/ Recovery…
About flashing firmware: https://xiaomifirmwareupdater.com/faq/
Personally, I prefer to upload ROM images with adb push while in TWRP, instead of sideload & /e/ Recovery…
OK. But I’m not very comfortable with undocumented procedures here. I see on other sites that you have to do:
adb push filenampe.zip /sdcard/
is that right?
I’m not sure I understand the difference between the firmware and the rom…For both types of file, it’s the same procedure…Thanks again.
Yes, that’s it
If uncomfortable with adb push, from a running Android you can also download from network or upload file from PC, any place will do!
As long as TWRP is able to access the zip file (that’s to say: you are able to access to content of /sdcard from TWRP), it really don’t care where the file is.
Note: with some devices TWRP can also work as MTP, making some phone storage accessible from a PC (better use Windows).
Hint: from adb shell, when in TWRP, you can use md5sum or sha256sum commands to check your file
The difference between a ROM file and a FIRMWARE file is: the content of course, but also the flashing script.
You can take a look a /META-INF/com/google/android/updater-script, inside both zip files.
As long as the /META-INF content is okay, TWRP is able to flash anything.
I would not advise to upgrade firmware with sideload.
Better download the zip file before (while in system), then boot to TWRP and use Install.
If you downloaded the file to the default folder, it may be in /sdcard/Downloads or something similar.
I’m not aware of /e/ Recovery flashing methods … Why don’t you stick with TWRP for now?
Hello, I had given up on the idea of doing the update, it seemed a bit too complicated… I’m going to give it a try this weekend. Thanks again for the feedback. Which version can I run on the 8T, is version 1.14 available? Thanks.
Hello,
juste a quick update…
I tried to update the Redmi Note 8 T with the latest available version of /e/ and the new recovery 1.19.
If I can now access the files, and after the sideload of the ZIP, the phone reboots endlessly at the moment when the e logo appears …
I also tried to upgrade to 1.18 without success… any idea how to save me? Thanks
Just to let you know, I first tried to update /e/ via OrangeFox Recovery without success, then I tried to update via the recovery of e
Yes, when upgrading all the system partitions are overwritten.
The only difference is the user partitions (usually Data) being kept during an upgrade, and there is probably something in it making your device bootloop.
A corrupt or poorly designed ROM image may also give a bootloop, but it is unlikely here are others are probably using the same ROM you’re trying to install