[Q] HTC One X switches on after half an hour of charging - HTC One X

Hi guys, pretty much as per title. I'd run my phone so it need fully charging, then put it on charge when it's empty. After about 15-30 minutes it just decides to turn itself on and i'm guessing this a is a 'feature' as it did this with the stock HTC ROM and it's doing it with Cyanogenmod.
This really pisses me off and I don't see any point in it, is there any way to turn this off or disable it?
Thanks.

When you ran stock rom, did you also had a custom recovery installed ? If so which one exactly ?

Clockwork Mod.

Can be recovery related. Flash back a stock recovery to try it out.

Mr Hofs said:
Can be recovery related. Flash back a stock recovery to try it out.
Click to expand...
Click to collapse
I believe it was/is a bug with custom recoverys that boot the phone when charging.
Sent from my HTC One X using xda app-developers app

I know that's why i mentioned it, it was at least on cwm 5.8.4.0. The latest philz i don't know because my phone is never off !

Thanks guys. How do I flash back a stock recovery? I'm using CM and CWM as recovery at the moment.

Buchtis said:
Thanks guys. How do I flash back a stock recovery? I'm using CM and CWM as recovery at the moment.
Click to expand...
Click to collapse
You flash it through fastboot.
But, first you must know which main version you are on, and then download the right one. Do fastboot getvar all, and it will tell you what to look after.

Related

{full proof method of not getting bricked cause of battery}

