How can I solve this problem in flashing a DEV fastboot ROM using Miflash? - Xiaomi Redmi Note 3 Questions & Answers

For unlocking Bootloader , I have hearted I must install/flash my global ROM to DEV ROM
I used Windows 7 64 bits and windows 10 pro 64 bits
I have disabled DRIVER SIGNATURE
I have Installed ADB universal drivers
ADB App has been run and Performed adb devices and adb reboot edl
I have installed Qualcomm port driver
Mi flash app knows the phone on the Port COM10
Direction of the ROM ( Chinese DEV 6.3.18 ) has given to Miflash App
Pressing flash button but .... I got this Problem
on Windows 7 64 bits
{
"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"
}
and on Windows 10 64 bit
Not enough Storage is available to process this command (0x80070008: Max buffer sector is 256)
Why do I get this Problem ?
How can I solve it ?
thanks.

even i faced the same error . and tried repeating the steps again but the second time it dint even cross 1 sec. the after repeated tries as it could nt cross 1s also . i detached the device from computer and was unable to go back to that adb menu . as the mobile dint turn on . stuck at mi logo.
whats the condition of your mobile now.
is there any other way or rom through which we can unlock the bootloader other than the official way.
how to enter that adb mode again

have you tried running miflash in administration mode? right click choose admin mode

@janajackie go here http://en.miui.com/thread-235865-1-1.html
you will get solution for bricked phone , how to boot adb for loopload phone

yes it was only run in admin mode but still has same problem

@amirhtc bro found a simple solution for this not enough storage error.
Go to cmd from AnF folder
connect device in fastboot mode
type the command fastboot devices
once its recognized
Type this
fastboot flash aboot emmc_appsboot.mbn
done now unplug the device . it will start into to the default os .

Go to cmd from AnF folder
connect device in fastboot mode
type the command fastboot devices
once its recognized
Type this
fastboot flash aboot emmc_appsboot.mbn
now it reloads the same stock os !
enjoy!
anf folder link -
goo.gl/Nlzm4I

install different version of miflash tool...that worked for me
i m using 2016.03.30.0(64bit)

Have the same problem and would like to try your suggestion. Where can I download this version?

https://drive.google.com/open?id=0B0gZ5wzp4RIeWHQ0d1gwdzZPYkU

Thanks a zillion, @bababhokali, it worked like a charm.
Device unlocked: true

Thanks Buddy Great solution i am done with your steps to my XRN3 struggling from week of time....at last my device get unlocked and working now like charm i am put my ROM in C Drive Download MiFlashSetup-Beta2.zip done the things as given in post now successfully unlocked and MY XRN3 working on MIUI8 Global

I am using Mi Max Prime.
And MiFlash BETA was not recognizing my phone on EDL mode.
And an old version of MiFlash was giving the Not enough storage problem.
But millions of thanks to you, 2016.3.30 version that you gave, worked succesfully ! THAANNKS !!!

Related

Bootloader mode lost and device not anymore recognize under windows

Hello there,
my issue is that when i go in bootloader mode, i have a blackscreen, then my phone switch off. The system ui (custom rom Crdroid) and the recovery (orange fox) are working well.
I recognize also that when i reboot, i don't have anymore the MI logo where you have the status of your bootloader when it's unlocked.
More of it, when i plug it on windows , i cannot access to its usb storage (i tried also in mounting it through twrp, but same issue), nothing appears. For example, with an "adb devices" cmd command, no device can be found.
When i check the Windows devices manager, i can see an "unknown usb device" (i tried to force to reinstall drivers on it like the latest google usb driver, but windows refuse it, saying that it has the best and latest one for 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"
}
Debugging mode is well enabled
Drivers have been reinstalled (the latest miflashtool install all what is needed)
Nothing appears on my smartphone when i plug it to windows (before i had a notification ot choose in charge mode, usb mode, etc...)
Plug to different usb port has been done without succeess
The phone doesn't appear in miflashtool obv
Restoring a previous backup didn't change the issue (i'm using the custom rom crdroid).
I guess all the things are linked but how i can fix it if i don't have access anymore to my bootloader mode to be able to flash some *.img via fastboot or if i cannot transfer files to my phone to operate in recovery, and more WHAT to do?
I hope you guys, will be able to help. The issue can be really annoying, and stuck me in "no rom update and no transfers of anything possible" situation.
Thank you beforehand
@bonbonboy
Try flashing the firmware through recovery from here https://androidfilehost.com/?fid=11410963190603850663 then reboot device and send it to bootloader via command adb reboot bootloader
It works like a charm!
Mi logo back, adb commands run, usb transfers work and no more error in the device manager.
You saved my day :good::good::good: Thanks a lot !

(Cant Unlock BOOTLOADER) My PC cant detect my phone in FASTBOOT MODE

