don't using fastboot mode - Asus ZenFone Max Pro M1 Questions & Answers

My device firmware 338 . open fastboot mydevice use usb connect computer screen have press anykey shut down .why

Related

{req} tut for fastboot flashing

ive tried using fastboot to oc and to do the cyan bacon bits recovery. adb recognizes my device but not fastboot. i will power down and hold volume down and power. i then select fastboot. i plug in my cable and open a cmd promtp. i cd \users\name\desktop\sdk\tools. ive tried both fastboot flash recovery and fastboot flash zimage and it says waiting for device. i turn my phone on along with usb debugging. cmd promt again adb devices and lists it. then fastboor reboot bootloader. waiting on device
amack10 said:
ive tried using fastboot to oc and to do the cyan bacon bits recovery. adb recognizes my device but not fastboot. i will power down and hold volume down and power. i then select fastboot. i plug in my cable and open a cmd promtp. i cd \users\name\desktop\sdk\tools. ive tried both fastboot flash recovery and fastboot flash zimage and it says waiting for device. i turn my phone on along with usb debugging. cmd promt again adb devices and lists it. then fastboor reboot bootloader. waiting on device
Click to expand...
Click to collapse
when in fastboot on your phone, on device manager (windows) it should say android bootloader, does it?

[Q] help fastboot mode

i flash my device 2.1 + fastboot. but i cant enter fastboot mode with these combination camera + power. i know that my phone has a fastboot mode. because there is a weird thing happen, it enter fastboot mode even i did'nt hold the camera and power button, i just plug my phone into my computer, and now i cant enter fastboot anymore. any ideas?
flash it again, try another ROM

[ROOTING] On a Mac OS via Fastboot

I have a Mac and the Find 5.
Here's how I went about quickly rooting my phone via fastboot.
(1) Download this file and extract it. Root_Find5_Mac_Fastboot.zip
(2) Extract it, there you should find fastboot file and recovery.img
(3) Power off your phone
(4) Get into Fastboot mode on your phone by simultaneously holding down the power and volumn up/+ buttons for about 30 seconds
(5) If you have successfully entered Fastboot mode, you should see "Fastboot" along with some Chinese characters
(6) Connect your phone to your Mac with the USB cable
(7) Launch Terminal, and cd to the Root_Find5_Mac_Fastboot directory
(8) Execute ./fastbook devices to confirm that everything is connected properly
(9) Execute ./fastboot boot recovery.img to temporarily install TWRP recovery, and reboot into it
(10) When you have automatically rebooted into TWRP recovery, click on "Reboot" ===> "System" ====> slide the lower bar to the right to reboot phone.
(11) Once rebooted, find and launch SuperSU installer in the app drawer.
(12) The installer will update itself via Google Play Store
(13) Once updated, you have rooted.
Great thing about this method is that your stock recovery will remained installed and unaltered.
worked like a charm, thanks a lot!!
knite75 said:
I have a Mac and the Find 5.
Here's how I went about quickly rooting my phone via fastboot.
(1) Download this file and extract it. Root_Find5_Mac_Fastboot.zip
(2) Extract it, there you should find fastboot file and recovery.img
(3) Power off your phone
(4) Get into Fastboot mode on your phone by simultaneously holding down the power and volumn up/+ buttons for about 30 seconds
(5) If you have successfully entered Fastboot mode, you should see "Fastboot" along with some Chinese characters
(6) Connect your phone to your Mac with the USB cable
(7) Launch Terminal, and cd to the Root_Find5_Mac_Fastboot directory
(8) Execute ./fastbook devices to confirm that everything is connected properly
(9) Execute ./fastboot boot recovery.img to temporarily install TWRP recovery, and reboot into it
(10) When you have automatically rebooted into TWRP recovery, click on "Reboot" ===> "System" ====> slide the lower bar to the right to reboot phone.
(11) Once rebooted, find and launch SuperSU installer in the app drawer.
(12) The installer will update itself via Google Play Store
(13) Once updated, you have rooted.
Great thing about this method is that your stock recovery will remained installed and unaltered.
Click to expand...
Click to collapse
This works wonderfully, however with this phone u don't need a PC or Mac to root. Just look up the Find 5 root zip forum ...just flash that zip in stock recovery... Done.
Sent from my Find 5 using Tapatalk 2
./fastboot devices doesn't show any connected devices although the phone is in fastboot mode and connected via usb.
It works fine on my windows 8 laptop. Could it be a problem with OS X Mavericks?

[Q] [HELP] Bricked G2 D801

