Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > General > General

Reply
 
LinkBack (1) Thread Tools Display Modes
  #261 (permalink)  
Old 12-20-2007, 10:45 PM
shahryz
Status: Offline
Junior Member
 
Join Date: Nov 2007
Posts: 11
Rep Power: 0
shahryz is on a distinguished road
Default

I would really like to fix this, 'cause the battery life is really terrible. My friend charges his phone every 3-4 days, whereas I charge it every 16 hours.

I feel it's really bad for the battery itself.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #262 (permalink)  
Old 12-22-2007, 03:31 PM
dlsx
Status: Offline
Junior Member
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
dlsx is on a distinguished road
Default imapidle

Hey everyone,

someone had mentioned in this thread that imapidle might work which you can get from the installer. It worked on my phone with sacrificed battery life. I tried all the other fixes too and they seem to give comparable life times. Just a note the johnstool was very unstable worked sometimes and not other times.

I have also seen a lot of post where people in France are experiencing similar problems and they said that apple tech support said that it would be fixed via software upgrade. I will believe it when I see it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #263 (permalink)  
Old 01-04-2008, 08:15 AM
erbre120
Status: Offline
Junior Member
 
Join Date: Dec 2007
Posts: 1
Rep Power: 0
erbre120 is on a distinguished road
Default

I don't undetstand. This thread occured since September, but 3-4 months left, no one can really solve this problem (just to avoid).

I am willing to donate for the software that can help me (really) solving this problem