as i have seen many threads stating that in the custom recovery one cannot charge the phone, so i thought why not use the stock recovery after flashing the rom!!
1. i flashed a custom rom in the custom recovery
2. after the first boot, i went to the hboot and flashed the stock recovery
3.restarted the phone and booted back to the custom rom, no reboots, no hangs what so ever, rom booted normally
4. switched my phone off from the bootloader to check if it works and voila it is charging !!!!
5.to flash a custom Rom just flash a custom recovery in the fastboot
i do know that you have to flash a recovery every time you flash a custom rom but till a proper fix is found it is better to do this than depend on your luck
Edit: (credits to cpv5 for this info)Make sure you don't go to recovery when you're on stock recovery as it will wipe everything on your phone & virtual sdcard and you will be back to setup screen again.
gunswordx said:
as i have seen many threads stating that in the custom recovery one cannot charge the phone, so i thought why not use the stock recovery after flashing the rom!!
1. i flashed a custom rom in the custom recovery
2. after the first boot, i went to the hboot and flashed the stock recovery
3.restarted the phone and booted back to the custom rom, no reboots, no hangs what so ever, rom booted normally
4. switched my phone off from the bootloader to check if it works and voila it is charging !!!!
i do know that you have to flash a recovery every time you flash a custom rom but till a proper fix is found it is better to do this than depend on your luck
Click to expand...
Click to collapse
I've done that now, ta for that.
Sent from my HTC One X using XDA Premium HD app
gunswordx said:
as i have seen many threads stating that in the custom recovery one cannot charge the phone, so i thought why not use the stock recovery after flashing the rom!!
1. i flashed a custom rom in the custom recovery
2. after the first boot, i went to the hboot and flashed the stock recovery
3.restarted the phone and booted back to the custom rom, no reboots, no hangs what so ever, rom booted normally
4. switched my phone off from the bootloader to check if it works and voila it is charging !!!!
i do know that you have to flash a recovery every time you flash a custom rom but till a proper fix is found it is better to do this than depend on your luck
Click to expand...
Click to collapse
even better is that once you have done the OTA update to 1.28 you get the new Hboot which can boot properly so you never have to replace the stock recovery. just fastboot boot recovery.img if you need to change rom or nandroid
I dont think that the 1.28 Hboot has fixed the fastboot boot commands...
You can fastboot boot a recovery? not just a boot.img?
broncogr said:
I dont think that the 1.28 Hboot has fixed the fastboot boot commands...
Click to expand...
Click to collapse
it has because i have used it
flakz0r said:
You can fastboot boot a recovery? not just a boot.img?
Click to expand...
Click to collapse
and yes, you can boot a recovery aswell as a boot.img
bagofcrap24 said:
it has because i have used it
Click to expand...
Click to collapse
Very interesting, seems to be working for recoveries here as well (s-on unlocked hboot 0.94).
I'm really interested if this works properly for zImages as well. I thought PaulOBrein was working with htc for a solution for this "fastboot boot" though? Maybe some parts ain't working?
This is a great tip, thanks!
and is it just me, or does adb work when fastboot booting clockwork with the stock recovery flashed?!
bagofcrap24 said:
it has because i have used it
and yes, you can boot a recovery aswell as a boot.img
Click to expand...
Click to collapse
Are you using windows to fastboot boot or linux?
broncogr said:
Are you using windows to fastboot boot or linux?
Click to expand...
Click to collapse
Just tested it here, works on both host-machine types
It also lead to a nice find: http://forum.xda-developers.com/showthread.php?t=1594819&page=21
gunswordx said:
as i have seen many threads stating that in the custom recovery one cannot charge the phone, so i thought why not use the stock recovery after flashing the rom!!
1. i flashed a custom rom in the custom recovery
2. after the first boot, i went to the hboot and flashed the stock recovery
3.restarted the phone and booted back to the custom rom, no reboots, no hangs what so ever, rom booted normally
4. switched my phone off from the bootloader to check if it works and voila it is charging !!!!
i do know that you have to flash a recovery every time you flash a custom rom but till a proper fix is found it is better to do this than depend on your luck
Click to expand...
Click to collapse
I just add further note on your question here
See the edit part.
Thanks a ton ckpv5
Has a question here, how do we flash stock recovery in hboot? I only know the way of flashing stock recovery via fastboot with the command of "fastboot flash recovery [recovery name].img*
Is my way wrong or there is some other way?
Where do I get stock recovery from? Tempted to do this until cwm supports charging....
Sent from my HTC One X using Tapatalk 2
landwomble said:
Where do I get stock recovery from? Tempted to do this until cwm supports charging....
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
You can get it from the link below
http://forum.xda-developers.com/showpost.php?p=24738635&postcount=1
Btw bro, wanna ask if you are able to guide me on flashing the stock recovery? Is it the same way as flashing custom recovery?
williamyi said:
You can get it from the link below
http://forum.xda-developers.com/showpost.php?p=24738635&postcount=1
Btw bro, wanna ask if you are able to guide me on flashing the stock recovery? Is it the same way as flashing custom recovery?
Click to expand...
Click to collapse
yes same thing. not a single change except from the name
fastboot flash recovery (stock name).img
gunswordx said:
Edit: (credits to cpv5 for this info)Make sure you don't go to recovery when you're on stock recovery as it will wipe everything on your phone & virtual sdcard and you will be back to setup screen again.
Click to expand...
Click to collapse
ok so...when you mean this, you are saying that by simply going to hboot and afterwards "recovery", it will wipe it all?! wtf?!
any reason for it?
casca said:
ok so...when you mean this, you are saying that by simply going to hboot and afterwards "recovery", it will wipe it all?! wtf?!
any reason for it?
Click to expand...
Click to collapse
Because the stock recovery doesn't have menu like the CWM recovery, so once you choose recovery, the recovery process will run. Not like the CWM recovery, you need to choose which function to run.
So two things can happens when you go to recovery when you're on stock recovery:
1) the recovery will runs and wipe everything on your phone (I tested this)
2) the recovery will runs and there is error where you see the phone logo with red triangle, then you need to shutdown and restart to your current ROM.
ckpv5 said:
Because the stock recovery doesn't have menu like the CWM recovery, so once you choose recovery, the recovery process will run. Not like the CWM recovery, you need to choose which function to run.
So two things can happens when you go to recovery when you're on stock recovery:
1) the recovery will runs and wipe everything on your phone (I tested this)
2) the recovery will runs and there is error where you see the phone logo with red triangle, then you need to shutdown and restart to your current ROM.
Click to expand...
Click to collapse
ok, tks for explaining mate
What is the meaning of the error where you see the phone logo with red triangle

