[solved] [Q] Igorance stuck at boot screen - HTC One V

Hello XDA,
i have recently been using CM10, but seeing the latest news I wanted to install "Ignorance v3" in my HTC One V. So I prepared the .zip file, set it to the sd card, and then installed it with ClockwordMod Recovery. I setup the system with the first Ignorance dialogs, where I choose to wipe all my data, from sdcard too. After that the phone reboots and now it's stuck in the Ignorance Boot animation.
I searched in the forums for help, but the thing is, int this state I cant shutdown the phone or access the adb.

ohellequin said:
Hello XDA,
i have recently been using CM10, but seeing the latest news I wanted to install "Ignorance v3" in my HTC One V. So I prepared the .zip file, set it to the sd card, and then installed it with ClockwordMod Recovery. I setup the system with the first Ignorance dialogs, where I choose to wipe all my data, from sdcard too. After that the phone reboots and now it's stuck in the Ignorance Boot animation.
I searched in the forums for help, but the thing is, int this state I cant shutdown the phone or access the adb.
Click to expand...
Click to collapse
Flash Kernel Via Fastboot
http://www.mediafire.com/download/q1cya8son1lq3z3/boot-TK-USB-201305210014.img
Hold Power button for 6 seconds or so
And Then when the screen turns off, hold VOLUME DOwn Button to get to fastboot menu

I've holded the Power button down for a minute or so, but it still won't turn off

ohellequin said:
I've holded the Power button down for a minute or so, but it still won't turn off
Click to expand...
Click to collapse
That usually happens to me, just keep trying it'll eventually turn off. Once it does turn off press the volume down button and power button right away otherwise it will turn back on.

ohellequin said:
I've holded the Power button down for a minute or so, but it still won't turn off
Click to expand...
Click to collapse
remove the USB Cable, The phone should powern down then after some seconds pressing the power button

how do I send the files to the SD Card, when the only interactive menu I get from the phone is the Fastboot and the ClockworkMod Recovery ?

Mount sd card from Cwm

when I "fastboot flash boot boot.img" it says: " cannot determine image filename for 'boot.img' "
but the the boot.img is already in the sd card

ohellequin said:
when I "fastboot flash boot boot.img" it says: " cannot determine image filename for 'boot.img' "
but the the boot.img is already in the sd card
Click to expand...
Click to collapse
Your boot.img must be in your pc in the fastboot directory. Then, when your onev is in fastboot usb, type fastboot flash boot boot.img in cmd

patgou.007 said:
Your boot.img must be in your pc in the fastboot directory. Then, when your onev is in fastboot usb, type fastboot flash boot boot.img in cmd
Click to expand...
Click to collapse
I placed it in the "platform-tools" where "fastboot" is located, but I still get the same reaction

so I filany got to fastboot boot.img, but now I am stuck again in the boot logo animation

The right command is fastboot flash boot boot.img

mr_nooby said:
The right command is fastboot flash boot boot.img
Click to expand...
Click to collapse
yeah, thatt's what I did. I just wrote the short version here

Did you rename the kernel to boot.img?
If not, do it. Otherwise just type fastboot flash boot nameofkernel.img

it finaly worked !!! :victory:
i don't know how, but after the 6~7 attempt it worked, thanks to everybody

Related

[Q] One x keeps rebooting after installing kernel

