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 > CDMA TP Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #191 (permalink)  
Old 08-04-2009, 05:01 PM
ChaosTheory's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Desire
Carrier: Nex-tech Wireless
Threadstarter
Location: Insanity
 
Join Date: Jun 2009
Posts: 513
Reputation: 899
ChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuff
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 insomniac View Post
HKEY_LOCAL_MACHINE/Client Drivers/Class/(Then 3 keys: 1.MMC_Class,2.NAND_Class3.SDMemory_Class/dword=DisablePowerManagement with a decimal value of 0. Also under the SDMemory_Class should be another key called High_Capacity

I am plaaying around with poll interval numbers on the other registry edit, if you puy in the highest number it goes, it takes way too long to charge and gives an incorrect battery level, when you soft reset the device, battery level goes up about 20%, so I will test this out today and tomorrow and let you know my results of the battery poll interval numbers that worked out best.
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
Quote:
Originally Posted by iwouldlikeawiiplease View Post
Thanks for the quick responses, Chaos.

Here are the links to the fixes I used:

GPS:
http://forum.ppcgeeks.com/showthread.php?t=49933

I downloaded PPST2.01.cab which resolved my GPS issue.

And here for the volume & speaker volume fixes:

http://forum.ppcgeeks.com/showthread.php?t=41385

TCPMP is much better quality- control and compatibility. The amount of file types that it can play is extensive and includes avi, playlists, http, 3gp and many many more.

And you are correct about WVD.

Just to let you know, I have all these things working on this rom on my Verizon HTC TP and it's still screaming fast and stable. The dialer is spot on, I like how it handles when your in-call.

Thanks for the heads up on the two things I'm looking for. I wasn't really looking for any other default games- unless you know of a Texas Hold'em game. That'd be cool.

Also, the hTorch flashlight will not launch. It states that it requires a newer version of the MS .NET Compact Framework than the version installed.
You use Verizon and the GPS fix specifies Verizon, but I may give it a shot to see if that solves my issue.

I will install TCPMP player on my phone and give it a shot, additional media types could be handy. If anyone else has any thoughts on it let me know.

If anyone has any thoughts about WVD let me know also. If I get a lot of requests for it I may install it in the stuffed version, but if not I will probably just stick it in the mobile version.

I am sure you can find a Texas hold em game if you look for it, if you find one you really like let me know.

And thanks for the bug find! It worked in my last release so didn't think to try it in this one, must have accidentally unchecked something somewhere. I will have the latest version of C.NET in the next release.
__________________
Please help contribute to my PPC Glossary!
Reply With Quote
  #192 (permalink)  
Old 08-04-2009, 05:09 PM
insomniac's Avatar
PPCGeeks Regular
Offline
Pocket PC: Htc Evo/Epic
Carrier: Sprint
 
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 iwouldlikeawiiplease View Post
Thanks for the quick responses, Chaos.

Here are the links to the fixes I used:

GPS:
http://forum.ppcgeeks.com/showthread.php?t=49933

I downloaded PPST2.01.cab which resolved my GPS issue.

And here for the volume & speaker volume fixes:

http://forum.ppcgeeks.com/showthread.php?t=41385

TCPMP is much better quality- control and compatibility. The amount of file types that it can play is extensive and includes avi, playlists, http, 3gp and many many more.

And you are correct about WVD.

Just to let you know, I have all these things working on this rom on my Verizon HTC TP and it's still screaming fast and stable. The dialer is spot on, I like how it handles when your in-call.

Thanks for the heads up on the two things I'm looking for. I wasn't really looking for any other default games- unless you know of a Texas Hold'em game. That'd be cool.

Also, the hTorch flashlight will not launch. It states that it requires a newer version of the MS .NET Compact Framework than the version installed.
Here is the cab for the .net framework cab, i also have the audio booster cab which is missing in this rom if anyone wants it, chaos, can you put the audio booster in the next rom?
Attached Files
File Type: cab NETCFv35.wm.armv4i.cab (2.58 MB, 2 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.
  #193 (permalink)  
Old 08-04-2009, 08:59 PM
insomniac's Avatar
PPCGeeks Regular
Offline
Pocket PC: Htc Evo/Epic
Carrier: Sprint
 
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.
  #194 (permalink)  
Old 08-05-2009, 08:43 AM
ChaosTheory's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Desire
Carrier: Nex-tech Wireless
Threadstarter
Location: Insanity
 
Join Date: Jun 2009
Posts: 513
Reputation: 899
ChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuff
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 insomniac View Post
Here is the cab for the .net framework cab, i also have the audio booster cab which is missing in this rom if anyone wants it, chaos, can you put the audio booster in the next rom?
That is what wiiplease was talking about when he mentioned audio fix, I am planning on putting it in the next release, as well as the updated net framework (not sure how it got left out of this one :S)

Quote:
Originally Posted by insomniac View Post
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
Thanks! On a side note, they show up just fine in the reply window
Reply With Quote
  #195 (permalink)  
Old 08-05-2009, 08:47 AM
dodge_longhorn's Avatar
VIP Member
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Texas
 
Join Date: Apr 2009
Posts: 1,060
Reputation: 2145
dodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIPdodge_longhorn is a VIP
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
That is what wiiplease was talking about when he mentioned audio fix, I am planning on putting it in the next release, as well as the updated net framework (not sure how it got left out of this one :S)



Thanks! On a side note, they show up just fine in the reply window
hey if you need the EXT for these i can rar them up for ya.
__________________
My ROM Longhorn
Reply With Quote
This post has been thanked 1 times.
  #196 (permalink)  
Old 08-05-2009, 09:05 AM
ChaosTheory's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Desire
Carrier: Nex-tech Wireless
Threadstarter
Location: Insanity
 
Join Date: Jun 2009
Posts: 513
Reputation: 899
ChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuff
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 dodge_longhorn View Post
hey if you need the EXT for these i can rar them up for ya.
That would be appreciated!
Reply With Quote
  #197 (permalink)  
Old 08-05-2009, 12:31 PM
insomniac's Avatar
PPCGeeks Regular
Offline
Pocket PC: Htc Evo/Epic
Carrier: Sprint
 
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
Thanks! On a side note, they show up just fine in the reply window
Thats good, didnt know if it was understandable,maybe because of the a-- part in class it did that.lol. Plus everytime I come on this site I get a browser incompatability error message wheter using IE, Opera, or Firefox, on the computer and the phone. I never got this before, maybe the new format of the site causes this.
Reply With Quote
  #198 (permalink)  
Old 08-05-2009, 12:37 PM
littleevil's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc touch pro
Carrier: alltel
Location: bfe wy
 
Join Date: Jun 2009
Posts: 134
Reputation: 190
littleevil is keeping up the good worklittleevil is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to littleevil Send a message via Yahoo to littleevil
Re: Updated7-29|ROM||WM 6.5 build 21828|Titanium|CDMA|Chaos ROM - Suggestions Appreci

I'm back from the pointui... Its a great theory however, too unstable and finicky right now.... If tweaked just right it could blow the speed and what not of 6.5 out of the water..

So wheres the update jeez ... slacker
Reply With Quote
  #199 (permalink)  
Old 08-05-2009, 01:42 PM
ChaosTheory's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Desire
Carrier: Nex-tech Wireless
Threadstarter
Location: Insanity
 
Join Date: Jun 2009
Posts: 513
Reputation: 899
ChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuffChaosTheory knows their stuff
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 littleevil View Post
I'm back from the pointui... Its a great theory however, too unstable and finicky right now.... If tweaked just right it could blow the speed and what not of 6.5 out of the water..

So wheres the update jeez ... slacker
So you think it is best left out then?

And I am trying :P but having to redo everything and set it up for 3 different builds takes a while, especially when those pesky things called life and work get in the way
Reply With Quote
  #200 (permalink)  
Old 08-05-2009, 02:01 PM
littleevil's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc touch pro
Carrier: alltel
Location: bfe wy
 
Join Date: Jun 2009
Posts: 134
Reputation: 190
littleevil is keeping up the good worklittleevil is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to littleevil Send a message via Yahoo to littleevil
Re: Updated7-29|ROM||WM 6.5 build 21828|Titanium|CDMA|Chaos ROM - Suggestions Appreci

Pointui is a great concept i will not bash it in the slightest. However, its still coming out to lite with home 2 being so unstable and error prone i would wait to play with it.

And life has taken its toll on everyone
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development


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:03 PM.


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