[Q] Cannot boot to recovery (on two completely separate phones).

I flashed CM10 onto my phone a couple weeks ago, everything went smoothly. Today, I reverted back to stock and locked the bootloader so that I could receive the stock JellyBean update. Well I download the update, reboot phone into fastboot, attempt to go into recovery and I get the red triangle !. I know this is an issue with the phone apparently not finding a recovery boot but why didn't my reverting to stock reinstall the stock recovery? Does anyone have any guides they suggest to get stock recovery back? (I've found a few but thought I would ask).
Now, this is understandable that my phone can't boot into recovery since I flashed CM recovery onto it and whatnot, but I attempted to boot into recovery on my girlfriends phone (same phone, NEVER BEEN UNLOCKED OR FLASHED) and it can't boot into recovery either... Is something going on here or am I just missing a huge piece of the puzzle? I don't really want to have to flash anything on my girlfriends phone to fix it, she's not into the tinkering and would rather not have her data reset. Any help would be appreciated.
And for the record, I did a search to figure this out but at the very least I can only find solutions for people who have flashed CM or similar and nothing pertaining to the problem my girlfriend's phone has.
Tried reflashing recovery already? How did you "revert" to stock?
Sent from my Galaxy Nexus using xda app-developers app
nktje said:
Tried reflashing recovery already? How did you "revert" to stock?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Used this method:
http://forum.xda-developers.com/showthread.php?t=1848566
It worked, I'm on stock ICS, but I didn't do ANYTHING after booting into ICS again and attempting to install JB and booting into recovery. Did I miss something? How do I "flash recovery"?
Unzip the factory image you get from developers.google.com/android/nexus/images
Then use fastboot to flash the recovery.
EDIT: red triangle doesn't necessarily mean the recovery is broken. It's just the way it is. If you wish to flash a 3rd party ROM you'll need to flash a 3rd party recovery.
Sent from my Galaxy Nexus using xda app-developers app
I think you are confusing a few things here. First off, the Android with the red triangle IS the stock recovery main screen. (If you want to flash the update manually, you need CWM -- go into fastboot mode and type: fastboot flash name-of-recovery.img, where name-of-recovery is the recovery that you downloaded and want to flash.) Second, you need the stock recovery for an update to install over-the-air, but you need a custom recovery if you want to flash it manually.
Muffinabus said:
Today, I reverted back to stock and locked the bootloader so that I could receive the stock JellyBean update.
Click to expand...
Click to collapse
this happened. you installed stock recovery when you reverted, whats the surprise?
and you dont need to relock bootloader to successfully update through ota. seems to me know the op needs to refine his searching skills.
nktje said:
EDIT: red triangle doesn't necessarily mean the recovery is broken. It's just the way it is. If you wish to flash a 3rd party ROM you'll need to flash a 3rd party recovery.
Click to expand...
Click to collapse
just press vol up+power to bring up the stock recovery menu.
edit: damn efrant, i got this man
sent from my i9250
nktje said:
Unzip the factory image you get from developers.google.com/android/nexus/images
Then use fastboot to flash the recovery.
EDIT: red triangle doesn't necessarily mean the recovery is broken. It's just the way it is. If you wish to flash a 3rd party ROM you'll need to flash a 3rd party recovery.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
So in the context of my girlfriend's phone where nothing has been done to it in the 4 months she's had it, why would it be giving the recovery error? Also, does flashing the recovery wipe the phone?
It's funny too because I just got the JB OTA but I'd still like to get this figured out.
Muffinabus said:
So in the context of my girlfriend's phone where nothing has been done to it in the 4 months she's had it, why would it be giving the recovery error? Also, does flashing the recovery wipe the phone?
It's funny too because I just got the JB OTA but I'd still like to get this figured out.
Click to expand...
Click to collapse
run the update manually (found on the Update link on efrants sig) through cwm, that should give you a more detailed description of whats going on.
flashing a recovery doesn't wipe the device. unlocking will, btw. its not an error, its the stock recovery!
sent from my i9250
bk201doesntexist said:
run the update manually (found on the Update link on efrants sig) through cwm, that should give you a more detailed description of whats going on.
flashing a recovery doesn't wipe the device. unlocking will, btw. its not an error, its the stock recovery!
sent from my i9250
Click to expand...
Click to collapse
Alright, I think I got it... so the android with the red ! triangle IS stock recovery? I just remember on my Nexus S being able to boot into recovery and load up a stock .zip update manually without any custom recovery mod. Is this not possible on the Galaxy Nexus then? So what does the stock recovery DO other than sit there and reboot after a minute?
Muffinabus said:
Alright, I think I got it... so the android with the red ! triangle IS stock recovery?
Click to expand...
Click to collapse
Correct! As was mentioned by bk201doesntexist, hold power and press volume up to access the menu.
Muffinabus said:
I just remember on my Nexus S being able to boot into recovery and load up a stock .zip update manually without any custom recovery mod. Is this not possible on the Galaxy Nexus then?
Click to expand...
Click to collapse
No, that does not work on the GNex.
Muffinabus said:
So what does the stock recovery DO other than sit there and reboot after a minute?
Click to expand...
Click to collapse
Have a look at the menu, and you can see the options.
efrant said:
Correct! As was mentioned by bk201doesntexist, hold power and press volume up to access the menu.
No, that does not work on the GNex.
Have a look at the menu, and you can see the options.
Click to expand...
Click to collapse
Thank you! I feel like an idiot now. I honestly thought it'd be the same as the Nexus S where you were able to do this...

