MobiSapienZ
Home | Downloads | Links
ClearTemp v1.3.1 Released
Software - New Releases & Updates
Written by vicott   
Monday, 09 August 2010 12:05

After much delays & procrastination, I have finally released the new version of ClearTemp. I'm so apologetic for the numerous blog comments and e-mails regarding beta test which I did not reply to. I was pretty distracted with several things in my life and kept on delaying the release of this software update. Well, it's finally here. This update is about some new items in the main list, as well as some minor enhancements & fixes. Do grab it here.

 
Notifications for software updates
News - Site Announcements
Written by vicott   
Saturday, 22 May 2010 08:35

I understand that some users would like to be updated via e-mail or other certain channels regarding software updates, specifically for my Windows Mobile apps. There were suggestions for having a subscription feature on this site. I'll seriously consider & go look around for such a module in Joomla to add into the site.

Meanwhile, there are several ways to keep updated:

 
ClearTemp v1.3.1 Beta
Software - Future Development
Written by vicott   
Sunday, 16 May 2010 12:54

Loyal users of ClearTemp, be glad that development on the next version of ClearTemp is in progress! I've already added some new features which I would like to have in v1.3.1, and I'm open to more suggestions. Meanwhile, if you would like to help me test a beta version of ClearTemp v1.3.1, simply e-mail me or DM me via twitter to indicate your interest.

Meanwhile, here are some features/updates already implemented in the beta version:

  • Added log file of Microsoft My Phone into item list
  • Added log file of Windows Live into item list
  • Double tap "Custom Files" will open up the options screen for custom files
  • Double tap "Google Maps", "Opera Mobile History" and "Opera Mobile Cache" opens the folder link in file explorer
  • "Google Maps" now show "0 Byes" instead of "Not Found" if the app is installed
  • Double tap unused "custom folder" (those that are not configured) will open up the options screen
 
Website hacked?
News - Site Announcements
Written by vicott   
Sunday, 16 May 2010 12:47

Yah, this website was hacked twice & affected by a malicious code for a couple of days over the past week. After cleaning up, it seems that the website is back alive & safe, and I hope such incidents will not return to haunt again.

To sidetrack a little, I would encourage twitter users to follow my twitter account. I usually post more updates & stuff about my website/software over in my tweets as it is relatively more convenient to post short messages via twitter as compared to posting in this blog.

 
Applications Updated to Support Windows Mobile 6.5.3
Software - New Releases & Updates
Written by vicott   
Sunday, 25 April 2010 11:01
Speedy speedy! I've just released updates for 4 of my Pocket PC applications for fixing the UI bug that affects Windows Mobile 6.5.3. Go grab the latest versions of ClearTemp, UPX4PPC, WinXplore and PlaylistMgr now! Laughing
 
UI Bug in Windows Mobile 6.5.3+
Software Development - Windows Mobile Development
Written by vicott   
Sunday, 25 April 2010 09:10
One user has reported to me that ClearTemp has a minor display bug that happens on the HTC Touch HD2, which is running on Windows Mobile 6.5.3. It came to my attention that the taskbar has "slimmed" down in the newer OS builds for Windows Mobile 6.5.x and this has caused a display bug for several apps. Apparently, apps were not automatically anchored to the top left of the viewable area correctly. To rectify this, I have to move the app window by a certain number of pixels from the top left of the screen in the code. And to make this trickier, this can only be done to certain builds of the OS.

After extensive research, it seems that the slimmed down taskbar makes its appearance since CE version 5.2 Build 23034 (Windows Mobile 6.5.3). And after much experiments, I've finally figured out the formula to be used for the vertical position of the app window. Another observation is that this UI bug does not seem to affect apps that are written & compiled using Visual Studio 2005, but it seems to affect all my apps which were written & compiled using eMbedded Visual C++.

Anyway, I hope this information is helpful to other fellow developers who are facing the same problem in bringing support to WM6.5.3 for their old apps. The following codes are in C++, but you can pretty much grab the idea even if you are coding in other languages.
OSVERSIONINFO version;
memset(&version, 0, sizeof(OSVERSIONINFO));
version.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);

if (GetVersionEx(&version)) {
if (version.dwMajorVersion>4) && version.dwMinorVersion>1 && version.dwBuildNumber>23033) {
int a = GetSystemMetrics(SM_CYCAPTION);
int b = GetSystemMetrics(SM_CYFIXEDFRAME);
int c = GetSystemMetrics(SM_CYBORDER);

SetWindowPos(NULL, 0, a-b-2*c, 0, 0, SWP_NOSIZE);
}
}
On a sidenote, I will be releasing patches for several of my apps to fix this UI bug soon.
 
