5

When my phone won't go to sleep, what is the best way to trouble-shoot what the problem and/or offending app is?

(In my case I am running CyanogenMod, and so I don't know if the solution will be the same or different than for stock Android)

ale
  • 19,723
  • 34
  • 110
  • 159
Mingo
  • 371
  • 1
  • 3
  • 11

2 Answers2

1

When your phone wont go to sleep, check for wakelock using apps. Programs like "Wakelock detector" will help you to do that. Good luck!

Reference: Wakelock , Wakelock detector

UzumApps
  • 57
  • 4
1

First, look at which apps are runnng (including services). Then use Titanium Backup to freeze on of those apps (exclude regular system apps/services, unless you've determined nothing else is the culprit) and see if your problem stops. If you haven't found the offender, un-freeze and try another.

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
  • Just out of curiosity, are there other apps like Titanium Backup that can freeze an app? – Mingo Feb 22 '11 at 14:58
  • I'm not sure. There are definitely other apps that do backups and uninstalls. So you could always back up the app, uninstall it, and restore it if it's not the problem. Of course, you can screw up your system if you mess with a system app (though not permanently as the device/filesystem/etc. will be fine). – Matthew Read Feb 22 '11 at 15:07