Big problem with htc desire s ! Mayday ! - HTC Desire S

Hi all,
My phone stucks on HTC logo. I can access to bootloader and fastboot. I've a CWM recovery.
I want reinstall stock rom 2.3.5 for my branded phone (Vodafone FR) . After a week of research of a ruu branded Vodafone FR 2.3.5, I founded nothing for a HBOOT 2.xx.xxxx .
So i understand that i need to downgrade HBOOT to 0.93.xxxx to install a ruu (a lot of ruu for 0.93.xxxx compatible with me)
I've drivers adb and fastboot . Fastboot work because i used it to install CWM recovery.
I found a lot of tutorials to downgrade HBOOT but they need adb comands ! They don't work on bootloader .
Can i use adb comands with bootloader (specials drivers) ? Or downgrade without these comands ?
I need help ! Thanks to all !
Bootloader infos :
S-ON
UNLOCKED
HBOOT 2.00.0002

if you flashed custom rom you need to flash boot.img from rom zip via fastboot

As the guy above me said, if fastboot is working for you, you only have to flash boot.img using:
fastboot flash boot boot.img (there are many guides on this forum, but basically get your phone into bootloader, you just open your rom *.zip and extract boot.img file from there, and you put it to folder where you have fastboot.exe, and execute that command)

Thank's !
To use adb commands, you must be on recovery .

Related

[Q] HBoot 0.98.0000

Hi, I need Hboot 0.98.0000 as I have 0.98.2000 or something and an update the comes with Arabic support wants it to be 0.98.0002 so it doesn't install. Anyone could provide the stock 0.98.0000?
here is it
http://www.mediafire.com/?tiuuiuoc70k3q0j
im assuming u know how to flash it?
Yeah, go to Clockwork Recovery then flash update.zip, right?
Wait it's not zip, Steps?
Reboot your phone into Bootloader and then choose Fastboot.
Open a cmd window, cd into your android sdk folder and then type:
fastboot flash hboot example.img
fastboot reboot-bootloader
*replace example with the name of the img.
Ok thanks alot
Excuse my ignorance but which folder inside the sdk. I haven't used it in a while.

[Q] how to flash boot.img from adb ??

hi guys. i want to know how to flash boot.img from adb for dsire s with hboot 2.00.0002.
i unlock this device with htc site , and then root it and flash a custom rom from recovery. as you know now i must flash boot.img from the rom with adb.
how i do this ??
with witch command ???
Use fastboot ;-)
Root folder in cmd
-> cd c:/FolderWhereBoot.imgAndFastbootIs
-> fastboot flash boot.img
For more information about fastboot and using it thread is here
use the command for fastboot
contact me in that thread if something is wrong
http://forum.xda-developers.com/showthread.php?t=1590800

Softbrick, brick, dont know what the F is happening lol help!

Ok i can enter to the bootloader, and also to the recovery, but! when i flash a rom it cant boot on ! i got stucked after the HTC Logo. Also tried to to flash PD98IMG from hboot without succes and the same thing with RUU, in HBOOT the RUU software says that my battery is 30% or less and i have to chargue it, but is full! so have to enter in fastboot mode and it pass that step then it chargue the ruu but then it send an error that the image restore from ruu cant be completed.
Btw: S-on AND unlocked bootloader
i red about flash the boot.img from the ROM zip in fastboot? it work? how do i do it?
Killerin said:
Ok i can enter to the bootloader, and also to the recovery, but! when i flash a rom it cant boot on ! i got stucked after the HTC Logo. Also tried to to flash PD98IMG from hboot without succes and the same thing with RUU, in HBOOT the RUU software says that my battery is 30% or less and i have to chargue it, but is full! so have to enter in fastboot mode and it pass that step then it chargue the ruu but then it send an error that the image restore from ruu cant be completed.
Btw: S-on AND unlocked bootloader
i red about flash the boot.img from the ROM zip in fastboot? it work? how do i do it?
Click to expand...
Click to collapse
extract the boot.img file from the zip (do not extract the zip) to your PC desktop, then boot the device in fastboot usb and in a CMD session in the PC (located in the desktop folder) type:
Code:
fastboot flash boot boot.img
then when you get the OKAY, type:
Code:
fastboot reboot

[Q] Flashing kernel via adb

I used the HTC website to Unlock the Bootloader (still S-ON though) on my 2.02.0002 Hboot Desire S.
I flashed Ext4 Recovery Touch via adb
Created Nandroid backup
Wiped everything
Flashed a custom Cyanogenmod 11, but phone wouldn't start (black screen)
Then I read that on S-ON devices, new custom Kernels have to be flashed. The creator of the ROM provided a Kernel zip file, but on extraction, there is no boot.img file which I can flash through adb
Posting here cause I can't post in the Developer forums.
Any help would be greatly appreciated Thanks
You don't need a custom kernel, you can extract the boot.img from the rom zip file
AliAbela said:
I used the HTC website to Unlock the Bootloader (still S-ON though) on my 2.02.0002 Hboot Desire S.
I flashed Ext4 Recovery Touch via adb
Created Nandroid backup
Wiped everything
Flashed a custom Cyanogenmod 11, but phone wouldn't start (black screen)
Then I read that on S-ON devices, new custom Kernels have to be flashed. The creator of the ROM provided a Kernel zip file, but on extraction, there is no boot.img file which I can flash through adb
Posting here cause I can't post in the Developer forums.
Any help would be greatly appreciated Thanks
Click to expand...
Click to collapse
With S-ON you need to extract boot.img form ROM zip and put it in same folder as fastboot and adb.Then connect your phone and in bootloader choose fastboot ( should be red fastboot usb ).
then open cmd in same folder and write
Code:
fastboot devices
if you get some devices there some numbers then you are connected.Now you go for flashing boot.img with
Code:
fastboot flash boot boot.img
it will say ok if it is good.
Then reboot and CM would boot. It will take some time to boot first time so wait...no more then 10min.
Read this about Fastboot and ADB Fastboot setup.
Everytime you flash new rom you need to do this.Even if you restore backup.BC your phone is S-ON.
Yeah, I learned this shortly after creating the thread.
This was my first time messing around with roots and custom ROMs.
Thanks anyway

[FLASHING ROM] S-ON devices

Flashing custom ROM on S-on device can be a little tricky. So, here i will teach how to flash custom ROM on S-on devices.
First download a supportable ROM.
Copy it on your phone.
Then on the PC , extract it and copy the boot.img in adb/fastboot directory.
And connect USB.
Then type following commands.
Code:
adb reboot bootloader
After your phone go into bootloader
Code:
fastboot devices
It must show your device.
Code:
fastboot flash boot boot.img
Wait until it's complete.
After that immediately go to Recovery (without a reboot) and flash the zip you copied earlier. Do some installation process.
Congratulation, u flashed custom ROM on your S-ON device.
Thanks dude it helps me a lot.

Categories

Resources