hi guys please help me ive tried everything i saw on the internet but still no luck,
i tried reinstalling the usb driver but its still the same.
any suggestions from you guys?
maybe theres other way?
TIA
Which OS? Which drivers do you use? What do you see in device manager? Is your phone really in fastboot mode?
Another way is to use Linux OS, fastboot should work without any special drivers.
bonluis said:
hi guys please help me ive tried everything i saw on the internet but still no luck,
i tried reinstalling the usb driver but its still the same.
any suggestions from you guys?
maybe theres other way?
TIA
Click to expand...
Click to collapse
possibly what you are missing are the Qualcomm drivers for xiaomi mi a3
What's the command that you used to detect the phone while it's fastboot mode ? My guess it's ''adbdevices'' , if you did that you should try ''fastboot devices '' .
docrates1975 said:
possibly what you are missing are the Qualcomm drivers for xiaomi mi a3
Click to expand...
Click to collapse
Qualcomm drivers are for EDL mode. For fastboot and ADB, drivers come from Google.
docrates1975 said:
possibly what you are missing are the Qualcomm drivers for xiaomi mi a3
Click to expand...
Click to collapse
I already installed that but still no show
_mysiak_ said:
Qualcomm drivers are for EDL mode. For fastboot and ADB, drivers come from Google.
Click to expand...
Click to collapse
Already tried Google USB driver
_mysiak_ said:
Which OS? Which drivers do you use? What do you see in device manager? Is your phone really in fastboot mode?
Another way is to use Linux OS, fastboot should work without any special drivers.
Click to expand...
Click to collapse
This might be my last resort :crying:
{
"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"
}
Bre3eze said:
What's the command that you used to detect the phone while it's fastboot mode ? My guess it's ''adbdevices'' , if you did that you should try ''fastboot devices '' .
Click to expand...
Click to collapse
it worked bro thanks!
but i cant use adb right?
No , you can't use adb while in fastboot mode , only when phone is booted into system and you allow the device . Glad it worked
Dear I have a xiaomi my a3 when I go from a custom rom to a stock the phone that I do in fastboot mode, the bootloader is blocked,
and if it does not come out I have turned it off and when I start it it remains in fastboot mode, please help me with this topic.
Stay tuned to your comments

Fastboot Not Detecting Device

Hey there!
A year ago I had flashed a Custom ROM on my Samsung Galaxy S9 via my computer which detected my device fine. Somewhere along the line I got back to stock android via Odin and forgot about the whole custom ROMs/recoveries avenue.
Now, I'm trying to reflash a custom ROM and my device is not being detected in fastboot.
I have extensively tried all tutorials from scratch and installed drivers from 15s ADB tool to SDK Platform but nothing seems to work.
At first I thought I was doing something wrong with the S9 so I tried doing the same with my Poco F1 but it didn't work either. Same issue - gets detected in ADB but not in Fastboot.
The only change I could think of from last year to now, was that I reflashed windows [via rufus], a preactivated Windows 10 Pro Edition a couple of weeks back whereas I had a home edition a year ago.
I also found a tutorial where it said you'll have to install Microsoft Visual C++2015 edition to get your phone detected in fastboot, but that did not work either.
So, concisely,
1. I have two phone, S9 and Poco F1. Neither of them get detected in Fastboot mode.
2. I understand that there are different drivers for fastboot, so I've tried installing separate device drivers for Samsung, Xiaomi, Google Drivers via SDK and installed system wide ADB and fastboot via 15seconds tool and still no luck.
3. Running a clean edition of Windows 10 Pro. Am I missing any system files like C++ as mentioned above?
4. Device shows up in ADB and I am able execute ADB commands.
5. When I boot into Fastboot and connect my device - I don't see anything such as 'Android', or 'other devices' in my device manager.
6. In ADB or regular connect, I see Android on Top which is usually Android ADB Interface.
Would really appreciate a fix for this!
Cheers.
Not detecting the device when running "fastboot devices" command?
Code:
adb devices
adb reboot bootloader
fastboot devices
BTW:
Fastboot does not depend on MVC++2015
{
"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"
}
jwoegerbauer said:
Not detecting the device when running "fastboot devices" command?
Code:
adb devices
adb reboot bootloader
fastboot devices
BTW:
Fastboot does not depend on MVC++2015
Click to expand...
Click to collapse
I have tried the above commands.
My phone responds to the adb commands but not the fastboot devices command.
I'm running the latest OS available for both my devices as well.
Samsung has only added default boot into the recovery mode.
For booting the Samsung Galaxy S9 into fastboot ( aka bootloader ) mode you will first have to boot into recovery mode. From recovery mode, you can select to boot into bootloader ( aka fastboot ) mode.
HTH
I have tried this as well. (Previously flashed a ROM as mentioned above)
I believe it's something to do with Windows or Windows related feature I'm missing.

