PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 03-19-2010, 09:37 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)

Quote:
Originally Posted by twe90kid View Post
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>
__________________
Some requests I have filled: Click Here
Reply With Quote
This post has been thanked 1 times.
  #12 (permalink)  
Old 03-20-2010, 01:49 AM
twe90kid's Avatar
HTC = TAIWAN! =)
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
Location: Bay
 
Join Date: Jan 2008
Posts: 1,858
Reputation: 1330
twe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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?
__________________


Sprint Fair and Flex 500mins - unlimited; text, data, N&W@6pm (perks) - Sprint Pick 3, Unl Incoming Mins
ROMS: Vin. Pluto. (M2.5), Mighty (M2.5), Energy (M2.5)
Reply With Quote
  #13 (permalink)  
Old 03-20-2010, 01:46 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)

Quote:
Originally Posted by twe90kid View Post
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.
Reply With Quote
This post has been thanked 1 times.
  #14 (permalink)  
Old 03-22-2010, 09:20 PM
twe90kid's Avatar
HTC = TAIWAN! =)
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
Location: Bay
 
Join Date: Jan 2008
Posts: 1,858
Reputation: 1330
twe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)

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


Attached Files
File Type: zip RegMighty.zip (10.4 KB, 3 views) Click for barcode!
Reply With Quote
  #15 (permalink)  
Old 03-22-2010, 10:01 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)

Quote:
Originally Posted by twe90kid View Post
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?
Reply With Quote
This post has been thanked 1 times.
  #16 (permalink)  
Old 03-22-2010, 10:50 PM
twe90kid's Avatar
HTC = TAIWAN! =)
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
Location: Bay
 
Join Date: Jan 2008
Posts: 1,858
Reputation: 1330
twe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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

Last edited by twe90kid; 03-22-2010 at 11:25 PM.
Reply With Quote
  #17 (permalink)  
Old 03-22-2010, 11:29 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cab: Ninja Duck Power Settings (save battery) - Updated (2010-03-13)

Quote:
Originally Posted by twe90kid View Post
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.

Last edited by NinjaDuck; 03-22-2010 at 11:37 PM.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2


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


All times are GMT -4. The time now is 02:43 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com