[Q] Auto power on after full charge - how to disable?

Two days ago I noticed that my Hox powers on itself after it´s full charged (powered down manually). Running ViperX 2.7.1 with stock kernel. Didn´t change anything. Don´t know why it powers on... is there any option in the viper rom for such a behaviour? Couldn´t find anything that would cause auto booting my device. Any ideas?
i think this is related to kernel and its modules, many people reported this before, and there is no option in viperx (as far as i know) that causes this.
It's due to clockworkmod.
BenPope said:
It's due to clockworkmod.
Click to expand...
Click to collapse
And there isn´t a solution available?
michael-oc said:
And there isn´t a solution available?
Click to expand...
Click to collapse
Don't use clockworkmod.
i.e., stock recovery is fine, might be worth trying team win recovery project.
BenPope said:
Don't use clockworkmod.
i.e., stock recovery is fine, might be worth trying team win recovery project.
Click to expand...
Click to collapse
I´m happy with CWM and want to keep it. Haven´t had this problem in earlier versions of the viper rom. Or maybe it´s related to an app?
Nope. It's cwm.
Sent from my HTC One X using xda premium
You can always have stock recovery then just use fastboot to load the recovery without flashing it, I used to do this when cwm didn't allow offline charging.
fastboot boot recovery.IMG
This also allows you to use adb, also used before they fixed USB mounting.
Sent from my HTC One X using xda app-developers app
treebill said:
You can always have stock recovery then just use fastboot to load the recovery without flashing it, I used to do this when cwm didn't allow offline charging.
fastboot boot recovery.IMG
This also allows you to use adb, also used before they fixed USB mounting.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Thanks for your replies! To use stock recovery I must remove/disable CWM, right? Don´t know what is meant with recory.img you mentioned above. Could you explain that more detailed? I´m familiar with CWM from the first time I rooted my device, so I have no idea what´s stock recovery
michael-oc said:
Thanks for your replies! To use stock recovery I must remove/disable CWM, right? Don´t know what is meant with recory.img you mentioned above. Could you explain that more detailed? I´m familiar with CWM from the first time I rooted my device, so I have no idea what´s stock recovery
Click to expand...
Click to collapse
You would need to flash stock recovery, look about the forum's.
Recovery.IMG refers to the name / location to the recovery image.
If it was saved in a c://fastboot/stock/recovery.IMG
You would use
fastboot flash recovery /stock/recovery.IMG
Or to boot that image
fastboot boot /stock/recovery.IMG
Obviously these are just examples.
@vorticalbox tweet me
treebill said:
You would need to flash stock recovery, look about the forum's.
Recovery.IMG refers to the name / location to the recovery image.
If it was saved in a c://fastboot/stock/recovery.IMG
You would use
fastboot flash recovery /stock/recovery.IMG
Or to boot that image
fastboot boot /stock/recovery.IMG
Obviously these are just examples.
@vorticalbox tweet me
Click to expand...
Click to collapse
Thanks for the information. Did search for an alternative and chose TWRP. The auto reboot seems to be gone but will see after a couple of charges. so thanks anyway for your help
michael-oc said:
Thanks for the information. Did search for an alternative and chose TWRP. The auto reboot seems to be gone but will see after a couple of charges. so thanks anyway for your help
Click to expand...
Click to collapse
Damn it. Problem persists... using TWRP also powers on after charging. What´s causing this issue? Guess I have to life with this behaviour or switch to stock recovery.
michael-oc said:
Damn it. Problem persists... using TWRP also powers on after charging. What´s causing this issue? Guess I have to life with this behaviour or switch to stock recovery.
Click to expand...
Click to collapse
like i said you can have stock recovery installed and just temp boot a custom recovery.
a bit more work needing to connect to a pc to get into recovery but we still need a pc to flash boot images.
Sent from my Transformer TF101
Theres an easier way.
Tick the fastboot box in power settings and it`ll stay off when you turn it off.
backfromthestorm said:
Theres an easier way.
Tick the fastboot box in power settings and it`ll stay off when you turn it off.
Click to expand...
Click to collapse
Fastboot box? Where? In stock recovery or for market apps in system settings?
michael-oc said:
Fastboot box? Where? In stock recovery or for market apps in system settings?
Click to expand...
Click to collapse
settings > power
Sent from my Transformer TF101