Please help!
I`ve installed a stock kernel because the previous kernel wasn't working well, but now my phone keeps rebooting.
It starts up and after the "htc one x" logo is showed it reboots.
This is the kernel I've installed:
http://forum.xda-developers.com/showthread.php?t=1692404&page=2
And I'm using a stock ROM (1.29)
I'm sorry for asking, but I'm not that experienced with loading kernels so I'm a little stressed out that I've bricked my phone or something..
Can someone please ~give advise?
did u flash the modules?
sent from my CHARRED ONE X~ and click THANKS if I helped.
jannvh said:
Please help!
I`ve installed a stock kernel because the previous kernel wasn't working well, but now my phone keeps rebooting.
It starts up and after the "htc one x" logo is showed it reboots.
Click to expand...
Click to collapse
There are essentially three steps to flashing a new kernel:
Flash the new kernel using fastboot flash boot filename.img
Erase cache using fastboot erase cache
Reboot into recovery and push the new kernel's modules by installing the .ZIP file from your device's SD card.
Tnx for your reply man!
Only now I have a different problem..
My phone doesn't start at al!!
I had to work today so I left my phone on the charger all day, to try your method tonight.
When I tried to start it up the only thing I get is the red led blinking a few times and thats it..
When I left my phone on the charger last night it looked like it was charging (red led burning continuously).
Anyone any ideas what's the problem now? (and how to fix of course )
-update 5 min later: now I don't even get the red led blinking anymore )
-update another 5 min later: strangely enough the led blinks again
In the meantime I'm back in the bootloader! :good:
What now?
Can you really simply explain how to flash the boot.img?
I dont understand how it works exactly..
Sorry for being so ignorant, but if I was foreseeing this sh*t I would never have touched my kernel
thanks in advance!
1. download boot.img and modules zip from the link
2. copy boot.img to fastboot folder.
3. open cmd, cd to where your fastboot folder is and then type:
fastboot flash boot boot.img
fastboot erase cache
4. boot phone into recovery, mount USB storage and copy modules zip to your phone
5. unmounts USB storage and install modules zip from recovery menu
6. reboot phone and it should boot
teky said:
1. download boot.img and modules zip from the link
2. copy boot.img to fastboot folder.
3. open cmd, cd to where your fastboot folder is and then type:
fastboot flash boot boot.img
fastboot erase cache
4. boot phone into recovery, mount USB storage and copy modules zip to your phone
5. unmounts USB storage and install modules zip from recovery menu
6. reboot phone and it should boot
Click to expand...
Click to collapse
So I've booted my phone in the bootloader en then selected fastboot. Then I leave it there and open the CMD on my pc
The boot.img is in the my downloads folder.
So in CMD I should type: C:\Users\Jan\Downloads>fastboot flash boot boot.img
And than it says that the command is not recognized...
to be more specific, it says: fastboot is not recognized as internal or external command, program or batchfile
jannvh said:
So I've booted my phone in the bootloader en then selected fastboot. Then I leave it there and open the CMD on my pc
The boot.img is in the my downloads folder.
So in CMD I should type: C:\Users\Jan\Downloads>fastboot flash boot boot.img
And than it says that the command is not recognized...
to be more specific, it says: fastboot is not recognized as internal or external command, program or batchfile
Click to expand...
Click to collapse
you copy the boot.img to the same folder that the fastboot files are in
Edit: you should really READ the INSTRUCTIONS before you act. if you unlocked your bootloader to do some modding, which you would have HAD TO DOWNLOAD THE FASTBOOT FILES AND PERFORM THE FASTBOOT COMMANDS FROM WITHIN THE FASTBOOT DIRECTORY
teky said:
you copy the boot.img to the same folder that the fastboot files are in
Edit: you should really READ the INSTRUCTIONS before you act. if you unlocked your bootloader to do some modding, which you would have HAD TO DOWNLOAD THE FASTBOOT FILES AND PERFORM THE FASTBOOT COMMANDS FROM WITHIN THE FASTBOOT DIRECTORY
Click to expand...
Click to collapse
Yeah I know.. I'm stupid as hell and I have learned a lot. I thought I knew enough, but apparently not..
But now I want my phone to work again, so excuse me for asking, but where are my fastboot files?
I've unlocked my bootloader using the method on this site:
http://onexroot.com/one-x-root/how-to-root-one-x/
But when I copy boot.img in the folder that guy uses (foldername: oneXRoot) the cmd 'fastboot flash boot boot.img' still fails.
I feel really bad, but I really hope you guys can have mercy and patience with me...
the fastboot.exe is in the OneXRoot folder
open cmd, cd to that folder and then run the fastboot command:
cd c:\users\jan\downloads\onexroot
fastboot flash boot boot.img
As shown in the attached image. Sorry if we sound rude, but as I have found out in the last day or so..... there are just some people that don't read instructions, and/or don't understand what they are doing (when all info that they need is in the Rom-dev section)
In other terms. You have to have your boot.img in the same folder as where your adb and fastboot files are
To check if your on the right track, ctrl+rightclick on a blabk space in a folder and select "open command window here" then type fastboot?
Sent from my HTC One X using xda app-developers app
Thanks for al your help you guys, but now I know what's really wrong with my phone.
I've a wrong version of clockworkmod installed. In this version the usb storage function doesn't work, so I can't place a new ROM on my phone.
I wanted to install a working version of clockwork, but now my battery is drained! (at least below 30%) :crying:
I tried to load the battery, but that doesn't work anymore.
Anyone some ideas?
Download the 5.8.4.0 recovery. I think that's the fixed one.
Go to bootloader and fastboot usb thrn flash the recovery there.
Sent from my HTC One X using xda app-developers app
walaway said:
Download the 5.8.4.0 recovery. I think that's the fixed one.
Go to bootloader and fastboot usb thrn flash the recovery there.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
I tried and it started promising but I got the message that my battery is too low:
sending 'recovery' (5742 KB)...
OKAY [ 0.748s]
writing 'recovery'...
FAILED (remote: battery low)
finished. total time: 0.958s
The main problem is to charge my phone to at least 30%, but I don't know how.
Try turning the phone off via hboot and putting it on charge for a while
teky said:
Try turning the phone off via hboot and putting it on charge for a while
Click to expand...
Click to collapse
of course i tried that already... But somehow it doesn't charge anymore.
Can't figure out why.
I had the same problem but it does charge the led won't light up as the software to control it is corrupted charge for awhile then try again. I managed to boot mine into clockwork recovery and hook it to pc to charge it
Sent from my HTC One X using xda premium
grinder19 said:
I had the same problem but it does charge the led won't light up as the software to control it is corrupted charge for awhile then try again. I managed to boot mine into clockwork recovery and hook it to pc to charge it
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Also tried that already, but also in clockwork it doesn't charge..
Hate it that the one x has got a build in battery
I really don't have a clue what to do now. The only thing I need is a charged battery, but it looks like theres no way to charge it
I'm not gonna buy a new phone because my battery is empty
dont worry when your phone is completely out of juice you will be able to charge it... happened to me while i was stuck in bootloader myself...
yeah I know, there has to be a way, but the only question is how?
I'm thinking of opening up my phone and charge it with a power supply.
Back in the days with my old HD2 it would be easy...

