Viperc2 ROM doesn't want to install - HTC One S

Hi,
I have a HTC one s c2 and i want to install the viperc2 ROM, so i downloaded the rom, put in on my phone storage, installed from twrp recovery but after the installation, nothing was there, i mean the rom isn't here at all, so it is like nothing has changed before and after aroma installtion,
Also, if i install another rom, it will work fine, so this is only with viperc2
pls help me

hitachixz said:
Hi,
I have a HTC one s c2 and i want to install the viperc2 ROM, so i downloaded the rom, put in on my phone storage, installed from twrp recovery but after the installation, nothing was there, i mean the rom isn't here at all, so it is like nothing has changed before and after aroma installtion,
Also, if i install another rom, it will work fine, so this is only with viperc2
pls help me
Click to expand...
Click to collapse
Rom isnt there at all meaning there is a bootloop? if the rom isnt flashed correctly it would show up in TWRP. before flashing any rom check for the MD5 checksum of the file. Also did you flash the flashboot_onesc2.img after the rom was installed?

You're S-ON?
If yes, open rom on you're PC. Find "boot.img". Copy it to another folder.
Put phone in bootloader.
Fastoot USB will apear when you connect to PC.
Open command prompt. "Fastboot flash boot boot.img"

null0seven said:
You're S-ON?
If yes, open rom on you're PC. Find "boot.img". Copy it to another folder.
Put phone in bootloader.
Fastoot USB will apear when you connect to PC.
Open command prompt. "Fastboot flash boot boot.img"
Click to expand...
Click to collapse
Hi, I am on S-ON, so I followed you instructions no problem, but now the phone never gets past the bootloader, it's stuck in a boot loop?
Any Ideas?
Thanks.:cyclops:

What happened?

You need to have boot.img in the same folder as fastboot
Sent from my VilleC2 using Czech localised Tapatalk

Related

HTC Desire S issue

Hello all,
A friend has a HTC Desire S. He tried to install some stuff on it like new rom, HBOOT, etc. Now the phone can boot only with power and VOL DOWN. I can enter also in recovery but from there I can't install new rom to boot in it. Also HBOOT is ver. 2.00.xx not sure the last digits and there is S-ON also.
Any idea how can I fix it?
Thank you in advance.
Is the recovery CWM or 4EXT? What happens when you try to install a new rom?
If you're S-ON you have to flash the boot.img with fastboot after flashing your ROM :
Code:
fastboot flash boot boot.img
Extract it from your ROM zip and put it in the platform-tools folder of the SDK. Go in this folder then Shift+Left click --> open prompt command here
Then write the code above. Of course you need to plug the phone in fastboot mode before doing that :silly:
Hello,
thanks for the answers. I was able to handle this. Mainly the issue was that Windows 8 won't detect the phone at all. I have other computer with Win7 and I made the all the needed there.
Here is what I have used: http://forum.xda-developers.com/showthread.php?t=1525100
Now everything is working.
Thank you all.

HTC One S Bootloader/Root. What to do first

Hello
I have a HTC One S, and I was trying to update it to 4.2.2 with CyanogenMod10.1. Before I start anything, I want to know if I have to unlock the bootloader first, or root the phone first. Can someone tell me what to do? Thanks.
Unlock the bootloader. Then flash a custom recovery, like TWRP. Then copy the cm10.1 zip from your laptop to your phone. Extract the boot.img from the zip file to your adb folder. Flash the CM10.1 zip on your phone. Then reboot the device to the bootloader from the recovery. Connect your phone to the PC. Open your adb command prompt and type fastboot flash boot boot.img. Reboot.
majdi313 said:
Can someone tell me what to do?
Click to expand...
Click to collapse
Read this thread: http://forum.xda-developers.com/showthread.php?t=2076086
And yes, like usaff22 said: 1-unlock, 2-recovery, 3-ROM+boot.img

[Q] Stuck after installing ROMs while booting

