Error while flashing twrp from PC - Xiaomi Redmi Note 5 Pro Questions & Answers

I am getting this error everytime I try to flash twrp using the fastboot commands. I used the proper flashing commands on my Redmi Note 5 pro. Bootloader is also unlocked. Adb and minimal drivers are installed as well. Please help.
target reported max download size of 536870912 bytes
sending 'recovery' (35404 KB)...
FAILED (remote: Requested download size is more than max allowed )

vib$$$ said:
I am getting this error everytime I try to flash twrp using the fastboot commands. I used the proper flashing commands on my Redmi Note 5 pro. Bootloader is also unlocked. Adb and minimal drivers are installed as well. Please help.
target reported max download size of 536870912 bytes
sending 'recovery' (35404 KB)...
FAILED (remote: Requested download size is more than max allowed )
Click to expand...
Click to collapse
Try official recovery it worked

kash2freedom said:
Try official recovery it worked
Click to expand...
Click to collapse
it is the official one

vib$$$ said:
it is the official one
Click to expand...
Click to collapse
Did you turn on OEM unlock in developer option before flashing TWRP? and I used this tool to flash TWRP from MIUI fastboot, you can also try this but make sure you have proper adb driver install and the tool detect your device is fastboot mood
Link of the tool - https://androidfilehost.com/?fid=746010030569969698
1. After connected with fastboot with the tool will look like this
{
"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"
}
​2. And then click the "Recovery Flash button" and follow the second pic, do tick the "and boot it" option like in the second picture​

Shahitto said:
Did you turn on OEM unlock in developer option before flashing TWRP? and I used this tool to flash TWRP from MIUI fastboot, you can also try this but make sure you have proper adb driver install and the tool detect your device is fastboot mood
Link of the tool - https://androidfilehost.com/?fid=746010030569969698
1. After connected with fastboot with the tool will look like this View attachment 4494056​2. And then click the "Recovery Flash button" and follow the second pic, do tick the "and boot it" option like in the second pictureView attachment 4494060​
Click to expand...
Click to collapse
Yes. My bootloader is unlocked. So oem is also ticked. I'll try using this software. Do you have the proper steps for it?

type fastboot devices and see if it shows a device
maybe try using anothar usb port on laptop
if fastboot devices is not showing anything, its coz adb and fastboot drivers are not installed properly, are u using a windows 10 laptop??? they tend to give some problems while installing drivers.. google up and u will find ways

I had the same issue. Its coz windows 10 driver issues. I tried the same method in a windows 7 pc and it worked.

Shahitto said:
Did you turn on OEM unlock in developer option before flashing TWRP? and I used this tool to flash TWRP from MIUI fastboot, you can also try this but make sure you have proper adb driver install and the tool detect your device is fastboot mood
Link of the tool - https://androidfilehost.com/?fid=746010030569969698
1. After connected with fastboot with the tool will look like this View attachment 4494056​2. And then click the "Recovery Flash button" and follow the second pic, do tick the "and boot it" option like in the second pictureView attachment 4494060​
Click to expand...
Click to collapse
is it for redmi note 5 pro

vib$$$ said:
is it for redmi note 5 pro
Click to expand...
Click to collapse
i used this toolkit and it does not recognise my device in fastboot mode. it recognises that the device is in fastboot. but shows no device found. When i tried installing the adb files. it showed 0 files copied. maybe thats why it is. any solution to the 0 files copied thing

vib$$$ said:
i used this toolkit and it does not recognise my device in fastboot mode. it recognises that the device is in fastboot. but shows no device found. When i tried installing the adb files. it showed 0 files copied. maybe thats why it is. any solution to the 0 files copied thing
Click to expand...
Click to collapse
It's OK not to show device name in the toolkit if the toolkit only shows fastboot as green color that means you device has been recognized and you don't have to install adb driver again so now you just need to click on the button Recovery Flash and a new box will appear and then check my second Pic file and find the twrp file and flash it, it's very simple
And I have done this method for my Redmi Note 5 AI(China)

Same thing happened with me. I can't even flash anything via fastboot. I updated from 8.4.25 to 8.5.2 global beta on my Redmi Note 5 Pro and this happened.
Also, I noticed that if I try to flash anything from MiFlash, the phone would disconnect itself even if I would flash from CMD.
After disconnecting from itself, the screen stays on fastboot and immediately a text appears "Press any key to shut down" on the top left corner.
Now I'm on Miui 9.2.4.0 Global Stable flashed through EDL mode still the fastboot is broken
confused what the heck happened! Tried reinstalling all drivers but no luck.
p.s In the image I was just testing the flashing state using userdata.img and twrp files

vib$$$ said:
I am getting this error everytime I try to flash twrp using the fastboot commands. I used the proper flashing commands on my Redmi Note 5 pro. Bootloader is also unlocked. Adb and minimal drivers are installed as well. Please help.
target reported max download size of 536870912 bytes
sending 'recovery' (35404 KB)...
FAILED (remote: Requested download size is more than max allowed )
Click to expand...
Click to collapse
I Also faced these issues Many time in Adb
Here is the solution
Copy the boot img. Of your phone's rom
(If u r on Official nought then use that's boot img.
If on any other rom use the img. Of other rom )
And paste it to Adb folder where U pasted twrp
Then use command
That will work 100%

Easiest solution is to go with linux!
You can make this even form freshly created ubuntu live USB drive. Just go in terminal, install adb and fastboot and voila, no need for "drivers", here You work in "native" environment!
Then, agin in terminal go with:
sudo fastboot flash recovery recovery.img
or for ROM flashing, when You are in recovery, activate sideload option an again in terminal go with:
sudo adb sideload rom.zip
That's it!
Works every time!

