Hey... i m abit new to this forum so sorry if i may make any mistakes....
i have a HTC Wildfire and it was on Andriod 2.2.1 Froyo and i recently downgraded it to 2.1 using RUU_Buzz_HTC_WWE_1.14.405.2_R_Radio_13.45.55.24_3.35.15.31_release_130814_signed
i have also install AlphaRev and now when i reboot into my fone it gets stuck on the home lockscreen and i cant access the fone bcoz i cnt unlock the screen...
I have tried using Unevocked and SuperOneClick to get any results but no luck
I wnt to root my fone and install Cyanogenmod 7
plz helpp....
more info on fone...
Buzz PVT SHIP S-OFF
HBOOT-6.01.1002
MICROP-0622
You already had alpharevx s-off. And you wanted to have cm7.
In such case, I would just recommend to flash custom recovery pc49img or fastboot flash and then install cm7.
Here is the process for installing custom recovery. Skip part 1 and 2.
http://forum.xda-developers.com/showpost.php?p=15226717&postcount=68
Sent from my HTC Wildfire using XDA App
That's kinda long.. let me simplify it for you.
download recovery. Then rename it to recovery.img for simplicity.
download cyanogenmod for the wildfire and put it in your sdcard
Put it into C:\
When you downloaded AlpharevX, it came with a bunch of tools, open the zip, and extract fastboot.exe into C:\
boot into fastboot (power off, then hold back & power)
open cmd and type:
Code:
cd c:\
fastboot flash recovery recovery.img c:\recovery.img
Once you've done that, boot into recovery, (volume down & power, then select recovery using volume keys and press power).
go to backup & restore, and backup your current ROM
go to advanced, wipe dalvic cache, then back to main menu, then to mounts & storage, wipe boot, data, system, & cache (not SD-CARD.. for obvious reasons)
back to the main menu, go to install from sdcard, choose zip from sdcard, find cyanogenmod and install it, then install google apps in the same way (don't delete everything, just go to install and choose the file).
Related
I'm unable to flash my recovery partition. I want to do this to get ClockworkMod Recovery on so I can back up my phone then replace the ROM. I can't even get started as neither the 'simple' ROM Manager method or the fastboot method for flashing recovery work.
I've gone through the usual stuff of installing ADB / Fastboot / Android Developer SDK, checking my phone's rooted, etc., but no joy.
First of all when I try to get ROM Manager to flash the recovery partition, it says it's done it but when I select 'Boot to Recovery' it asks me if I'm sure and when I click ok it does nothing and stays in the app. If I restart to the recovery partition it's supposedly flashed for me by powering on to the bootloader screen and selecting 'recovery', I get the dreaded red triangle over phone pic and have to hard reset by removing the battery and putting it in again before powering on.
Secondly, if I use the fastboot command I get the following result:
c:\Program Files (x86)\Android\android-sdk\tools>fastboot flash recovery "c:\Users\huddie\Desktop\HTC Desire Upgrade\recovery.img"
sending 'recovery' (4216 KB)...
OKAY [ 0.608s]
writing 'recovery'...
FAILED (remote: not allowed) <==============
finished. total time: 0.609s
I've tried everything I can think of and find on xda-developers, androidforums.com and everywhere else.
What I would like is a reasonably easy way of doing this stuff. I know my data's safe (e-mails, contacts, etc) as it's synced, but I want a backup of my phone should a ROM upgrade fail and I need to go back to what I had. Please could someone help me with this as I'm a noob and I'm struggling!
Here are the details of my phone:
HTC Desire
Android version: 2.2
Baseband version: 32.49.00.32U_5.11.05.27
Kernel version: 2.6.32.15-gf5a401c - [email protected] #1
Build number: 2.29.405.5 CL293415 test-keys
Software number: 2.29.405.5
Browser version: Webkit 3.1
Bootloader screen:
BRAVO PVT2 SHIP S-OFF
HBOOT-0.93.0001
MICROP-051d
TOUCH PANEL-SYNT0101
RADIO-5.11.05.27
AUG 10 2010,17:52:10
I bought the phone ready rooted so I know nothing of what ROM the seller rooted it with.
Try moving the recovery.img to c:\Program Files (x86)\Android\android-sdk\tools\
Make sure you run "cmd" with administrator privilages.
Then do
Code:
cd c:\Program Files (x86)\Android\android-sdk\tools\
Next:
Code:
fastboot erase recovery
And
Code:
fastboot flash recovery recovery.img
See what happens.
You could also try recovery from my signature, it's much better than CWM.
//missclicked "thanks"
k3lcior said:
Try moving the recovery.img to c:\Program Files (x86)\Android\android-sdk\tools\
Make sure you run "cmd" with administrator privilages.
Then do
Code:
cd c:\Program Files (x86)\Android\android-sdk\tools\
Next:
Code:
fastboot erase recovery
And
Code:
fastboot flash recovery recovery.img
See what happens.
You could also try recovery from my signature, it's much better than CWM.
//missclicked "thanks"
Click to expand...
Click to collapse
Thanks k3lcior. It seems it won't let fastboot do any remote operations like erase or flash, but does allow fastboot reboot to restart the phone. "remote: not allowed" would suggest to me a permissions or privilege issue on the Desire. How do I enable remote fastbooting on the Desire ?
On the ROM Manager option, I've found that installing the Superuser app has allowed ROM Manager to get SU privileges and now it can do a boot to recovery. However, when I boot to recovery I still get the red triangle and have to reseat the battery. I tried flashing a recovery image again from ROM Manager and it thinks it's doing it, but still the recovery won't boot.
I know I don't have BusyBox installed but then haven't been told I need it. Do I ? If I do need it can someone please direct me to an ***easy noob's*** guide to installing it and what it's for ? Thanks!
Any help from you experts would be much appreciated!!
http://forum.xda-developers.com/attachment.php?attachmentid=661317&stc=1&d=1311251519
Download this, put it on your sdcard (root of the sdcard, not into any folders), rename it to "PB99IMG.zip" and boot into bootloader.
Apply update, and should be fine.
Alternately, you could download Root Toolbox PRO from the Market (paid app), then download the .img file of the Recovery you want to use, put that in the root SD card directory, then rename it simply "Recovery.img"
That done, open Root Toolbox, click the Advanced button, click Erase Recovery first, then flash Recovery. You're good to go.
If you need Busybox, you could also install that from an app in the Market called "Busybox Installer." It's idiot-proof to use it.
k3lcior said:
http://forum.xda-developers.com/attachment.php?attachmentid=661317&stc=1&d=1311251519
Download this, put it on your sdcard (root of the sdcard, not into any folders), rename it to "PB99IMG.zip" and boot into bootloader.
Apply update, and should be fine.
Click to expand...
Click to collapse
Thanks k3lcior. I'm away from home but will try this when I get back. Much appreciated! In the meantime, can you tell me what it is ? Is it a recovery ROM or a permissions fix maybe ?
It's recovery from my signature.
k3lcior said:
It's recovery from my signature.
Click to expand...
Click to collapse
It's now booting to Recovery Mode! Thanks K3lcior!!!
You're welcome.
HTC DESIRE Flash Recovery
Hello, i bought my HTC Desire used and already rooted, but i think was rooted by old method, with these values : Bravo PVT1 -SHIP S-ON HBOOT 0.80.000
the recovery was the HTC default recovery (Android system recovery <2e>), when i tryed to go into recovery mode apears phone with red triangle, after press VOL UP + power appears the options Reboot system now ; Aply sdcard:update.zip ; wipe data/Factory reset ; Wipe Cache partition.
Now i made my Desire S-OFF with Alpharev method without install custom recovery. So now i have S-OF and HBoot 0.93, but in recovery mode is still the same red triangle symbol, after VOL UP + power i have same options.
After i made S-OFF , when i digit my pin number and android appears is giving me many erros like: the process com.android.phone ended unexpectedly. try again, android.process.acore, com.htc.opensense.pluginmanager, com.android.mms, and some more.... after that phone is going to digit pin again.
Now i want to install new ROM, and make full data wipe.
Should i change my default Recovery ? install new Recovery? If so, how i can do it and which one? To install new rom i must download new rom and rename it to update.zip and use the option that i have in my default recovery ?? or i should use over method ??
I know is lot of information and lots of questions, but i don't know my next steps regarding recovery, install new rom etc
Please use the search and read the noob guide.
Hi, use Bortak guide from top of Q&A, everything there...
Sent from my HTC Sensation XL with Beats Audio X315e using XDA Premium App
Hello
i have htc desire z :
vision pvt eng s-off
hboot 0.84.2000 (PC1011000)
microp-0425
Radio-26.02.01.15_M2
Recovery5.0.2.7 clockworkmod
My phone is freeze on start - white screen.
Cant flash from sd card via PC10IMG.zip (error PASSED), cant flas oficial firmware RUU(error cant init).
Andriod flasher 2.2.0.5 freeze on start make firmware.
Please help.
Please help.
did you already try to enter recovery and wipe? (power & volume -) and is your phone recognized by adb or fastboot?
I can fastboot hboot recovery ADB work but always error if i want flash or someone know please direct commad to write my rom to mobile?
Help please.
Provide us with a little more details, What exactly did you do? A phone just doesn't freeze up like that.
This freeze is after run upgrade some application in work mobile via WIFI .I think on some build 2.3.6 what i have in phone. Since then does not work
After factory reser or wipe freeze phone.After start is freeze 4 min after restart and enter to recovery owerclock.In owerclockmod recovery i can flash pda part from someone buid- i test buld android and all same error - freeze.
If i get PC10IMG.zip after enter to fastboot start upgrade from this file but after load to phone from memory card write parsing and kick from installer to fastboot.
I test 5 other version PC10IMG.zip but the same error.
I test 5 other version RUU but the same error.
I think i must falsh HBOOT , RADIO , RECOVERY to original setting after run RUU but fail.
Sorry my enlish is no best.
sry, but i do not unterstand what you have been doing, specially what is a owerclock recovery?
I would try the following: remove the pc10img.zip from sd, put your phone in fastboot mode (power & tp-wake) and connect to pc, then wipe through fastboot (fastboot erase userdata; fastboot erase cache; fastboot erase dalvik cache) then try to enter recovery and wipe again (if you cant enter recovery flash it via fastboot) and try again...
then try a fresh install.... maybe this works, good luck
Sent from my HTC Vision using XDA App
all wipe done
flash RUU : waiting to run the loader(1min), then error 171
flash via sd C10IMG.zip parsing.... and then kick from installer
Same problems.
Please help.
...if the wiping worked, why dont you flash a rom through recovery?
download cm7 for example:
http://download.cyanogenmod.com/?type=stable&device=vision
remove the pc10img.zip from sd, put the .zip from the link above on your sd, enter recovery choose install from sdcard, grap the .zip and flash it - afterwards reboot...
again, good luck
if all this doesn´t work flash the ruu via fastboot (look at the part - downgrade via fastboot):
http://forum.xda-developers.com/showthread.php?t=1178912
and hitting the thanks button would be a nice thing to do...
Thank you for answer but bad :/
Update cm done but same problem.
Flash via ADB (second link) fail :/ (uploading zip info fail)
Exist some manual for single flash i Think HBOOT , RADIO , RECOVERY?
Thank you for answer
i dont know how this should help, but here you go:
http://www.virtuousrom.com/2011/06/t-mobile-g2-users-migrating-to-desirez.html
http://www.virtuousrom.com/2011/06/t-mobile-g2-users-migrating-to-desirez.html
this way get installer start ok and after start update BOOTLOADER get -fail- PU
SDCARD flash error is -FAIL-PU
ADB error is FAILED (remote: partition update fail)
Hi guys!
I have figured out how to install any rom on the new HTC HBOOT
Steps:
1. Unlock the bootloader at htcdev.com. You need an account.
2. Reboot the phone into hboot. (menu with FASTBOOT, RECOVERY, etc)
3. Use power button to select FASTBOOT
4. Connect phone to PC through USB cable
5. Now, 'FASTBOOT' should have an extra 'USB' behind it e.g. FASTBOOT USB
6. Use fastboot.exe (or Mac/Linux versions) and type fastboot.exe flash recovery cwms.img (attached)
7. You have installed CWM! Use RECOVERY from the hboot menu to enter and flash any rom's zip or do nandroid backups.
This is my first post so if there' anything wrong please tell me
Here is a simple tutorial on how to unlock bootloader and root your Htc One V.
Do this AT YOUR OWN RISK and I don't guarantee it will work on all Htc One V (but successfully done on my Htc One V (PrimoU)).
First: Credits go to:
1) paulobrien for his tools & guide
2) bagofcrap24 for the stolen unlocking bootloader tutorial..
Second: It is good to have official RUU for your Htc One V version. You can find the official RUU HERE(credit : JMZ) & HTCSync in case you something goes wrong and you need to revive your One V.
Or make a nandroid backup after you successfully unlock the bootloader. How ? Read further below. So read fully before you attempt to unlock bootloader and rooting.
Third: the tutorial
Unlocking Your Bootloader
Note: After doing unlocking bootloader, all your data/apps are gone so make a backup to your PC first.
You will need to run the initial setup again.
1. Go Here "http://www.htcdev.com/" and create yourself an account on HTCDEV.
2. Download These Fastboot Files
3. Make a new folder on your C: drive called fastboot.
4. Extract The Zip downloaded in step 2 to the new folder
5. Go Here http://www.htcdev.com/bootloader/ and select "All Other Supported Models" and "then begin unlock bootloader"
6. Yes, Tick both Boxes, Proceed
7. Skip up to step 8 as we have all we need for the first 7 steps
8. Power off your phone by holding the power button down for 5-7 seconds (the three keys will flash a few times then it will power off)
9. Hold volume down button, the device will boot to HBOOT
10. Select Fastboot With Volume+or- then press Power once (you'll be in fastboot mode)
11. plug your phone into your PC and open a Command Prompt.
(windows XP - Click Start > Run > type CMD in box then press OK
(Windows 7 - Click Start > type CMD in search box then press Enter)
12. cd to your folder where we put fastboot files cd c:\fastboot
13. type this into your command prompt window fastboot oem get_identifier_token
14. select & copy the text as per step 9 on the HTCDev website
15. paste your identifier token into the box at the bottom and submit
You Will Very Shortly Receive an email from HTCDev with a link to the second part of the instructions and your "Unlock_code.bin" attached
16. download the "Unlock_code.bin" from the email and save it to the same folder that we extracted fastboot files to in step 2
17. type this into your command prompt window fastboot flash unlocktoken Unlock_code.bin
18. The Display Will change on your phone, press Vol + to accept and power to confirm.
Congratulations You Have Successfully Unlocked Your Bootloader
UPDATE: Read the IMPORTANT note added below
Rooting with Superboot for GSM Device (Primo U)
1. Download r1-primo-superboot.zip to your computer and extract in any directory.
2. Download the modded boot.superboot.img
3. Replace the boot.superboot.img in the folder that you extracted just now (r1-primo-superboot).
Or download one of the Superboot that relevant to your device HERE
4. Power off your phone by holding the power button down for 5-7 seconds (the three keys will flash a few times then it will power off)
5. Hold volume down button, the device will boot to HBOOT
6. Select Fastboot With Volume+or- then press Power once (you'll be in fastboot mode)
7. Connect your phone to PC
8. Double click ‘install-superboot-windows.bat’
Rooting with Superboot for CDMA Device (Primo C)
1. Download r1-primo-cdma-superboot.zip to your computer and extract in any directory.
2. Power off your phone by holding the power button down for 5-7 seconds (the three keys will flash a few times then it will power off)
3. Hold volume down button, the device will boot to HBOOT
4. Select Fastboot With Volume+or- then press Power once (you'll be in fastboot mode)
5. Connect your phone to PC
6. Double click ‘install-superboot-windows.bat’
Once it complete, the phone will reboot on its own. In app drawer you will see a SuperSU icon, click on it and update SU binary then you are done with rooting your Htc One V.
You can try any app with root access to confirm it is working.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
IMPORTANT
As some people forget to make a nandroid backup for their stock ROM, after they successfully unlocked their device,
when a soft brick happens, it will be a big problem to be back on stock when they are unable to find the official RUU for their device.
So make sure, after successfully unlocked your device, don't do anything else yet, flash the CWM recovery and make a nandroid, make nandroid and nandroid of your stock ROM.
Download the Recovery for GSM Device:
CWM 5 - http://forum.xda-developers.com/showthread.php?p=28153112
Direct download link : http://download.clockworkmod.com/recoveries/recovery-clockwork-5.8.4.5-primou.img
CWM 6 - http://forum.xda-developers.com/showthread.php?t=1871243 (the latest version as at 05 Sep 2012)
Download the Recovery for CDMA Device:
CWM - http://forum.xda-developers.com/showthread.php?t=1749798
How to make a nandroid backup ?
Once the CWM recovery installed:
Press power once (to go to hboot)
press volume down/up to navigate the menu to RECOVERY, press POWER once
Once in the RECOVERY menu:
click backup and restore
click backup
the backup process is running. It will be a few minutes to complete.
once complete, check whether the backup is successful
click backup and restore
click restore
you will see your backup files, e.g: 2012-06-12.0.13.04
click Go Back or use the back button
click reboot system now to boot your device
once fully booted, mount your sdcard to PC, browse to \clockworkmod\backup and copy the 2012-06-12.0.13.04 folder to your PC as a second backup in case something is wrong with your sdcard.
2012-06-12.0.13.04 is an example only, you will get a different no.
Alternatively, you also can use TWRP recovery:
GSM version - http://forum.xda-developers.com/showthread.php?t=1721749
CDMA version - http://forum.xda-developers.com/showthread.php?t=1764183
Now you are ready to do the rooting process.
Once your device is rooted, you are free to do whatever you want to do with your device, to flash a custom ROM, a custom kernel... whatever.
If soft brick happens and there is no official RUU, a stock nandroid backup may helps you
It doesn't work !!!!
It stucks at -waiting for device- in
11. type this into your command prompt window fastboot oem get_identifier_token
It works perfectly when s off and root. But why cant i gain root access when i already have SU app?
I tried to update the SU but it failed on gaining root access and busybox list.
When i used root uninstaller app, it asked me for adb access which i dunno. What do i have to do?
Sent from my HTC One V using XDA
handisetyadi said:
It works perfectly when s off and root. But why cant i gain root access when i already have SU app?
I tried to update the SU but it failed on gaining root access and busybox list.
When i used root uninstaller app, it asked me for adb access which i dunno. What do i have to do?
Sent from my HTC One V using XDA
Click to expand...
Click to collapse
Which boot.superboot.img inside the r1-primo-superboot folder that you have ?
The original one is 4126 kb (SU not working)
The modded one is 4106 kb (SU should work)
Ohh, my bad. It's fully rooted now, thankksss.
And i was panic cz it cudnt turn on wifi. But once i reboot my one v it backs on
Sent from my HTC One V using XDA
You're in the wrong section dude!
better move to development ask the mod
Aarush said:
You're in the wrong section dude!
better move to development ask the mod
Click to expand...
Click to collapse
I don't see why rooting is a development issue. Development is for, well, software development like ROMs and recoveries, etc. Rooting is required to develop, but isn't development per-se.
I am planning on buying this phone.
I just have a few questions.
What is S-off and S-on?
Also, what is RUU?
nightshade246 said:
I am planning on buying this phone.
I just have a few questions.
What is S-off and S-on?
Also, what is RUU?
Click to expand...
Click to collapse
I just give a basic explanation:
S-Off - security off - you can change everything including hboot partition layout, radio, system, data & recovery
S-On - opposite of the above, all cannot be change (which normally with a locked bootloader)
S-On + unlocked bootloader - you can change only system, data & recovery
RUU - ROM Update Utility - and exe file which consist all the OS files to be installed to the phone.
ckpv5 said:
Here is a simple tutorial on how to unlock bootloader and root your Htc One V.
Do this AT YOUR OWN RISK and I don't guarantee it will work on all Htc One V (but successfully done on my Htc One V (base 1.58.707.3)).
Click to expand...
Click to collapse
My brand new android phone has never been rooted faster! thank you very much! let's start theming!!!
ckpv5 said:
I just give a basic explanation:
S-Off - security off - you can change everything including hboot partition layout, radio, system, data & recovery
S-On - opposite of the above, all cannot be change (which normally with a locked bootloader)
S-On + unlocked bootloader - you can change only system, data & recovery
RUU - ROM Update Utility - and exe file which consist all the OS files to be installed to the phone.
Click to expand...
Click to collapse
Thank you for your response.
How do you toggle S-On to S-off?
Why is it recommended to have the RUU you said one should have?
nightshade246 said:
How do you toggle S-On to S-off?
Click to expand...
Click to collapse
We have to wait until a developer finds an exploit.
To root, it is mandatory to have S-OFF?
Can I just make the root without the S-OFF?
Im here again:
How can I make S-OFF in my HTC One V, the HTCDev teaches seeks to remove the battery, but the HTC One V has internal battery (you can not remove)?
Someone who has made S-OFF on your HTC One V, could you help me?
(sorry my bad english, im speak portuguese only)...
oups... after playing with my phone, I have made bad mistakes!!!
- I have moved htc system apks for have more fluidity
- I have made a "restore factory settings" and now I have no launcher!!!
- I have tried to flash with "RUU_PRIMO_U_ICS_40A_HTC_Europe_1.41.401.1_Radio_20.62.30.0830U_3822.15.00.03_M_release_247272_signed.exe" but it doesn't work!
Someone could help me to have an original HTC One V?
Thanks!
edit: I kept these apks on my sdcard...
Thanks,my HTC One V now is rooted...
\O/
ZeuBug said:
oups... after playing with my phone, I have made bad mistakes!!!
- I have moved htc system apks for have more fluidity
- I have made a "restore factory settings" and now I have no launcher!!!
- I have tried to flash with "RUU_PRIMO_U_ICS_40A_HTC_Europe_1.41.401.1_Radio_20.62.30.0830U_3822.15.00.03_M_release_247272_signed.exe" but it doesn't work!
Someone could help me to have an original HTC One V?
Thanks!
edit: I kept these apks on my sdcard...
Click to expand...
Click to collapse
You cannot do restore factory settings when you moved some system apks out from nand.
In order to flash a RUU:
1) you need an official RUU for your device.
2) you have htc usb drivers installed on PC.
3) relock the bootloader
in fastboot mode type fastboot oem lock
4) flash RUU
Do you have some kind of note of your actual software version number ?
ckpv5 said:
You cannot do restore factory settings when you moved some system apks out from nand.
In order to flash a RUU:
1) you need an official RUU for your device.
2) you have htc usb drivers installed on PC.
3) relock the bootloader
in fastboot mode type fastboot oem lock
4) flash RUU
Do you have some kind of note of your actual software version number ?
Click to expand...
Click to collapse
Thanks ckpv5. Now I feel less alone
Here is the informations I have on HBOOT screen:
PRIMOV PVT SHIP S-ON RL
HBOOT-1.16.0000
RADIO-3831.15.00.19_M
eMMC-boot
My phone is a french retail version... I'm trying fastboot oem lock then "RUU_PRIMO_U_ICS_40A_HTC_Europe_1.41.401.1_Radio_20.62.30.0830U_3822.15.00.03_M_release_247272_signed.exe"
Edit: I have fastboot relocked but unable to flash with the rom above... I was something like "please update with the proper utility". When I try to flash I have "From Image version 1.56.401.1" "to Image version 1.41.401.1".
Maybe I have to push system files again with adb?
ZeuBug said:
Thanks ckpv5. Now I feel less alone
Here is the informations I have on HBOOT screen:
PRIMOV PVT SHIP S-ON RL
HBOOT-1.16.0000
RADIO-3831.15.00.19_M
eMMC-boot
My phone is a french retail version... I'm trying fastboot oem lock then "RUU_PRIMO_U_ICS_40A_HTC_Europe_1.41.401.1_Radio_20.62.30.0830U_3822.15.00.03_M_release_247272_signed.exe"
Edit: I have fastboot relocked but unable to flash with the rom above... I was something like "please update with the proper utility". When I try to flash I have "From Image version 1.56.401.1" "to Image version 1.41.401.1".
Click to expand...
Click to collapse
That is not the correct RUU for your phone.
You need this one:
http://www.filefactory.com/file/c42...31U_3831.15.00.19_M_release_251449_signed.exe
ZeuBug said:
Thanks ckpv5. Now I feel less alone
Here is the informations I have on HBOOT screen:
PRIMOV PVT SHIP S-ON RL
HBOOT-1.16.0000
RADIO-3831.15.00.19_M
eMMC-boot
My phone is a french retail version... I'm trying fastboot oem lock then "RUU_PRIMO_U_ICS_40A_HTC_Europe_1.41.401.1_Radio_20.62.30.0830U_3822.15.00.03_M_release_247272_signed.exe"
Edit: I have fastboot relocked but unable to flash with the rom above... I was something like "please update with the proper utility". When I try to flash I have "From Image version 1.56.401.1" "to Image version 1.41.401.1".
Maybe I have to push system files again with adb?
Click to expand...
Click to collapse
Find the ruu for Europe (1.56.401.1)
You cannot downgrade..
Sent from my HTC One V using XDA
Hi all
I have a little trouble with my phone, because I did some stupid things on it...
I had android 2.3.5 with 3.12.405.1
So first I unlocked bootloader with htc-dev page, and now I know I shouldn't do that. Then after I found here a post what describes what should I do if I was noob and use the htc-dev. I followed the instructions so I can use the revolution hd zip and installed it.
After that reboot my phone and stucked on the htc boot logo. I can reach the 4text recovery menu and everything but I have no clue what should I do now. I tried the factory reset and everything what I found. Maybe I have to put back the original rom, but I don't know how to do it.
Imike86 said:
Hi all
I have a little trouble with my phone, because I did some stupid things on it...
I had android 2.3.5 with 3.12.405.1
So first I unlocked bootloader with htc-dev page, and now I know I shouldn't do that. Then after I found here a post what describes what should I do if I was noob and use the htc-dev. I followed the instructions so I can use the revolution hd zip and installed it.
After that reboot my phone and stucked on the htc boot logo. I can reach the 4text recovery menu and everything but I have no clue what should I do now. I tried the factory reset and everything what I found. Maybe I have to put back the original rom, but I don't know how to do it.
Click to expand...
Click to collapse
Have you flashed the boot.img in fastboot?
Read this: http://forum.xda-developers.com/showthread.php?p=28139822
Sent from my GT-N7100 using xda app-developers app
glevitan said:
Have you flashed the boot.img in fastboot?
Read this: http://forum.xda-developers.com/showthread.php?p=28139822
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Hey
Thanks for the help, I'll try it afternoon
I did exactly the same: http://forum.xda-developers.com/showpost.php?p=31211732&postcount=396
The procedure to do that is -
1. Download the attached zip file, extract it to Desktop or wherever you want using 7-zip/WinZIP.
2. Open the ROM zip file you downloaded. Extract boot.img from this zip to the previously folder which you just extracted in the above step.
3. Turn your phone completely off (pull out battery). Then hold 'volume down' while pressing power and continue holding it till you see a white screen with 3 green skateboarding Androids. This is the bootloader.
4. FASTBOOT will be the first selected option in the list. Press 'Power' to select it. Make sure that now it shows FASTBOOT in red under the initial green text.
5. Connect your phone to computer. See that the red FASTBOOT changes to FASTBOOT USB.
4. Open the adb_fastboot folder, open 'Start here.bat'. It will open a command prompt window in that folder.
5. Type 'fastboot flash recovery recovery.img'. You only need to do this once. It will flash 4ext Touch Recovery, which is better than CWM (thanks to madmaxx82 for the awesome recovery).
6. Type 'fastboot flash boot boot.img'. You will need to do this everytime you flash a custom ROM, but before you do so be sure you've copied the boot.img from the ROM zip to the adb_fastboot folder.
7. You should see some stuff like 'Sending data... data sent successfully'. If there's any error at this step report it here.
8. Once it has done everything and displayed successful confirmations, disconnect phone.
9. Hightlight BOOTLOADER and press 'power' to select it. Press 'volume down' to highlight RECOVERY and 'power' to select it.
10. Once you're rebooted into 4ext Touch Recovery, go to 'install zip from SD card', browse for the ROM zip file in your SD card. If you haven't copied the zip to SD card, go back a step, connect phone to computer, select 'toggle USB storage' and then copy it onto the SD card. Once you have the ROM zip on the sdcard, go to the main screen of the recovery, choose 'wipe/format'->format all partitions (except SD card). Now go back to main screen, choose 'install zip from sdcard' and browse to the ROM zip location, select it and confirm that you want to flash it.
11. When the flash process is done, go back to the main screen of recovery, and press reboot now. You will reboot into the custom ROM.
Click to expand...
Click to collapse
After reboot I stucked on the htc boot logo screen.
If you are s-on, then you have to flash the boot.img from the rom you installed using fastboot.
Sent from my SCH-I535 using xda premium