:-(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #264 (permalink)  
Old 01-04-2008, 11:28 AM
Sony311
Status: Offline
Member
 
Join Date: Dec 2007
Posts: 41
Rep Power: 0
Sony311 is on a distinguished road
Default

Quote:
Originally Posted by erbre120 View Post
I don't undetstand. This thread occured since September, but 3-4 months left, no one can really solve this problem (just to avoid).

I am willing to donate for the software that can help me (really) solving this problem

:-(
Hey guys, I remember reading about the solution to this problem. From what I can remember the problem was a hardware problem. Something about the antennae connection to the commboard. Sorry I can't be of further help but if you look around page 5? of this thread someone fixed it by replacing the Comm board but I do not think you need to go this far, but you should definitly check the antennae connections.

I wish I could be of more help, but like I said, I remember on a forum somewhere that someone mentioned it had something to do with their antennae....

Befoer you go checking this though (it's a long hard route) google for the solution and see if you find what I did...

Good luck guys!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #265 (permalink)  
Old 01-10-2008, 05:28 PM
MihaiD
Status: Offline
Junior Member
 
Join Date: Jan 2008
Posts: 2
Rep Power: 0
MihaiD is on a distinguished road
Default

Hi everybody.

I came up to this thread after searching for ages.
The orcinus fix is working for me as well but it is eating up battery power like hell.

So I tried messing with the numbers in the .plist file but as you already noticed it is not doing any good. But I tried something else - I edited the file and deleted some parts of it and now it is working without deleting the .plist or renaming it. Battery life also seems to have improved a great deal but I am not sure yet how much. Still the first cycle since editing the file. But with deleting the .plist - it drained my fully loaded battery in 12 hours with wifi and bluetooth activated. While now I am already 6 hours into it and the battery is showing at around 80 % - same conditions.

Therefore I am thinking - the file is read (/needed?) by the power management app and some settings (not all of them) are being used. I don't know yet but I will try messing with the data some more to see if I get any better efect out of it.

If you want to do your own tests - here is what I did so far:

1. I deleted everything between <plist> and </plist> tags.
- it works but I figured that it would not bring any improvement as opposed to deleting the file.

2. I deleted just the Default Profile Choices part - did not work

3. Since the profile choices were using choice 1 for the battery and choice 2 for the AC Power - I deleted the first, second, forth and fift set of settings (AC / Battery / UPS) - this because being an array the first one would be key 0
- this also did not work

4. Since I was left with just one set of settings and no Choices part I further edited the battery settings to be identical with the AC settings
- also no good

5. I deleted just the <array> and </array> tags
- now I am up and running

So now my com.apple.SystemPowerProfileDefaults.plist file looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SystemProfileDefaults</key>
<dict>
<key>AC Power</key>
<dict>
<key>Sleep On Power Button</key>
<integer>1</integer>
<key>Automatic Restart On Power Loss</key>
<integer>0</integer>
<key>Disk Sleep Timer</key>
<integer>10</integer>
<key>Display Sleep Timer</key>
<integer>10</integer>
<key>Dynamic Power Step</key>
<integer>1</integer>
<key>Hibernate File</key>
<string>/var/vm/sleepimage</string>
<key>Hibernate Mode</key>
<integer>3</integer>
<key>Reduce Processor Speed</key>
<integer>0</integer>
<key>System Sleep Timer</key>
<integer>10</integer>
<key>Wake On AC Change</key>
<integer>0</integer>
<key>Wake On Clamshell Open</key>
<integer>1</integer>
<key>Wake On LAN</key>
<integer>1</integer>
<key>Wake On Modem Ring</key>
<integer>1</integer>
<key>Display Sleep Uses Dim</key>
<integer>1</integer>
<key>ReduceBrightness</key>
<integer>0</integer>
<key>Mobile Motion Module</key>
<integer>1</integer>
</dict>
<key>Battery Power</key>
<dict>
<key>Sleep On Power Button</key>
<integer>1</integer>
<key>Automatic Restart On Power Loss</key>
<integer>0</integer>
<key>Disk Sleep Timer</key>
<integer>10</integer>
<key>Display Sleep Timer</key>
<integer>10</integer>
<key>Dynamic Power Step</key>
<integer>1</integer>
<key>Hibernate File</key>
<string>/var/vm/sleepimage</string>
<key>Hibernate Mode</key>
<integer>3</integer>
<key>Reduce Processor Speed</key>
<integer>0</integer>
<key>System Sleep Timer</key>
<integer>10</integer>
<key>Wake On AC Change</key>
<integer>0</integer>
<key>Wake On Clamshell Open</key>
<integer>1</integer>
<key>Wake On LAN</key>
<integer>1</integer>
<key>Wake On Modem Ring</key>
<integer>1</integer>
<key>Display Sleep Uses Dim</key>
<integer>1</integer>
<key>ReduceBrightness</key>
<integer>0</integer>
<key>Mobile Motion Module</key>
<integer>1</integer>
</dict>
<key>UPS Power</key>
<dict>
<key>Sleep On Power Button</key>
<integer>1</integer>
<key>Automatic Restart On Power Loss</key>
<integer>0</integer>
<key>Disk Sleep Timer</key>
<integer>10</integer>
<key>Display Sleep Timer</key>
<integer>5</integer>
<key>Dynamic Power Step</key>
<integer>1</integer>
<key>Hibernate File</key>
<string>/var/vm/sleepimage</string>
<key>Hibernate Mode</key>
<integer>3</integer>
<key>Reduce Processor Speed</key>
<integer>0</integer>
<key>System Sleep Timer</key>
<integer>15</integer>
<key>Wake On AC Change</key>
<integer>0</integer>
<key>Wake On Clamshell Open</key>
<integer>1</integer>
<key>Wake On LAN</key>
<integer>0</integer>
<key>Wake On Modem Ring</key>
<integer>0</integer>
<key>Display Sleep Uses Dim</key>
<integer>1</integer>
<key>ReduceBrightness</key>
<integer>1</integer>
<key>Mobile Motion Module</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>

Like I said - the battery life seems for now to have improved - I don't know yet how much - but I think the above tries are proof that some of the settings in this file are read and thus maybe we can tweak them to have better battery life.

Hope this helps.

I have a 1.1.2 OTB iPhone jailbroken and hard-unloked with NextSim
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #266 (permalink)  
Old 01-10-2008, 06:09 PM
Derter
Status: Offline
Senior Member
 
Join Date: Nov 2007
Posts: 104
Rep Power: 9
Derter is on a distinguished road
Default

Quote:
Originally Posted by MihaiD View Post
Hi everybody.

I came up to this thread after searching for ages.
The orcinus fix is working for me as well but it is eating up battery power like hell.

So I tried messing with the numbers in the .plist file but as you already noticed it is not doing any good. But I tried something else - I edited
Nice to know someone is still trying.
I'll give it a try and report here!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #267 (permalink)  
Old 01-12-2008, 07:15 PM
shahryz
Status: Offline
Junior Member
 
Join Date: Nov 2007
Posts: 11
Rep Power: 0
shahryz is on a distinguished road
Default

Mihaid, I copied your code into my plist file, I'll report back if anything has improved, have you tested if the calls and sms are always received?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #268 (permalink)  
Old 01-13-2008, 03:47 PM
Derter
Status: Offline
Senior Member
 
Join Date: Nov 2007
Posts: 104
Rep Power: 9
Derter is on a distinguished road
Default

Quote:
Originally Posted by MihaiD View Post

Like I said - the battery life seems for now to have improved - I don't know yet how much - but I think the above tries are proof that some of the settings in this file are read and thus maybe we can tweak them to have better battery life.
Tryed!
Nothing has changed,24 hours (WiFi off) like before.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #269 (permalink)  
Old 01-14-2008, 06:39 PM
shahryz
Status: Offline
Junior Member
 
Join Date: Nov 2007
Posts: 11
Rep Power: 0
shahryz is on a distinguished road
Default

Mine actually ended up being drained even more. :/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #270 (permalink)  
Old 01-14-2008, 07:18 PM
thebeej
Status: Offline
Member
 
Join Date: Aug 2007
Posts: 72
Rep Power: 6
thebeej is on a distinguished road
Default

hi everyone. i have the same probem and wnet through the 27 pages here but still dont understand if theres a fix. Is there a way to rectify this problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.hackint0sh.org/f127/7699.htm
Posted By For Type Date
Telefon-Treff Archive - iPhone verliert Netz This thread Refback 01-14-2009 05:33 PM



All times are GMT +2. The time now is 05:34 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407