[GUIDE][TOOL] Reboot to EDL mode from FASTBOOT! No More "Test Point Method"! [kenzo] - Xiaomi Redmi Note 3 Guides, News, & Discussion

[GUIDE][TOOL] Reboot to EDL mode from FASTBOOT! No More "Test Point Method"! [kenzo]
Reboot to EDL mode from FASTBOOT!
No more Test Point Method needed ​
Technical Details:
Redmi Note 3 support rebooting to EDL in Android Bootloader aboot module (the "reboot-edl" command) but fastboot utility doesn't recognize "reboot-edl" in the command line and refuses to sent the command to the device. Since FastBoot command protocol is simple and text-based, it is enough to send a packet containing "reboot-edl" text over USB. The simplest way to do that is to patch Windows fastboot.exe file, replacing "reboot-bootloader" text with "reboot-edl". As "reboot-bootloader" string is found in the command line, fastboot.exe sends the same constant string to the device. So if "reboot-bootloader" is replaced with "reboot-edl", you can specify "reboot-edl" in the command line and the same text will be sent to the device.
New Update: Fastboot updated to latest version.
Tutorial:
1. Download the Fastboot_edl-v2.zip from Here.
2. Extract the zip in your desktop
3. Open the folder and double Click on Reboot.bat
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4. Reboot your device to Fastboot Mode by pressing
Vol Down + Power button and connect your device with PC and Press Enter.
5. Your Device will be rebooted to EDL!
6. Now flash your Fastboot Rom with Mi Flash Tool to Unbrick your Mi Note 3. ​
Proof:
Thanks to @emuzychenko for the Idea!

This is AWESOME!! Just tested and worked amazingly.
Thank you!
Edit: the included command prompt didn't work for me though, launched standard and traversed to this folder

It would've been better if the source of this guide is also mentioned, just my thoughts
Sent from my Redmi Note 3 using XDA-Developers mobile app

Harish_Kumar said:
It would've been better if the source of this guide is also mentioned
Click to expand...
Click to collapse
Especially since most of text had been copied "as is".

Please add this to op
=> https://youtu.be/-6uErg52nKs

kaushal64 said:
Please add this to op
=> https://youtu.be/-6uErg52nKs
Click to expand...
Click to collapse
I have updated the fastboot.exe and the method also. Update your video with this and I will add it to OP.

I had replaced link for modified fastboot file please add it to op.

Harish_Kumar said:
It would've been better if the source of this guide is also mentioned, just my thoughts
Click to expand...
Click to collapse
emuzychenko said:
Especially since most of text had been copied "as is".
Click to expand...
Click to collapse
Thumbs up!

This is great
My problem solved
Many thanks

not working for me...redmi note 3 pro sd, rom 7.2.7.0.0. it says something like "your phone enter edl mode successfully", but it simply restarts and enter Android OS...

Zarko007 said:
not working for me...redmi note 3 pro sd, rom 7.2.7.0.0. it says something like "your phone enter edl mode successfully", but it simply restarts and enter Android OS...
Click to expand...
Click to collapse
Send me your current emmc_appsboot.mbn and I will check what is happening wrong there.

BRoy_98 said:
Send me your current emmc_appsboot.mbn and I will check what is happening wrong there.
Click to expand...
Click to collapse
Where to find it?

Zarko007 said:
Where to find it?
Click to expand...
Click to collapse
You can find it in the fastboot rom. Or if you have recovery rom, then go to the firmware-update folder in the zip there you will find it.

BRoy_98 said:
You can find it in the fastboot rom. Or if you have recovery rom, then go to the firmware-update folder in the zip there you will find it.
Click to expand...
Click to collapse
Maybe stupid question, but wouldn't phone go to edl mode (with red led flashing) before flashing rom and what then mbn file has to do? According to your manual it is the last step?
thanks

Zarko007 said:
not working for me...redmi note 3 pro sd, rom 7.2.7.0.0. it says something like "your phone enter edl mode successfully", but it simply restarts and enter Android OS...
Click to expand...
Click to collapse
Is your device bricked or you want to flash an official miui rom? Since your rom looks like a distributor rom not an official rom.
Sent from my kenzo using Tapatalk

sator02 said:
Is your device bricked or you want to flash an official miui rom? Since your rom looks like a distributor rom not an official rom.
Sent from my kenzo using Tapatalk
Click to expand...
Click to collapse
No, my device is not bricked, it has locked bootloader. I received code from xiaomi to unlocked bootloader but it constantly stops at 50%, and I found out that it can't be unlocked without china dev rom, but no rom can be installed with locked bootloader I only want to flash an official miui rom to be able to receive updates...Xiaomi really made this too complicated....

Zarko007 said:
No, my device is not bricked, it has locked bootloader. I received code from xiaomi to unlocked bootloader but it constantly stops at 50%, and I found out that it can't be unlocked without china dev rom, but no rom can be installed with locked bootloader I only want to flash an official miui rom to be able to receive updates...Xiaomi really made this too complicated....
Click to expand...
Click to collapse
Don't use this tool if your device is not bricked, your rom is a distributor rom that's why you cannot unlock your device, you have to flash miui rom prior to unlocking, you can do it thru edl mode using adb, search on miui forums and you'll find it.
Edit: check this out: http://en.miui.com/thread-235865-1-1.html
Sent from my kenzo using Tapatalk

Zarko007 said:
No, my device is not bricked, it has locked bootloader. I received code from xiaomi to unlocked bootloader but it constantly stops at 50%, and I found out that it can't be unlocked without china dev rom, but no rom can be installed with locked bootloader I only want to flash an official miui rom to be able to receive updates...Xiaomi really made this too complicated....
Click to expand...
Click to collapse
If your device is not bricked, then you can reboot to EDL mode from adb. Do this to reboot to edl from adb:
1. Connect your device to PC.
2. Open adb and type: adb devices and press enter to see your device if it is connected properly.
3. When you can see your device ID, type: adb reboot edl and press enter. It will reboot your device to EDL mode.
4. Now flash your rom with Mi Flash.