Brand new ClearTemp version
Software - New Releases & Updates
Written by vicott   
Sunday, 28 February 2010 21:54
It's not a gigantic upgrade, but it's a long overdue version upgrade for ClearTemp! ClearTemp (for Windows Mobile touchscreen devices) is now in version 1.3, with more bug fixes & enhancements as usual. Laughing



The cleaning of dead shortcuts is now fixed in this new version along with detection of cache folder in opera Mobile 10 (tested on beta 3). Higher risk items are now grouped into a new screen so as not to confuse basic users. In the new advanced screen, you can even detect all the thumb.db and desktop.ini temp files on the Storage Cards and start clearing them. This is one feature which I find really useful myself.

This new version is a highly recommended update for all ClearTemp users. Do check it out and let me know if you spot any bugs or if you have more cool suggestions for the application! Wink
 
CurrencyConv updates affected
Software - Future Development
Written by vicott   
Sunday, 21 February 2010 18:20
As mobile-sg.com will be taken down in early April, I regret to say that all existing & old versions of CurrencyConv will no longer have the currency rate update function working by then. As such, I will need to work on a new version of the software along with new update script on this server. But the software update may or may not come before April. CurrencyConv will not be having the update function working until a new version becomes available.
 
Fave MP3 Tools
Articles - Tips & Tricks
Written by vicott   
Sunday, 21 February 2010 14:00
Just thought of sharing some nice tools for managing MP3 files on Windows PC. Smile
  1. Plus! MP3 Audio Convertor - for converting MP3 files to WMA files (unfortunately, this software has been discontinued)
  2. dBpoweramp - supports conversion between many types of media file formats (registration needed for converting from other formats to MP3)
  3. Xilisoft Audio Converter - another nice tool for converting between many types of media file formats (costs US$23.95)
  4. Mp3tag - batch renaming of files, modifying of ID3 tags, modifying cover images, etc
  5. MP3Cutter - extract a section of a MP3 file and save as MP3/WAV. very useful for grabbing a section of a song (e.g. the chorus) for use as ringtone!
 
Singapore Bus Schedules
Articles - Tips & Tricks
Written by vicott   
Thursday, 18 February 2010 23:45
There have been several mobile clients appearing recently for the purpose of checking bus arrival timings in Singapore. However, I haven't seen any comprehensive application among them. So, I thought of sharing some valuable tips (according to what I know) for building such an application. Well, I will also try to find time to work on such an application for Windows Mobile, and possibly also for Android.
  1. Firstly, there are 2 important websites to take note of where all the data comes from: PublicTransport@SG and iris NextBus
  2. The list of bus stops (with the bus stop codes) which support bus arrival timing forecast for SMRT buses can be taken from here.
  3. The list of supported bus stops for SBS buses is alot more extensive though. I haven't found a simple way to "download" the whole list. Anyway, the bus stop code can be queried from mobile iris.
  4. The list of bus interchanges (with the bus interchange codes) which support bus departure timing forecast can be taken from this page. Grab the list from the dropdown menu under "Getting Around". However, I suspect this is not the full list of bus interchanges. It could be that this is the list that is supported by SMRT buses and that there are more bus interchanges supported by SBS buses.
  5. In order to check SMRT bus arrival timing at a bus stop, make a HTTP GET request to PublicTransport@SG. The parameters are in the format like "submit=submit&bus_stop=28091&bus_service=187".
  6. In order to check SBS bus arrival timing, make a HTTP GET request to mobile iris. The parameters are in the format like "stop=28091&svc=154".
  7. In order to check SBS bus departure timing at a bus interchange, make a HTTP GET request to mobile iris. The parameters are in the format like "intcode=2200&svc=154&dispsvc=154".
  8. Note that for mobile iris, bus service numbers must have exactly 3 digits and an optional alphabet, i.e. use "074", "074M", "174", "174M", "002", etc. For PublicTransport@SG, you do not need to pad the bus service number with zeros.
  9. You can also do a partial query by entering only the bus stop or only the bus stop code in mobile iris if you are unsure of one of the fields.
  10. Another thing to note is that mobile iris seems to "block" user agents like browsers on Windows Mobile. There are 2 ways to overcome. One way is to use an alternate user agent for your client, e.g. spoof it as Opera Mini.
  11. The other way is to grab the session ID by quering the root URL and grabbing the session ID from the forwarded page, e.g. http://www.sbstransit.com.sg/mobileiris/(ts2k1e55xaah50iwodsvjy35)/index.aspx.  Use the session ID as part of the URL for querying bus timing, e.g. http://www.sbstransit.com.sg/mobileiris/(ts2k1e55xaah50iwodsvjy35)/mobresult_dep.aspx?intcode=2200&svc=154&dispsvc=154
