Notices

X50 / X51 Forums Talk about anything related to the X50 / X51 series.

Reply
 
LinkBack Thread Tools
Old 01-18-06, 12:27 AM   #101 (permalink)
Aximsite Minor League
 
Join Date: Dec 2004
Location: California
Posts: 190
Thanked 2 Times in 2 Posts
Arrow

In spite of removing the compaction priority keys, I have noticed filesys kicking in more and more recently. During the first couple weeks after I last loaded wm5 it was rarely bothersome, but in the last few days it has steadly increased. This reminds me of what happened back in december before I gave up and went back to wm2003.

This time I decided to write a little applet to "throttle" down the filesys compaction thread. It doesn't stop the thread from working, but it limits it to about 25% of the cpu time. This should prevent the cpu from maxing out, which in turn will save battery. Not sure it it will result in a speed-up. If anyone wants to give it a try, unzip the attached applet and launch it. Let me know if you tried it.

It's not really a "patch". What it does it suspend the compaction thread, sleep a bit, then resume it. I'll post the source code if anyone is interested.
Attached Files:
File Type: zip patch_filesys.zip (1.2 KB, 160 views)
__________________
Freedom is a heavy load, a great and strange burden for the spirit to undertake. It is not easy. It is not a gift given, but a choice made, and the choice may be a hard one. -- Ursula K. LeGuin

Last edited by shsmith; 01-18-06 at 07:53 AM.
shsmith is offline   Reply With Quote
Old 01-18-06, 01:35 AM   #102 (permalink)
Lat
Guest
 
Posts: n/a
oh wow, i'm definately gonna give this a go. *hopes for the best*