BRoy_98 said:
If your device is not bricked, then you can reboot to EDL mode from adb. Do this to reboot to edl from adb:
1. Connect your device to PC.
2. Open adb and type: adb devices and press enter to see your device if it is connected properly.
3. When you can see your device ID, type: adb reboot edl and press enter. It will reboot your device to EDL mode.
4. Now flash your rom with Mi Flash.
Click to expand...
Click to collapse
I have tried it already many Times but no success...

Zarko007 said:
I have tried it already many Times but no success...
Click to expand...
Click to collapse
This must be driver problem. Install MI PC suite and it will install all necessary drivers. Then try it again.

Related

ZUK Z1 Entered an endless restart loop

Hey guys,
I was hoping you might help me as I was struggling to find an answer through google search.
After using the ZUK Z1 (Cyanogen OS 12.1 with the latest update), a few days ago the phone suddenly restarted and entered an endless restart loop
I've tried wiping the data, the cache and the user files.
I've tried applying the latest CyanogenOS zip for the Z1 either through sideload or locally from the device.
Nothing worked and I'm becoming very frustrated
I thought that maybe if I could wipe the system partition and then apply the COS zip than maybe it would work.
Does anybody have any ideas?
Thanks in advance,
Yoav.
Sideload the official stock rom with zuk z1 tool. That s how i managed to un-brick my zuk. Download the stock rom , cm-12.1-YOG4PAS3OH-ham-signed.zip from this page https://cyngn.com/support. Use the toolkit provided here : http://forum.xda-developers.com/zuk-z1/development/win-zuk-z1-toolkit-0-1-alpha-t3235964 to sideload the rom. Wait until the phone restarts and thats it. You must also install adb and fastboot and have adb driver installed.I used the shenqi adb composite driver, but i guess the universal adb driver can work too too.
Can you tell me what exactly did you do?
As far as I can see nothing works for me with the toolkit...
Did you use a mac or windows?
I checked that the driver is recognized (ShenQI), also tried manually using fastboot commands to unlock the bootloader and flashing images, but since my device is bricked I am unable to allow OEM unlock from inside Android
Update:
So I came across a discussion in this forum about bringing a bricked ZUK back to life
http://forum.xda-developers.com/zuk-z1/development/how-to-flash-zuk-z1-zui-version-t3265741
Done that, seem to be successful, however the phone won't turn on and the QPST Configuration tool shows that the device is stuck in download mode.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Does anyone has any idea what that means? Does that mean that it is a hardware failure?
yoavk said:
Can you tell me what exactly did you do?
As far as I can see nothing works for me with the toolkit...
Did you use a mac or windows?
I checked that the driver is recognized (ShenQI), also tried manually using fastboot commands to unlock the bootloader and flashing images, but since my device is bricked I am unable to allow OEM unlock from inside Android
Update:
So I came across a discussion in this forum about bringing a bricked ZUK back to life
http://forum.xda-developers.com/zuk-z1/development/how-to-flash-zuk-z1-zui-version-t3265741
Done that, seem to be successful, however the phone won't turn on and the QPST Configuration tool shows that the device is stuck in download mode.
Does anyone has any idea what that means? Does that mean that it is a hardware failure?
Click to expand...
Click to collapse
Ok, so first, don t panic. If you re able to acces recovery and fastboot mode, there is a strong hope. I have Windows 7 on my PC, btw.
I tried the qpst tool to flash the stock, but i couldn t. That is why i turned to the Zuk Tool Kit, which did the trick for me.
To use this tool, FIRST OF ALL YOU MUST INSTALL ADB AND FASTBOOT. you can find varius tutorials about this on te interent. I provide you some, too:
http://forum.xda-developers.com/showthread.php?t=2588979
http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378
http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/
It was hard for me too to understand what is going on at first, but i did some research on the topic, and i got it.
After you installed adb, you can check if it is instaled by running the command "adb version" in CMD:
You should recieve something like this if it is installed.
After you installed fastboot and adb, install the Zuk Toolkit following the steps provided in the thread of Lenvo Zuk toolkit. Download cygwin, open cygwin terminal and drag start.sh from zuk toolkit folder into terminal window, press Enter, and you will have the menu open like this:
Here, just naviagte by writing the number corresponding to the menu you want to access and hitting enter.
Under "6. Do some basic ADB and Fastboot commands.
" coomands, you will have this menu:
Do note that [fASTBOOT] marked commands will work only when your phone is in fastboot mode. To acces your fast boot mode of your phone, just select "reboot to bootloader" option from recovery menu.
Once you managed to reach this state, you can put your phone in fastboot mode, and try the command "10. [Fastboot] Reflash to stock using a manually downloaded factory image."....
IF this doesn t work, try to flash the stock rom via sideload option from recovery menu of your phone. To do this, you must chose the sideload option from recovery menu. Download the stock signed rom from here https://cyngn.com/support(NOT THE FASTBOOT ONE, JUST THE SIGNED ONE.) Rename your stock rom zip file you just downloaded "sideload" and place it on desktop. Then use THE command "4. [ADB] Sideload a zip file.
" from zuk toolkit to flash the rom. Also you must have the phone connected to pc with the USB-c cable during the whole process, of course. If it works, your phone will show the animation of flashing procees on its screen. Wait until the phone stops, chose wipe dalvik and reboot.
Use the snipping tool or PrtSc to take screen images from where you are stuck or you don t know what to do, and post them here.
Well, the QPST method seemed to have worked (as indicated by the QFIN tool).
However, it seems that the bootloop is back, when I am only able to boot into the ZUI recovery without any option of fastboot.
Edit:
Here is a pic of the Recovery (there is no option of adb sideload)
http: //s10.postimg. org/flaa11g3d/IMG_20160120_121012.jpg
Here is the fastboot
http: //s22.postimg. org/rgz4rt3a9/IMG_20160120_122555.jpg
And this is what i get when I try to use fastboot commands
C:\ WINDOWS\ system32> fastboot -i 0x2b4c oem device-info
< waiting for device >
Click to expand...
Click to collapse
All devices are discovered correctly in device manager
http: //s30.postimg. org/g8m1taywx/Capture.jpg
yoavk said:
Well, the QPST method seemed to have worked (as indicated by the QFIN tool).
However, it seems that the bootloop is back, when I am only able to boot into the ZUI recovery without any option of fastboot.
Edit:
Here is a pic of the Recovery (there is no option of adb sideload)
http: //s10.postimg. org/flaa11g3d/IMG_20160120_121012.jpg
Here is the fastboot
http: //s22.postimg. org/rgz4rt3a9/IMG_20160120_122555.jpg
And this is what i get when I try to use fastboot commands
All devices are discovered correctly in device manager
http: //s30.postimg. org/g8m1taywx/Capture.jpg
Click to expand...
Click to collapse
You have the ZUI version?? Because this does not seem to be the stock recovery of cyanogen. At least, i have the option to sideload in my recovery.
When you chose the install Update pacakge option, what options are displayed on your phone?
Also, if u installed qpst, you shoudl have in your PC a program callled QFIL, which is the flasher tool for all lenovos including ZUK. You must flash the zui stock rom using qfil. Read this thread for more info and downloads: http://forum.xda-developers.com/zuk...ui-version-t3265741/post64865607#post64865607
Also, here is a thread of a guy who had pretty much the same problem as you and managed to flash the stoc using QFIL : http://forum.xda-developers.com/zuk-z1/help/bricked-zuk-z1-t3277257
Extentho said:
You have the ZUI version?? Because this does not seem to be the stock recovery of cyanogen. At least, i have the option to sideload in my recovery.
Click to expand...
Click to collapse
Yeah, it was cyanogen and with QFIN I flashed stock ZUI in hopes that it will the bootloop.
I contacted coolicool, which is from where I bought the device.
I will send the device to them. I hope that they'll be able to find the problem.
yoavk said:
Yeah, it was cyanogen and with QFIN I flashed stock ZUI in hopes that it will the bootloop.
I contacted coolicool, which is from where I bought the device.
I will send the device to them. I hope that they'll be able to find the problem.
Click to expand...
Click to collapse
I think you could try un-bricking it by yourself. It is not that hard. But if those guys from coolicool will change your phone, that s ok too. Blease be advised that rooting voids warranty...soo
Lucky me I didn't have the chance to do it
I didn't even have the chance to unlock the bootloader
Does anyone here have any experience with the guys over at coolicool?
i flashed coldbird's zip for capacitive touch on the fingerprint sensor. got into an endless restart loop after that. to every option, the toolkit replies command not found.
eg: ./xposeduninstallbootloop.sh: line 128: adb: command not found
followed by whatever option was ordered, that has been done successfully but can see no change.
Try this
https://forum.xda-developers.com/zuk-z1/help/boot-loop-cyanogen-logo-t3666056
Easy bro easy, the steps that you are following are a bit confusing, aren't they?
Please tell me the current status of your phone. I might be able to help.

