Category: Pocket PC
Notepad Mobile is a “text editor” for Windows Mobile. It allows you to open text (.txt) files and other text based files (.xml, .bat, .log, etc.)
Its main features being high speed, small size and compatibility with most devices running DOTNET Framework.
Release notes:
Yes. I know why the error is there. This is not an error. You are providing the filename as command-line parameter. But your file name contains spaces, hence it should be enclosed within quotes.
E.g. /Internal Storage/my file.txt should be opened as Notepad.exe “/Internal Storage/my file.txt” and see it will work!
I can do a workaround fix, but that would make it non-standard. I will tell you why…
All command-line parameters are separated by spaces.
e.g. Notepad.exe param1 param2
Now, all programs use the first parameter as file name. But, when your filename contains spaces, it is split into two or more parameters. And that causes the error. Hence, to open your file, your parameter should appear within double quotes.
So, for opening a file, say, /My File.txt, your command will be.
“/Notepad.exe” “/My File.txt” (assuming that both files are in root folder)
PS: Please don’t mind if I went in so much details. But I explained for people who would not know anything.
However, If you suggest that I should “merge” multiple parameters and check whether it is a valid filename or not, then I can do it. But as I said, that would be non-standard 🙂 . I have attached a file with this change done.
http://forum.xda-developers.com/showthread.php?t=441732&page=2
Email Scheduler is just that, an email scheduler.
Release notes:
Just fixed up some bugs with the weekend settings, I haven’t updated the emailscheduler page yet, I will once I get the time.
http://forum.xda-developers.com/showthread.php?t=438970
Task Facade, previously known as Dynamo 3, is a cool, animated task manager for your PocketPC 2003/05/06 device. Say goodbye to boring text lists of running programs and instead manage your programs by sliding in images of all your running applications onto your screen. For each program on your device an image is saved and when you click the hotkey they all zoom onto your screen. Simply click the one you want and it will increase to fill the screen. Quickly seeing all the running programs is far more efficient than having to read through a text-based task list so Task Facade can make task switching a much faster, and cooler, experience.
Task Facade also allows you to quit programs from inside the image view meaning that it does everything your old text-based program manager could do.
As well as just looking generally cooler, Task Facade offers far more customization than before and allows the whole application to be controlled using either your PDAs hardware keys or the stylus.
Changes:
3.7.4 /2008-11-04/:
# bugfixing
http://forum.xda-developers.com/showthread.php?t=420220
Task Facade, previously known as Dynamo 3, is a cool, animated task manager for your PocketPC 2003/05/06 device. Say goodbye to boring text lists of running programs and instead manage your programs by sliding in images of all your running applications onto your screen. For each program on your device an image is saved and when you click the hotkey they all zoom onto your screen. Simply click the one you want and it will increase to fill the screen. Quickly seeing all the running programs is far more efficient than having to read through a text-based task list so Task Facade can make task switching a much faster, and cooler, experience.
Task Facade also allows you to quit programs from inside the image view meaning that it does everything your old text-based program manager could do.
As well as just looking generally cooler, Task Facade offers far more customization than before and allows the whole application to be controlled using either your PDAs hardware keys or the stylus.
Changes:
3.7.b3 /2008-11-03/:
# initial process detection changed
+ primitive d-pad support (request if you need extension)
+ icon for marking process to be closed (configurable in config.txt)
+ processes marked for closing will be closed in background after activating other process (no delay when switching to a process)
# horizontal/vertical alignment changed (no more space in the middle)
# double tap speed changed from 600 ms to 200 ms (less delay when switching to a process, can be changed in config.txt)
# ‘activate on wakeup’ feature disabled by default
+ ‘show wallpaper’ flag in config.txt
+ only current orientation wallpaper is loaded on startup; when changing orientation, the corresponding wallpaper is being loaded from file -> less memory usage
http://forum.xda-developers.com/showthread.php?t=420220
Web Video Downloader can download .flv or .mp4 videos from various web sites.
Changes:
[WVD v0.0.11.0] *** Web Video Downloader ***
Fix liveleak
Fix eskimotube
Fix tube8 (keywork)
Change the Exit fontion (please test)
Add play fonction for PLS
Now you can save PLS or M3U
Add timeout option for video request
http://forum.xda-developers.com/showthread.php?t=427702
CapSure is a screenshot prog for PPC’s.
Changes:
v1.11a
-Release for VGA testing
http://forum.xda-developers.com/showthread.php?t=375573
Task Facade, previously known as Dynamo 3, is a cool, animated task manager for your PocketPC 2003/05/06 device. Say goodbye to boring text lists of running programs and instead manage your programs by sliding in images of all your running applications onto your screen. For each program on your device an image is saved and when you click the hotkey they all zoom onto your screen. Simply click the one you want and it will increase to fill the screen. Quickly seeing all the running programs is far more efficient than having to read through a text-based task list so Task Facade can make task switching a much faster, and cooler, experience.
Task Facade also allows you to quit programs from inside the image view meaning that it does everything your old text-based program manager could do.
As well as just looking generally cooler, Task Facade offers far more customization than before and allows the whole application to be controlled using either your PDAs hardware keys or the stylus.
Changes:
3.7.b2 /2008-11-03/:
+ ‘show wallpaper’ flag in config.txt
+ only current orientation wallpaper is loaded on startup; when changing orientation, the corresponding wallpaper is being loaded from file -> less memory usage
http://forum.xda-developers.com/showthread.php?t=420220
FEWidgets are Omnia like widgets for Windows Mobile devices.
Changes:
– Fixed major bugs on b3.
http://forum.xda-developers.com/showthread.php?t=430190
iWeather uses the weather feed from yahoo (or weather.com). When you run iWeather, you need to connect to the internet. Same for the Settings.exe.
Release notes:
How to:
======
1. open Settings.exe
2. enter your LocationID
3. press ENTER
4. press Done-Button
IMPORTANT! It is nessessary to stay online!
Things to do:
==========
– fix battery-bug in Settings.exe
– adding more than one location
– open settings by pushing the “i”-button
– caching data for offline use
– maybe integrating settings into iWeather
– maybe different language support
– …
v0.1
===
– first release
– only one city-weather is possible
– search in Settings.exe only writes the LocationID (e.g. USNY0996) and the displayed unit into the city.xml (you can find your LocationID at http://weather.yahoo.com )
– Settings.exe gives as validation the city-name to the entered LocationID.
– it’s not possible to start settings from iWeather
– iWeather will automaticaly start, after pushing “done”-button in Settings.
– background-image and icons will change after sunset or sunrise of the selected location
– both apps can be closed by pushing the battery on the upper right corner
http://forum.xda-developers.com/showthread.php?t=441825
The author of Split the Bill had to rename his application to Fuzzy Bill Splitter as Split the Bill already exists as commercial software!
Release notes:
So in honour of the new name I add a new requested alteration!
The default calculation now favours the punter not the restaurant. Basically where it would always make sure you paid at least the bill plus the gratuity, now it pays the closest to it with out making you pay more.
If you feel bad you can now go to the menu and click “Round Up” to make sure that the full gratuity is paid plus a bit!
Still working on themes though!!
http://forum.xda-developers.com/showthread.php?t=441967