edit: (question, is this permenant? does it work after a soft reset, or is it only to the thread while it's running sort of thing?)

Last edited by Lat; 01-18-06 at 01:45 AM.
  Reply With Quote
Old 01-18-06, 07:23 AM   #103 (permalink)
Aximsite Minor League
 
Join Date: Dec 2004
Location: California
Posts: 190
Thanked 2 Times in 2 Posts
Originally Posted by Lat
oh wow, i'm definately gonna give this a go. *hopes for the best*

edit: (question, is this permenant? does it work after a soft reset, or is it only to the thread while it's running sort of thing?)
No, it is not permanent. The applet does not change any files or registry settings. It stays in memory and continually keeps an eye on the filesys thread. On soft reset you are back to normal. You can put filesys_patch in your startup folder if you want though.

Did it do anything for you?
shsmith is offline   Reply With Quote
Old 01-18-06, 09:35 AM   #104 (permalink)
Lat
Guest
 
Posts: n/a
i don't know yet...but i'll see how it runs today
(haha, yeah, unfortunately i can't use my axim while sleeping :love: )

thanks!
  Reply With Quote
Old 01-18-06, 09:42 AM   #105 (permalink)
Aximsite All Star
 
bluevolume's Avatar
 
Join Date: Aug 2003
Location: Rochester, NY
Posts: 870
Thanked 0 Times in 0 Posts

Awards Showcase
Aximsite Active Bronze Member 
Total Awards: 1

Originally Posted by shsmith
This time I decided to write a little applet to "throttle" down the filesys compaction thread. It doesn't stop the thread from working, but it limits it to about 25% of the cpu time. This should prevent the cpu from maxing out, which in turn will save battery.
I will definately load this up and try it today.
__________________
Dell Support Rep on 1/12/06: Only a small number of users are having issues (WM5 on x50v)... Dell will be releasing (update for x50v) but it will not be soon.
bluevolume is offline   Reply With Quote
Old 01-18-06, 10:09 AM   #106 (permalink)
dppc
Guest
 
Posts: n/a
Originally Posted by shsmith
It's not really a "patch". What it does it suspend the compaction thread, sleep a bit, then resume it. I'll post the source code if anyone is interested.
Yes, can you post the source. Thanx
  Reply With Quote
Sponsor Ads
Old 01-18-06, 12:32 PM   #107 (permalink)
Aximsite All Star
 
bluevolume's Avatar
 
Join Date: Aug 2003
Location: Rochester, NY
Posts: 870
Thanked 0 Times in 0 Posts

Awards Showcase
Aximsite Active Bronze Member 
Total Awards: 1

I tried the patch, my Axim locked up almost immediately. Soft-reset and all is well, haven't tried the patch again yet.
__________________
Dell Support Rep on 1/12/06: Only a small number of users are having issues (WM5 on x50v)... Dell will be releasing (update for x50v) but it will not be soon.
bluevolume is offline   Reply With Quote
Old 01-18-06, 12:32 PM   #108 (permalink)
Aximsite Veteran
 
Join Date: Jan 2005
Posts: 1,498
Device: Samsung A900m
Carrier: Sprint
Thanked 0 Times in 0 Posts

Awards Showcase
Aximsite Active Bronze Member 
Total Awards: 1

I had to hard reset this morning. I don't what is the culprit.

I first installed this Filesys patch..Everything seems to be working well CPU wise

Then I install the TimePanel Today Plug-in from Marsware...successfully, however it overrides WeatherPanel (from Marsware as well)..Try to uninstall it ..And boom! hard reset..
However, my PIM data is still intact...
Any way restore from a backup and goinh thru the pain of outlook duplicate entries...
__________________
The Lighter Side of Mobile Technology

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

X51V
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Latest News, Tips, Skins, Podcasts, Videos,..Visit
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by SolSie; 01-18-06 at 02:50 PM.
SolSie is offline   Reply With Quote
Old 01-18-06, 12:51 PM   #109 (permalink)
Lat
Guest
 
Posts: n/a
maybe it's a hit and miss sort of thing...

it's been going pretty well for me; from the few random times during the day i've been using it, i haven't had the cpu usage shoot up at all

it's going in my startup folder for now =D
  Reply With Quote
Old 01-18-06, 01:20 PM   #110 (permalink)
Aximsite Rookie
 
Join Date: Apr 2005
Posts: 39
Thanked 0 Times in 0 Posts
Originally Posted by shsmith
In spite of removing the compaction priority keys, I have noticed filesys kicking in more and more recently. During the first couple weeks after I last loaded wm5 it was rarely bothersome, but in the last few days it has steadly increased. This reminds me of what happened back in december before I gave up and went back to wm2003.

This time I decided to write a little applet to "throttle" down the filesys compaction thread. It doesn't stop the thread from working, but it limits it to about 25% of the cpu time. This should prevent the cpu from maxing out, which in turn will save battery. Not sure it it will result in a speed-up. If anyone wants to give it a try, unzip the attached applet and launch it. Let me know if you tried it.

It's not really a "patch". What it does it suspend the compaction thread, sleep a bit, then resume it. I'll post the source code if anyone is interested.

This works well for me. Thanks.

Could it be modified to only allow the compaction thread to run when it is on the charger?
jcpfish is offline   Reply With Quote
Old 01-18-06, 01:57 PM   #111 (permalink)
Aximsite Minor League
 
Join Date: Dec 2004
Location: California
Posts: 190
Thanked 2 Times in 2 Posts
Originally Posted by dppc
Yes, can you post the source. Thanx
Here you go. I used Microsoft Visual Studio 2005.
Attached Files:
File Type: zip filesys_patch_sc_060118.zip (6.9 KB, 115 views)
shsmith is offline   Reply With Quote
Old 01-18-06, 01:58 PM   #112 (permalink)
Aximsite Minor League
 
Join Date: Dec 2004
Location: California
Posts: 190
Thanked 2 Times in 2 Posts
Originally Posted by jcpfish
This works well for me. Thanks.

Could it be modified to only allow the compaction thread to run when it is on the charger?
That is a good idea. I need to find the API call to detect this. You want to allow it to use 100% while on charger? Or something a bit less?
shsmith is offline   Reply With Quote
Old 01-18-06, 02:01 PM   #113 (permalink)
Aximsite Minor League
 
Join Date: Dec 2004
Location: California
Posts: 190
Thanked 2 Times in 2 Posts
Originally Posted by bluevolume
I tried the patch, my Axim locked up almost immediately. Soft-reset and all is well, haven't tried the patch again yet.
Did you get as far as the "click ok to slow down" message? Or did it crash before that? Was filesys at 95% cpu when you ran the applet, or was it in an idle period?
shsmith is offline   Reply With Quote
Old 01-18-06, 02:07 PM   #114 (permalink)
Lat
Guest
 
Posts: n/a
in case i haven't said it already, thanks shsmith!

it's looking great so far
  Reply With Quote
Old 01-18-06, 02:37 PM   #115 (permalink)
Aximsite All Star
 
bluevolume's Avatar
 
Join Date: Aug 2003
Location: Rochester, NY
Posts: 870
Thanked 0 Times in 0 Posts

Awards Showcase
Aximsite Active Bronze Member 
Total Awards: 1

Originally Posted by shsmith
Did you get as far as the "click ok to slow down" message? Or did it crash before that? Was filesys at 95% cpu when you ran the applet, or was it in an idle period?
The "click ok" dialog did appear, and I clicked OK. I don't have a task viewer loaded at the moment, so I don't know for sure if the process was kicked in at the time.

This has happened twice now, but I've noticed that it isn't a complete lockup. Taps on the screen still make the 'click' sound, the device is just not responsive. If cradled, I can still browse the Axim through 'explore' on activesync.

If I narrow this down further I'll let you know. Not totally sure that your app (alone) is causing the lockups.
__________________
Dell Support Rep on 1/12/06: Only a small number of users are having issues (WM5 on x50v)... Dell will be releasing (update for x50v) but it will not be soon.
bluevolume is offline   Reply With Quote
Old 01-18-06, 02:44 PM   #116 (permalink)
Aximsite Rookie
 
Join Date: Apr 2005
Posts: 39
Thanked 0 Times in 0 Posts
Originally Posted by shsmith
That is a good idea. I need to find the API call to detect this. You want to allow it to use 100% while on charger? Or something a bit less?
I think 100% is fine (as long as it doesn't interfere too much with activesync). Therefore, is should finish faster.
jcpfish is offline   Reply With Quote
Old 01-18-06, 03:08 PM   #117 (permalink)
Aximsite All Star
 
sgtsampay's Avatar
 
Join Date: Aug 2005
Location: Maine
Posts: 514
Device: Audiovox
Carrier: Midmaine
Thanked 0 Times in 0 Posts
Does anyone know how to stop Activesync from starting up when you turn on the axim? Someone must know the how to stop it. (I hope)
__________________
sgtsampay
I'm 27.81065% Total Geek!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

My Personality

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sgtsampay is offline   Reply With Quote
Old 01-18-06, 03:17 PM   #118 (permalink)
Aximsite Veteran
 
Join Date: Jan 2005
Posts: 1,498
Device: Samsung A900m
Carrier: Sprint
Thanked 0 Times in 0 Posts

Awards Showcase
Aximsite Active Bronze Member 
Total Awards: 1

Originally Posted by sgtsampay
Does anyone know how to stop Activesync from starting up when you turn on the axim? Someone must know the how to stop it. (I hope)
Go to the thread link below "WM5 is here to stay" Post#1 and look for ActiveSync Toggle utility
__________________
The Lighter Side of Mobile Technology

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

X51V
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Latest News, Tips, Skins, Podcasts, Videos,..Visit
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
SolSie is offline   Reply With Quote
Old 01-18-06, 05:23 PM   #119 (permalink)
Aximsite All Star
 
sgtsampay's Avatar
 
Join Date: Aug 2005
Location: Maine
Posts: 514
Device: Audiovox
Carrier: Midmaine
Thanked 0 Times in 0 Posts
I've tried that. I don't have problems with it being in the cadle and all, jsut wend I use my PDA. Like after a soft reset it comes on. If i'm doing something wrong, I'm sry. Thanks again. P.S.= that program for the filesys.exe works great. It stoped my battery drain and the CPU max out problem. Thanks to you and the developer.
__________________
sgtsampay
I'm 27.81065% Total Geek!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

My Personality

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sgtsampay is offline   Reply With Quote
Old 01-18-06, 06:52 PM   #120 (permalink)
Aximsite Veteran
 
Patrick Y.'s Avatar
 
Join Date: May 2005
Location: US
Posts: 1,153
Device: My x51v with Skype!
Carrier: Skype!
Thanked 0 Times in 0 Posts
Originally Posted by shsmith
In spite of removing the compaction priority keys, I have noticed filesys kicking in more and more recently. During the first couple weeks after I last loaded wm5 it was rarely bothersome, but in the last few days it has steadly increased. This reminds me of what happened back in december before I gave up and went back to wm2003.

This time I decided to write a little applet to "throttle" down the filesys compaction thread. It doesn't stop the thread from working, but it limits it to about 25% of the cpu time. This should prevent the cpu from maxing out, which in turn will save battery. Not sure it it will result in a speed-up. If anyone wants to give it a try, unzip the attached applet and launch it. Let me know if you tried it.

It's not really a "patch". What it does it suspend the compaction thread, sleep a bit, then resume it. I'll post the source code if anyone is interested.
Thank you so much!! I still haven't tried the ROm patch since it's a little too complicated for me. Now, this is convenient!!!
__________________
Got my first PPC when I was 12:approve:

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


Acer n10 > x50v > x51v :approve:
2200mah secondary
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

3 year warranty
Dopod Bluetooth Keyboard- NOW WORKS WITH WM5 THANKS TO WIDCOMM PROJECT!!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Big thanks to Solsie, Shsmith, Beemer, Menneisyys, and many others who provided various tweaks/fixes :approve:

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Patrick Y. is offline   Reply With Quote
Reply

Tags
close, compactionprio256, filesysexe, fixing, wm5

Sponsor Ads

Thread Tools

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:20 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-10 LeckMedia, LLC