Fix bootloop in redmi note 3 (no recovery ,no edl mode)

After trying to flash the latest 7.1.1 cm 14 ropms many people ended up in bootloop where your phone switch on ,shows mi logo and rebbot again. Many where not able to enter recovey mode also.. Now i come up with a perfect soluton for you all on how to fix these issues in your phone..Lets Get started..
If anything goes wrong iam not responsible.Do it At your Own Risk.
Requirements
------------------
1. Enter edl .rar (attached below)
2.Miui Stock Rom (FastBoot). Download it from(only use this version) here
3.Phone Must have Charge of 50% or more.
4.Unlock Boot loader.zip (Attched Below)
6.MIPhone Tools and install it .Get it from here
6.Extract all the file
7. PDA Net.(Optional,but installing will be useful). Get it from here
Once you have all of the file we can move on
Steps
------
1. Put Your Phone into fastboot mode by pressing Vol Down and power button at same time.
2.Connect your Phone With Your PC
3.Run EDL Mode.exe from the zip Enter edl.. Now your phone must be in edl mode. You can see a light blinking at the top of your phone.
4. From the Unlock Boot Loader folder copy "emmc_appsboot.mbn" to the rom folder ie)
kenzo_global_images_V7.1.8.0.LHOMICL_20160129.0000.14_5.1_global--> images--> paste it there (replace/overwrite if existing)
5. Once the above step is done, Open MIFlash tool as administrator. Browse the folder
kenzo_global_images_V7.1.8.0.LHOMICL_20160129.0000.14_5.1_global and select it..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
6.From the drop Down Menu Select Advanced.
7.Set Fastboot Script As Flash_ALL.Bat.
8.Set Flash Programmer As prog_emmc_firehose_8976_ddr.mbn from images folder.
9. Set RAW Xml File as rawprogram*.xml from images folder
10. Set Patch XML File as patch*.xml from images folder.
11. Video Help HERE.... Watch from 2.40 (Ignore the other portion,We dont need that Part)
Special [email protected] for the video.. I didn't made that video..
12. Once The Above step is done. Click REFRESH OPTION,and you will see Phone detected By The Name COMXX.(XX will be a number)
13.Click Flash and Wait for some time and allow the phone to reboot.
14.Once all the step is done your phone will be good to use..:fingers-crossed: :fingers-crossed:
UNLOCKING BOOT LOADER AND INSTALLING TWRP AGAIN
-------------------------------------------------------------------------
1.Once Your Phone Reboots successfully enable USB Debugginf From Developer Option.
2.Connect Your phone to your PC and Open CMD as administrator.
3.Type in "adb devices".
4. Cmd will show a random number and Device (Everyone will be knowing this,but for info only iam writing it here)
5.Type "adb reboot bootloader". Now your phone will boot into fastboot mode.
6.Type "fastboot oem device-info" to get device status.
7.Type "fastboot oem unlock-go" to unlock bootloader.
8.Again type "fastboot oem device-info" to check to find if device is unlocked.(Do not reboot YET)
9. Now Downlaod TWRP from HERE
10. Now Got to the folder containig TWRP . By holding the Shift Key Of key Board ,right click the mouse and select OPEN COMMAND WINDOW HERE.
11. Type "fastboot flash recovery recovery_filename.img"
12.Type "fastboot reboot".
You Phone will be good to go. If anything goes wrong or you have any doubt Comment Below do not pm me..i will not reply..
If this thread helpef you thumbs up and do comment and shre this post
So i do not need to unlock the boot loader before using MiTool to flash phone via EDL
ahh988 said:
So i do not need to unlock the boot loader before using MiTool to flash phone via EDL
Click to expand...
Click to collapse
Nope if phone is bricked enter fastboot mode and run enter edl.exe to enter edl,flash ROM using mi flash tool
adithyan25 said:
Nope if phone is bricked enter fastboot mode and run enter edl.exe to enter edl,flash ROM using mi flash tool
Click to expand...
Click to collapse
I did that but phone is still stuck . I'm getting infinite boot animation ?
ahh988 said:
I did that but phone is still stuck . I'm getting infinite boot animation ?
Click to expand...
Click to collapse
Boot animation or simply mi logo and then vibrating and again rebooting???
If mi flash tool shows successfully done without any errors then
Try this
Roeboot to fast boot and type
fastboot oem unlock-go
I guess it will be fixed
adithyan25 said:
Boot animation or simply mi logo and then vibrating and again rebooting???
If mi flash tool shows successfully done without any errors then
Try this
Roeboot to fast boot and type
fastboot oem unlock-go
I guess it will be fixed
Click to expand...
Click to collapse
I am stuck at boot animation with the three white dots spinning for ever ? will try to do as you said
I tried fastboot oem unlock-go but i get response: token verification failed and device still stuck on bootanimation
well, i think this caused by relocking bootloader after we flash a new firmware. if that happens, just go in fastboot mode by hold power button + volume down, then unlock it again using mi unlock. reboot it..your twrp is back.
no need to enter edl mode & install twrp again, btw thanks..this is helpful
nitephoenix said:
well, i think this caused by relocking bootloader after we flash a new firmware. if that happens, just go in fastboot mode by hold power button + volume down, then unlock it again using mi unlock. reboot it..your twrp is back.
no need to enter edl mode & install twrp again, btw thanks..this is helpful
Click to expand...
Click to collapse
always my pleasure
For some mi unlock stucks at 50%.. I was one of them...every time I try fails...so I found this was the only way for those who can't access it using mi unlock
tips to avoid relocking bootloader, when u want to flash a new firmware..just delete emmc apsbot.mbn file inside the firmware using winrar or etc, or u can use psy-man firmware because the emmc file has been deleted
nitephoenix said:
tips to avoid relocking bootloader, when u want to flash a new firmware..just delete emmc apsbot.mbn file inside the firmware using winrar or etc, or u can use psy-man firmware because the emmc file has been deleted
Click to expand...
Click to collapse
Yeah...I know that...but it does not support volte. .only abhisheks fw sprt volte
nitephoenix said:
tips to avoid relocking bootloader, when u want to flash a new firmware..just delete emmc apsbot.mbn file inside the firmware using winrar or etc, or u can use psy-man firmware because the emmc file has been deleted
Click to expand...
Click to collapse
@nitephoenix
Can we then flash update marshmallow global firmware this way? (Just delete emmc apsbot.mbn file inside the firmware). Thanks
Pleroma said:
@nitephoenix
Can we then flash update marshmallow global firmware this way? (Just delete emmc apsbot.mbn file inside the firmware). Thanks
Click to expand...
Click to collapse
don't flash official miui from twrp (you better do it in edl mode), but yes you can flash custom miui like miui eu, miuipro, multirom, epic miui etc from twrp. and..after u delete the emmc file inside the firmware which is included on every miui rom, your bootloader will be safe
nitephoenix said:
don't flash official miui from twrp (you better do it in edl mode), but yes you can flash custom miui like miui eu, miuipro, multirom, epic miui etc from twrp. and..after u delete the emmc file inside the firmware which is included on every miui rom, your bootloader will be safe
Click to expand...
Click to collapse
I used to flash it via twrp ..(by deleting bootllader file) followed by flashing lazyflasher...I didn't faced any prblm yet
Mine behaves different
I tried restoring the backup it started to back up and completed sucessfully but when i reboot there comes Mi logo and again it boots to TWRP Recovery .... Same case with any ROM ... Kindly tell me what to do.
ZCX recovery i have.
sarabeshsab said:
I tried restoring the backup it started to back up and completed sucessfully but when i reboot there comes Mi logo and again it boots to TWRP Recovery .... Same case with any ROM ... Kindly tell me what to do.
ZCX recovery i have.
Click to expand...
Click to collapse
Probably the problem with bootloader file
not a whole lot of talk anywhere else so i'll try here. i just got my kenzo few days ago, jumped the gun and started trying to get twrp on it. i'm assuming the bootloader was locked. As of right now it wont boot up, its in edl mode maybe... red led flashes and i can upgrade driver to 9008. sometimes its recognized by miflash and when it is and i try to flash stock fastboot it gives me an error. i know thats a lot to take in but i'm trying to cover all my bases. the phone came from overseas so sending it back isnt really an option. any help is appreciated.
Jjleininger said:
not a whole lot of talk anywhere else so i'll try here. i just got my kenzo few days ago, jumped the gun and started trying to get twrp on it. i'm assuming the bootloader was locked. As of right now it wont boot up, its in edl mode maybe... red led flashes and i can upgrade driver to 9008. sometimes its recognized by miflash and when it is and i try to flash stock fastboot it gives me an error. i know thats a lot to take in but i'm trying to cover all my bases. the phone came from overseas so sending it back isnt really an option. any help is appreciated.
Click to expand...
Click to collapse
Download eiter China based ROM or ROM from post.
Mi flash tool have many prolems.
Some tips:-
Make sure driver enforcement is disabled in PC.
All drivers including PDA net is installed.
Copy paste the unlocked bootloade file inside images folder and replace original one. Even after tryig this method it fails try my other method unbrick viafasrboot
uhm, this does not work for some reason...
i did everything as you said but in the end it just says cathasrophic error and something
After flashing i get Mi logo, vibration and reboot, please help

