Friday, March 06, 2009

Pocket Express


Real Information. Real Time.

Pocket Express is a FREE application for your mobile phone that gives you the best information on the mobile web without the hassle of using a mobile browser.

Simply open Pocket Express, and you have up-to-the-minute news, sports, weather, stocks, travel, entertainment and more, all in one place.

Pocket Express

Thursday, March 05, 2009

Facebook


Facebook application by dsixda

this CAB allows you to use Facebook for Windows Mobile. Similar to iPhone version.

Facebook

Wednesday, March 04, 2009

PocketVCS


An Atari 2600 emulator for the PocketPC!span class="fullpost">


All rom types are supported. More than 99% of available roms are functional.
Complete installation including the profile file for all known roms. Compatible with Stella.pro file - Use your existing one!
Compressed (.zip) rom support, as well as .bin and .a26 roms.
Freely settable controls are 2 joysticks, 4 paddles, 2 keypads, 1 driving controller, and all console functions.
Save/ Load and Pause features. (Load may not work with all roms depending internal bios)
Custom profile support allows the user to save ALL Emulator settings individually for EVERY rom. This includes controls, speed, settings, etc.
Onscreen controls for Select, Reset, Pause, and controllers (selectable), as well as every control assignable to keys.
Independent sound volume control (not using PDA fixed volume)
Complete graphical menu system with friendly interface and quick help on initial run.
Advanced display interface with controls for adjusting the video quality of each game, independent of skip frame settings.
Landscape (Left, Right) and portrait modes supported.. Auto rotate of joystick controls for landscape modes.
Easy to use installer program - no more manual copying to your device.

PocketVCS

GPS Info


yet another gps info program

Gudensoft’s GPS Info

While working on my Golf GPS program, I ran into some users not being able to use it due to the fact that they couldn’t get the Windows Intermediate Driver to work. A long time ago, I wrote my own GPS library to work directly with the GPS reciever via COM ports. I tried to fiddle with that old code, but came across OpenNETCF’s GPS library, and it is much nicer than what I had wrote. This program uses both, the Windows Driver, and OpenNETCF’s library, so if you have a GPS device, and a Windows Mobile Device, this should work. I wanted a simple program to test it out on, instead of releaseing the golf program with it which could introduce bugs. If you can’t get the Golf program to work, try this piece and see if it works. If so, you are in luck as the next release of GolfGPS will include the new GPS interface.

GPS Info

Tuesday, March 03, 2009

WiFi Monster


yet another WiFi discovery tool (like Hitchhiker or WiFi companion).

on a very early stage:
Many things just not working
No user preferences/options UI (just poor xml settings file)
No ability to autoconnect/enter the key
No installer, no even cab file

What's working:
It shows current WiFi status
It can turn WiFi on and off
It is finger friendly
It supports VGA and it looks nice after all

WiFi Monster

Sunday, March 01, 2009

Spell Check app


Basically, this goes through the spell check 10 word pairs at a time, and has a check box for each line, allowing you to check the word pairs you want to delete.

The basics of the app are this:
1) find the spell check file (it is in the Windows directory, and called somthing like autocorrect.0102.txt, but I have found that the numbers can be different)
-it also makes a copy of this file i nthe Windows directory calling it backup*.*.*
2) read in 10 words at a time, and display them
3) if any are checked, don't those to the temp file, and copy all those to be kept in the temp file (mine had about 880 word pairs)
4) if the user selects save and quit (menu item) save the remaining unviewed word pairs into the temporary file
5) Now, this was supposed to be the part that replaces the original file with the temporary file, but I was not able to figure that part out; the file is a system & hidden file (Oh, it is also a ROM file!!! DOH), and any of the functions to change its attrbutes or move or delete it failed; so I just display a message at the end as to what file to delete and move; but I can't do that, even though the TiltMobility atricle says you can, perhaps you will be able to

Spell Check App