Hello,
I tried to install custom recovery with AutoRec
however I didn't use IOroot like they suggested, I had rooted with TowelRoot
After which I was in fastboot mode without download mode.
I followed a guide and rewritten recovery and laf as well as all other img I could find at http://downloads.codefi.re/autoprime/LG/LG_G2/D801BK/Stock_Firmware/10c_partitions
PHP:
fastboot erase recovery [return]
fastboot erase laf [return]
fastboot flash laf laf.img [return]
fastboot reboot [return]
I got to download mode, but my phone is not detecting the download mode (no usb connection, no usb connection sound)
If I plug in the phone regularly and let It boot - it is stuck at LG logo, and if I plug it in - I hear USB connection sound and it detects, however I can't use the flash tool (2015 or 2014) to flash it.
I changed the port to 41 like in the LG tool flash tutorial (http://forum.xda-developers.com/showthread.php?t=2432476)
Today I tried to go Ubuntu Linux path - and plugged it in in both download and regular mode (like in this guide http://forum.xda-developers.com/showthread.php?t=2582142)
and I didn't see it plugged in when I typed
PHP:
ls /dev/sd*
I am under windows 8.1
I also tried windows xp sp3 virtual machine
Anything else that you can suggest?
Thanks
Andrew
Can you open download mode (press vol+ and plug usb cable) or recovery?
Ganjax said:
Can you open download mode (press vol+ and plug usb cable) or recovery?
Click to expand...
Click to collapse
I can go to download mode, but computer doesnt recognize that it's connected (doesnt appear in device manager)
I can only do factory reset. (Vol Down + Power) thats the right way, correct?
Don't see any other options.
When I try to get out of the factory restore screen by pressing any vol up or down - it hangs
.me said:
Hello,
I tried to install custom recovery with AutoRec
however I didn't use IOroot like they suggested, I had rooted with TowelRoot
After which I was in fastboot mode without download mode.
I followed a guide and rewritten recovery and laf as well as all other img I could find at http://downloads.codefi.re/autoprime/LG/LG_G2/D801BK/Stock_Firmware/10c_partitions
PHP:
fastboot erase recovery [return]
fastboot erase laf [return]
fastboot flash laf laf.img [return]
fastboot reboot [return]
I got to download mode, but my phone is not detecting the download mode (no usb connection, no usb connection sound)
If I plug in the phone regularly and let It boot - it is stuck at LG logo, and if I plug it in - I hear USB connection sound and it detects, however I can't use the flash tool (2015 or 2014) to flash it.
I changed the port to 41 like in the LG tool flash tutorial (http://forum.xda-developers.com/showthread.php?t=2432476)
Today I tried to go Ubuntu Linux path - and plugged it in in both download and regular mode (like in this guide http://forum.xda-developers.com/showthread.php?t=2582142)
and I didn't see it plugged in when I typed
PHP:
ls /dev/sd*
I am under windows 8.1
I also tried windows xp sp3 virtual machine
Anything else that you can suggest?
Thanks
Andrew
Click to expand...
Click to collapse
Restore these partitions in fastboot,
1- sbl1.img
2- aboot.img
3- rpm.img
4- tz.img
After this, your phone must be detected by computer,
.me said:
I can go to download mode, but computer doesnt recognize that it's connected (doesnt appear in device manager)
I can only do factory reset. (Vol Down + Power) thats the right way, correct?
Don't see any other options.
When I try to get out of the factory restore screen by pressing any vol up or down - it hangs
Click to expand...
Click to collapse
Factory reset will make when u will press 2 times power button, no vol, correct it. If you can go fastboot, u can rewrite your partitions.
Factory is vol - + power and while pressing vol - repress power button
Ganjax said:
Factory reset will make when u will press 2 times power button, no vol, correct it. If you can go fastboot, u can rewrite your partitions.
Factory is vol - + power and while pressing vol - repress power button
Click to expand...
Click to collapse
Whats the key combination for fastboot? or how do I get into fastboot?
.me said:
Whats the key combination for fastboot? or how do I get into fastboot?
Click to expand...
Click to collapse
fastboot turn on only when images wrote is not valid. So dont try this. Try go factory reset, or bootloader
Ganjax said:
fastboot turn on only when images wrote is not valid. So dont try this. Try go factory reset, or bootloader
Click to expand...
Click to collapse
I tried to do factory reset - I confirm the restore to defaults - android with his back open appears and after 3-4 seconds phone reboots
How do I get to the bootloader?
Turn off phone. Press Vol+ and plug usb cable
Ganjax said:
Turn off phone. Press Vol+ and plug usb cable
Click to expand...
Click to collapse
I see the download mode - but windows or linux doesn't detect it
nor any of the tools detect it either.
.me said:
I see the download mode - but windows or linux doesn't detect it
nor any of the tools detect it either.
Click to expand...
Click to collapse
It show "Firmware update?"
and ROOTED status or UNROOTED?

Xiaomi mi 9t stuck fastboot mode

Hi friend, yesterday I flashed my xiaomi mi 9t phone using orangefox recovery with this file stable V12.1.4.0.RFJMIXM 11.0 Global
but when i reboot my phone. it is stuck in fastboot mode and i try to enter in orangefox recovery mode by pressing the power up button with volume up it keeps reentering fastboot mode
i tried to plug in my phone to mu computer while in fastboot mode but there is no sound on the computer I marked my phone as connected to the computer but my phone could not be detected before I installed this firmware using orangefox recovery with stable file V12.1.4.0.RFJMIXM 11.0 Global my phone can still be detected by my computer
If your computer can access the device then install a fastboot rom for your device unzip it and double click on flash_all.bat or something like that then it will be fixed
the_arxyn said:
If your computer can access the device then install a fastboot rom for your device unzip it and double click on flash_all.bat or something like that then it will be fixed
Click to expand...
Click to collapse
No My phone cannot access my device before i install the rom my device still can acess my computer help me
the_arxyn said:
If your computer can access the device then install a fastboot rom for your device unzip it and double click on flash_all.bat or something like that then it will be fixed
Click to expand...
Click to collapse
I try changing my usb cable but still the same
Launch CMD, connect phone to usb, navigate to C:\ADB or wherever you have ADB, then type ADB devices

Categories

Resources