Dear Friends,
I have HTC Sensation, I have just rooted my phone and whiped everything in ClockWorkMod then installed a custom ROM, then i rebooted the phone and it stucked at booting.
My HBOOT version is 1.27.0000
My S-ON
Then I again downloaded another ROM and installed it after whiping everything, again the phone stucked at booting.
I have tried 5 times with different ROMs but my phone stucked at booting.
Can anyone help me please.
Best Regards.
You have to install the 4ext recovery. And enable smartflash in it. So you can flash roms on s-on
Sent from my Sensational Device using Tapatalk 4 Beta
Want a cool place to hang out
Check this OUT!!!
hanisod said:
You have to install the 4ext recovery. And enable smartflash in it. So you can flash roms on s-on
Sent from my Sensational Device using Tapatalk 4 Beta
Want a cool place to hang out
Check this OUT!!!
Click to expand...
Click to collapse
Thanks for your reply, but I don't have any rom currently on my phone, can you guide me how to install 4ext Recovery with no rom on phone?
thesalmanster said:
Thanks for your reply, but I don't have any rom currently on my phone, can you guide me how to install 4ext Recovery with no rom on phone?
Click to expand...
Click to collapse
Hi, do you have the Sensation bootloader drivers installed?
If you haven't, boot into the bootloader and turn your network connection off. Then open Device Manager, right click on "Android 1.0" and update the device drivers manually to the location of the Android SDK > Extras > Google > USB_Driver. (Making sure the SDK is installed already and the USB drivers downloaded from the menu)
Then connect your phone to the computer when the phone is in FASTBOOT USB mode. Open a terminal/cmd window in your working folder (if you don't have one you can download and extract one from here
Then extract your boot.img file from inside the ROM (don't extract the ROM or delete the file though) and place it inside the adb folder you just downloaded.
In the cmd/terminal window, type
Code:
fastboot flash boot boot.img
Then the ROM should boot properly when you reboot back into the system.
You can then install 4EXT recovery from Google Play.
or use step 2 from here to flash 4ext
http://forum.xda-developers.com/showthread.php?t=1631861

boot loop hellp ! !

umm i got problem with my phone, my htc go into bootloop mode after i install Revelation rom jb 1.0.0 , it goes to htc logo sreen, then black screen, then back to htc logo screen again
i do format all partition except sdcard but no luck, then i tried to restore my previous rom, it went to bootloop too ,
what should i doo ?
everytime i went into 4ext recovery , there always appear a popup says that "there are pending update to your boot partition, do you want to remove smartflash ?" <-- i dont know what is smartflash, all i do know is my phone is in hboot 1.27 , rooted,s-off, and unlocked
and everytime after i installed any room, it says "backup of your boot partition has failed, please report this bug "
Try entering fastboot via terminal and flash boot.img manually type
fastboot flash boot boot.img
and see how it goes...
regards
_phoenix_-- said:
Try entering fastboot via terminal and flash boot.img manually type
fastboot flash boot boot.img
and see how it goes...
regards
Click to expand...
Click to collapse
umm could you explain a step by step method how i did this, kinda forget how to do this, i've "s-off"-ed , and unlocked my phone about one year ago
Assuming you have a working adb setup installed on your pc (if not follow http://forum.xda-developers.com/showthread.php?t=1152148)
1. connect your phone to pc
2. extract the boot.img of your roms .zip file and place it in your platform-tools folder (or where fastboot is located on your system)
3. type "fastboot reboot-bootloader" (on your phone it should read "fastboot usb")
4. type "fastboot flash boot boot.img"
5. when finished type "fastboot reboot"
and you are ready to go.
Remember since you are s-off, there is no need to have smartflash enabled, so disable it in your recovery...
regards
_phoenix_-- said:
Assuming you have a working adb setup installed on your pc (if not follow http://forum.xda-developers.com/showthread.php?t=1152148)
1. connect your phone to pc
2. extract the boot.img of your roms .zip file and place it in your platform-tools folder (or where fastboot is located on your system)
3. type "fastboot reboot-bootloader" (on your phone it should read "fastboot usb")
4. type "fastboot flash boot boot.img"
5. when finished type "fastboot reboot"
and you are ready to go.
Remember since you are s-off, there is no need to have smartflash enabled, so disable it in your recovery...
regards
Click to expand...
Click to collapse
could i just put the boot.img i extracted from the rom i want to flash into my sdcard and let it load in bootloader ?
sweethurt said:
could i just put the boot.img i extracted from the rom i want to flash into my sdcard and let it load in bootloader ?
Click to expand...
Click to collapse
no
put it in your adb and fastboot folder in your pc as suggested above
it works like charm, i just have to flash the boot.img from pc, even though i have to borrow my friends pc since mine on win8, anyway thank you for the information, really really help ! !
i almost got frustated since i cant do restore from backup and the flashing always stuck at <waiting for devices> in my win8 pc,
oh, one more question, if i want to flash another rom, should i just do wipe-install ( normal method ) or i still have to flash its boot.img alone from pc ? :fingers-crossed::fingers-crossed:
sweethurt said:
it works like charm, i just have to flash the boot.img from pc, even though i have to borrow my friends pc since mine on win8, anyway thank you for the information, really really help ! !
i almost got frustated since i cant do restore from backup and the flashing always stuck at <waiting for devices> in my win8 pc,
oh, one more question, if i want to flash another rom, should i just do wipe-install ( normal method ) or i still have to flash its boot.img alone from pc ? :fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse
Just follow the normal procedure
But if you have again the same message about bending to the boot partition has failed then you will have to use the boot.img of the rom again
Sent from my HTC Sensation Z710e using xda premium
rzr86 said:
Just follow the normal procedure
But if you have again the same message about bending to the boot partition has failed then you will have to use the boot.img of the rom again
Sent from my HTC Sensation Z710e using xda premium
Click to expand...
Click to collapse
Wanna ask something again, everytime i went into recovery to install a rom and kernel, it went to boot twice until phone went into boot animation screen. Is it normal ?
All i know is that it would only happened if i i'm on s-on, i'm s-off, and everytime i try to disable smartflash on recovery, it went enabled again
Sent from my Sensation using Tapatalk 4
sweethurt said:
Wanna ask something again, everytime i went into recovery to install a rom and kernel, it went to boot twice until phone went into boot animation screen. Is it normal ?
All i know is that it would only happened if i i'm on s-on, i'm s-off, and everytime i try to disable smartflash on recovery, it went enabled again
Sent from my Sensation using Tapatalk 4
Click to expand...
Click to collapse
smartflash from recovery always stays disabled
check from the 4ext updater if you have enabled permantly the smartflash

Black screen after flashing a new rom

Hello, I had a MIUI ROM and I flashed a new version , doing the wipes and flashing it, but after the reboot, I see the HTC logo and nathing else, only the black screen.
In my bootloader appears "unlocked", saga pvt ship s-on rl, hboot 2.00.0002.
I tried to flash others ROMs and it happens the same, black screen after the HTC logo.
Thank you.
Did u flash the boot.img after flashing the roms? Since ur s-on u need to flash a rom then boot straight into bootloader and flash the boot.img then reboot. The boot img is inside the rom zip.
jmcclue said:
Did u flash the boot.img after flashing the roms? Since ur s-on u need to flash a rom then boot straight into bootloader and flash the boot.img then reboot. The boot img is inside the rom zip.
Click to expand...
Click to collapse
Can you tell me how to do it? I read something about that but I don't know how to do it.
I had the same problem today but the flash fixed it.
Estrada88 said:
Can you tell me how to do it? I read something about that but I don't know how to do it.
Click to expand...
Click to collapse
The Linux / ubuntu method
I had the same problem and followed the advice of the previous post this is how I did it:
1. First I made sure the fastboot programme was in my home directory
2. Then using a compression program I extracted the boot.img file from the "cm-11-20141214-UNOFFICIAL-saga.zip" rom. I also extracted it to my home directory (same directory as the fastboot program)
3. After installing the Rom and Gapps on my phone via TeamWin Recovery I immediately rebooted into the bootloader. and selected fastboot
4.I connected the phone via usb cable to my laptop.
5.On my laptop I opened a terminal for commandline
6. I entered the following command:
"sudo /home/simon/fastboot flash boot boot.img"
After the flash was successful I rebooted and CM11 is now working. I suppose the windows meathod follows similar principles.
Or use fastboot adb on windows.
Sent from my HTC Desire S using XDA Free mobile app
I'm totally unable to make it works. I have the "waiting for device" message, I'm reading tutorials but nothing works.
Estrada88 said:
I'm totally unable to make it works. I have the "waiting for device" message, I'm reading tutorials but nothing works.
Click to expand...
Click to collapse
U using windows? If so use this tool to setup drivers
http://forum.xda-developers.com/showthread.php?t=2588979
I got it! thank you very much

Categories

Resources