Bootloader Unlock [Snapdragon Only]

This is an initial work in progress which may or may not work for you. This worked for me and it may cause brick on other devices if tried. So don't try this unless you are ready to take the risk. And whatever happens i won't take the blame.
What is it?
When you unlock your device, mi unlock tool writes the unlock code in the devinfo partition. This is a partition dump of my device in its officially unlocked state. If you still wish to follow this guide, then continue or else look somewhere else. Again this is only tested on my device and may or may not work for you.
Download: Here
Extract the files.
Run your phone in edl mode
Open device manager or miflash and note your port number.
example: com10 or com4
run the unlock.bat file.
it will ask port number, enter the port number.
example: com10 or com4.
and press enter.
If your phone is in edl mode and has a proper port alloted with qualcomm hs-usb qdloader 9008(%port no%)
everything should work fine.
Will upload a few screen shots later.
rev
ttt
Not working .
Archit9169 said:
This is an initial work in progress which may or may not work for you. This worked for me and it may cause brick on other devices if tried. So don't try this unless you are ready to take the risk. And whatever happens i won't take the blame.
What is it?
When you unlock your device, mi unlock tool writes the unlock code in the devinfo partition. This is a partition dump of my device in its officially unlocked state. If you still wish to follow this guide, then continue or else look somewhere else. Again this is only tested on my device and may or may not work for you.
Download: Here
Extract the files.
Run your phone in edl mode
Open device manager or miflash and note your port number.
example: com10 or com4
run the unlock.bat file.
it will ask port number, enter the port number.
example: com10 or com4.
and press enter.
If your phone is in edl mode and has a proper port alloted with qualcomm hs-usb qdloader 9008(%port no%)
everything should work fine.
Will upload a few screen shots later.
Click to expand...
Click to collapse
tried twice but was unable to unlock
milankumarn said:
tried twice but was unable to unlock
Click to expand...
Click to collapse
Describe me the whole procedure.
Did the files flashed successfully.
Were there any problems aside from not unlock.
What was written in the cmd window.
A screen shot of the cmd windows after the process is done.
What port no did you input in it.
Archit9169 said:
Describe me the whole procedure.
Did the files flashed successfully.
Were there any problems aside from not unlock.
What was written in the cmd window.
A screen shot of the cmd windows after the process is done.
What port no did you input in it.
Click to expand...
Click to collapse
1.booted into fastboot mode then EDL mode
2.ran the bat file.
3. rebooted
here are the screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
milankumarn said:
1.booted into fastboot mode then EDL mode
2.ran the bat file.
3. rebooted
here are the screenshots
View attachment 3988863
View attachment 3988864
View attachment 3988865
Click to expand...
Click to collapse
Is your phone fine...no bootloops or anything wrong.
Maybe it is tied with the device. I have to read and edit it.
Wait for a few days and ill try to mod it to be universal.
For info it works fine in mine. I used it to unlock and the device was working fine.
Archit9169 said:
Is your phone fine...no bootloops or anything wrong.
Maybe it is tied with the device. I have to read and edit it.
Wait for a few days and ill try to mod it to be universal.
For info it works fine in mine. I used it to unlock and the device was working fine.
Click to expand...
Click to collapse
No there is no bootloop and i did not notice any problem after doing it.
and that might be the problem .. please let me know when you mod it to be used universal.
just tried it. said that it was successful but then on resets it bootloops (tries to boot twice) then black. When i check device info it says false.
edit: recovery also doesnt work anymore. I had flashed zcx twrp.
neoblast said:
just tried it. said that it was successful but then on resets it bootloops (tries to boot twice) then black. When i check device info it says false.
edit: recovery also doesnt work anymore. I had flashed zcx twrp.
Click to expand...
Click to collapse
Sorry to hear that. Just use edl mode to flash the rom again. Or wait for a few hours and ill make an undo script.
Can you help me with my problem?
I sent a request to unlock my bootloader.They accepted it, but if i try to unlock it through miflashunlock program,at 50% it says "Couldn't verify device" and under this error it says "No need to unlock this device".
I saw people got errors that they don't have the same mi account logged in the program and on the phone, but i have a different error...
I have Redmi Note 3 Pro
Android version : 5.1.1 LMY47V
MIUI Version : MIUI Global 7.4 Stable
7.4.9.0(LHOCNDD)
Scrapperr said:
Can you help me with my problem?
I sent a request to unlock my bootloader.They accepted it, but if i try to unlock it through miflashunlock program,at 50% it says "Couldn't verify device" and under this error it says "No need to unlock this device".
I saw people got errors that they don't have the same mi account logged in the program and on the phone, but i have a different error...
I have Redmi Note 3 Pro
Android version : 5.1.1 LMY47V
MIUI Version : MIUI Global 7.4 Stable
7.4.9.0(LHOCNDD)
Click to expand...
Click to collapse
I have the same thing appeared when i tried to unlock mokee bl as it can be unlocked without a token from fastboot command.
Just unlock it from fastboot command that is
Code:
fastboot oem unlock-go
---------- Post added at 08:37 AM ---------- Previous post was at 08:32 AM ----------
Archit9169 said:
Sorry to hear that. Just use edl mode to flash the rom again. Or wait for a few hours and ill make an undo script.
Click to expand...
Click to collapse
I think they have to unlock from fastboot after flashing devinfo partition
Camlin3 said:
I have the same thing appeared when i tried to unlock mokee bl as it can be unlocked without a token from fastboot command.
Just unlock it from fastboot command that is
Code:
fastboot oem unlock-go
---------- Post added at 08:37 AM ---------- Previous post was at 08:32 AM ----------
I think they have to unlock from fastboot after flashing devinfo partition
Click to expand...
Click to collapse
No. It was my partition dump and i unlocked officially.
I dont know why people say they have trouble unlocking.
My only trouble was that i had to wait a while to get the unlock permission.
And my other problem that without using miunlock i cant unlock it again.
I mean everytime i have to unlock i have to login to that damn program.
Scrapperr said:
Can you help me with my problem?
I sent a request to unlock my bootloader.They accepted it, but if i try to unlock it through miflashunlock program,at 50% it says "Couldn't verify device" and under this error it says "No need to unlock this device".
I saw people got errors that they don't have the same mi account logged in the program and on the phone, but i have a different error...
I have Redmi Note 3 Pro
Android version : 5.1.1 LMY47V
MIUI Version : MIUI Global 7.4 Stable
7.4.9.0(LHOCNDD)
Click to expand...
Click to collapse
Download miui 8.11.3 and flash it using edl.
After that boot into fastboot and unlock your bootloader.
Do not wait for the first boot.
neoblast said:
just tried it. said that it was successful but then on resets it bootloops (tries to boot twice) then black. When i check device info it says false.
edit: recovery also doesnt work anymore. I had flashed zcx twrp.
Click to expand...
Click to collapse
Try flashing miui 8.11.3 and then use my program. Maybe it is vecause of different bootloader.
Archit9169 said:
Download miui 8.11.3 and flash it using edl.
After that boot into fastboot and unlock your bootloader.
Do not wait for the first boot.
Click to expand...
Click to collapse
U mean, 6.11.3 .i know that is your dev- info partition but is there any one who give a try to unlock from fastboot after flashing ur partition
Edit:- i too want to dump my dev-info in img .is it just dd command will do the stuff.(i too find it hazy to use that **** of crap
Camlin3 said:
U mean, 6.11.3 .i know that is your dev- info partition but is there any one who give a try to unlock from fastboot after flashing ur partition
Edit:- i too want to dump my dev-info in img .is it just dd command will do the stuff.(i too find it hazy to use that **** of crap
Click to expand...
Click to collapse
Yes just flash 6.11.3 using edl. Then use miunlock tool to unlock. It will work without any problem.
Some who tried to flash my partition either had no changes, bootloader remained locked or either had bootloops in which they had to flash using edl again.
Yes that will work.
Archit9169 said:
Yes just flash 6.11.3 using edl. Then use miunlock tool to unlock. It will work without any problem.
Some who tried to flash my partition either had no changes, bootloader remained locked or either had bootloops in which they had to flash using edl again.
Yes that will work.
Click to expand...
Click to collapse
Mine is already unlocked officially in july, only suggesting for struggling folks.
Yeah dd went well
thanks for sharing it
Archit9169 said:
Download miui 8.11.3 and flash it using edl.
After that boot into fastboot and unlock your bootloader.
Do not wait for the first boot.
Click to expand...
Click to collapse
Why 6.11.3 and not another version? I can't find a link to download,they keep sending me to this site http://en.miui.com/download-301.html#439 but the oldest firmware i can find is 6.11.24

[Tutorials] How To Root Lenovo K8 Note & Install TWRP(UnOfficial) + Stock Rom

Warning
Before Proceeding backup your data
TRY at OWN risk I'm NOT Responsibe if you BRICK YOUR DEVICE
Update- This method is tested & working with latest ota update NMB26.54-74
[/CENTER][/B][/SIZE][/COLOR]
IF ANYTHING GOES WRONG Download & Flash Stock ROM
Stock ROM link
SPFlashTool link
Updated Stock ROM 54-74 GDrive - here
New Oreo 27.43-20 Link
Old version Stock ROM Google Drive Link Stock Rom
nvram backup file by @peacelover94 - here
Solution For
>Tool img DL fail
Just check/tick these option in spflashtool settings & Flash stock rom again
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video Guide For Stock Rom Flashing - Youtube
How to Flash Stock Rom via Fastboot Method -
1. Open CMD by Shift + Right Click in Folder where your stock firmware .img files are.
2. Reboot to Fastboot Mode by using cmd command
adb fastboot reboot​Or
Switch off then Press & Hold Vol Up + Power button for while once menu appeared Select fastboot by using Vol Up key & confirm by pressing Vol Down Key
3. In fastboot type following command in CMD Window
For checking devices is connected in fastboot enter
fastboot devices​If Connected then proceed following commands
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img​ flashing system takes 10+ mins
fastboot flash data userdata.img
fastboot reboot​
Download & Install ADB from here
First Unlock your bootloader
1. First of all, enable the Developer Option
To Enable the Developer Option, Go to your Settings -> About -> Software Information -> More -> Now Tap on the Build Number 7-8 Times until you see a toast message “Developer option enabled"
2. Go back to settings -> Now you need to enable the OEM Unlock by going to Settings -> Developer Option and Enable OEM Unlock and USB Debugging
3. Now connect your phone to Computer using USB Cable.
4. When you connect your Phone to Computer, please wait until all the drivers get installed.
5. Open a command prompt window by pressing Shift Key + Right Mouse Click.
6. Now type the command below to reboot your phone to bootloader
adb reboot bootloader​7. If you see a pop up to allow USB Debugging on your phone, Click OK.
8. proceed to unlock the bootloader with the following command:
Remember that this step will wipe EVERYTHING off the phone
fastboot oem unlock​Say Yes to unlock bootloader and then it will some time format your data
9. Reboot Your Device , You will see Orange Status bla bla bla Don't panic Its normal thing now setup your device but do not restore backup yet
Flashing TWRP and ROOT
Updated Black Screen Fix TWRP - Download
Old Download TWRP
Download latest Magisk zip from here
Or
SuperSu zip from here
Flahed & Tested SuperSU v2.82 works fine but SafetyNet Fails
Sock Recovery if needed Link
1. Connect your device to PC
2. Open CMD by Shift+Right click open cmd where your TWRP_3.1.1.0.img is downloaded.
3. Reboot to Bootloader by
adb reboot bootloader​4. Now enter following command in fastboot
fastboot flash recovery TWRP_3.1.1.0.img​5. DO NOT USE fastboot reboot
Use "vol up + down + power button" to manually switch off you k8 note, otherwise twrp will restore to stock if you use fastboot reboot command.
6. After Switch Off Press & hold vol up + power button then select recovery by vol up & press vol down key to enter in recovery.
7. Now Wait for 30 Sec/ till phone vibrates, Then press power button + vol up simultaneously until you see twrp lock screen.
8. Just Cancel if It asks for Enter password to decrypt and Allow modification by swipe.
9. If you see internal storage 0mb Then GoTo Wipe and FORMAT DATA once & reboot to recovery
10. GoTo install browse and select Magisk.zip or SuperSU.zip & flash.(optional if needed install Busybox for Android NDK by osm0sis magisk module for busybox)
11. Reboot Enjoy.
Known bug in TWRP-
Battery always shows 50% in TWRP
Video Guide https://youtu.be/HrbppEWlOhs
Join Lenovo K8 Note Development Group on Telegram for direct Conversation Link
WhatsApp Group Link
Enable Wireless Display/MiraCast Magisk Module - Video
Thanks to:
@andy_zhang - for stock rom post link
and me @ysalunke007 for TWRP
NEXT CUSTOM ROM
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Yes
peacelover94 said:
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Click to expand...
Click to collapse
yes, there is stock ROM
link also provided in this post end.
btw here's direct link Stock ROM
FlashTool link
ysalunke007 said:
yes, there is stock ROM
link also provided in this post end.
btw here's direct link Stock ROM
FlashTool link
Click to expand...
Click to collapse
Thank you very much. The flash tool link does not seems to work. Hope its SP flash tool you are talking about.
flash via adb fastboot methoad i have succesfully flash adb method
peacelover94 said:
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Click to expand...
Click to collapse
Nice Job
Finally rooting tutorial for Lenovo K8 Note has become available.
Does SuperSu work fine?
Anas Rahman said:
Does SuperSu work fine?
Click to expand...
Click to collapse
Not tested by me but some user says in original rom post that he flashed superSU from old twrp also works fine.
peacelover94 said:
Thank you very much. The flash tool link does not seems to work. Hope its SP flash tool you are talking about.
Click to expand...
Click to collapse
Yes it's SP flash tool but you can use adb fastboot also
ysalunke007 said:
Not tested by me but some user says in original rom post that he flashed superSU from old twrp also works fine.
Click to expand...
Click to collapse
I'll confirm it tomorrow
ysalunke007 said:
Yes it's SP flash tool but you can use adb fastboot also
Click to expand...
Click to collapse
Please tell me how to flash firmware.Im new to this device firmware flashing
lenrussel said:
Please tell me how to flash firmware.Im new to this device firmware flashing
Click to expand...
Click to collapse
It's easy bro check this guide
https://androidmtk.com/flash-stock-rom-using-smart-phone-flash-tool
Fastboot Guide
http://www.stupdroid.com/2016/08/flash-stock-rom-via-fastboot-on-android.html?m=1
Does the rom link given here unzips perfectly?
Because i saw in another thread of Lenovo K8note titled firmware, users unable to unzip due to error in system img. Also downloading from baidu needs a user id. If its possible could you or anyone else reading this upload it in some other online storage drive. Im little bit worried about getting a worse situation while rooting. Even if it goes wrong i can use the stock firmware to make it back.
peacelover94 said:
Does the rom link given here unzips perfectly?
Because i saw in another thread of Lenovo K8note titled firmware, users unable to unzip due to error in system img. Also downloading from baidu needs a user id. If its possible could you or anyone else reading this upload it in some other online storage drive. Im little bit worried about getting a worse situation while rooting. Even if it goes wrong i can use the stock firmware to make it back.
Click to expand...
Click to collapse
There is mega download link available too
https://forum.xda-developers.com/an...8note-original-firmware-t3679499/post73946000
lenrussel said:
There is mega download link available too
https://forum.xda-developers.com/an...8note-original-firmware-t3679499/post73946000
Click to expand...
Click to collapse
Thanks for the reply. Anyhow got a work around for downloading from baidu using chrome extension, without account. Just wanted to confirm whether the firmware zip is working fine. If some one used it and been successful, please do tell me.
ysalunke007 said:
It's easy bro check this guide
https://androidmtk.com/flash-stock-rom-using-smart-phone-flash-tool
Fastboot Guide
http://www.stupdroid.com/2016/08/flash-stock-rom-via-fastboot-on-android.html?m=1
Click to expand...
Click to collapse
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
lenrussel said:
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
Click to expand...
Click to collapse
Yes, I think so. Anyhow there is no need to unlock oem again if you are flashing the rom via TWRP. Anyhow let someone confirm about it.
peacelover94 said:
Yes, I think so. Anyhow there is no need to unlock oem again if you are flashing the rom via TWRP. Anyhow let someone confirm about it.
Click to expand...
Click to collapse
There is a error while extracting zip file of the firmware .just checked, I downloaded it from mega.i want to confirm if its the same for baidu also
lenrussel said:
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
Click to expand...
Click to collapse
No need to unlock bootloader again if you use fastboot method to flash stock firmware , & for spflashtool I'm not sure but I think it remains unlocked
lenrussel said:
There is a error while extracting zip file of the firmware .just checked, I downloaded it from mega.i want to confirm if its the same for baidu also
Click to expand...
Click to collapse
No error while extracting firmware downloaded from baidu

MIFLASH[GUIDE]⚙ USE XIAOMI FLASH TOOL

FOR ALL XIAOMI
BOOTLOADER MUST BE UNLOCKED
https://new.c.mi.com/global/post/101245
https://en.miui.com/unlock/index.html
-----------------------------------------------------------------------------------------------------------
All your data will be erased
IMPORTANT
*****Please note that the clean all and lock box is checked by default*****
*****The path must be C:/MIFLASH/rom folder*****
Download the latest version of MI FLASH here :
https://xiaomiflashtool.com/
Extract the files from Miflash zip and place them in a folder named Miflash at the root of your hard drive.
Download a Fastboot Rom here https://xiaomifirmwareupdater.com/archive/miui/lmi/
Or
https://xiaomirom.com/en/series/ more firmwares.
Others devices
(Some devices have several versions hence the importance of knowing the code name)
https://xiaomifirmwareupdater.com/
https://xiaomirom.com/en/series/
EUXM=EEA Europe
MIXM=Global
TRXM=Turkey
RUXM=Russia
INXM=India
JPXM=Japan
IDXM=Indonesia
TWXM=Taiwan
CNXM=China
DEV=Public Beta
____________________________________________________________________________
TIPS:UNROOT BEFORE AND REMOVE LOCKSCREEN SECURITY
Battery charged at least 65%.
_______________________________________________________________________________________
-----------------Chinese device does not relock the bootloader--------
with a non-chinese rom,it will brick your device.
__________________________________________________________________________________________________________________________________
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
_____________________________________________________________________________
Open the TGZ file with 7-zip(or others)
_________________________________________________________________________
______________________________________________________________________
Move the folder to Miflash
​
_______________________________________________________________________________________________
Rename it​************************************ No long name, space, special characters.*********************************
_____________________________________________________________________________________________________
Launch MIFLASH and install drivers
_____________________________________________________________________________________________________
Select Rom folder
_________________________________________________________________________________________
Start the phone in fastboot mode(press and hold the power button and volume down button at the same time) and plug in to the pc.
REFRESH
Check the box at the bottom right CLEAN ALL.
Flash the rom.
At the end of the flash, miflash indicates an error (normal, no problem).
error:Not catch checkpoint (\$fastboot -s .* lock),flash is not done
the phone restarts unplug in.
​
Or easier one click method (which i prefer) if miflash gives some errors in flashing or installing.
Just connect phone in fastboot to pc, open fastboot rom and click on bat files to flash.
If I want to lock the bootloader (EU version) and return the phone to its stock state, then I have to select 'clean all and lock' or is there a specific reason on why selecting 'clean all'?
jovanv said:
If I want to lock the bootloader (EU version) and return the phone to its stock state, then I have to select 'clean all and lock' or is there a specific reason on why selecting 'clean all'?
Click to expand...
Click to collapse
select 'clean all and lock'
(unlock or lock erase data)
I did this when I first got the phone and flashed stock EU rom, Will do it again if no one else responds with any other methods, and I really need to use phone and hassle each time to set everything up after reflashing
Thanks
Can i re-lock the bootloader after root/Magisk ?
conmaxanhle said:
Can i re-lock the bootloader after root/Magisk ?
Click to expand...
Click to collapse
Better to unroot before
NOSS8 said:
Better to unroot before
Click to expand...
Click to collapse
Ok i will complete uninstall magisk and follow your guide
Hi, I'm trying to flash stock MIUI so i can do a clean flash of another custom ROM. But I'm stuck with an error that's MiFlash Tool is giving me.. The error says: Length cannot be less than zero. Parameter name: length. Does anyone know a fix for this? When i try to double click the flash_all bat my cmd just closes instantly when it opens. Pretty new to this so I'm worried i might brick something. Thanks
janjambon said:
Hi, I'm trying to flash stock MIUI so i can do a clean flash of another custom ROM. But I'm stuck with an error that's MiFlash Tool is giving me.. The error says: Length cannot be less than zero. Parameter name: length. Does anyone know a fix for this? When i try to double click the flash_all bat my cmd just closes instantly when it opens. Pretty new to this so I'm worried i might brick something. Thanks
Click to expand...
Click to collapse
Did you use the last Miflash?
Did you rename the rom folder?
did you use usb 2 port?
is the phone in fastboot mode?
Yes, latest MiFlash and called the folder 1204. I've tried both usb 2 and 3 with no luck. My phone is in fastboot mode but I must say i tried flashing the stock rom with XiaomiTool v2 since it did recognize my phone but it gave an error while flashing the super.img. So I'm pretty scared if ill reboot it will be stuck.
Also installed all drivers neccesary with my device called android phone -> android bootloader interface in Device Manager
janjambon said:
Yes, latest MiFlash and called the folder 1204. I've tried both usb 2 and 3 with no luck. My phone is in fastboot mode but I must say i tried flashing the stock rom with XiaomiTool v2 since it did recognize my phone but it gave an error while flashing the super.img. So I'm pretty scared if ill reboot it will be stuck.
Click to expand...
Click to collapse
This is surely the first attempt with XiaomiTool v2 that blocks, try to restart and then reflash with Miflash.
Anyway you will not be able to reset it without restarting
Make sure the ROM file has been extracted completely with no corrupted files.
Extract the ROM file in the root directory such as drive C:\ or D:\.
Make sure no single space in the folder name path.
Ensure the Mi Flash tool is run as Administrator (Right-click > Run as administrator).
NOSS8 said:
This is surely the first attempt with XiaomiTool v2 that blocks, try to restart and then reflash with Miflash.
Anyway you will not be able to reset it without restarting
Make sure the ROM file has been extracted completely with no corrupted files.
Extract the ROM file in the root directory such as drive C:\ or D:\.
Make sure no single space in the folder name path.
Ensure the Mi Flash tool is run as Administrator (Right-click > Run as administrator).
Click to expand...
Click to collapse
MiFlash is in this path along with the clean stock rom 12.5.4 global: C:\Program Files\Xiaomi\MiFlash
Should i plug out my phone, restart it, enter fastboot and try again?
janjambon said:
MiFlash is in this path along with the clean stock rom 12.5.4 global: C:\Program Files\Xiaomi\MiFlash
Should i plug out my phone, restart it, enter fastboot and try again?
Click to expand...
Click to collapse
1/move the miflash folder and the rom directly to C:/
retry flashing
It doesn't work unplug the phone and reboot in Fastboot mode and try again
NOSS8 said:
1/move the miflash folder and the rom directly to C:/
retry flashing
It doesn't work unplug the phone and reboot in Fastboot mode and try again
Click to expand...
Click to collapse
Flashing wont work because everytime i press refresh my phone doesn't show up and it gives me the error length can not be less than zero. Tried putting it directly in C:/ too. Thanks for taking your time btw I'm really grateful. I'm also a bit hesitant of restarting my phone because of fear for bootloops. Is that the only option you know?
My end goal is to flash the new hentai OS with android 12 and i was wondering (since i know how to do adb sideload) if i could sideload it now when it's in fastboot. Or should i try to firstly fix going back to stock MIUI?
janjambon said:
Flashing wont work because everytime i press refresh my phone doesn't show up and it gives me the error length can not be less than zero. Tried putting it directly in C:/ too. Thanks for taking your time btw I'm really grateful. I'm also a bit hesitant of restarting my phone because of fear for bootloops. Is that the only option you know?
Click to expand...
Click to collapse
Restart the phone and try again
NOSS8 said:
Restart the phone and try again
Click to expand...
Click to collapse
Plugged it out, restarted it back in fastboot and plugged it back in. Still the same error message.
janjambon said:
My end goal is to flash the new hentai OS with android 12 and i was wondering (since i know how to do adb sideload) if i could sideload it now when it's in fastboot. Or should i try to firstly fix going back to stock MIUI?
Click to expand...
Click to collapse
janjambon said:
Plugged it out, restarted it back in fastboot and plugged it back in. Still the same error message.View attachment 5431607
Click to expand...
Click to collapse
Did you extract the rom folder from the TGZ file?

Categories

Resources