Can someone help me to compile a CWM recovery as zip file? I have my recovery.img and boot.img but i dont know how to flash recovery.img into fastboot. And i can't access fastboot on my phone when i type adb reboot bootloader, it starts normally. That's why i creating a cwm recovery so i can flash it through sd card. Please helpp me.
Samsung i9020 hangs on google logo pls help flashed with odin but still same
Sounds like you have a bad bootloader.
Try this:
download a stock OTA package for your model
1) Extract bootloader.img, boot.img and recovery.img from the OTA zip, and place it in your fastboot folder
2) Run fastboot flash bootloader bootloader.img
3) Run fastboot flash boot boot.img
Info provided by thegtfusion from http://forum.xda-developers.com/showthread.php?t=1447040
If that does not work you would need the *.PIT and reflash from ODIN, same thing I'm looking for http://forum.xda-developers.com/showthread.php?t=2308695
Hello ! iam new here and i have a really big problem !
I Have Huwaei Honor 6 H60-L04 ! i was have liquid smooth 4.4 rom on it and i decided to install stock rom on it !! i flashed stock boot.img and stock recovery.img by rasher and after reboot my phone i got this error ( Attention PLease update system again ) i tried to flash system , boot , cust , recovery by fastboot but i got this error FAILED (remote: Command not allowed) and i tried to flash custom recovery by fastboot but i got same error ! i have unlocked bootloader ! i dont what to do ?
PLease help !!
NOTICE : SORRY FOR MY ENGLISH
THANKS ALL <3
Install in this order, using fastboot:
fastboot flash recovery RECOVERY.img
fastboot flash system SYSTEM.img
fastboot flash boot BOOT.img
fastboot flash cache CACHE.img
fastboot flash cust CUST.img
fastboot flash userdata USERDATA.img
fastboot reboot
badmania98 said:
Install in this order, using fastboot:
fastboot flash recovery RECOVERY.img
fastboot flash system SYSTEM.img
fastboot flash boot BOOT.img
fastboot flash cache CACHE.img
fastboot flash cust CUST.img
fastboot flash userdata USERDATA.img
fastboot reboot
Click to expand...
Click to collapse
Failed ( remote : command not allowed )
Use stock files, not custom. Extracted from a stock ROM for L04.
badmania98 said:
Use stock files, not custom. Extracted from a stock ROM for L04.
Click to expand...
Click to collapse
i tried that but same error
Try to use H6 multitool ( http://forum.xda-developers.com/honor-6/general/honor6-multi-tool-t2963060 ) and reinstal stock recovery. You have to start the program using Honor6MultiTool.bat file and folowing the instruction on the screen. The program will get the recovery file from net automaticaly. After that try to write using the steps from 2nd post or use the same H6 multitool with unbrick solution.
badmania98 said:
Try to use H6 multitool ( http://forum.xda-developers.com/honor-6/general/honor6-multi-tool-t2963060 ) and reinstal stock recovery. You have to start the program using Honor6MultiTool.bat file and folowing the instruction on the screen. The program will get the recovery file from net automaticaly. After that try to write using the steps from 2nd post or use the same H6 multitool with unbrick solution.
Click to expand...
Click to collapse
Same error i dont know what to do i tried everything
No ideea left.
Amjadaboudi22 said:
Failed ( remote : command not allowed )
Click to expand...
Click to collapse
try disconnecting the usb data cable after each fastboot command
root needed
Hi there,
seems like you lost root access when you flashed stock hence you keep getting the error try re-rooting your phone and then flash all files mentioned again,maybe that will help best of luck hope this helpsDont forget to thank
dear my friends have g6 l11 b119 ,but I cannot flash it, i downloaded b116 b118 ,b370 but got always error ,only vendor file i had flashed from b116 ,now phone lost home screen ,it has viruses and I need to flash it please help me?
what error did you get?
where did you place the update.zip / update.app files?
can I flash it with fastboot ? I extraxted recovery and system ,I unlocked bootloader and flashed recovery but system always got too many links and can not flash it
kerpua said:
can I flash it with fastboot ? I extraxted recovery and system ,I unlocked bootloader and flashed recovery but system always got too many links and can not flash it
Click to expand...
Click to collapse
What do you mean "too many links" ?! please explain your problem clearly so we can help you better.
have you tried flashing via these commands? :
Code:
fastboot -i flash recovery recovery.img
fastboot -i flash system system.img
fastboot -i flash boot boot.img
hello everyone
i unlocked my redmi 4 prime in official way
then flash twrp and after that try to flash global rom that i download from here
but now my phone stuck on mi logo(bootloop)
official recovery and twrp recovery are missed now and just fastboot mode are available please give me a way to directly use fastboot command (without mi- flashtools) to flash china or global rom
in fact i dont know which files( files that is in tgz file) must select to flash with fastboot flash command
thanks.
fastboot flash recovery FILENAME.img
The file must be in the root folder of ADB, the filename could be recovery.img or twrp.img too.