Htc one X stays on the first screen "HTC quietly brilliant"

Hi,
I tried to install one custom rom (android revolution) and something was wrong, because when restarting the htc its stays on the white screen with "HTC quietly brilliant", what can i do to make work the htc?
Thanks
granger33 said:
Hi,
I tried to install one custom rom (android revolution) and something was wrong, because when restarting the htc its stays on the white screen with "HTC quietly brilliant", what can i do to make work the htc?
Thanks
Click to expand...
Click to collapse
Reboot into recovery and try clearing cache. Or do a full reset. If not load another ROM on. Did you perform a nandroid back up first?
Sent from my Galaxy Nexus using xda premium
You need to flash the boot.img included in the rom zip file, separately in fastboot.
Coz it wants to emphasize n make sure that u agree that its Quietly Brilliant ..
Just say out loud " ya I agree n its brilliant indeed..All hail HTC One X" ..n then its gonna move on for sure..
On a serious note..Did u flash the kernel correctly..I mean did u clear the cache in cmd?
Sent from my HTC One X using xda premium
To flash the boot.img, the command is "fastboot flash boot xxx.img"
With xxx.img the name of the boot file you want to flash.
You need to go in fastboot on the phone press and hold power + volume down.
On your PC, use fastboot on a cmd windows.
Hope this can help.
Please follow instructions on howto install custom roms they are included in first post of mostly every custom rom.
From what you say you probably didnt flash boot.img at all. So you are in a bootloop. Flash boot.img of the custom rom and restart your phone and it will boot correctly
Hi,
thanks for your help, i did not a perform a nandroid back up first.
I cannot enter in recovery mode, so i went to fastboot and installed Clockworkmod Touch Recovery 5.8.4.0. But i cannot enter again on recovery mode.
I started in fastboot and did the command fastboot flash recovery (the team win projects recovery image):
when pressed enter first time - failed battery low, second time - failed remote 00000008, third time is sending the recovery, does it take some time?
granger33 said:
I started in fastboot and did the command fastboot flash recovery (the team win projects recovery image):
when pressed enter first time - failed battery low, second time - failed remote 00000008, third time is sending the recovery, does it take some time?
Click to expand...
Click to collapse
It takes the most a couple of seconds. Please read some how-to's before flashing !
Charge your batt to full !!!
1 : is to unlock bootloader
2 : to flash a custom recovery
3 : backup existing (original) rom
4 : wipe everything
5 : flash the boot.IMG with fastboot commands
6 : flash rom in recovery
And before flashing the boot.IMG erase cache and also after flashing the boot.IMG with fastboot command.
Also erase cache after flashing the custom recovery !
Please correct me if i'm wrong
Sent from my HTC One X using xda premium
Iam inside of clockworkMod recovery, what i have to do to clean everythink and start again?
You should have flashed the boot.img before flashing the ROM.
Steps to get out of boot loop
Hi,
You are probably in a boot loop because the boot.img you have is not compatible with the custom ROM or is not correctly flashed. First charge the phone upto at least 50% battery (to be safe). Then try following the steps below:
1. Download this pack>> Fastboot Pack http://forum.xda-developers.com/showthread.php?t=1616741
2. Extract the boot.img from the Custom Rom you are trying to install in a folder on your computer.
3. Extract Fastboot Pack into a folder on your computer and replace the boot.img by the boot.img extracted from the Custom Rom in Step.2
4. Turn your phone OFF
5. Turn your phone ON in bootloader mode by holding the power and vol down buttons at the same time, your phone will start in HBOOT mode. It will be displayed somewhere in the middle of the text.
6. Use the volume keys to move up and down the list, and select Fastboot, then press the power key. Now your phone will come in FASTBOOT mode.
7. Connect your phone to the computer via USB cable. Your phone will now display USB FASTOOT instead of just FASTBOOT.
8. Run 05-erase-cache.bat
9. Run 06-flash-custom-boot.bat
10. Run 08-install-clockwork-recovery.bat
11. Disconnect the USB cable. Your phone will now again say FASTBOOT.
12. Use the up or down volume key to select HBOOT and press the power button. This will take you back to HBOOT mode.
13. Use the volume keys to scroll to RECOVERY and press the power button.
14. This will take you to Recovery mode, now you can flash the Custom Rom you want using Recovery mode.
Let me know if I helped by clicking Thanks

