need help removing clockwork image and install stock image... pls help..!!!
alanjayakar said:
need help removing clockwork image and install stock image... pls help..!!!
Click to expand...
Click to collapse
Get a stock RUU.
Extract the ROM.zip file from the %TEMP% directory.
Open the ROM.zip file and extract the recovery.img file.
Boot the phone into FASTBOOT USB mode
Flash the recovery.img file using the following command:
fastboot flash recovery [recovery.img filename]
Related
Guys, I need some help. I rooted with Androot and flashed PSGroove with ROM Manager. Now I need to flash the stock recovery back.
I followed a guide (cant post link) but I get "error: cannot load recovery.img", I don't want to touch the ROM because it's stock.
Anyway, where can I find stock FRF91 recovery.img?
Also, there is no install-recovery.sh in system/etc/ and I didn't delete it, where can I get it too?
Thanks.
Download a stock FRF91 image, extract the ZIP, you'll see recovery.img.
I downloaded around 3 stock FRF91's and none included recovery.img
I need it too...Where can I find this stock recovery.img ?
thx for help
i have massive problems restoring stock recovery.img on frf91 nothing works ...
i re enabled install-recovery.sh started it ... did not work ---
downloaded the stock recovery.img
/mnt/sdcard $ md5sum recovery.img
md5sum recovery.img
336f05884ade218f2a0932df9bd770a2 recovery.img
flash_image it .. did not worked ... any help ?
Restore the two files you deleted when you rooted:
/system/etc/install-recovery.sh
/system/recovery-from-boot.p
Sent from my Nexus One using XDA App
did this already ... invoked the install-recovery.sh manualy ... will post output later ... STILL NO OTA updates :/
Hey guys im trying to flash CWM onto my incs, I have already unlocked the bootloader via htcdev site.
Every time i attempt to flash it through fastboot usb it doesnt work
I have downloaded the cwm img file for the incs, but have no idea what the md5 txt under the download link means, do I have to do something with that txt in order to do it correctly?
I have the img file saved into the same folder on my pc along with fastboot.exe, adb.exe adbwinapi.dll and adbwinusbapi.dll
I then open cmd and type in cd c:\android (andoid is the folder name with the files above)
After this I connect my phone via usb to the pc and put it into fastboot usb mode
I then type into cmd the following command fastboot flash recovery recovery.img and it gives me the message error: cannot load recovery image, I renamed the cwm img file to recovery.img
Ive even tried entering this command fastboot flash recovery c:\android\recovery img but it gives me the same error message am I doing this right or am i missing something? ive followed all the steps from this thread even read all comments http://forum.xda-developers.com/showthread.php?t=1122694
any help would be greatly appreciated, Thanks
Never mind I managed to flash CWM and Flash CM7
Hi
I'm on pacman 0726 and I'm trying to flash the boot.img from the 0716 build.
I did flash_image recovery /sdcard/boot.img
But it says Failed with error: - 1
I compared the md5's so the file is not corrupted. I can't use fastboot because I don't have access to a computer for a couple of days. Thanks for any input!
What if you create a new flashable zip with the 0716 img inside the 0726 zip, overwriting previous img file? And then flashing the modded zip on recovery.
DrKrFfXx said:
What if you create a new flashable zip with the 0716 img inside the 0726 zip, overwriting previous img file? And then flashing the modded zip on recovery.
Click to expand...
Click to collapse
I can't because 0726 has no recovery :/
Did you typed:
su
mount/sdcard
flash_image boot /sdcard/boot.img
Sent from my C6603 using xda premium
last day i accidentally delete the os of my honor 4x..does somebody know how to install new os and where to download a new one?
jdaryl04E19 said:
last day i accidentally delete the os of my honor 4x..does somebody know how to install new os and where to download a new one?
Click to expand...
Click to collapse
hmm...model code?
and your device is unlocked bootloader?
Giannhs Togias said:
hmm...model code?
and your device is unlocked bootloader?
Click to expand...
Click to collapse
Che2-L11....yes it is unlocked, it was accidentally deleted using TWRP.
is it still possible to make it work again?
thank you in advance.
jdaryl04E19 said:
Che2-L11....yes it is unlocked, it was accidentally deleted using TWRP.
is it still possible to make it work again?
thank you in advance.
Click to expand...
Click to collapse
Step1: Download the ROM Package from the link
http://consumer.huawei.com/jo/support/downloads/detail/index.htm?id=87523
Step2: Extract using Winrar. (Inside dload folder you will find Update.app file)
Step3: Download Huawei Update extractor
https://forum.xda-developers.com/showthread.php?t=2433454
Step4:: Now Run the huawei update extractor and point to the update.app file.
Now the contents of the update.app file will be displayed.
Select the Boot.img,recovery.img and System.img alone and select extract by rightclicking it.
Step5: You need the adb tool kit.
https://drive.google.com/file/d/0B8C...R3c/view?pli=1
Step6: Install and configure the Adb (yes all)
Step7: Copy the extracted recovery.img,system.img and boot.img to the adb root folder which should be in c:\adb\.
Step8: Open fastboot (connect the device to usb and press vol down) + open adb (shift+right click and select to open cmd here)
And now type in cmd:
1. "fastboot devices" -Displays some id of your device which makes sure your device is connected.
2. "fastboot flash recovery recovery.img" - Flashes stock recovery
3. "fastboot flash system system.img" - Replaces your custom rom with stock rom
4. "fastboot flash boot boot.img" - Flashes boot partition which is need to boot stock rom.
5. "fastboot reboot"
Step9: End restart your phone,open recovery and select "Wipe data/factory reset :laugh:
Giannhs Togias said:
Step1: Download the ROM Package from the link
http://consumer.huawei.com/jo/support/downloads/detail/index.htm?id=87523
Step2: Extract using Winrar. (Inside dload folder you will find Update.app file)
Step3: Download Huawei Update extractor
https://forum.xda-developers.com/showthread.php?t=2433454
Step4:: Now Run the huawei update extractor and point to the update.app file.
Now the contents of the update.app file will be displayed.
Select the Boot.img,recovery.img and System.img alone and select extract by rightclicking it.
Step5: You need the adb tool kit.
https://drive.google.com/file/d/0B8C...R3c/view?pli=1
Step6: Install and configure the Adb (yes all)
Step7: Copy the extracted recovery.img,system.img and boot.img to the adb root folder which should be in c:\adb\.
Step8: Open fastboot (connect the device to usb and press vol down) + open adb (shift+right click and select to open cmd here)
And now type in cmd:
1. "fastboot devices" -Displays some id of your device which makes sure your device is connected.
2. "fastboot flash recovery recovery.img" - Flashes stock recovery
3. "fastboot flash system system.img" - Replaces your custom rom with stock rom
4. "fastboot flash boot boot.img" - Flashes boot partition which is need to boot stock rom.
5. "fastboot reboot"
Step9: End restart your phone,open recovery and select "Wipe data/factory reset :laugh:
Click to expand...
Click to collapse
i was in the cmd and started to type the commands but it say that the "fastboot" is not recognized as an external or internal command, operable or batch file...
my phone is open in fastboot and rescue mode and "unlocked"
jdaryl04E19 said:
i was in the cmd and started to type the commands but it say that the "fastboot" is not recognized as an external or internal command, operable or batch file...
my phone is open in fastboot and rescue mode and "unlocked"
Click to expand...
Click to collapse
you need to download minimal adb and fastboot, and run the commands from it. or, you can do it the easy way. just put your update.app file inside /dload/ folder, and do the forced upgrade. if its not working, then fallback to fastboot method.
jdaryl04E19 said:
last day i accidentally delete the os of my honor 4x..does somebody know how to install new os and where to download a new one?
Click to expand...
Click to collapse
This method is propably easiest https://forum.xda-developers.com/honor-4x/how-to/install-emui-4-1-4x-4c-g-play-g-play-t3515702 It also has link to site that has firmwares.
keikari said:
This method is propably easiest https://forum.xda-developers.com/honor-4x/how-to/install-emui-4-1-4x-4c-g-play-g-play-t3515702 It also has link to site that has firmwares.
Click to expand...
Click to collapse
Thank you
Hi Guyzz.... If you all are looking for a proper google pixel bootlogo for moto g3 then this thread is for you
I have attached the Zip file and download that zip file ........
Flashing Instruction: Follow The INSTRUCTION carefully>>
Flash it via fastboot mode:
1. Open the adb fastboot folder and extract the zip file in the adb folder
2. Open the command window
3. Type in instructions :
fastboot devices
fastboot flash logo logo.bin
after succesfull flashing type the command>>>> fastboot reboot
There You go The proper Google Pixel bootlogo for our beloved Moto G3:laugh::laugh::laugh::laugh:
"Don't FLASH WITH THE TWRP recovery as it may result in BOOTLOOP"hence it is not RECOMMENDED
FLASH at your own RISK... I'm Not responsible for any DAMAGE done to ur device
I havent faced any issue by flashing it via FASTBOOT mode:good::good::good:
Any issue do let me Know or any suggestions are always welcome
Has anyone tried this
How install bootanmation
midhunkrishnan08 said:
How install bootanmation
Click to expand...
Click to collapse
U can download the pixel boot animation from here https://forum.xda-developers.com/2015-moto-g/themes-apps/bootlogo-c21s-bootlogos-t3280455.... Flashing is simple>>> Download th zip file and save it to the sd card>>> reboot to recovery >>> flash the zip file >>>> wipe cache and dalvik cache>>> hit reboot
How install bootanimation with adb fastboot
midhunkrishnan08 said:
How install bootanimation with adb fastboot
Click to expand...
Click to collapse
Boot into fastboot mode and connect to PC and then type
fastboot flash logo logo.bin or whichever name ur file has.it should be a bin file
this comment same like boot logo flashing
I have animation.zip file
midhunkrishnan08 said:
this comment same like boot logo flashing
I have animation.zip file
Click to expand...
Click to collapse
Boot animation is located in \system\media I think u can just replace the file
If its twrp flashable then u can flash it just check the zip contents if the zip has meta-inf folder u can flash it
My phone is not root
How flash boot animation.zip with adb fastboot
midhunkrishnan08 said:
My phone is not root
How flash boot animation.zip with adb fastboot
Click to expand...
Click to collapse
If u havnt unlocked bootloader u can't flash it
Yes I unlocked my bootloader but not root
Now how flash boot animation. Zip
midhunkrishnan08 said:
Yes I unlocked my bootloader but not root
Now how flash boot animation. Zip
Click to expand...
Click to collapse
Flash custom recovery and replace boot animation .zip in \system\media using file manager .it should theoretically work
Can flash with adb fastboot ?
midhunkrishnan08 said:
My phone is not root
How flash boot animation.zip with adb fastboot
Click to expand...
Click to collapse
U need to be rooted to flash the boot animation ie ur bootloader should be unlocked
Plz Close the THREAD