I'll post it here because I don't think it's necessary to open a new thread for this.
I used to have II5 and my phone lasted for 4-5 days with my use, I recently installed GalaxHero and now my battery is dead within a day, max 2.
BUT when I installed GalaxHero I also updated all my apps to the newest version.
So today I looked at logcat and I got this when the phone was asleep:
Code:
W/LocationManagerService( 1080): acquireWakeLock(): Unable to get WiFi lock
W/LocationManagerService( 1080): acquireWakeLock(): Unable to get WiFi lock
D/dalvikvm( 1311): GC freed 216 objects / 45080 bytes in 204ms
W/LocationManagerService( 1080): acquireWakeLock(): Unable to get WiFi lock
W/LocationManagerService( 1080): acquireWakeLock(): Unable to get WiFi lock
D/dalvikvm( 1124): GC freed 6373 objects / 251480 bytes in 419ms
D/dalvikvm( 1311): GC freed 396 objects / 89032 bytes in 191ms
W/LocationManagerService( 1080): acquireWakeLock(): Unable to get WiFi lock
D/dalvikvm(20359): GC freed 3182 objects / 153208 bytes in 230ms
W/LocationManagerService( 1080): acquireWakeLock(): Unable to get WiFi lock
The acquireWakeLock happend almost every second.
I found that this was because of BeautifulWidgets, I ended the service and now the phone is showing this:
Code:
D/dalvikvm( 1311): GC freed 396 objects / 89016 bytes in 181ms
D/dalvikvm( 1080): GC freed 17064 objects / 892176 bytes in 567ms
D/dalvikvm( 1311): GC freed 405 objects / 89216 bytes in 186ms
D/dalvikvm( 1311): GC freed 405 objects / 89256 bytes in 188ms
D/dalvikvm( 1311): GC freed 216 objects / 45128 bytes in 192ms
D/dalvikvm( 1311): GC freed 396 objects / 89008 bytes in 188ms
Which looks normal to me (I'm a noob though

)
Now the question: could this be the reason that my battery was discharging so quick?

If so what does the acquireWakeLock function do?
cheers