Question Fastboot is not detected in device manager

Hi, I decided to unlock bootloader on my Xiaomi Mi 11 Lite 5G NE. I downloaded Mi Unlocker, and did everything as it was described on the internet: enabling debugging functions, unlocking OEM, logging to Mi Account etc, installing all required drivers etc. The problem is that after entering fastboot mode there's literally no device in Device Manager associated with my phone, so neither Mi Unlocker, nor fastboot can detect my phone. I tried reinstalling drivers, restarting PC, changing cables, ports, different version of adb, fastboot, and MI Unlocker with no result.
One thing that helped (but only for a minute) was doing factory reset, and then fastboot mode image changed to some older one, and then it appeared in device list, and Mi Unlocker detected it, but sadly there was an error saying "Couldn't verify device", and then fastboot exited, and after rebooting previous (newer) image appeared, and problem was back. Then I thought: hey, maybe I have too old system? So I upgraded it to MIUI 13, and now the problem is still there, but fastboot image has been reduced to only barely visible label.
Maybe I'm using obsolete drivers? Maybe you have some recent drivers, or maybe I should try another PC/linux booted from pen?
install mi pc suite 3.2.1.3111 for the drivers and check in windows/peripherals if drivers are corrected installed
Nope, it didn't help. I forgot also to mention, that phone is discoverable by adb, and I can execute adb reboot bootloader without any problems
Try (with minus - there are two diff modes):
adb reboot-bootloader
The same thing happens FASTBOOT label, and no device is detected.
Any other advices? I tried with Linux, but with the same results
Okay it's strange, but now I tried logging in to my Google account and switching most of debugging options in developer settings to on, and now it appeared as fastboot device after reboot, and I was able to unlock it
But now, unfortunately, when I wanted to flash something to phone, then fastboot disappeared again - wtf is going on?
Have you tried a different USB cable?
fibur said:
But now, unfortunately, when I wanted to flash something to phone, then fastboot disappeared again - wtf is going on?
fibur said:
But now, unfortunately, when I wanted to flash something to phone, then fastboot disappeared again - wtf is going on?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
I can help you! Please check PM.
mvikrant97 said:
I can help you! Please check PM.
Click to expand...
Click to collapse
{
"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"
}
Okay, the issue was broken USB port, now it works perfectly

Adb drivers for Cooldpad cp3504l

Hi..
I installed some drivers i can get info using adb devices.
But when i try to download "backup", they just stuck in <waiting for devices>
Can anyone tell me which is the correct drivers for this model?
Thanks ! Happy new year
rushwhq said:
i can get info using adb devices.
Click to expand...
Click to collapse
adb devices you can see device serialno? congratulations, you have successfully installed adb drivers.
rushwhq said:
But when i try to download "backup", they just stuck in <waiting for devices>
Click to expand...
Click to collapse
do you mean adb backup? that command is awaiting confirmation on phone
Code:
WARNING adb backup is deprecated...
Now Unlock your device and confirm...
with adb devices yes i can see the sn..
my goal is to update the android 10 to 12? or 13 ... i really lost on this. i worked 25 years with flash and repairing services. but this model drive me crazy
lol one can't update android version if no update is available for this specific device model.
what do you mean by "try to download backup"?
unlock bootloader and try to install GSI
How to unlock Unisoc (SPD) bootloader using Identifier Token
This tutorial will explain how to unlock a Unisoc / Spreadtrum (SPD) Android device's bootloader using its Identifier Token. This guide is ideal for those who had tried the generic fastboot bootloader
www.hovatek.com
well i can cook a custom version right?
i need to flash recovery with magisk thats why i want to use fastboot
it's the first time you mention fastboot. fastboot is unrelated to adb.
install Android Bootloader Interface drivers while device connected in fastboot mode
https://developer.android.com/studio/run/win-usb
broo
adb devices its fine..
but i need fastboot in order to flash recovery?
Please help me
aIecxs said:
it's the first time you mention fastboot. fastboot is unrelated to adb.
install Android Bootloader Interface drivers while device connected in fastboot mode
https://developer.android.com/studio/run/win-usb
Click to expand...
Click to collapse
{
"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"
}
aIecxs said:
it's the first time you mention fastboot. fastboot is unrelated to adb.
install Android Bootloader Interface drivers while device connected in fastboot mode
https://developer.android.com/studio/run/win-usb
Click to expand...
Click to collapse
the device is powered on...
device must not powered on. device must connected in fastboot mode.
common methods are
while phone is powered off
- hold Vol Dn + and press Pwr
or
- hold Vol Dn + plug in usb cable
or
- (combination of both)
or
while phone is powered on (adb)
Code:
adb reboot-bootloader
adb reboot bootloader
in case you cannot find valid method to enter fastboot mode, consider fastboot mode might be disabled intentionally for this device model.

Categories

Resources