HOX no OS

After unlocking my bootloader, I decided to flash ViperX and my phone got stuck in the white screen stating "HTC quietly Brilliant". I tried pressing the power button for a few seconds and it would go back to the same screen. I can only boot into Hboot and Fastboot USB. I tried botting into CWM recovery and realized that it it's gone. I've also tried using ADB but no use as it can't detect my device. Any help would be appreciated as I dont want to send the phone to HTC at the moment.
Bobbi lim said:
After unlocking my bootloader, I decided to flash ViperX and my phone got stuck in the white screen stating "HTC quietly Brilliant". I tried pressing the power button for a few seconds and it would go back to the same screen. I can only boot into Hboot and Fastboot USB. I tried botting into CWM recovery and realized that it it's gone. I've also tried using ADB but no use as it can't detect my device. Any help would be appreciated as I dont want to send the phone to HTC at the moment.
Click to expand...
Click to collapse
Boot into fastboot and type 'fastboot erase cache'.
Then boot into recovery (should work this time).
If it still doesnt work, then flash CWM again.
anks257 said:
Boot into fastboot and type 'fastboot erase cache'.
Then boot into recovery (should work this time).
If it still doesnt work, then flash CWM again.
Click to expand...
Click to collapse
Tried using fastboot erase cache but than it said something like waiting for device. I've tried pushing in CWM and TWRP and it was stated successful but when i tried to reboot into recovery, it goes back to the same htc quietly brilliant screen
Install CWM 5.8.4.0 with fastboot.
Mount SD card as USB from CWM. Flash the ROM, and also, flash the boot.img for the ROM.
Same thing happened to me.the boatload had relocked
sent from my highgrade HTC one x
BenPope said:
Install CWM 5.8.4.0 with fastboot.
Mount SD card as USB from CWM. Flash the ROM, and also, flash the boot.img for the ROM.
Click to expand...
Click to collapse
I've tried and it just says that's its successful but when I try to boot into recovery again, I get the same quietly brilliant screen
fastboot erase cache
Install the latest HTC drivers and android sdk.
Sent from my unlocked HTC One X using XDA premium.
Just thought I'd share this what I copied from a good source what helped me when I started flashing my hox but I use Linux so I don't have a clue about any window issues
.) Open the .zip file and copy 'boot.img' to your fastboot folder. Or the folder you use
.) Turn off your phone and enter the bootloader (Hold the Volume Down and Power Keys while off).
) Select 'Fastboot' by pushing the Power Key.
.) Plug your phone into your computer using a USB cable.
.)Now go to your computer and open a command window inside the fastboot folder (Hold SHIFT + Right Click on any white-space).
.) Type 'fastboot devices.'
) Type 'fastboot erase cache' and push enter. This can fix problems with bootloops or bootfailures.
.) Type 'fastboot flash boot boot.img' and push enter. It should say 'OKAY' if successful.
.) On your phone, select 'HBOOT' using the Power Key and scroll down to 'Recovery' using the Volume Down Key. Push to Power Key again to select it.
Once in recovery you can navigate by tapping the screen or by using the Power and Volume Up/Down Keys.
.) Select 'wipe data/factory reset' and accept the warning screen.
) Now select 'advanced' and select 'wipe dalvik cache.'
) Select 'mounts and storage' and then 'mount USB storage.'
.) Copy the .zip file you downloaded (Don't unzip it!) onto the SD card of your phone.
.) Unmount USB Storage on your phone and navigate back to the Recovery Homescreen.
.) Now select 'install zip from sdcard' followed by 'choose zip from sdcard.'
.) Select the .zip file and let it install.
Sent from my Xoom using xda app-developers app
did you flash the boot.img before flashing the rom ?
Before .... after......it should not matter , works on both options
anameeeen said:
did you flash the boot.img before flashing the rom ?
Click to expand...
Click to collapse
nope... I didn't know that I've to do that as I thought is just like a normal wipe and flash, like my old HTC Desire

