PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13) (http://forum.ppcgeeks.com/showthread.php?t=110813)

NinjaDuck 03-19-2010 09:37 PM

Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)
 
Quote:

Originally Posted by twe90kid (Post 1642688)
how does v1.2 compare with this cab that i attached? which one would save more battery?


Lots of similarities:

Maxi:

Code:

- <characteristic type="HKLM\Drivers\BuiltIn\GSensor">
 <parm name="PollingInterval" value="1000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Software\HTC\HTCSensor\GSensor">
 <parm name="CheckingTime" value="1000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKCU\ControlPanel\BackLight">
 <parm name="BrightNess" value="3" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Software\Opera\GSensor">
 <parm name="IdleTime" value="1000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
 <parm name="BatteryPoll" value="1000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\BuiltIn\Battery">
 <parm name="PollInterval" value="25000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\BuiltIn\ErrorReporting">
 <parm name="PollInterval" value="1200000" datatype="integer" />
 
 </characteristic>


Mine
Code:

- <characteristic type="HKLM\Comm\Irsir1\Parms">
 <parm name="DisablePowerManagement" value="0" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Comm\PPTP1\Parms">
 <parm name="DisablePowerManagement" value="0" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Comm\AsyncMac1\Parms">
 <parm name="DisablePowerManagement" value="0" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Comm\Irsir1\Parms">
 <parm name="DisablePowerManagement" value="0" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Comm\L2TP1\Parms">
 <parm name="DisablePowerManagement" value="0" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Software\Microsoft\Obex">
 <parm name="IsEnabled" value="0" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class">
 <parm name="DisablePowerManagement" datatype="integer" value="0" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\NAND_Class">
 <parm name="DisablePowerManagement" datatype="integer" value="0" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class">
 <parm name="DisablePowerManagement" datatype="integer" value="0" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SIM_Class">
 <parm name="DisablePowerManagement" datatype="integer" value="0" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Software\Microsoft\Bluetooth\AudioGateway">
 <parm name="PowerSave" value="1" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Software\Microsoft\Bluetooth\AudioGateway">
 <parm name="PowerSave" value="1" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Services\BTAGSVC">
 <parm name="PowerSave" value="1" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\System\StorageManager\FATFS">
 <parm name="EnableCache" value="1" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKCU\ControlPanel\BackLight">
 <parm name="ACBrightness" datatype="integer" value="4" />
 
 <parm name="Brightness" datatype="integer" value="3" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
 <parm name="BatteryPoll" datatype="integer" value="3000" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
 <parm name="BatteryPoll" value="1000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\BuiltIn\Battery">
 <parm name="PollInterval" value="20000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\Drivers\BuiltIn\ErrorReporting">
 <parm name="PollInterval" value="1000000" datatype="integer" />
 
 </characteristic>
 
 
- <characteristic type="HKLM\SOFTWARE\HTC\PHONE">
 <parm name="FaceDownMuteRing" datatype="integer" value="0" />
 
 </characteristic>


twe90kid 03-20-2010 01:49 AM

Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)
 
which one would you say give me more battery lfie? yours or maxx?

NinjaDuck 03-20-2010 01:46 PM

Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)
 
Quote:

Originally Posted by twe90kid (Post 1644602)
which one would you say give me more battery lfie? yours or maxx?

I am setting more options, so I would guess mine. I am sure that the difference is nominal either way. This is the most basic of stuff.

twe90kid 03-22-2010 09:20 PM

Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)
 
1 Attachment(s)
hey,

I just loaded MightyRom Impact and looked through the Reg files that are related to what you used to save battery...

Could you please look through these files and put the values that mighty used into a cab?

Quote:

- <characteristic type="HKLM\Comm\Irsir1\Parms">
<parm name="DisablePowerManagement"

- <characteristic type="HKLM\Comm\PPTP1\Parms">
<parm name="DisablePowerManagement

- <characteristic type="HKLM\Comm\AsyncMac1\Parms">
<parm name="DisablePowerManagement"

- <characteristic type="HKLM\Comm\L2TP1\Parms">
<parm name="DisablePowerManagement

- <characteristic type="HKLM\Software\Microsoft\Obex">
<parm name="IsEnabled

- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class">
<parm name="DisablePowerManagement"

- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\NAND_Class">
<parm name="DisablePowerManagement

- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SDMemory_C lass">
<parm name="DisablePowerManagement"

- <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SIM_Class">
<parm name="DisablePowerManagement"

- <characteristic type="HKLM\Software\Microsoft\Bluetooth\AudioGateway">
<parm name="PowerSave"

- <characteristic type="HKLM\Services\BTAGSVC">
<parm name="PowerSave"

- <characteristic type="HKLM\System\StorageManager\FATFS">
<parm name="EnableCache"

- <characteristic type="HKCU\ControlPanel\BackLight">
<parm name="ACBrightness"
<parm name="Brightness"

type="HKLM\System\CurrentControlSet\Control\Power\Timeou ts">
<parm name="BatteryPoll

- <characteristic type="HKLM\Drivers\BuiltIn\Battery">
<parm name="PollInterval"

- <characteristic type="HKLM\Drivers\BuiltIn\ErrorReporting">
<parm name="PollInterval

- <characteristic type="HKLM\SOFTWARE\HTC\PHONE">
<parm name="FaceDownMuteRing

<characteristic type="HKLM\Drivers\BuiltIn\GSensor">
<parm name="PollingInterval"

- <characteristic type="HKLM\Software\HTC\HTCSensor\GSensor">
<parm name="CheckingTime

- <characteristic type="HKLM\Software\Opera\GSensor">
<parm name="IdleTime




NinjaDuck 03-22-2010 10:01 PM

Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)
 
Quote:

Originally Posted by twe90kid (Post 1651272)
hey,

I just loaded MightyRom Impact and looked through the Reg files that are related to what you used to save battery...

Could you please look through these files and put the values that mighty used into a cab?

Are you asking me to create a CAB with the attached registry settings, or are you looking for me to tweak them?

twe90kid 03-22-2010 10:50 PM

Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)
 
well i found that mightyrom has the best battery life. I was wondering if you can pull out the specific reg keys in mighty's rom and put it into a cab. so for example if your settings are lower(keep them), but if mighty's settings are lower then use mighty's... Would like to have them in a cab to install for other roms. This should give better battery life for all.

hope that's not to much that i'm asking.

Ok - I looked through all the cabs again and copied out all the settings...
can you cab these regs up? thanks
Quote:

[HKEY_LOCAL_MACHINE\Comm\Irsir1\Parms]
"DisablePowerManagement"=dword:00000000

[HKEY_LOCAL_MACHINE\Comm\PPTP1\Parms]
"DisablePowerManagement"=dword:00000000

[HKEY_LOCAL_MACHINE\Comm\AsyncMac1\Parms]
"DisablePowerManagement"=dword:00000000

[HKEY_LOCAL_MACHINE\Comm\L2TP1\Parms]
"DisablePowerManagement"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Obex]
"IsEnabled"=dword:00000001

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\MMC_Class]
"DisablePowerManagement"=dword:00000001

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\NAND_Class]
"DisablePowerManagement"=dword:00000001

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\SDMemory_Class]
"DisablePowerManagement"=dword:00000000

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\SIM_Class]
"DisablePowerManagement"=dword:00000001

[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"EnableCache"=dword:00000001

[HKEY_CURRENT_USER\ControlPanel\BackLight]
"ACBrightness"=dword:00000005
"Brightness"=dword:00000005

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\Timeouts]
"BatteryPoll"=dword:000001F4

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Battery]
"PollInterval"=dword:00001388

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\ErrorReporting]
"PollInterval"=dword:0002BF20

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\GSensor]
"PollingInterval"=dword:00000064

[HKEY_LOCAL_MACHINE\SOFTWARE\Opera\GSensor]
"IdleTime"=dword:000000C8

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCSensor\GSensor]
"CheckingTime"=dword:000001F4

NinjaDuck 03-22-2010 11:29 PM

Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)
 
Quote:

Originally Posted by twe90kid (Post 1651692)
well i found that mightyrom has the best battery life. I was wondering if you can pull out the specific reg keys in mighty's rom and put it into a cab. so for example if your settings are lower(keep them), but if mighty's settings are lower then use mighty's... Would like to have them in a cab to install for other roms. This should give better battery life for all.

hope that's not to much that i'm asking.


Here is what I see:
  • CacheSize is set to 4096 vs. 0 in NRG
END - That is the only setting of any notable difference.


All times are GMT -4. The time now is 11:18 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0