Install CWM 5 - Desire Q&A, Help & Troubleshooting

Hi, can I install last clockworkmod recovery 5.0.1.0 from another recovery (4Ext) choosing install from zip file?
I tried android flasher but I had error problem. [PVT4, CM7-r2 hboot]

U can install from an other recovery, but it will a fake flash..its like a temp recovery, after reboot u lost it..its not a permanent one
to change permanently the recovery, u need s-off, then do this steps
-install htc sync drivers (install htc sync, uninstall it but leave drivers)
-download this file and extract on ur computer (its a minimal set of files to use fastboot commands)
-put the recovery img file in the same folder u extract the above files
-in the shell, navigate to ur above folder..like cd C:\folder-name
-put ur phone in fastboot mode, plug the usb
-from ur computer start/run/cmd, then write fastboot flash recovery recovery-name.img
-fastboot reboot
that's all
(u will find all this by searching )

Related

No more recovery

Hello! First of all sorry for my explanations but i'm not English. I'm S-off and tried to flash a new recovery through Android Flasher but since I can't acces the recovery anymore ! Please help me I would be grateful
Try it via fastboot.
1.Download the desired recovery .img file from the site.
2. Download android SDK from official site, and run SDK Manager. When it is running, then install the platform-tools (revision 3 ATM), too.
3. Copy the file (.img) you downloaded into the android SDK folder, where fastboot.exe is located.
4. Reboot your phone into fastboot (holding down BACK+POWER keys when the phone is switched off) - it should show FASTBOOT USB.
4a. Make sure you have the USB drivers installed (for me HTC sync is not needed, i used the UNREVOKED USB drivers instead)
5. Fastboot flash. navigate to your android SDK directory in Command Promt (CMD.EXE) then run these commands:
a, fastboot flash recovery clockworkmod2518.img (or whatever is the name of the file)
b, fastboot reboot-bootloader
c, fastboot erase cache
6. You have now the recovery installed.
You don't have to have access to the recovery to flash anything that uses fastboot. For fastboot do what davebugyi said, if you want to use the Android Flasher, just boot into the rom or even better, boot into the bootloader. It works a charm. Fastboot has never worked for me for some weird reason, never have gotten it to work but the Android Flasher works.

Manual 1.29 upgrade [HTC One X International]

So my HTC One X was at 1.15 and wasn't prompting me to upgrade, and I found a way to manually update to 1.29. This only works for the international Tegra3 version.
1.First, you need to have the fastboot files extracted and have a rooted HTC One X with Clockworkmod Recovery installed. Also, I would advise a nandroid backup via Clockworkmod.
2. Download the .zip attached and put it in the fastboot folder.
3. Extract the Boot.img file and put it in the same folder.
4. With the phone on, plug in the USB and copy the .zip to the root of the phone memory.
5. Now turn off the phone and boot into the bootloader (with usb disconnected) and then plug in the usb. Open a command window in the fastboot folder by shift-right-clicking it in explorer.
6. type "fastboot flash boot boot.img"
It should say OK.
7. Then boot into clockworkmod recovery after disconnecting the usb cable and choose install zip from sd card. Choose the zip you copied and click yes. Reboot the phone using the menu option and you should see a dialog that says Android is Upgrading Optimizing application 1 of 300.
Done! Your phone should now be at software version 1.29 and you should see a three-dot menu instead of the rectangles.
The zip can be found here: loadbalancing.modaco.com/download.php?file=Ir1-1.29.401.11-DUO-endeavor.zip
I found the guide after a lot of googling on this blog: androidtobe.blogspot.co.uk/2012/05/htc-one-x-detailed-instructions-to.html
I'm assuming you were on 1.15 401.x? You could have just run the 1.29.401.12 RUU when connected in fastboot - a LOT easier and doesn't involve unlocking the bootloader and losing your warranty
Also, Paul O'Brien doesn't allow people to direct link to his ROMs on MoDaCo so I'd remove the link

Stock ROM problem