nikhil jain984 said:
I Also faced these issues Many time in Adb
Here is the solution
Copy the boot img. Of your phone's rom
(If u r on Official nought then use that's boot img.
If on any other rom use the img. Of other rom )
And paste it to Adb folder where U pasted twrp
Then use command
That will work 100%
Click to expand...
Click to collapse
How do I get the boot image ? I have the recovery and the fastboot file of 9.2.4. where do I find the boot.img? also My device is currently on 9.2.7 so will it work if i used the boot.img of 9.2.4. Both are NOUGHAT

nikhil jain984 said:
I Also faced these issues Many time in Adb
Here is the solution
Copy the boot img. Of your phone's rom
(If u r on Official nought then use that's boot img.
If on any other rom use the img. Of other rom )
And paste it to Adb folder where U pasted twrp
Then use command
That will work 100%
Click to expand...
Click to collapse
That's what I've been doing bud... :/ No luck.
---------- Post added at 03:19 AM ---------- Previous post was at 02:58 AM ----------
vib$$$ said:
How do I get the boot image ? I have the recovery and the fastboot file of 9.2.4. where do I find the boot.img? also My device is currently on 9.2.7 so will it work if i used the boot.img of 9.2.4. Both are NOUGHAT
Click to expand...
Click to collapse
Use this link.
https://drive.google.com/file/d/18QNEWcwgoMP1HPth8VxiI0DgCVe3My8L/view?usp=drivesdk

vib$$$ said:
How do I get the boot image ? I have the recovery and the fastboot file of 9.2.4. where do I find the boot.img? also My device is currently on 9.2.7 so will it work if i used the boot.img of 9.2.4. Both are NOUGHAT
Click to expand...
Click to collapse
U can try but in My case the 9.2.7 boot image worked

gavi7566 said:
That's what I've been doing bud... :/ No luck.
---------- Post added at 03:19 AM ---------- Previous post was at 02:58 AM ----------
Use this link.
https://drive.google.com/file/d/18QNEWcwgoMP1HPth8VxiI0DgCVe3My8L/view?usp=drivesdk
Click to expand...
Click to collapse
This is the boot image of which Rom?

vib$$$ said:
This is the boot image of which Rom?
Click to expand...
Click to collapse
9.2.7.0

I had same problem , Yesterday i fixed it somehow .

S_Arya said:
I had same problem , Yesterday i fixed it somehow .
Click to expand...
Click to collapse
How??

Related

Micromax A67 Stock rom flashing help needed

How to flash stock rom in Micromax A67, Which has disabled usb debugging and pattern locked. I have downloaded stock rom but don't know which tools to use for flashing.
Please Help me guys.
PurushothRokr said:
How to flash stock rom in Micromax A67, Which has disabled usb debugging and pattern locked. I have downloaded stock rom but don't know which tools to use for flashing.
Please Help me guys.
Click to expand...
Click to collapse
Download this tool!
www68.zippyshare.com/v/12752862/file.html
hit "Thanks button" if this helped you...
f_u_006 said:
Download this tool!
www68.zippyshare.com/v/12752862/file.html
hit "Thanks button" if this helped you...
Click to expand...
Click to collapse
Thanks,
Would you tell me that how to use the tool.
Where i can get the scatter file.
I am using windows 8 in my adb console list of attached device is not showing the serial number of my device(Micromax A67)
guide me please.
PurushothRokr said:
Thanks,
Would you tell me that how to use the tool.
Where i can get the scatter file.
I am using windows 8 in my adb console list of attached device is not showing the serial number of my device(Micromax A67)
guide me please.
Click to expand...
Click to collapse
read this ultimate guide which reflects any Micromax mobiles with flasher n' firmware.
forum.xda-developers.com/showthread.php?t=2520719
---------- Post added at 11:31 PM ---------- Previous post was at 11:30 PM ----------
By the way what is your stock firmware format? (ZIP, IMG, TAR.MD5....)
f_u_006 said:
read this ultimate guide which reflects any Micromax mobiles with flasher n' firmware.
forum.xda-developers.com/showthread.php?t=2520719
---------- Post added at 11:31 PM ---------- Previous post was at 11:30 PM ----------
By the way what is your stock firmware format? (ZIP, IMG, TAR.MD5....)
Click to expand...
Click to collapse
I have a zip file which contains some .nvm files , one .tar.gz.pac file and two .img files inside of Hw info folder.
PurushothRokr said:
I have a zip file which contains some .nvm files , one .tar.gz.pac file and two .img files inside of Hw info folder.
Click to expand...
Click to collapse
Don't extract the zip!
name the zip rom.zip and in fastboot type
fastboot devices
fastboot flash zip rom.zip (type this two times if first time failed)
fastboot reboot
WARNING: DO IT AT YOUR OWN RISK! NOTHING IS GUARANTEED AND I AM NOT RESPONSIBLE FOR ALIEN INVASION OR BRICKED DEVICE.
if you still have problems then quadcheck this:
htteforum.xda-developers.com/wiki/index.php?title=Flashing_Guide_-_Android
f_u_006 said:
Don't extract the zip!
name the zip rom.zip and in fastboot type
fastboot devices
fastboot flash zip rom.zip (type this two times if first time failed)
fastboot reboot
WARNING: DO IT AT YOUR OWN RISK! NOTHING IS GUARANTEED AND I AM NOT RESPONSIBLE FOR ALIEN INVASION OR BRICKED DEVICE.
if you still have problems then quadcheck this:
htteforum.xda-developers.com/wiki/index.php?title=Flashing_Guide_-_Android
Click to expand...
Click to collapse
In fastboot mode my pc says "Usb not recognized" i have installed fastboot and adb drivers. "fastboot devices" not showing my device.
PurushothRokr said:
In fastboot mode my pc says "Usb not recognized" i have installed fastboot and adb drivers. "fastboot devices" not showing my device.
Click to expand...
Click to collapse
while in fastboot mode, you need to install the fastboot drivers, if your windows still saying USB not recognized then change the ports.
f_u_006 said:
while in fastboot mode, you need to install the fastboot drivers, if your windows still saying USB not recognized then change the ports.
Click to expand...
Click to collapse
Okay bro,Would you please link me to some tutorial to install fastboot drivers on windows(preferably win 7)
PurushothRokr said:
Okay bro,Would you please link me to some tutorial to install fastboot drivers on windows(preferably win 7)
Click to expand...
Click to collapse
www.androidheat.com/adb-fastboot-install-drivers-setup/
if this didn't worked then:
forum.xda-developers.com/showthread.php?t=2588979
If it still didn't worked then ask me anytime!
I am here in service dear brother.
f_u_006 said:
www.androidheat.com/adb-fastboot-install-drivers-setup/
if this didn't worked then:
forum.xda-developers.com/showthread.php?t=2588979
If it still didn't worked then ask me anytime!
I am here in service dear brother.
Click to expand...
Click to collapse
Thanks bro ,
I have tried both methods. When i tried to list device("adb devices") it not showing my mobile. It guess the problem with USB debug is OFF.
Connecting mobile in fastboot mode gives the following notification on my pc.
{
"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"
}
But, my mobile is recognized only in Android Multi Tools Application, where it list my device. Unfortunately it also fails to show the mobile on fastboot mode.
LMAO!! enabling USB debugging is the most important part.
As i said, there is a problem with your USB port or mobile data cable.
Buddy...get ready... there will be a seperate for our device very soon. I am requesting mod. N he has approved my request
Sent from my Micromax A67 using Tapatalk 4
using fast boot mode does not flash imei
f_u_006 said:
Don't extract the zip!
name the zip rom.zip and in fastboot type
fastboot devices
fastboot flash zip rom.zip (type this two times if first time failed)
fastboot reboot
WARNING: DO IT AT YOUR OWN RISK! NOTHING IS GUARANTEED AND I AM NOT RESPONSIBLE FOR ALIEN INVASION OR BRICKED DEVICE.
if you still have problems then quadcheck this:
htteforum.xda-developers
i
its safe mean imei is flash or not using fastboot mode recovery?
Click to expand...
Click to collapse
error
PurushothRokr said:
In fastboot mode my pc says "Usb not recognized" i have installed fastboot and adb drivers. "fastboot devices" not showing my device.
Click to expand...
Click to collapse
i have done all process but in cmd its show can't load rom file...

