View Single Post
  #193 (permalink)  
Old 08-04-2009, 08:59 PM
insomniac's Avatar
insomniac
PPCGeeks Regular
Offline
 
Join Date: Mar 2009
Posts: 211
Reputation: 275
insomniac is becoming a PPCGeeks regularinsomniac is becoming a PPCGeeks regularinsomniac is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated7-29|ROM||WM 6.5 build 21828|Titanium|CDMA|Chaos ROM - Suggestions Appreci

Quote:
Originally Posted by ChaosTheory View Post
Found a post by Juicy, whos ROMs are supposed to have outstanding battery life. The reg they use is

Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Battery]
"PollInterval"=dword:4E20
I will be putting that in the next release.

So the reg edits you recommend should look like this?

Code:
 
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\Client Drivers\MMC_Class]
"DisablePowerManagement"=dword:0
 
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\Client Drivers\NAND_Class]
"DisablePowerManagement"=dword:0
 
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\Client Drivers\SDMemory_Class]
"DisablePowerManagement"=dword:0
 
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\Client Drivers\SDMemory_Class\High Capacity]
"DisablePowerManagement"=dword:0
thanks, just changed it to 4E20.

the edits should look like this:

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\MMC_Class]
"DisablePowerManagement"=dword:0
[HKEY_LOCAL_Machine\Drivers\SDCARD\ClientDrivers\Cl ass\NAND_Class]
"DisablePowerManagement"=dword:0
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClentDrivers\Cla ss\SDMemory_Class]
"DisablePowerManagement"=dword:0

The following should already be included, but one time after flashing a rom, it somehow was missing after building the rom, I flashed it and it was missing and the phone didnt read the sd card, so including it just in case:

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\SDMemory_Class\High_Capacity]
"BlockTransferSize"=dword:0x000040

Last edited by insomniac; 08-04-2009 at 09:02 PM. Reason: all of those should say class, dont know what happened, double checked before submiting and it did not look like that,strange
Reply With Quote
This post has been thanked 1 times.