View Single Post
  #5 (permalink)  
Old 01-08-2011, 04:05 PM
lkillen's Avatar
lkillen
VIP Member
Offline
Location: Sugar Hill, Ga
 
Join Date: Aug 2007
Posts: 1,282
Reputation: 810
lkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: EVO Won't wake up....?`

Pull the SDCard and reboot and run for awhile and see if the problem persists. If it goes away, back-up your card and reformat it. There is a chance that the phone is accessing the card and getting hung up.

The things that cause a phone to "hang" or any program for that matter are a bad written app. It is amazing how many endless loops find themselves into the world. Access violations where a program steps into memory it does not own. Tasks that lack proper timeouts. Timeouts are defensive code to abandon a task when the desired resutls are not being accomplished. Task lock concurrency (thread lock). "I will meet you at the corner but if I get there first, I will mark an X on the sidewalk. If you get here first, be sure to erase my X".
And of course, it could be degrading hardward but it is usually logic.
__________________
Nobody thanks me - Nobody cares.
Reply With Quote
This post has been thanked 1 times.