Hi, I am trying to use the original rom with Adb, but why does the phone become bootloop after this code?
adb kill-server
adb start-server
fastboot flash boot boot.img
fastboot flash fastboot droidboot.img
--->fastboot flash recovery recovery.img this code
fastboot reboot-bootloader
It won't boot into the bootloader now?
Sent from my ASUS_Z00A using Tapatalk
Related
I try to adb reboot fastboot but not effect
someone know how can I get fastboot mode?
uprom via fastboot is more convinient than recovery (especial when up some tiny rom like boot.img, recovery.img itself)
how to flash recovery.img and boot.img throught adb procedure ?
i want to downgrade my p6 from B708 to B5xx
but i dont now how to flash recovery.img and boot.img throught adb procedure
Please help ?:crying:
Flash recovery
Hi.connect phone to pc with USB debugging on.settings>developer options>usb debugging
no use this commands:
adb reboot bootloader> phone restarts in fastboot mode.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot.
problem !!!
Hooshang said:
Hi.connect phone to pc with USB debugging on.settings>developer options>usb debugging
no use this commands:
adb reboot bootloader> phone restarts in fastboot mode.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot.
Click to expand...
Click to collapse
I do that and now my P6 is stuck on huawei logo
Please Help !!!
fastboot reboot
Sent from my HUAWEI P6-U06 using XDA app
help me , my phone no connect fastbot
If you are NOT able to boot into 12S, and ONLY fastboot mode is available. This CM12S recovery file will help. Just unzip and run following command in fastboot mode.
fastboot -i 0x1ebf flash recovery recovery.img
Thanks for this, mate.
I have unlocked and rooted Nexus 5x and would like to revert back to stock + relock bootloader.
What is the easiest and safest way to achieve this?
download fastboot and fastboot drivers then download latest factory image from here https://developers.google.com/android/images?hl=en and unzip it now you should have 6 files but we are gona use only 3 bootloader-bullhead-something.img radio-bullhead-something.img image-bullhead-something.zip now flash bootloader
fastboot flash bootloader bootloader-something.img then fastboot reboot-bootloader then fastboot flash radio-bullhead-something.img and fastboot reboot-bootloader now unzip the other file and cd into it then fastboot flash boot boot.img fastboot flash recovery recovery.img fastboot flash system system.img fastboot flash vendor vendor.img fastboot flash userdata userdata.img and finaly fastboot flash cache cache.img now start your device and if it boots normaly reboot to bootloader again and run fastboot flashing lock (this is gonna wipe all your data so dont set up anything just make sure it boots)
or just run flash-all
Could someone please help me with the proper commands to flash these 3 files in Fastboot mode with ADB
ADB FASTBOOT commands to flash
boot.img
recovery.img
recovery2.img
https://openkirin.net/user_guide/how-to-flash-extracted-partition-images/
MadGoogler78 said:
Could someone please help me with the proper commands to flash these 3 files in Fastboot mode with ADB
ADB FASTBOOT commands to flash
boot.img
recovery.img
recovery2.img
Click to expand...
Click to collapse
This must be nougat.
Let's say the images are in same folder you are running the cmd window from. If they are not then you need to adjust the command to include the full path to them.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery2.img
Now of you are getting error messages , like , partition length over, or , partition does not exist, then you must not have nougat rom on device.
In that case you will need different commands, and different files. Lol