Hope this guide helps fellow mobile developers to work on your own applications to check bus schedules in Singapore.
 
Old website to be taken down
News - Site Announcements
Written by vicott   
Wednesday, 10 February 2010 02:36
Yes, I have decided to discontinue the webhosting plan for mobile-sg.com, and that will take effect from 6th April 2010. Thereafter, I will still keep the domain but will redirect mobile-sg.com to mobisapienz.com. In this 2 months, I will move some of the useful articles/reviews/tips from the old site to this website. Other types of content will not moved over. Besides, most of the content are outdated and many of the pages have been down for several months (changes over at webhost a few months ago meant JSP was no longer supported). Anyway, webhosting cost for mobile-sg.com is almost twice of how much it costs for this "new" site. Not much of a point to keep the old content at such a cost.
 
ClearTemp v1.3 beta 3
Software - Known Issues
Written by vicott   
Tuesday, 09 February 2010 00:12
Development on ClearTemp v1.3 has just resumed a few days ago and I'm into beta 3 now. In the latest beta test version, support for Opera Mobile 10 has been added. There's also a bug fix for devices which do not have Opera Mobile installed. If you wish to participate in the beta test, do let me know via the contact form, and please mention the device and OS that you are using.
 
Status of Windows Mobile Apps
Software - Future Development
Written by vicott   
Sunday, 07 February 2010 11:45
You may have noticed that development has halted for a very long time for several of my Windows Mobile applications. I am taking this opportunity to put the development status of several of those apps to an end. However, if the need arises, bug fix versions may be released. I will also find time to change the version numbers of those apps to v1.0 and hopefully find prettier icons.

These are the apps that will not be developed further:
  1. DictMgr
  2. PlaylistMgr
  3. UI Tweaker
  4. UPX4PPC, UPX4PC and UPX4SP (these will only be updated when there is newer version of UPX)
  5. vSnap
  6. RViewer
  7. KeySwop
  8. LiteToggle
As you can see, that's almost all of my apps. My main focus has always been on ClearTemp and that will continue. CurrencyConv may be re-coded and rebranded with a new name with version number 1.0, and that will take quite a bit of time to materialise. I may also continue development on WinXplore. On top of that, I may work on new Windows Mobile apps or maybe even Android apps. Let's see how how my time permits.
 
Quite out of action for a while
Weblog - Thoughts
Written by vicott   
Saturday, 05 December 2009 05:22
I'll be quite out of action for a few days or maybe even up to a week. Meanwhile, I may be less likely to be accessing my computer. Thus, I will be less likely in this site or Mobinauts or Facebook or Twitter or Live Messenger. I may also probably not be reading my e-mails much during the week. Main mode of connection will be by phone. So, please bear with me for missing in action soon. Avoid e-mailing me or posting here during this period if you need a quick reply. Please be patient with my late replies. I thank you all for supporting this site.
 
Are you ready for ClearTemp v1.3?
Software - Future Development
Written by vicott   
Sunday, 29 November 2009 18:28
The title of this post is just a teaser. The new version of ClearTemp (for Windows Mobile Classic/Professional) has not been released yet. However, I'm targetting to release it before Christmas. Meanwhile, I'm ready to accept closed beta testers to try out the first beta version. If you are interested to help, do contact me and indicate the device and OS which you are using.

Features which you will be seeing in ClearTemp v1.3:
  • Advanced items are moved to a new screen.
  • Fixed the bug for clearing dead shortcuts.
  • Bringing back to "X" button in the main screen since some users seem to like it this way.
  • Able to search & clean "desktop.ini" and "thumbs.db" files in the Storage Cards.
  • Added links to website, contact form, etc.
Do note that this is not final. If you have any suggestions on what to add/improve in the software, do drop your comments here. Meanwhile, I'm also trying to see what else I can add from my long task list. Laughing
 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Page 1 of 6
Facebook | Twitter | About | Contact
Login Form | User Profile | Submit an Article | Sumit a Web Link
Full Version
© 2010 MobiSapienZ.com
Designed by Xe-Media
Modified by Vicott Wong