• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root "No sleep" bug is fixed by drakaz

@gil1 : Sucker! can't you change the title of your post ? I found this fix!
http://androidforums.com/samsung-i7500/61168-no-sleep-has-nothing-do-anything-2.html#post701322

For Samsung original firmware users:
http://box23.org/pub/7500/misc/I7500-locationmanager-fix.zip
unzip I7500-locationmanager-fix.zip
Boot in recovery
adb remount
adb push system/framework/ /system/framework
adb push system/app/ /system/app

For galaxo users:
Push this http://www.drakaz.com/FILES/GALAXY/dlfree/services.odex to /system/framework/
 
@gil1 : Sucker! can't you change the title of your post ? I found this fix!
http://androidforums.com/samsung-i7500/61168-no-sleep-has-nothing-do-anything-2.html#post701322

For Samsung original firmware users:
http://box23.org/pub/7500/misc/I7500-locationmanager-fix.zip
unzip I7500-locationmanager-fix.zip
Boot in recovery
adb remount
adb push system/framework/ /system/framework
adb push system/app/ /system/app

For galaxo users:
Push this http://www.drakaz.com/FILES/GALAXY/dlfree/services.odex to /system/framework/

man has a point Drakaz even credited him on the forums

although drakaz's solution is just the one file but i think galax0 is a requirement
it doesnt make sense that you have to replace all those apk's and odex's just for localisation.
also Drakaz has further tweeked and modified the second odex.
 
after applying patch, gps and a-gps are not working. the phone is sleeping well though :)

All working here.
Didn't have the bug, but I thought I would apply the patch just in case.

I don't know if this helps, but what I did do after applying the patch was to boot into recovery and check ext 3 file system and fix permissions.
 
I don't know if is working in my phone. I made as the tutorial, but in the logcat still appearing:

E/NotificationService...

when I try *#*#4636#*#* in the battery history show me:

running 100%
screen 60,5%

I'm using 1.6 galaxo v1.6.3.1
 
I don't know if is working in my phone. I made as the tutorial, but in the logcat still appearing:

E/NotificationService...

when I try *#*#4636#*#* in the battery history show me:

running 100%
screen 60,5%

I'm using 1.6 galaxo v1.6.3.1

sounds like something else is using your battery mate
 
God, I hate being such a newb with this. I have downloaded the patch, but don't know where I'm meant to copy the files. I thought from what I've read before my PC, but when I tried to install it I get the following.

C:\sdk\tools>adb push services.odex /system/framework/
cannot stat 'services.odex': No such file or directory

I have 'services.odex' in C:\sdk\tools\system\framework

Obviously this is the wrong place, should it be on the SD card?

I'm just randomly creating directories and copying files here, can someone give me a step by step how-to for a complete dummy. Thank you.
 
God, I hate being such a newb with this. I have downloaded the patch, but don't know where I'm meant to copy the files. I thought from what I've read before my PC, but when I tried to install it I get the following.

C:\sdk\tools>adb push services.odex /system/framework/
cannot stat 'services.odex': No such file or directory

I have 'services.odex' in C:\sdk\tools\system\framework

Obviously this is the wrong place, should it be on the SD card?

I'm just randomly creating directories and copying files here, can someone give me a step by step how-to for a complete dummy. Thank you.

try to move service.odex inside C:\SDK\TOOLS
then open CMD terminal, access C:\SDK\TOOLS
then connect your device with usb cable and perform the following commands as per this link:
adb remount
adb push services.odex /system/framework/
adb reboot

after rebooting you should have patched you device.
 
after a few days of normal cellphone use, yesterday I got my first no sleep after a missed phone call. Cellphone with new full battery died during night.

Although I must say this fix has improved a lot my battery life, it still didn't fix 100% the no sleep issue. Kudos to everyone who helped with it, as it has improved quite a lot my experience with the Galaxy.
 
Can anyone confirm what mr_boogie is saying?

mr_boogie, it is possible to get no-sleep from some other application.
Do you have any suspicious ones installed?
 
I don't know if is working in my phone. I made as the tutorial, but in the logcat still appearing:

E/NotificationService...

when I try *#*#4636#*#* in the battery history show me:

running 100%
screen 60,5%

I'm using 1.6 galaxo v1.6.3.1

Solved...I just fix cache in recovery, enabled root and do as how-to.
 
Can anyone confirm what mr_boogie is saying?

mr_boogie, it is possible to get no-sleep from some other application.
Do you have any suspicious ones installed?

Software used:

Handcent SMS
JuiceDefender
JuicePlotter
ATM
Jewels
astro
google stuff
mybackup

I only had this event once (yesterday) and since that battery is working normally.
 
Back
Top Bottom