I had flashed STOCK ROM on my HTC wildfire s a510e but my mobile gets stucked on HTC logo screen. I have tried installing ROM many times by wiping data, wiping factory data, wiping delvik cache but still gets problem.I tried to flash superwipe but gets error as Installation abandoned.
So I downloaded Indian RUU for my mobile and followed guide of another forum on how to install it. but when I run that, phone boots but gets 171 error and I am being asked to connect usb properly where as I have connected it properly.
Please help fried. What should I do now?
No one here who can help in regarding this problem. Please Friends.
anupdada said:
No one here who can help in regarding this problem. Please Friends.
Click to expand...
Click to collapse
hey bro , open that ruu , and when it comes to welcome screen. dont proceed with installation, when it comes to welcome screen it extracts the files in temporary folder this is where you will find the STOCK ROM , go to temporary folder by following these instructions
1-Go to start menu
2-Open Run
3-Write
Code:
%TEMP%
4-Hit enter
Now in that folder search for ROM.zip (use the search option , you may get ROM1.zip and ROM2.zip , In that case select ROM1.zip)
When you will get this zip file , extract it to a folder in desktop , name the folder ROM
Now if you have android-sdk with the adb drivers then skip this text in blue and copy the adb adbwinapi and fastboot files to ROM folder on desktop, if you dont know what i am talking about then read the text in blue,
Download this http://www.mediafire.com/?81ao1oct0g533uj n then extract it in ROM folder , so in rom folder you will have three new files, adb adbwinapi and fastboot..
now open Command prompt by these steps
1-Open start menu
2-Open run
3-Type
Code:
CMD
hit enter
Now in this cmd write each code and press enter
Code:
cd desktop
Code:
cd ROM
now put your cell phone in bootloader mode , then go to fastboot option ,
then go to ROM folder , and check if you have these files
BOOT.img
System.img(it can be system-yaffs.img or something similar , rename it to system.img)
Now affter going to fastboot menu in mobile connect it with pc .
Now write these commands , press enter after each commmand and wait till it flashes
Code:
fastboot flash boot boot.img
Code:
fastboot flash system system.img
after this , reboot to recovery (CWM recovery) and wipe your data then power it on :good: it will be working then
mhrsolanki2020 said:
hey bro , open that ruu , and when it comes to welcome screen. dont proceed with installation, when it comes to welcome screen it extracts the files in temporary folder this is where you will find the STOCK ROM , go to temporary folder by following these instructions
1-Go to start menu
2-Open Run
3-Write
Code:
%TEMP%
4-Hit enter
Now in that folder search for ROM.zip (use the search option , you may get ROM1.zip and ROM2.zip , In that case select ROM1.zip)
When you will get this zip file , extract it to a folder in desktop , name the folder ROM
Now if you have android-sdk with the adb drivers then skip this text in blue and copy the adb adbwinapi and fastboot files to ROM folder on desktop, if you dont know what i am talking about then read the text in blue,
Download this http://www.mediafire.com/?81ao1oct0g533uj n then extract it in ROM folder , so in rom folder you will have three new files, adb adbwinapi and fastboot..
now open Command prompt by these steps
1-Open start menu
2-Open run
3-Type
Code:
CMD
hit enter
Now in this cmd write each code and press enter
Code:
cd desktop
Code:
cd ROM
now put your cell phone in bootloader mode , then go to fastboot option ,
then go to ROM folder , and check if you have these files
BOOT.img
System.img(it can be system-yaffs.img or something similar , rename it to system.img)
Now affter going to fastboot menu in mobile connect it with pc .
Now write these commands , press enter after each commmand and wait till it flashes
Code:
fastboot flash boot boot.img
Code:
fastboot flash system system.img
after this , reboot to recovery (CWM recovery) and wipe your data then power it on :good: it will be working then
Click to expand...
Click to collapse
Oh my god. I am very much thankful to you my friend. It worked. Yahoo. Pls do one more favor. Pls Tell what can I do about flashable ROM of Marvel. Its get flashed properly but than it gets stucked to HTC logo screen. Thanks once again.

Root V880e

I do not know if this goes here or not.
I found a way to root this phone.
I.- How to install ClockWorkMod Recovery (windows)
1. download ZTE USB drivers
2. download and install Android SDK tools and platform-tools to get adb and fastboot
3. download recovery-cwm6027-atlas40.img recovery image
4. create a new directory somewhere and copy adb.exe, fastboot.exe and recovery-cwm6027-atlas40.img into it
5. plug in your device via USB cable and install drivers
6. cd into the directory you created and execute following commands in terminal window
adb reboot bootloader
fastboot flash recovery recovery-cwm6027-atlas40.img
fastboot reboot
7. congratulations, you have installed cwm on to your device
8. boot into ClockWorkMod by pressing volume down while powering on or using 'adb reboot recovery'
Click to expand...
Click to collapse
II. How to root your device via recovery:
1. download latest Superuser and su binary from Superuser website and save it to your sdcard
2. follow instructions on how to install clockworkmod recovery
3. boot into clockworkmod
4. install zip from sdcard -> choose zip from sdcard -> Superuser-3.2-arm-signed.zip
Click to expand...
Click to collapse
I found this in w3 . modaco . com/topic/356605-recovery-clockworkmod-6027-for-zte-acqua/ - Works for V880e
Sorry for my bad english :c

SuperUser

Hi guys, i got a little problem. After flashing bad custom rom (phone didn't turn on) i flashed ruu, because my + - buttons doesn't work, so i can't get into recovery. Now i want to install custom rom, but there are no super user, so i can't get into recovery, so i need your help to flash superuser in other way, because i can't get into recovery. Thanks.
You dont need to flash superuser to install a custom rom. Since your volume buttons dont work, this is what i would advise you do (im assuming you are s-off):
-Setup adb and install these drivers
-Turn the phone off, then boot it back up using power + back (this should put it into fastboot mode)
-Plug the phone into the PC. On your PC download the 4ext recovery img from here. (you have to extract the zip)
-Copy the recovery.img to your desktop. Then open command prompt and run the following commands:
Code:
cd Desktop
Code:
fastboot boot recovery.img
That should boot the phone into 4ext recovery. From there you can mount the phone as USB storage, copy over a rom, and flash it.

Categories

Resources