HELP!!!! please please please :( :(

I need help please help someone...!!!
some minute ago, my phone was cracked slightly and left side of pda not working at all SEE THIS IMAGE
{
"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 my rom isnt booting for some reason, so i cant click the "Right logo" because that site not working...and now i cant restore my old rom or cant flash new rom !!! i need to help...for official purpose...please help someone please help...
or give me a solution to flash rom without recovery helppppp plzzzz
Just flash CWM through fastboot.
From this link , CWM is not touch.
http://forum.xda-developers.com/showthread.php?t=2734590
oVeRdOsE. said:
ohh, ''that side''..
Just flash CWM through fastboot.
From this link , CWM is not touch.
http://forum.xda-developers.com/showthread.php?t=2734590
Click to expand...
Click to collapse
i cant use fastboot...how to use it? give me step by step tutorial plz thanx for advice plz help bro
Alex Mitter said:
i cant use fastboot...how to use it? give me step by step tutorial plz thanx for advice plz help bro
Click to expand...
Click to collapse
Is it you screen that not responding?
- If you turn off your phone and do VolDown+Power, to get in bootloader
- plug your phone in pc
- open a window cmd where you have the fastboot.exe and the recovery.img of CWM
- and type : fastboot flash recovery recovery.img
Well I'm not an expert, but with CWM recovery you wont be able to restore 4ext backups.
Or maybe just restart, remove battery, re flash the 4ext recovery (from the link on my first post) first to see if the touch will come back.
oVeRdOsE. said:
Is it you screen that not responding?
- If you turn off your phone and do VolDown+Power, to get in bootloader
- plug your phone in pc
- open a window cmd where you have the adb.exe and the recovery.img of CWM
- and type : fastboot flash recovery recovery.img
Well I'm not an expert, but with CWM recovery you wont be able to restore 4ext backups.
Or maybe just restart, remove battery, re flash the 4ext recovery (from the link on my first post) first to see if the touch will come back.
Click to expand...
Click to collapse
thanks but i dont understand, tell me clearly, what is adb?
Mods, please move this thread to q&a
Instruction on how to use fastboot can be found here
http://forum.xda-developers.com/showthread.php?t=2348266
Also the link for non touch 4ext which should allow you to use you backups for restore
Sent from my Nexus 4 using XDA Premium 4 mobile app
demkantor said:
Mods, please move this thread to q&a
Instruction on how to use fastboot can be found here
http://forum.xda-developers.com/showthread.php?t=2348266
Also the link for non touch 4ext which should allow you to use you backups for restore
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
true that , if you can get non- touch 4ext recovery it will be better.
Maybe move the ribbon cable on the phone to see if the touch is getting working back.
Have you rooted your phone by yourself?
* I meant fastboost.exe, not adb.exe
1. Download sdk and install : http://developer.android.com/sdk/index.html?hl=sk
2. Found the folder where fastboot.exe is and copy the recovery.img from the recovery of your choice. Lets try the 4ext first if it fixes the problem
3. Boot your device in bootloader : VolDown+power. you must be in ''fastboot usb'' notice in red. Usb connected of course
4. In the folder where the fastboot.exe is , shift+right click, choose ''open a commend window here''
5. type : fastboot flash recovery recovery.img
after i go into "fastboot", and search device via "Fastboot device"...its not showing my device what can i do now?
i think its need USB Debugger, so how to enable it now?
OK, can anyone tell me how to survive from this?
i installed AOSB on it before the cracking, and when i setup, its crashing like this "unfortunately setup wizard has stopped."....!!
how to bypass this error
how to flash rom from bootloader ?
if your device doesn't see wit the command fastboot device ,you must verify that the fastboot driver (htc bootloader) is corectly installed
Alex Mitter said:
after i go into "fastboot", and search device via "Fastboot device"...its not showing my device what can i do now?
i think its need USB Debugger, so how to enable it now?
Click to expand...
Click to collapse
mmm, if I do remember, it won't detect your device with '' fastboot devices'', can you just type : fastboot flash recovery recovery.img ?
and then you should have something like : sending 'recovery' (5602 KB)... ......
usb debuggin is when you device is running the rom and you want to use adb or other stuff through the usb cable
if fastboot device doesn't work fastboot flash also.
i know i can't uses fastboot with my phone becauses i'm running windows 8.1 and the driver isn't compatible
See the fastboot guide in the thread I linked you, it will explain how to get it up an running again
Sent from my Nexus 4 using XDA Premium 4 mobile app
Alex Mitter said:
OK, can anyone tell me how to survive from this?
i installed AOSB on it before the cracking, and when i setup, its crashing like this "unfortunately setup wizard has stopped."....!!
how to bypass this error
Click to expand...
Click to collapse
You should be installing asob v129, v130 isn't working for us. By the way, you don't necessarily need fastboot to flash a recovery.
thanks to all all are great friends...thanks
tell me just one thing, how can i flash a recovery or rom without entering on recovery? and is it possible to flash that from bootloader only?
i'm using Windows 8.1...so do i need to install windows 7 on my pc to get install the driver for fastboot?
Win 8.1 has issues with the fastboot drivers, maybe dual boot a Linux distro or run a live CD
Actually, if you have an external card reader or a way to transfer a file to your SD card I'll just make a .zip for you that should fix your issue, let me know as I'm almost down with my paper I can just whip it up real quick
Sent from my Nexus 7 using XDA Premium 4 mobile app
demkantor said:
Win 8.1 has issues with the fastboot drivers, maybe dual boot a Linux distro or run a live CD
Actually, if you have an external card reader or a way to transfer a file to your SD card I'll just make a .zip for you that should fix your issue, let me know as I'm almost down with my paper I can just whip it up real quick
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
thanks for quick response bro..
ya i have SD Card reader...
then?
Alex Mitter said:
thanks for quick response bro..
ya i have SD Card reader...
then?
Click to expand...
Click to collapse
put this on the root of your sd card (so not in any folders)
then boot into bootloader
except yes on your phone
it will flash a non touch version of 4ext recovery
(you will need to remove it from your sd card or it will always try to update)
boot to recovery
flash rom or restore backup
done
thanks bro...!!! sooo much..
i'll report u soon...

ASUS ZE551ML bought abroad and can't update

Good day,
sorry for going direct to the point but, i'm having trouble with my ze551ml, as it was not yet available in my country a few months back, i bought it online, and it seems the original firmware was CN, and it was just converted to WW before it was shipped to me, as i bought it via CC, i didn't return it to the online store. now the problem is that, i want to update the software but it always fails, even if i did manual update.
Device info:
-device is rooted(it was rooted already when i got it
Build number:
LRX21V.WW-ASUS_Z00A-2.13.40.13_20150401_8390_user
044030427_201501060109
0010000500001
Kernel Version:
[email protected] #1
Wed Apr 1 00:31:25 CST 2015
Baseband Version
1509_5.0.18.00_0320,1509_7.0.10.0_0320
CPU-Z
also wondering, this was supposed to be a 64 bit phone right? but in the cpu-z it says
Processor: Intel(R) Atom(TM) CPU Z3560 1.83GHz
Cores: 4
Architecture: x86
CPUID: 6.5a.0
Codename: Moorfield
Process: 22 nm
P.S: is it possible to update if i flash the latest firmware?
BTW: Are these info safe to share?? Thanks
Yeah it's OK to share, you fail to update in recovery right? but you get the ota notification right? To me it looks like your build version is too old and it fails to update since newer updates require newer recoveries. Does ADB sideload fails too?
sorry can't understand much
ota doesn't see new updates, haven't tried adb, current computer has no android sdk installed, hopefully answered everything? but will install it now, also will finish latest stock rom in a minute
BTW: i'm willing to lose all data just to fix this problem
dwynez03 said:
ota doesn't see new updates, haven't tried adb, current computer has no android sdk installed, hopefully answered everything? but will install it now, also will finish latest stock rom in a minute
BTW: i'm willing to lose all data just to fix this problem
Click to expand...
Click to collapse
You have to try with adb, go in the recovery and you should see the adb sideload option, press it and connect to the PC, now download this http://forum.xda-developers.com/zen...l-windroid-universal-android-toolkit-t3206907 and go to command section and the sideload file. Now choose the lastest update available on asus site http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.168-user.zip (here is a direct link), now your update should start it will take a long time so don't unplug the usb!!
ElmirBuljubasic said:
You have to try with adb, go in the recovery and you should see the adb sideload option, press it and connect to the PC, now download this http://forum.xda-developers.com/zen...l-windroid-universal-android-toolkit-t3206907 and go to command section and the sideload file. Now choose the lastest update available on asus site http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.168-user.zip (here is a direct link), now your update should start it will take a long time so don't unplug the usb!!
Click to expand...
Click to collapse
ok, will try this, i'll get back to you, thanks
dwynez03 said:
ok, will try this, i'll get back to you, thanks
Click to expand...
Click to collapse
help, always rebooting into fastboot mode, how do i disable this? it won't enter twrp/recovery...
dwynez03 said:
help, always rebooting into fastboot mode, how do i disable this? it won't enter twrp/recovery...
Click to expand...
Click to collapse
You can't boot the system? Or the phone reboots in fastboot and you cant enter in recovery?
ElmirBuljubasic said:
You can't boot the system? Or the phone reboots in fastboot and you cant enter in recovery?
Click to expand...
Click to collapse
the phone reboots into fastboot and can't enter recovery, i tried reboot to recovery option in fastboot but it just boots again to fastboot..
dwynez03 said:
the phone reboots into fastboot and can't enter recovery, i tried reboot to recovery option in fastboot but it just boots again to fastboot..
Click to expand...
Click to collapse
You softbricked it, but that's OK, can you follow this guide please http://www.asus-zenfone.com/2015/12/how-to-re-lock-bootloader-asus-zenfone-2.html and after point 18 use the file you downloaded from asus site
ElmirBuljubasic said:
You softbricked it, but that's OK, can you follow this guide please http://www.asus-zenfone.com/2015/12/how-to-re-lock-bootloader-asus-zenfone-2.html and after point 18 use the file you downloaded from asus site
Click to expand...
Click to collapse
btw, when i try normal boot it boots properly into the system, i can use it normally, is that still softbricked? thanks
when i try to reboot to recovery it always returns to this
{
"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"
}
when i select recovery mode it reboots the the same fastboot mode image,
this doesn't show up
dwynez03 said:
btw, when i try normal boot it boots properly into the system, i can use it normally, is that still softbricked? thanks
Click to expand...
Click to collapse
Ahh then it's not, some people can't boot in the system and only in the fastboot, i want you to flash a recovery and let's see if works, http://www.mediafire.com/folder/setyy42t2cymy#3puweqngpjspc download all this files and put them in your adb folder(if you have any if not download this folder(https://drive.google.com/file/d/0B8Zi6Xs3FmZlSkl5NUFFNmZxOE0/view?usp=sharing i know it's for root but it will do just fine)) and after you have booted in bootloader type this commands
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
1 at time and then try to go into recovery
ElmirBuljubasic said:
Ahh then it's not, some people can't boot in the system and only in the fastboot, i want you to flash a recovery and let's see if works, http://www.mediafire.com/folder/setyy42t2cymy#3puweqngpjspc download all this files and put them in your adb folder(if you have any if not download this folder(https://drive.google.com/file/d/0B8Zi6Xs3FmZlSkl5NUFFNmZxOE0/view?usp=sharing i know it's for root but it will do just fine)) and after you have booted in bootloader type this commands
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
1 at time and then try to go into recovery
Click to expand...
Click to collapse
i think it got bricked, now all it shows up is usb symbol....
dwynez03 said:
i think it got bricked, now all it shows up is usb symbol....
Click to expand...
Click to collapse
That error is a bi***, follow this to fix all your problems http://forum.xda-developers.com/zenfone2/general/guide-brick-soft-hard-bricked-zenfone-2-t3284256
haha, ok, it's not bricked, just jumped to conclusion., here's what happened, i can boot normally, but when i try to boot into fasboot or recovery it shows up the usb symbol....
dwynez03 said:
haha, ok, it's not bricked, just jumped to conclusion., here's what happened, i can boot normally, but when i try to boot into fasboot or recovery it shows up the usb symbol....
Click to expand...
Click to collapse
Here is what i think, the guy who sold your phone have put the wrong recovery in your phone, by flashing the files i give you(in my good will i thought the recovery was the same as firmware version) you bricked the bootloader, to fix this you must perform the guide i give you (http://forum.xda-developers.com/zenfone2/general/guide-brick-soft-hard-bricked-zenfone-2-t3284256), so i suggest you to do is backup all your internal storage to PC, backup everything you might need and do that operation when you have time, then you can update OTA
ElmirBuljubasic said:
Ahh then it's not, some people can't boot in the system and only in the fastboot, i want you to flash a recovery and let's see if works, http://www.mediafire.com/folder/setyy42t2cymy#3puweqngpjspc download all this files and put them in your adb folder(if you have any if not download this folder(https://drive.google.com/file/d/0B8Zi6Xs3FmZlSkl5NUFFNmZxOE0/view?usp=sharing i know it's for root but it will do just fine)) and after you have booted in bootloader type this commands
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
1 at time and then try to go into recovery
Click to expand...
Click to collapse
hmmm, i think i made a mistake here, i entered this commands in fastboot mode...
ElmirBuljubasic said:
Here is what i think, the guy who sold your phone have put the wrong recovery in your phone, by flashing the files i give you(in my good will i thought the recovery was the same as firmware version) you bricked the bootloader, to fix this you must perform the guide i give you (http://forum.xda-developers.com/zenfone2/general/guide-brick-soft-hard-bricked-zenfone-2-t3284256), so i suggest you to do is backup all your internal storage to PC, backup everything you might need and do that operation when you have time, then you can update OTA
Click to expand...
Click to collapse
thanks, will try again tomorrow, i'm ready if it means losing all data... thanks again,, i'll update you tomorrow or later, when i get back online.
dwynez03 said:
thanks, will try again tomorrow, i'm ready if it means losing all data... thanks again,, i'll update you tomorrow or later, when i get back online.
Click to expand...
Click to collapse
Sure! This is part of everyone experience when modding the phone
dwynez03 said:
thanks, will try again tomorrow, i'm ready if it means losing all data... thanks again,, i'll update you tomorrow or later, when i get back online.
Click to expand...
Click to collapse
hi, followed this one, and now, i can't seem to boot normally now, haha, i think it is softbricked now, but everytimer i try to flash any image, it's alwast flash failed..

Asus Zenfone Go(Z00VD) bootloop & stuck at Recovery Mode.Anything to do?

Hello guys,
Im new at this forum.I visited here lots of times to get some information about Kernels,ROMs.unlocking process..vs Sorry if this thread is already opened but I have nothing to do.I visited every forum,every material that I found but I have nothing now.
First of all, I just bought my z00vd 2 weeks ago with speaker problem. I sent it warranty because of it but they sent me without fixing.I just wanted to root the phone to fix the problem.After I root my phone nothing happened.Then I just wanted to unroot it to sent it warranty again. I did something wrong.
I just type the cmd "fastboot oem lock" then I reboot the phone. It is in bootloop now. I cannot reach to the recovery mode also. When I click recovery mode its freeze with Asus logo.. I tried some other things like "fastboot erase cache" also not working in fastboot mode.It gives me an error LIKE " FAILED <remote:unkonwn command>
Do you guys have any idea about this problem? I just want to recover my phone stock mode and send to warranty again.
Thank you so much...
Caghary said:
Hello guys,
Im new at this forum.I visited here lots of times to get some information about Kernels,ROMs.unlocking process..vs Sorry if this thread is already opened but I have nothing to do.I visited every forum,every material that I found but I have nothing now.
First of all, I just bought my z00vd 2 weeks ago with speaker problem. I sent it warranty because of it but they sent me without fixing.I just wanted to root the phone to fix the problem.After I root my phone nothing happened.Then I just wanted to unroot it to sent it warranty again. I did something wrong.
I just type the cmd "fastboot oem lock" then I reboot the phone. It is in bootloop now. I cannot reach to the recovery mode also. When I click recovery mode its freeze with Asus logo.. I tried some other things like "fastboot erase cache" also not working in fastboot mode.It gives me an error LIKE " FAILED <remote:unkonwn command>
Do you guys have any idea about this problem? I just want to recover my phone stock mode and send to warranty again.
Thank you so much...
Click to expand...
Click to collapse
that cmd you used is to lock bootloader, not unroot.\
check below link (3.2) section
http://forum.xda-developers.com/zenfone2/general/asus-zenfone-2-flashing-recovery-mode-t3096596
Siddk007 said:
that cmd you used is to lock bootloader, not unroot.\
check below link (3.2) section
http://forum.xda-developers.com/zenfone2/general/asus-zenfone-2-flashing-recovery-mode-t3096596
Click to expand...
Click to collapse
Ty for respond. 3.2 section steps are;
Turn off your Zenfone 2
Go to recovery mode
Select apply update from ADB
Connect your zenfone 2 with USB cable to your PC/laptop
Open command prompt in Windows (in the same folder where ADB is located)
Check connection by typing adb devices in the command prompt.. If connection successful there will be a list of Zenfone 2 device.
I cannot open recovery mode. That is my problem. When I click "recovery mode" phone is freezing. So any advice?
Caghary said:
Ty for respond. 3.2 section steps are;
Turn off your Zenfone 2
Go to recovery mode
Select apply update from ADB
Connect your zenfone 2 with USB cable to your PC/laptop
Open command prompt in Windows (in the same folder where ADB is located)
Check connection by typing adb devices in the command prompt.. If connection successful there will be a list of Zenfone 2 device.
I cannot open recovery mode. That is my problem. When I click "recovery mode" phone is freezing. So any advice?
Click to expand...
Click to collapse
ok so you can atleast access fastboot i guess. if so, download recovery of the firmware version on phone and flash it using Adb. refer the above link.
Sent from my ASUS_Z008 using XDA Labs
Siddk007 said:
ok so you can atleast access fastboot i guess. if so, download recovery of the firmware version on phone and flash it using Adb. refer the above link.
Sent from my ASUS_Z008 using XDA Labs
Click to expand...
Click to collapse
Yep I already tried it. Fastboot is working but any of my command it gives me an error like <unknown command>
Caghary said:
Yep I already tried it. Fastboot is working but any of my command it gives me an error like <unknown command>
Click to expand...
Click to collapse
maybe you are using wrong command. download the recovery file and place it in adb folder in pc. connect phone to pc in fastboot mode and type in cmd (open from adb folder) - fastboot flash recovery recovery.img
Sent from my ASUS_Z008 using XDA Labs
Siddk007 said:
maybe you are using wrong command. download the recovery file and place it in adb folder in pc. connect phone to pc in fastboot mode and type in cmd (open from adb folder) - fastboot flash recovery recovery.img
Sent from my ASUS_Z008 using XDA Labs
Click to expand...
Click to collapse
I downloaded this. This is from Asus official web page. But there is no "recovery.img". Only the boot.img
{
"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"
}
Siddk007 said:
maybe you are using wrong command. download the recovery file and place it in adb folder in pc. connect phone to pc in fastboot mode and type in cmd (open from adb folder) - fastboot flash recovery recovery.img
Sent from my ASUS_Z008 using XDA Labs
Click to expand...
Click to collapse
and when Im trying to boot boot.img it gives me this error
Caghary said:
and when Im trying to boot boot.img it gives me this error
Click to expand...
Click to collapse
please dont further damage. wait a few minutes. i will reach u with info
Sent from my ASUS_Z008 using XDA Labs
Siddk007 said:
please dont further damage. wait a few minutes. i will reach u with info
Sent from my ASUS_Z008 using XDA Labs
Click to expand...
Click to collapse
any info did you get mate?
Do you know what chipset is in this , is it mtk or what is it?
Not had a good look but you need to investigate this ?
There is a z00tg version on needrom.com.
Investigate further , mtk flash tools flashes that recovery.
If yours is the same ...
Do you have official firmware ..got a link ?
Ok ,just checked the title of the firmware you have on pc , that says tg too..
So head over to needrom.com if vs is the same firmware?
timbernot said:
Do you know what chipset is in this , is it mtk or what is it?
Not had a good look but you need to investigate this ?
There is a z00tg version on needrom.com.
Investigate further , mtk flash tools flashes that recovery.
If yours is the same ...
Do you have official firmware ..got a link ?
Click to expand...
Click to collapse
Chipset is Mediatek MT6580(ZC500TG)
Yes I need to investigate this because I need to unroot the phone and I need to wipe all data before sending to the warranty for speaker problem.
Yep I have a official firmware. link is http://dlcdnet.asus.com/pub/ASUS/Ze...user.zip?_ga=1.208137562.998220750.1461825196
but I cannot but the official firmware via fastboot.It gives me error like "you have no permission to do this"
Flash the tg. firmware from needrom via Flash tools ..just flash the recovery on its own , do not have the preloader ticked at any time , warning
---------- Post added at 12:36 PM ---------- Previous post was at 12:32 PM ----------
http://www.needrom.com/download/zenfone-go-zc500tg/
Updated firmware may sort the speaker prob out ?
You have to join to dload ..takes a sec
timbernot said:
Flash the tg. firmware from needrom via Flash tools ..just flash the recovery on its own , do not have the preloader ticked at any time , warning
---------- Post added at 12:36 PM ---------- Previous post was at 12:32 PM ----------
http://www.needrom.com/download/zenfone-go-zc500tg/
Updated firmware may sort the speaker prob out ?
You have to join to dload ..takes a sec
Click to expand...
Click to collapse
I couldn't find the correct flashtool for the ZC500TG. can you help me to find?
In a rush here but if you dload Mtk flash tools ,enter the scatter text from your own firmware, you then flash that , recovery should be in flash tools after.
No time today but your device is easily fixed for sending back but imo 6580 mtk is prob the culprit
Caghary said:
any info did you get mate?
Click to expand...
Click to collapse
sorry, was at work. just reached home.
download stock recovery https://mega.nz/#!yk8RUYaT!k-A8F4LqkP0ScgeiKeLuLb_VO2pdo9Jcskib3g_ue3Y
just copy it on the adb folder in your pc and flash it using cmd - fastboot flash recovery stockrecovery.img
if this worked, you can easily flash stock rom using adb sideload from recovery
If still unsuccessfull, you are left with this (Risky!)
http://forum.xda-developers.com/android/help/asus-zenfone-zc500tg-root-request-t3282861
or take it to asus service center
How did it go ?
All sorted Caghary? if so can we have a description for others cos that tg fw doesn't seem to work with the vd fw on needrom according to the comments .
? Oh and the flash tools to dl was under the fw on needrom which you would only see if logged in ,
Thank you guys for all responds. I tried everything. I did everything. Now Im totally irritating. I just gave it to the warranty and praying for motherboard replacement...
Ah well they probably just flash only takes 2 minutes , Mtk are fairly virtual easy to unbrick ..having said that if damaged sectors then probably you did the right thing .
I was only replying the other day about scammers using mtk lol where a member wanted to know before buying. Then ASUS produces a version with mtk chip hehe ...
Mtks are renowned for poor sound speaker quality and oh bugs
Can i get that boot.img ?

Question Bricked OP9pro

Does anyone have the MSMTOOL for LE2120? bricked my phone when trying to patch the boot.img to magisk version...
Now totally stuck... even adb commands to restore does not work...
danjcxie said:
Does anyone have the MSMTOOL for LE2120? bricked my phone when trying to patch the boot.img to magisk version...
Now totally stuck... even adb commands to restore does not work...
Click to expand...
Click to collapse
What did you do to try to patch it? Why are you in adb? Does fastboot work?
craznazn said:
What did you do to try to patch it? Why are you in adb? Does fastboot work?
Click to expand...
Click to collapse
Patched the boot.img using magisk and then flashed it. After patching, it totally cant boot and can only boot to bootloader.
tried alot of version of MSMtool and it will always fail with param preload error...
Then tried manually recover via extracting the payload using python then using adbtools to wipe and flash but it will also fail because some img files are unable to flash over to the phone...
Any other solutions?
U not able to flash boot the stock boot.img?
i am able to flash the stock boot.img to the phone but some critical img files will come out with
FAILED (remote: 'Flashing is not allowed for Critical Partitions.
')
fastboot: error: Command failed
You need to be in fastbootd,
Code:
fastboot reboot fastboot
craznazn said:
You need to be in fastbootd,
Code:
fastboot reboot fastbootd
Click to expand...
Click to collapse
Nope not working too...
{
"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"
}
danjcxie said:
Nope not working too...
View attachment 5281163
Click to expand...
Click to collapse
Sorry, fastboot reboot fastboot (without the d)
@danjcxie
To be honest, I would download the rom and boot with the recovery image instead, I'll upload the image collection...
Will post a link here once it's up.
Actually, just noticed there isn't a recovery image, so boot to the default boot.img using fastboot, then see if the storage shows on your computer, copy the latest default rom over to the main storage folder then then go into Settings > System > System Updates and use the cog to do a local update using the rom zip.
That should re-install everything back to default, you might get lucky and still have all your data
My collection is for the Europe build FYI:
OP9P_Image_Collection_BA_11.2.3.3.zip | by djsubterrain for OnePlus 9 Pro
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
MD5 : 00227014483b4913a2624fac6f492434
So you would reboot the phone into fastboot mode by holding vol up during boot
Once you are in fastboot mode connect the phone to your computer
Test that the computer can see it properly using fastboot devices
You should see a number returned, if so then your computer is recognising the phone, if you don't then try installing the latest drivers from here
If fastboot can see the device properly then copy the default boot.img to the same folder as your fastboot.exe and type the following :
fastboot boot boot.img
You should see a message saying it's transferring it to the phone, then it should boot the phone using it, it's slower than a normal boot but, if everything else on the phone is ok, then you should see it booted and it should accept your lock method
Once you get into the phone using that boot.img, try connecting the phone to your computer and see if it's recognised, if it is then copy over the latest stock rom to your main storage folder, then go to Settings > System > System Updates and use the cog to do a local update using the rom zip
I'm guessing it should let you because it will see a difference between your boot image and the one from the rom.
MSM tool for LE2125 - 11.2.2.2.LE15AA
User Type of Others for login MSM Tool for LE2125 - 11.2.2.2.LE15AA Drivers Mirrors: (provided by @djsubterrain) MSM Tool : https://sourceforge.net/projects/djsubterrain/files/OnePlus 9 Pro/OP9P_MSM_Tool.zip/download MD5 ...
forum.xda-developers.com
New problem... After i did fastboot reboot fastboot, it shows low battery whole day and is unable to charge totally... it has been charging the whole day now and totally cant turn on at all.
it keeps showing the lightning sign in the centre of the circle keeps blinking and dies off
danjcxie said:
New problem... After i did fastboot reboot fastboot, it shows low battery whole day and is unable to charge totally... it has been charging the whole day now and totally cant turn on at all.
it keeps showing the lightning sign in the centre of the circle keeps blinking and dies off
View attachment 5281971
Click to expand...
Click to collapse
Turn it off and try charging it
Also "fastboot reboot fastboot" isn't a valid command, there is an adb command "adb reboot bootloader" but that can only be run from within your rom from when you are in recovery with the phone connected
See here :
Fastboot Commands: A Beginner’s Guide
With this guide of ours, you'll be able to learn all the fastboot commands and their syntax. We've also posted some hidden commands which you never knew.
android.tutorials.how
#To reboot your device
fastboot reboot
#To reboot your device to fastboot mode
fastboot reboot-bootloader
Click to expand...
Click to collapse
djsubterrain said:
Turn it off and try charging it
Click to expand...
Click to collapse
Yup tried. Everytime you just plug in the charging cable, it will just auto boot up and show the charging sign
danjcxie said:
Yup tried. Everytime you just plug in the charging cable, it will just auto boot up and show the charging sign
Click to expand...
Click to collapse
Yeah that symbol isn't what I get, I get a blue lightning sign with the percentage underneath. Are you running OxygenOS or ColorOS?
I think it might be time for you to contact OnePlus support
djsubterrain said:
Turn it off and try charging it
Also "fastboot reboot fastboot" isn't a valid command, there is an adb command "adb reboot bootloader" but that can only be run from within your rom from when you are in recovery with the phone connected
See here :
Fastboot Commands: A Beginner’s Guide
With this guide of ours, you'll be able to learn all the fastboot commands and their syntax. We've also posted some hidden commands which you never knew.
android.tutorials.how
Click to expand...
Click to collapse
Wtf are you talking about. fastboot reboot fastboot is literally the only way to get into fastbootd if you can't get to recovery or boot normally.
Regarding battery, that I'm not sure, hopefully someone can help
craznazn said:
OP
Wtf are you talking about. fastboot reboot fastboot is literally the only way to get into fastbootd if you can't get to recovery or boot normally.
Regarding battery, that I'm not sure, hopefully someone can help
Click to expand...
Click to collapse
OK, firstly, who the hell do you think you're talking to?
Secondly, did you look at the link I posted?
djsubterrain said:
OK, firstly, who the hell do you think you're talking to?
Secondly, did you look at the link I posted?
Click to expand...
Click to collapse
Who the hell are you? Why the hell are you linking "tutorials.how"?
fastboot/fastboot.cpp - platform/system/core - Git at Google
android.googlesource.com
Lines 2178, source tells you to reboot fastbootd by reboot fastboot.
Show me it's not a valid command, go on
craznazn said:
Who the hell are you? Why the hell are you linking "tutorials.how"?
fastboot/fastboot.cpp - platform/system/core - Git at Google
android.googlesource.com
Lines 2178, source tells you to reboot fastbootd by reboot fastboot.
Show me it's not a valid command, go on
Click to expand...
Click to collapse
Go ahead and help the guy solve his problem.
Just remember it's fastboot, not fastbootd.
Now, how do you block people on here again?
danjcxie said:
Does anyone have the MSMTOOL for LE2120? bricked my phone when trying to patch the boot.img to magisk version...
Now totally stuck... even adb commands to restore does not work...
Click to expand...
Click to collapse
use the MSM Tool with the latest drivers
QDLoader HS-USB Driver_64bit_Setup
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
danjcxie said:
Does anyone have the MSMTOOL for LE2120? bricked my phone when trying to patch the boot.img to magisk version...
Now totally stuck... even adb commands to restore does not work...
Click to expand...
Click to collapse
This just worked for me minutes ago
OP9Pro - Repository of MSM Unbrick Tools (TMO, EU, GLO, IN)
By using these tools, you accept full responsibility for your actions. Your warranty is void should you run any of these utilities without OnePlus support present. I am not responsible for bricks, fires, nuclear war, etc. If you modified any...
forum.xda-developers.com
i downloaded Indian Variant LE2121 while my phone is LE2120 ant it worked

Categories

Resources