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
  #51 (permalink)  
Old 02-04-2009, 12:55 AM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

Quote:
Originally Posted by keaolyen View Post
I've been running SSK 1.4 Beta with 0MB set for pagepool (confirmed via memory size comparisons) for a day now. I think we can safely confirm that setting pagepool to 0 results in a Dynamic pagepool and any time you specify pagepool size you're setting a Static pagepool.
What leads you to that conclusion?
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
Reply With Quote
  #52 (permalink)  
Old 02-04-2009, 04:15 AM
keaolyen's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Fremont, CA
 
Join Date: Dec 2008
Posts: 170
Reputation: 265
keaolyen is becoming a PPCGeeks regularkeaolyen is becoming a PPCGeeks regularkeaolyen is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

I'm not sure I understand your question...

How do I know I'm running a Dynamic pagepool? Or how do I know it's set at 0MB?

I know it's at 0MB by comparing memory sizes; I know it's running Dynamic by observing changes in program memory and performance.

There's also no reason that I can think of why a Dynamic pagepool would be limited to 4MB increments or why a Static pagepool would be limited to 255MB maximum pagepool size but a Dynamic could have up to 1020MB.

Nothing else holds water.

Having stated all of that I'm still going to look for the file.

Last edited by keaolyen; 02-04-2009 at 06:17 AM.
Reply With Quote
  #53 (permalink)  
Old 02-04-2009, 11:38 AM
Maverick77's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Hero
Carrier: Sprint
Location: Kansas
 
Join Date: Feb 2009
Posts: 340
Reputation: 1694
Maverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on repMaverick77 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

Reading this thread made my brain leak out of my ear...Just so I'm clear, is there a way to change the static pagepool size on the touch pro?
Reply With Quote
  #54 (permalink)  
Old 02-04-2009, 11:39 AM
keaolyen's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Fremont, CA
 
Join Date: Dec 2008
Posts: 170
Reputation: 265
keaolyen is becoming a PPCGeeks regularkeaolyen is becoming a PPCGeeks regularkeaolyen is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

short answer, yes
Reply With Quote
  #55 (permalink)  
Old 02-26-2009, 11:09 AM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

Quote:
Originally Posted by keaolyen View Post
I'm not sure I understand your question...

I know it's at 0MB by comparing memory sizes; I know it's running Dynamic by observing changes in program memory and performance.
How do you know that setting it to any value means it's static? (vs dynamic with a min or max as specified)

Quote:
There's also no reason that I can think of why a Dynamic pagepool would be limited to 4MB increments or why a Static pagepool would be limited to 255MB maximum pagepool size but a Dynamic could have up to 1020MB.
The only reason I can envision for the maximum is simply because of storage size for the variable. The 4MB increment is probably related to the sizing algorithm.
Reply With Quote
  #56 (permalink)  
Old 02-26-2009, 01:36 PM
keaolyen's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Fremont, CA
 
Join Date: Dec 2008
Posts: 170
Reputation: 265
keaolyen is becoming a PPCGeeks regularkeaolyen is becoming a PPCGeeks regularkeaolyen is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

We seem to be going around in circles here and to be honest I've not had time to dig around over at Tech Net but here's my reasoning.

The OP assumed that a setting of 15 in the second field would result in a dynamic pagepool while a setting of 16 resulted in static. My assertion is that the values in the second field simply dictate the algorithm the OS uses to set the pagepool size and by definition if you've got a set size it has to be static. I'm inclined believe that FormerPalmOS is correct and that manually setting the pagepool size to 0 results in a dynamic pagepool for a couple of reasons. First, because I can see that there is a pagepool of some size based on memory usage. And secondly because I don't think your phone would perform very well without any pagepool; mine does and though I've only compared it against a static pagepool of 12MB I see no performance impact.

Anyway, to truely this question I just need to find the pagepool on my phone and observe it changing in size. If you can point me to the correct file I'll be happy to do that but as I said earlier I haven't had time to pursue this.
Reply With Quote
This post has been thanked 1 times.
  #57 (permalink)  
Old 06-08-2009, 01:17 PM
vin255764's Avatar
Its FLASHING time!!!
Offline
Pocket PC: Evo & TP2
Carrier: SPCS
Location: Seattle,WA
 
Join Date: Nov 2008
Posts: 3,713
Reputation: 36470
vin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

What string I should look for if Im using Build OS custom ROM with default pagepool.I can not find even a half of 1 that posted...
Pagepool changer showing 12mb,but I want to try set it to 0...
Reply With Quote
  #58 (permalink)  
Old 06-08-2009, 10:40 PM
lafester's Avatar
Almost a VIP
Offline
Pocket PC: EVO3D
Carrier: SERO-P
Threadstarter
Location: Saratoga, NY
 
Join Date: Oct 2007
Posts: 810
Reputation: 751
lafester knows their stufflafester knows their stufflafester knows their stufflafester knows their stufflafester knows their stufflafester knows their stufflafester knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Guide to changing your pagepool

almost every rom out now besides stock are modified to use the pagepool changer. you can set it to zero with the changer and it will be dynamic.
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 07:48 PM.


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