[Q] HELP HELP Upgrading hboot gone bad

Hi Everyone,
I was trying to install the vemon viper x 3.3.6 (Im kind of new to flashing rom onto phones) onto my htc one x and had to update my hboot from 0.98 to 1.31 which i did with JBW tool and worked perfect and i unlocked my bootloader again but wen i was finished unlocking my bootloader i accendently factory reset my phone so it removed the vemon viper x 3.3.6 zip folder off my phone and cant run my old rom which is the vemon viper x 2.7 as it isnt a jellybean rom. So when i start my phone it loads the rom but doesn't boot. All i can get into is my hboot. My htc one x is s-on as well. Please any help would be great.
Flash a recovery, mount usb storage, copy rom to phone and flash it.
TToivanen said:
Flash a recovery, mount usb storage, copy rom to phone and flash it.
Click to expand...
Click to collapse
I flashed clockworkmod recovery onto my phone but i cant get into my phone to use the usb storage option to copy the rom onto my phone.
enter the bootloader by pressing volume - and the power button together as long as you are in the bootloader, do not let go before that.....then navigate to HBOOT - RECOVERY. it boots to recovery and activate the mount as mass storage device in the mounts and storage section (if you have CWM) if you get an error by doing that i suggest you flash the latest CWM recovery 5.8.4.0 first. older ones dont have this option !
Mr Hofs said:
enter the bootloader by pressing volume - and the power button together as long as you are in the bootloader, do not let go before that.....then navigate to HBOOT - RECOVERY. it boots to recovery and activate the mount as mass storage device in the mounts and storage section (if you have CWM) if you get an error by doing that i suggest you flash the latest CWM recovery 5.8.4.0 first. older ones dont have this option !
Click to expand...
Click to collapse
I will giv it a go, thanks for your help
rwhelan said:
I will giv it a go, thanks for your help[/QUO[/I]
I have noticed when it loads hboot it says my usb master mode cannot be accessed and asks to remove my usb cable, what does that mean??? I installed the vemon viper x rom through recovery on my fone but it keeps bring up the hboot when i turn on my fone it does booth into my fone at all and my recovery doesnt appear when i go into it just goes black booths back into my hboot. does anyone know whats going on and what should i do ( i am a bit of a noob when it comes to these things)????
Click to expand...
Click to collapse
rwhelan said:
rwhelan said:
I will giv it a go, thanks for your help[/QUO[/I]
I have noticed when it loads hboot it says my usb master mode cannot be accessed and asks to remove my usb cable, what does that mean??? I installed the vemon viper x rom through recovery on my fone but it keeps bring up the hboot when i turn on my fone it does booth into my fone at all and my recovery doesnt appear when i go into it just goes black booths back into my hboot. does anyone know whats going on and what should i do ( i am a bit of a noob when it comes to these things)????
Click to expand...
Click to collapse
That notification is normal, we all have that due to the usb cable being connected !
Did you install the rom with the cable connected ? That's a no go......always install a rom without the usb connected ! First put the phone into the bootloader, hold power and volume - until you are in. Then the fastboot command
Fastboot erase cache
From this point you disconnect the cable. enter the recovery and re-install the viper rom again.
You did flash the boot.img from the rom right ?
Click to expand...
Click to collapse
Mr Hofs said:
rwhelan said:
That notification is normal, we all have that due to the usb cable being connected !
Did you install the rom with the cable connected ? That's a no go......always install a rom without the usb connected ! First put the phone into the bootloader, hold power and volume - until you are in. Then the fastboot command
Fastboot erase cache
From this point you disconnect the cable. enter the recovery and re-install the viper rom again.
You did flash the boot.img from the rom right ?
Click to expand...
Click to collapse
It couldn't fastboot the boot.img file so decided to install it from recovery i see now that was a bit of a mistake. I will " fastboot erase cache" and fastboot the boot.img. Hope for the best
Click to expand...
Click to collapse
You need to flash the boot.img file just like a recovery . Boot.img file in the fastboot folder
In the command window
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
Then unhook the cable
Enter recovery and install the rom. And for the kernel question you answer with option 1.viper x delivered !
Mr Hofs said:
You need to flash the boot.img file just like a recovery . Boot.img file in the fastboot folder
In the command window
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
Then unhook the cable
Enter recovery and install the rom. And for the kernel question you answer with option 1.viper x delivered !
Click to expand...
Click to collapse
I have one last big problem, my phone is on a boot loop after trying to install my rom from recovery and the battery is too low so it wont allow me to flash anything onto my phone. What can i do???
can you still enter the recovery ? if so....put the phone in the recovery and put it on the wallcharger, then you select 1 time REBOOT RECOVERY and let it sit there. it will charge up !
Mr Hofs said:
can you still enter the recovery ? if so....put the phone in the recovery and put it on the wallcharger, then you select 1 time REBOOT RECOVERY and let it sit there. it will charge up ![/QUI
I cant get into the recovery. Is there anything i can do??
Click to expand...
Click to collapse
Yes put the phone in the bootloader and put this script in the fastboot folder. Open a command window there and type
Batt script.bat
http://db.tt/aLqeTpPO
It will continuesly reboot the bootloader and charge the phone little by little ! Until you got some power and can acces the custom recovery to charge it more !
If it does not work, remove the space in batt script.bat so it says battscript.bat .....
Mr Hofs said:
Yes put the phone in the bootloader and put this script in the fastboot folder. Open a command window there and type
Batt script.bat
http://db.tt/aLqeTpPO
It will continuesly reboot the bootloader and charge the phone little by little ! Until you got some power and can acces the custom recovery to charge it more !
If it does not work, remove the space in batt script.bat so it says battscript.bat .....
Click to expand...
Click to collapse
I am going to sound very stupid. Could you give me the exact line of command to use if the fastboot folder is saved in the local storage on the computer (c: drive), i dont want to do more damage then i have.:silly:
Example when the fastboot files are in
C:\fastboot\the fastboot files
Then you copy that battscript into that folder
Then you navigate to that folder and hold down shift and right click the mouse inside that folder, then choose "open command prompt here"
In that command prompt you type
Battscript.bat (hit enter)
And the phone should start rebooting.
If the fastboot folder is somewhere else you repeat my steps only change folder that i used.....
Mr Hofs said:
Example when the fastboot files are in
C:\fastboot\the fastboot files
Then you copy that battscript into that folder
Then you navigate to that folder and hold down shift and right click the mouse inside that folder, then choose "open command prompt here"
In that command prompt you type
Battscript.bat (hit enter)
And the phone should start rebooting.
If the fastboot folder is somewhere else you repeat my steps only change folder that i used.....
Click to expand...
Click to collapse
The file worked perfectly just opened it in the fastboot files and left it run all night. Then fastboot erase cache and the recovery is back up and running just have to flash the boot.img and phone up and running. Thanks for your help.
No problem. Glad its sorted !

[Q] Black Screen

On my HTC One V I unlock bootloader and rooted it successfully. It was working fine, but about 1-2 weeks later, when I was chatting with my friends on Messenger, it was starting to lag like hell until i couldn't do antyhing. I tried to turn it off and on with the power button. When I turned it on, firstly the logo "Quietly Brilliant" appeared and then...there was just a black screen. The phone was still turned on, but just with a black screen.. a slightly lighter black screen. I tried to turn it on and of. I can go to fast boot mode with Volume down+power button. I tried factory reset, but there was still the black screen. I send it to the manufacture, but they said, that the hardware is destroyed, because I've changed it. I think they mean I changed it with root and unlocking the bootloader...but I think that's not true? I don't think root or unlocking bootloader can change hardware. Yet I tried to unroot and relock the bootloader, but I can't do It if I can't connect my phone to my pc anymore. So my questions are:
1)How could I change the hardware?
2)How can I connect my phone to pc?
3)Is there a way to save my phone?
4)How does the manufacture know, that my phone is rooted when it can't be turned on, or connected to pc
5)Do they just lie about the hardware, so I must pay for it?
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
mr_nooby said:
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
Click to expand...
Click to collapse
Yes, I have s sim..so I have gsm i think? Right now, the manufacture is sending me back my phone. What is the bootloader exactly? Do you mean the combination of the keys volume down+power button?
If yes and I can acces to bootloader, how can I flash the rom with the correct kernel? Does it mean, my phone will be back to normal like it was at the start?
If I can't acces to bootloader, is there still a way to repair my phone?
btw I can't connect my phone to my pc...at least It didn't worked.
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
mr_nooby said:
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
Click to expand...
Click to collapse
Thank you very much!! How can I contact you when I get my phone back?
lddangsta said:
Thank you very much!! How can I contact you when I get my phone back?
Click to expand...
Click to collapse
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
My phone is back. How can I access bootloader?
lddangsta said:
My phone is back. How can I access bootloader?
Click to expand...
Click to collapse
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Seraz007 said:
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Click to expand...
Click to collapse
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
lddangsta said:
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
Click to expand...
Click to collapse
Okay I got it. I couldn't access to bootloader because my phone was connected to my pc
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yesm It said fastboot usb. What now?
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yes, it said fastboot usb. What now?
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
mr_nooby said:
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
Click to expand...
Click to collapse
Its bootloader is unlocked and it's rooted. Now for the recovery i found this:
http://www.teamw.in/project/twrp2/119
They say I should download the newest recovery img, access bootloader, select fastboot, plug the device into computer and run the command:
fastboot flash recovery recoveryfilename.img into command prompt right?
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
mr_nooby said:
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
Click to expand...
Click to collapse
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Have you downloaded the fastboot folder? And have you located it in cmd?
lddangsta said:
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Click to expand...
Click to collapse
i think you'll be better off flashing recovery by the all in one toolkit
mr_nooby said:
Have you downloaded the fastboot folder? And have you located it in cmd?
Click to expand...
Click to collapse
I have a folder named Android an there's: adb.exe, AdbWinApi.dll, fastboot.exe, Unlock_code.bin
Do you mean this?
Yes, now create a folder on the desktop called fastboot and copy those files in that folder. Then in cmd type cd desktop (enter) cd fastboot (enter), put the recovery in that folder, connect the phone on fastboot usb and type the recovery command

Categories

Resources