[Q] Cant flash CWM

I'm trying to get cwm recovery on my htc ove v VM. I have unlocked boot loader and rooted successfully. When i fast boot the recovery image, it says sending writhing and done. When I reboot and try to boot cwm it just stays on the htc screen with the red letters, is this normal? I should think not. I'm sure this has happened to someone else I just need a solution. Any advice would be great.
Hi
CWM is not recommended for CDMA AFAIK
Use TWRP for CDMA instead
max
i4cbj45 said:
I'm trying to get cwm recovery on my htc ove v VM. I have unlocked boot loader and rooted successfully. When i fast boot the recovery image, it says sending writhing and done. When I reboot and try to boot cwm it just stays on the htc screen with the red letters, is this normal? I should think not. I'm sure this has happened to someone else I just need a solution. Any advice would be great.
Click to expand...
Click to collapse
check ur commands it shud be
fastboot flash recovery recovery.img
and check if the image is not broken TWRP 3.0 is come use that!
I got it
cybervibin said:
check ur commands it shud be
fastboot flash recovery recovery.img
and check if the image is not broken TWRP 3.0 is come use that!
Click to expand...
Click to collapse
I got CWM flashed using the android ultimate tool found on this site. Before that nothing worked. The only minor thing is that you have to scroll through the cwm menus three times to get to where you can select with the power button, but then it works fine. I've made my nandroid backup. But haven't flashed a rom yet... kinda nervous about getting into that one, But if you guys have any suggestions about STABLE roms, that would be helpful as well. Thanks,
i4cbj45 said:
I got CWM flashed using the android ultimate tool found on this site. Before that nothing worked. The only minor thing is that you have to scroll through the cwm menus three times to get to where you can select with the power button, but then it works fine. I've made my nandroid backup. But haven't flashed a rom yet... kinda nervous about getting into that one, But if you guys have any suggestions about STABLE roms, that would be helpful as well. Thanks,
Click to expand...
Click to collapse
I don't believe in those all on one Tools,i prefer to do it manually...Cause if u screw up u know where u went wrong.....and check out cm9 its almost stable...i used to use it....i like it....don't be nervous ... flashing is awesome
Sent from my One V using xda app-developers app

