hi guys,
yesterday i unlocked my bootloader flashed recovery (cwm 6.0.4.6) and a new rom. Slimkat 3.0 Stable.
today i made a nand and tried to flash new kernel (kozmikkernel) via adb (adb flash boot boot.img, i think this is the right way for s-on devices?)
but now my phone is stuck at bootloop, when i press the power button the other buttons startin to blink, bute nothing happens, the screen still stays black. what can i do to restore my nand backup?
hboot 1.56
s-on
m7ul
br
no ideas?
mookoe said:
no ideas?
Click to expand...
Click to collapse
I think you have to flash kernel thru fastboot so command is
fastboot flash boot boot.img
That should get it working since I don't believe you flash the kernel thru adb ...do it thru fast boot let me know I'd it helps
Sent from my One using XDA Premium 4 mobile app
I am sorry, but it says very clearly in the instructions of that kernel thread how to flash. Before doing anything, please familiarise yourself properly, and read read read....
Sent from my HTC One
mookoe said:
hi guys,
yesterday i unlocked my bootloader flashed recovery (cwm 6.0.4.6) and a new rom. Slimkat 3.0 Stable.
today i made a nand and tried to flash new kernel (kozmikkernel) via adb (adb flash boot boot.img, i think this is the right way for s-on devices?)
but now my phone is stuck at bootloop, when i press the power button the other buttons startin to blink, bute nothing happens, the screen still stays black. what can i do to restore my nand backup?
hboot 1.56
s-on
m7ul
br
Click to expand...
Click to collapse
put ur phone in charge about a1h then disconect charge , press volume down about 10 second then press power button 10 second then release power button and keep pressing volume down , now you can see ur bootloader and u follow me :
1- flash a new recovery i prefer twrp .
2-enter to recovery and mount ur usb storage ,if you get error cant mount ...etc , dont worry ,you can use adb sideload or "adb push zip "name of rom".zip wait about 3 or 5 min and you and u will find ur rom in ur storage , then flash ur rom and voila
Related
Last night i i wet my phone and since then the home button seems to be stuck or fryed or idk. it only boots into recovery and when i try to use the home button (ex. try to power off via recovery and press home to confirm, flash a rom press homee to confirm), it doesnt do anything. so now im stuck in recovery trying to figure out what i can do? any ideas? is there anything i can do in adb to get it to boot properly?
OK, that should work: You need a fastboot enabled spl (death/hard/eng) for that, and a kernel boot.img, ideally the one from the rom you are using (it is inside the zip archieve, just extract it).
Boot -> Recovery (automatically...)
adb shell reboot bootloader
fastboot boot boot.img
Well, your homebutton will still be screwed, but at least it should boot if the system is still ok.
Well I went into adb and started punching in commands. Reboot android did the trick. I think I may do as u say tho just in case my phone dies for some reason. Appreciate it
Well I still have the home button problem but now I'm stuck again.....I want to flash the new cy rc3 but don't know how to do it. I can't press home to confirm the wipes and the flashing....I think saw a post somewhere a while back about flashing through adb but can't find it no more. Anybody have any ideas or know how?
Sent from my HTC Dream using XDA App
My power button as gonne. i try install trackballwake to my phone but it get stock in x logo. i only can acess phone via fastboot. i cannot go to recovery because the ok button (power) doesn´t work. How can i install a rom via fastboot for i can install a apk than helps me not use power button.
install 4ext touch recovery via fastboot http://forum.xda-developers.com/showthread.php?t=1419813
after that u can flash watever rom u want from recovery without using power button
EDIT- here is a recovery image file http://www.4ext.net/ddl/mahimahi/recovery.zip that you can fastboot
fastboot flash recovery recovery.img
Sent from my Nexus One using Tapatalk
Amon-RA recovery is also compatible with TB.
Do you have blackrose hboot ? In that case you can choose from boot menu to go to recovery mode with the TB (no need for power button anymore with Blackrose).
Else : You have to use adb to go back to recovery while the ROM is bootlooping.
adb reboot recovery
I hope it helps (I have broken power button too ^^)
My problem is that i needpower button to go to recovery
read my previous post I gave you 2 ways without power button
If you don't know what blackrose hboot is then you don't have it. If you don't know how to use adb, search on xda or google.
already working. but i still need a app do wake the screen when this is off. any idea, please.the fix power button doesn´t work in miui...
have u not got trackball wake or volume wake?
MIUI have them ....
Sent from my Nexus One using Tapatalk
What rom do you have in your phone?
My power button doesn't work anymore. So I'm using Blackrose flashboot, Amon-RA recovery and TexasIce rom, with the apps quick boot and lock screen. After that I forgot that the power button had existed some day...
Sent from my Nexus One using Tapatalk 2
install rom from windows command line
follow these command once you are booted in your old ROM
adb reboot bootloader
fastboot -w
fastboot flash system system.img
fastboot flash boot boot.img
fastboot reboot
Hello,
I tried to flash Slim ROM on my TMo HTC One and I accidentally soft-bricked it.
First, I unlocked the bootloader, put the zip folder in storage and then went straight for flashing a ROM.
Since then, I am stuck in a bootloop even when I try to run recovery - I flashed TWRP.
Can anoyone help?
nonaresu said:
Hello,
I tried to flash Slim ROM on my TMo HTC One and I accidentally soft-bricked it.
First, I unlocked the bootloader, put the zip folder in storage and then went straight for flashing a ROM.
Since then, I am stuck in a bootloop even when I try to run recovery - I flashed TWRP.
Can anoyone help?
Click to expand...
Click to collapse
yes, this is pretty simple:
You can boot into your bootloader by pressing the power button for a long time and if the display turns off, press the volume down button and hope you jump into your bootloader.. try this out until you manage to get into your bootloader. If this doesn't work, you should hold your phone below a bright light so the sensor recognizes it.. then play around with your power button and volume buttons and you should be able to boot into your bootloader. Then connect your phone to the PC and use this fastbootcommand after you navigated to fastboot on your phone:
Code:
fastboot erase chache
Now you should be able to boot into your recovery..
If it helped, hit the thanksbutton or ask other questions by quoting my post so I get notified and I can answer
If you managed to enter the recovery, say it, I write further instructions... Because if I write it now and the steps above didn't work... I wrote it for no reason and yeah... just say it
LibertyMarine said:
yes, this is pretty simple:
You can boot into your bootloader by pressing the power button for a long time and if the display turns off, press the volume down button and hope you jump into your bootloader.. try this out until you manage to get into your bootloader. If this doesn't work, you should hold your phone below a bright light so the sensor recognizes it.. then play around with your power button and volume buttons and you should be able to boot into your bootloader. Then connect your phone to the PC and use this fastbootcommand after you navigated to fastboot on your phone:
Code:
fastboot erase chache
Now you should be able to boot into your recovery..
If it helped, hit the thanksbutton or ask other questions by quoting my post so I get notified and I can answer
Click to expand...
Click to collapse
thank you for your quick response, unfortunately, after erasing cache before and I still got stuck in bootloop (didnt work this time either).
Entering Recovery... appears on top of a screen and nothing happens for a long time before the phone reboots itself
nonaresu said:
thank you for your quick response, unfortunately, after erasing cache before and I still got stuck in bootloop (didnt work this time either).
Entering Recovery... appears on top of a screen and nothing happens for a long time before the phone reboots itself
Click to expand...
Click to collapse
I would simply reflash recovery (maybe a different one) to make sure it's not the file you have
nonaresu said:
thank you for your quick response, unfortunately, after erasing cache before and I still got stuck in bootloop (didnt work this time either).
Entering Recovery... appears on top of a screen and nothing happens for a long time before the phone reboots itself
Click to expand...
Click to collapse
ok.. in that case we have to do some other stuff..
Download the TWRP recovery, it's know to work better than CWM at it's current state, you can download the file for your HTC One here:
http://techerrata.com/browse/twrp2/m7 (credits to: http://teamw.in/ thanks for your awesome work!)
Then when you are in the fastboot mode, use this command:
Code:
fastboot flash recovery "C:\pathToYourRecovery\recoveryname.img"
Then boot into recovery... and if this doesn't work too, try this command:
Code:
fastboot boot "C:\pathToYourRecovery\recoveryname.img"
If you were able to get into the recovery, or if you were not able, pls answer
!! :good: It worked and I got successfully booted the recovery, I think I was flashing a wrong version of twrp before
PLS HELP installing the latest Android Revolution rom on my HTC ONE 40.3, tried to install with recovery mod clockword touch the ROM instead of recovery TRWP 2.6.3 and my htc one to run without rebooting and ROM and I can not enter the recovery to install another, but if I can get into the bootloader. I appreciate in advance any help THANKS.
rem2711 said:
PLS HELP installing the latest Android Revolution rom on my HTC ONE 40.3, tried to install with recovery mod clockword touch the ROM instead of recovery TRWP 2.6.3 and my htc one to run without rebooting and ROM and I can not enter the recovery to install another, but if I can get into the bootloader. I appreciate in advance any help THANKS.
Click to expand...
Click to collapse
if you can get into the bootloader, you can flash a new recovery through it, and flash the rom
So the question is, are you able to get into bootloader?
if I'm able to do it if I explain how, and if I can help much better because Spanish translations by google are a bit bad. I'm desperate and do not know how to get my htc one again. THANKS
rem2711 said:
if I'm able to do it if I explain how, and if I can help much better because Spanish translations by google are a bit bad. I'm desperate and do not know how to get my htc one again. THANKS
Click to expand...
Click to collapse
If you hold and keep holding down volume down button and power button down together it should boot into bootloader..once in bootloader I suggest you fastboot erase cache, then try to reflash recovery via fastboot flash recovery <name of recovery>.img
when trying to install the TWRP recovery via fastboot but I accept I give reboot the htc one was shut down and when I press the power button only red led lights up and the screen stays off and the pc is not recognizing the device. When I press the power button + vol low blink at the same time the button <(return) and the button at the house but did not get the bootloader,
HI mates,
I flashed a image and now my phone won't boot its not going into recovery neither its booting into rom or into boat loader (power+vol up) what should i do it shows logo only and reboots automatically to the same screen, attached via usb not detected by pc.
FarrukhQadri said:
HI mates,
I flashed a image and now my phone won't boot its not going into recovery neither its booting into rom or into boat loader (power+vol up) what should i do it shows logo only and reboots automatically to the same screen, attached via usb not detected by pc.
Click to expand...
Click to collapse
First this thread go to [Q&A]
Have you flasht a wrong kernel ? Try to flash stock Boot.IMG for your rom .
If that is not helping place full Rom as a sample (B609) on youre external sdcard under dload/ and that Boot youre fon with all three buttons
Sent from my p7_l10 using XDA Free mobile app
Araca said:
First this thread go to [Q&A]
Have you flasht a wrong kernel ? Try to flash stock Boot.IMG for your rom .
If that is not helping place full Rom as a sample (B609) on youre external sdcard under dload/ and that Boot youre fon with all three buttons
Sent from my p7_l10 using XDA Free mobile app
Click to expand...
Click to collapse
yes i think i have flashed wrong image.
i have my rom installed in the phone which is stock based so i should flash its image? i would be thankful for your help.
FarrukhQadri said:
yes i think i have flashed wrong image.
i have my rom installed in the phone which is stock based so i should flash its image? i would be thankful for your help.
Click to expand...
Click to collapse
Connect your device to the PC, and ADB is gonna be accessible for 2-4 seconds while the logo is loading (bootanimation), by that time you can flash recovery using fastboot flash recovery recovery.img or simply enter bootloader mode by (i think) holding power up + vol up + vol down buttons. After you have access to the recovery, things are gonna be easier as you can flash ROM's, kernels etc etc. (either via ADB or the recovery itself)
Best regards,
James
Daentrod said:
Connect your device to the PC, and ADB is gonna be accessible for 2-4 seconds while the logo is loading (bootanimation), by that time you can flash recovery using fastboot flash recovery recovery.img or simply enter bootloader mode by (i think) holding power up + vol up + vol down buttons. After you have access to the recovery, things are gonna be easier as you can flash ROM's, kernels etc etc. (either via ADB or the recovery itself)
Best regards,
James
Click to expand...
Click to collapse
let me try this ... bro after getting bricked its not even charging .
Resolved
Thank you Everyone for helping and guiding issue is resolved your help is always appreciated...
how?
How?
same problem here with my P7 L00 , forum should work both ways, would be nice if you could post solution... tks
Most likely the solution from #4.
Also note that you can easily enter bootloader mode by
a.) disconnecting device and powering it off completely
b.) holding down VOL DOWN and connecting device until it boots into bootloader mode
(Similarly, if you hold down VOL UP you can enter recovery.)
In bootloader mode, flash the correct recovery, then you can do the three button update with update.app in the dload folder.
g4b3rm4n said:
Most likely the solution from #4.
Also note that you can easily enter bootloader mode by
a.) disconnecting device and powering it off completely
b.) holding down VOL DOWN and connecting device until it boots into bootloader mode
(Similarly, if you hold down VOL UP you can enter recovery.)
In bootloader mode, flash the correct recovery, then you can do the three button update with update.app in the dload folder.
Click to expand...
Click to collapse
ok tks !, that s actually what I did, the only thing is that I m still stucked cause I cannot get get into forced update by pressing the 3 buttons : saved dload folder in otg usb but when I press 3 buttons I get back to recovery ?
maurolm said:
ok tks !, that s actually what I did, the only thing is that I m still stucked cause I cannot get get into forced update by pressing the 3 buttons : saved dload folder in otg usb but when I press 3 buttons I get back to recovery ?
Click to expand...
Click to collapse
Did you flash the correct stock recovery for the device? Not having the correct recovery might just throw you into the recovery instead of flashing the software. Also, the recovery should be unzipped inside the dload folder (some people forget this).
tks! using TWRP 2.8.7.0 that runs ok on EMUI 3.0 - not original recovery - maybe that s why then I can t get to force download?
maurolm said:
tks! using TWRP 2.8.7.0 that runs ok on EMUI 3.0 - not original recovery - maybe that s why then I can t get to force download?
Click to expand...
Click to collapse
When you flash stock recovery, make sure that you're using exact version of the ROM.
Like if you had B609 you should use B609 recovery image and no other!
I made the mistake of using B621 recovery image on a B609, thinking "well it's the same, both are KitKat and both are EMUI 3.0" but NO! I was wrong.
Don't make the same mistake i did.
Let me know if you get stuck
maurolm said:
tks! using TWRP 2.8.7.0 that runs ok on EMUI 3.0 - not original recovery - maybe that s why then I can t get to force download?
Click to expand...
Click to collapse
Yes, that is the problem - *only* stock recovery can install stock ROMs and updates! Depending on your base version, you should install the recovery for the BXXX ROM (e.g.: if you are on CWM flashable B609, flash the recovery for B609, etc.).
tks all, I will flash stock recory and post back
follow up: TWRP was the issue, flashed stock recovery and was good to go...running EMUI 3.1 android 5.1 already, tks for all!