|
||||
Quote:
See: http://pdaphonehome.com/forums/ppc-6...pitiful-3.html Also at sprintusers.com |
|
||||
Quote:
thanks for the link i just did all the tweaks on my mogul see how if it helpd even though my battery life isnt that bad. |
|
||||
looks like you posted the same question, and I just responded in the reg tweaks forum (http://forum.ppcgeeks.com/showthread...9465#post89465). I believe those are the same as the original posted for moto Q/WM5 and linked above (found on sprint users: http://www.sprintusers.com/forum/sho...d.php?t=127164). As I said there, these have done wonders under moderate use bluetooth and direct push...under heavy use I can almost make it a whole daY!
Last edited by bingcrosby; 09-21-2007 at 12:03 AM. |
|
||||
If anyone is curious regarding what they are actually effecting they appear fairly straightforward.
Code:
Navigate to: HKEY_LOCAL_MACHINE\Comm\AsyncMac1\Parms Default value type and value are “DisablePowerManagementâ€=dword:1 Change to “DisablePowerManagementâ€=dword:0 http://msdn2.microsoft.com/en-us/library/ms890616.aspx The NDISWAN implementation in Windows CE includes a HKEY_LOCAL_MACHINE\Comm\AsyncMac1\Parms registry key. This key contains a set of subkeys that allow you to configure values that are specific to the WAN miniport driver. So, this enables power management for the WAN Miniport driver. If you want more info as to exactly what the WAN miniport driver is/controls: http://msdn2.microsoft.com/en-us/library/ms890616.aspx They appear to only apply to RAS and connectivity utilizing the PPP protocol (do I need protocol twice?). Code:
Navigate to: HKEY_LOCAL_MACHINE\Comm\Irsir1\Parms Default value type and value are “DisablePowerManagementâ€=dword:1 Change to “DisablePowerManagementâ€=dword:0 http://msdn2.microsoft.com/en-us/library/ms900374.aspx This controls the IrDA components – this will enable power management for the IR COMM. Code:
Navigate to: HKEY_LOCAL_MACHINE\Comm\PPTP1\Parms Default value type and value are “DisablePowerManagementâ€=dword:1 Change to “DisablePowerManagementâ€=dword:0 Navigate to: HKEY_LOCAL_MACHINE\Comm\L2TP1\Parms Default value type and value are “DisablePowerManagementâ€=dword:1 Change to “DisablePowerManagementâ€=dword:0 They seem safe to implement assuming you aren't relying on an active VPN tunnel. It may slow down the initialization of a Beam transfer (don't use it - so I don't know) but it shouldn't cause any real issues. |
This post has been thanked 1 times. |
|
|
|