[Q] Red triangle alert

Hi. Good evening.
Since few months ago, I can't get into recovery any more. Each time I try doing so, there is a red alert triangle symbol in the middle of the screen, and the phone does nothing. So, I have to come back to the boot menu and select restart, to starting it normally to the ROM.
Last time I could enter into recovery was when I was updating it to Jellybean.
I had to update the bootloader and afterwards upload the kernel+ROM, from what I remember.
Since then, I get this red alert triangle alert.
I've read that it happens when you don't have any recovery installed, and you should flash a recovery. But I had mine (ClockwordMod) otherwise I wouldn't be able to install the custom ROM.
Anyway, do you have any clue regarding this subject and my particularities?
At this moment, this is what I have:
- HTC One X
- Android 4.1.1
- ROM: ViperX 3.5.5
- Bootloader 1.39
- Kernel 3.1.10
Cheers.
teteu86 said:
Hi. Good evening.
Since few months ago, I can't get into recovery any more. Each time I try doing so, there is a red alert triangle symbol in the middle of the screen, and the phone does nothing. So, I have to come back to the boot menu and select restart, to starting it normally to the ROM.
Last time I could enter into recovery was when I was updating it to Jellybean.
I had to update the bootloader and afterwards upload the kernel+ROM, from what I remember.
Since then, I get this red alert triangle alert.
I've read that it happens when you don't have any recovery installed, and you should flash a recovery. But I had mine (ClockwordMod) otherwise I wouldn't be able to install the custom ROM.
Anyway, do you have any clue regarding this subject and my particularities?
At this moment, this is what I have:
- HTC One X
- Android 4.1.1
- ROM: ViperX 3.5.5
- Bootloader 1.39
- Kernel 3.1.10
Cheers.
Click to expand...
Click to collapse
is your bootloader unlocked?
matt95 said:
is your bootloader unlocked?
Click to expand...
Click to collapse
Yes, it is. And the phone rooted.
teteu86 said:
Yes, it is. And the phone rooted.
Click to expand...
Click to collapse
Hove you flashed any other recoveries like stock? did you flash anything you normally wouldn't before the error occurred?
Well have you reflashed a custom recovery yet ? Thats the easiest thing to try
Mantenner said:
Hove you flashed any other recoveries like stock? did you flash anything you normally wouldn't before the error occurred?
Click to expand...
Click to collapse
That's it. From the last time, I had to update something related to HBOOT also.
Mr Hofs said:
Well have you reflashed a custom recovery yet ? Thats the easiest thing to try
Click to expand...
Click to collapse
No, I haven't. I don't know if I would have issues by already having a recovery and flashing another one over.
Actually, I had also installed (from Googe Play) ROM Manager to try to flash TWRP (changing from CWM) from there. I got a message it was successfully installed but I still had got the red sign and then I stopped trying.
Rom manager is of no use, need s-off for that. Flash a custom recovery and it will override the existing one. No problem.
Flash it manually with fastboot commands :thumbup:
Flashed recovery manually over the existing one by that time.
Solved. Thank you.
Sent from my HTC One X using xda app-developers app

Categories

Resources