News

Notepad Mobile v1.3.1 (Beta) (PPC Application)

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

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Task Facade v3.7.4 (PPC Application)

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

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Viking Vex (J2ME Game)

Viking Vex is a puzzle game, with rich colorful graphics and addictive gameplay that will vex your mind!

Our hero, the viking, has to push together gems of the same color. Once pushed together they turn to stone and cannot be moved. When all gems have been turned to stone, the door to the exit opens up.

Try to complete the level in as few ‘moves’ as possible. A ‘move’ is counted everytime the viking moves from on square to the next, regardless if he is pushing a gem or not.

Viking Vex is now available as a free download thanks to in-game advertising!

http://www.sdwdevelopments.com/vikingvex.html

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
SameGame2 v2.30 (J2ME Game)

Remove pieces of the same color, in as large blocks as possible. This puzzle game is perfect for those quick breaks, as a game only takes a minute or so to play, but it still is highly addictive! There is also lots of statistics so you can keep track of your best and worst scores, how many games you have played and much more.

SameGame 2 is available for FREE thanks to ingame-advertising using the AdWrap program.

http://www.sdwdevelopments.com/samegame2.html

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
2600 Dance v1.3 (A2600 Game)

2600 Dance is a beat game where you move the joystick to the beat to increase your combo meter and try to gain as many points as possible.

Changes:

Version 1.3 – Added life bar changing color depending on how well you are doing(green very good to red bad) and ability to earn an extra bar every 50 combos.

http://www.atariage.com/forums/index.php?showtopic=133907

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Kobashi (Coleco Visoin Game)

Kobashi is a small game where you have to survive as a fish by eating the food dropped from the surface.

The original was ranked 2nd at the MRC Underwater Challenge and was released as a 8k rom, this version became 16k mostly due to removing the compression of data.

http://www.atariage.com/forums/index.php?showtopic=133917

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Task Facade v3.7b3 (PPC Application)

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

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments