Getting Programs for Mio C230

Now that you have unlocked your Mio C230, you are eager to try out various PocketPC or Windows CE applications. But where to start? There are a lot of PocketPC freeware sites. I like this particular site very much because it has ratings for most of the freeware you can download from the site.

http://pocketpcfreewares.com/en/index.php

You don’t have to waste your time on those lowly rated software. Most PocketPC software come in three formats.

  • Stand alone executable
  • Installer package
  • CAB file

I will start with stand alone executable. When I find a program I want to try, I usually copy the executable to Script directory and use FileMan CE to invoke it. If it runs, that’s great. If it doesn’t run, I have no clue what to try. I didn’t know what are the required dlls for it.

However, I just found out a way to determine the required dlls. It’s actually quite simple and I am going to share that “secret”with you. What you need is a program that can open binary file in hex format. If you are curious about what I use, I use TextPad. Open the executable using the hex editor. Search the executable for the text string “dll” (without the quote). Here is a screenshot.

finddll-sc2.jpg

We now know that this application requires COREDLL.dll and commctrl.dll to run. Please note that even though you know the required dlls. It’s still possible the application doesn’t run with dlls. I think the reason might be the program is not compatible with Windows CE 5 or the dlls version is not correct. One dll that most applications need is AYGSHELL.DLL. There are different versions of that dll. My release 4 includes one that’s newer than the one from my earlier releases. You can get the older AYGSHELL.DLL from my earlier releases. Some applications run well with the newer AYGSHELL.DLL, some run well with the older one. You’ll need to experiment it to determine what’s better for an application.

[Update:] One reader has pointed out there is a better way to identify the DLLs needed for an application. It’s called Dependency Walker. It is indeed better and you get to know the details about each DLL and the CPU architecture.

The second form of application is an installer package. You can use a program called EXE to CAB Converter to convert the installer package to a CAB file. The EXE to CAB program is a very old program. It’s very likely it would not work for newer installers. One other thing to try is just run the installer on you computer. When it’s done, you can look for the cab files on the system drive.

For Vista, the directory is at
C:\Windows\WindowsMobile

For XP, please refer to this article. You need to have ActiveSync (XP) or Windows Mobile Device Center (Vista) installed for installer to install the application.

When you get a CAB file for the application, there are two ways to use it. The first one is to use wceload to install it directly on Mio C230. Dominique first discovered the correct procedure to do it and Ameridan has a post about the procedure. The second way is to use a program like WinZip to extract the files from the CAB file. This part is tedious and note that the file names are different from the original names. You’ll need to change the file names back to their original names. For older CAB file, look for the .000 file. Use a text editor to open the file and you’ll know what are the original file names. For new CAB file, look for a setup.xml file. It has the info regarding the original file names.

Once you have all the files you need for an application. You could put everything under Script folder. However, I think creating a folder under Scriptprograms and put the required files in it might be a better solution.

If you get an application to work for Mio C230, please kindly share your find and tell us where to get the application and how did you get it to run. Freeware and Shareware only. If you get a commercial software you own to work, please share your experience here too.

I have started a new category: Programs for PNA. When I find a new program working for Mio C230, I’ll post it under that category. The first one is XnView Pocket.

Geocaching Take 2

The major problem when I tried to use Mio C230 to find geocaches is that by default the static navigation is turned on. What is static navigation. Murphyfields has found a great link about static navigation. Here is the quote about static navigation from SiRF.

93. Explain the static navigation parameters.

Since SA was turned off, we now disable static navigation as our default, and we recommend that you do also. When it is enabled, if velocity is below 1.2 m/s for 3 seconds we will freeze the position, and leave them frozen until velocity exceeds 1.4 m/s (so there is a bit of hysteresis in the solution).

123. What criteria are used to enable and disable the static navigation filter?

Static navigation is a mode designed for motor vehicles, which causes the position to become pinned at one location when velocity is determined to be low enough. This is designed to make navigation systems operate more reasonably when the GPS Selective Availability (SA) signal degradation is turned on. When the navigation software determines that the vehicle velocity is less than 1.2 m/s for 3 seconds, the position is pinned to its current position. It remains pinned until either velocity is detected above 1.4 m/s, or position is computed to be 200 m from the pinned location.

This explains why the NoniGPSPlot stopped working (frozen) when I used it on foot. To disable static navigation, you need a utility called SirfTech. You can download it from here. Create a directory called SirfTech under ScriptPrograms and put SirfTech.exe in it. You can use FileMan CE to run it or create an entry on the desktop. Please refer to this post if you don’t know how to add it to the desktop. I have also created an icon file for it.

SirfTech is a powerful and complicated utility. I wish there is an easier way to toggle static navigation, but there isn’t. I will tell you a bit about how to use SirfTech to disable static navigation. Please note that, DO NOT RUSH on doing these steps. Wait for a few seconds before do the next step.

The first time you run SirfTech, you need to set the com port. Click on Com. Set the Comm Port to COM2: GPS_COM . Baudrate to 4800. Click on Open. Wait for a few seconds to let the program connect to the GPS. Click on OK.

Now, we need to switch to SiRF mode. Click on Nmea and then Set Serial Port (Switch to SiRF). If the Baudrate was not set, set it to 4800. Click on Set and then OK.

We can now disable static navigation. Click on Sirf and then Static Navigation. Uncheck the Static Navigation checkbox. Click on Set and the OK.

Before you run other applications, it’s better to return the GPS to NMEA mode. Click on Sirf and select the last opiton Switch to NMEA Protocal. If the Baudrate was not set, set it to 4800. Click on Set and then OK.

Whew! That’s quite a few clicks to disable static navigation. Now you can exit SirfTech and start your GPS application.

When I first attempted Geocaching, I used NoniGPSPlot. I didn’t like it. I used MioMap this time. I entered the geocaches’ coordinates into MioMap using DegDec format. (In MioMap, do: Map -> Menu -> Coordinate) You can find the coordinates in DegDec format when you click on other conversions on Geocaching.com. I then added these location as POIs.

With these preparations, I was able to find our very first goecache! Yea!

Adding a Desktop for Unlocking Guide Release 4

Adding a new desktop to this release is quite easy. You can use the new desktop to add any programs you want. After trying out the tutorial on how to add a program to the desktop, you know that we use INI files for desktop configuration. main.ini is for Main desktop, games.ini is for Games desktop and utilities.ini is for Utilities. These files are located in Script\desktop folder on the SD card.

The code for switching between desktops is shown here.

ICONXPBUTTON

x = 192

y = 165

NewIni = leftdesktop.ini

SizeNormal = 64

SizePushed = 64

Add = 0

ScaleAlpha = 80

IconNormal = Icons\left64.ico

Add = 0

ScaleAlpha = 100

IconPushed = Icons\left64.ico

ShutDownAnimation = FlyRight

ICONXPBUTTON

x = 256

y = 165

NewIni = rightdesktop.ini

SizeNormal = 64

SizePushed = 64

ScaleAlpha = 80

IconNormal = Icons\right64.ico

ScaleAlpha = 100

IconPushed = Icons\right64.ico

ShutDownAnimation = FlyLeft

I have prepared a desktop template called user.ini. You can download the file here. Just copy the file to Script\desktop on the SD card. We want this desktop to be sandwiched between games.ini and utilities.ini, so we need to modify the two INI files.

Modify games.ini so that the right arrow icon loads user.ini.

ICONXPBUTTON

x = 256

y = 165

NewIni = user.ini

SizeNormal = 64

SizePushed = 64

ScaleAlpha = 80

IconNormal = Icons\right64.ico

ScaleAlpha = 100

IconPushed = Icons\right64.ico

ShutDownAnimation = FlyLeft

Modify utilities.ini so that the left arrow icon loads user.ini

ICONXPBUTTON

x = 192

y = 160

NewIni = user.ini

SizeNormal = 64

SizePushed = 64

Add = 0

ScaleAlpha = 80

IconNormal = Icons\left64.ico

Add = 0

ScaleAlpha = 100

IconPushed = Icons\left64.ico

ShutDownAnimation = FlyRight

That’s it. Now you have a brand new desktop to add your favorite programs. You can use SystemInformation32.exe to test the new desktop first. I encourage you to put your modification in this desktop so you won’t loose your customization when the new release is out.

user.jpg

x-click-but04.gif


Find deals on Amazon.com

Mio C230 Mio GPS Garmin GPS TomTom GPS GPS and Navigation


Buy Mio C230 from

Amazon.com Buy.com NewEgg.com TigerGPS

Adding a Program to the Desktop for Unlocking Guide Release 4

One reader has asked about some tutorials on how to tweak the tweaks. Here you are. I am going to show everyone how to add a program to the desktop. The program that I am going to add is called NoniGPSPlot. The web site is here. You can find a lot of useful information like tutorials and manual from the site. NoniGPSPlot is freeware, but if you find it useful and use it often, please donate to the author to help with future development.

The program I use to create the desktops is called SystemInformation. The web site is here. The site is in German, therefore you’ll need to use some translation tools to view the pages in English. SystemInformation uses a series of INI files for desktop configurations. In this release, most of the INI files are kept in Script/desktop folder on the storage card. There are 3 INI files: main.ini, games.ini and utilities.ini. Each is responsible for a desktop. In this example, we want to add the program to the main desktop, so we will only concentrate on main.ini file.

Now let’s begin. First, download this zip file from here. Unzip the file and find a folder called NoniGPSPlot. Insert your SD card to the card reader connected to your computer. Copy the whole directory to Script/programs on the storage (SD) card. In the past, I put everything under Script directory. As we have more and more programs, I like to organize the programs and put them in a separate folder. After copying, the directory structure is like Script/programs/NoniGPSPlot . Inside the directory, there is an icon file gpsplot.ico . Copy this icon file to Script/desktop/icons folder.

Now that we have the files ready, we can start editing main.ini. Use your favorite text editor and open main.ini in the Script/desktop directory. We want to put this program next to the uBook program. There is a commented out section about this.

#ICONXPBUTTON

#x = 64

#y = 95

#Command = \Storage Card\Script

#SizeNormal =64

#SizePushed =64

#ScaleAlpha = 80

#IconNormal = icons

#ScaleAlpha = 100

#IconPushed = icons

Uncomment this section by removing the # from the beginning of each line. We also need to edit the variables Command, IconNormal and IconPushed. Modify the section so that it’s like the following.

ICONXPBUTTON

x = 64

y = 95

Command = \Storage Card\Script\Programs\NoniGPSPlot\NoniGPSPlot.exe

SizeNormal =64

SizePushed =64

ScaleAlpha = 80

IconNormal = icons\gpsplot.ico

ScaleAlpha = 100

IconPushed = icons\gpsplot.ico

Note that we use absolute path for Command, but use relative path for IconNormal and IconPushed. This is necessary for the SystemInformation32.exe to work.

When you are done editing. Save the file. Before you remove the SD card from the card reader, you can test it first. There is a program called SystemInformation32.exe in Script\desktop directory. Double click on the program to run it. Here is the screenshot.

nonigpsplot.jpg

It looks fine and you can remove the SD card and insert it back to your Mio C230. Soft reboot(restart) your unit to see the changes. Now that you know how to add a program to the desktop, I suggest you don’t do it just yet. In my next tutorial, I am going to show you how to add another desktop. It’s better to do your customization on a separate desktop. That way, when the next release is out, you won’t lose your modifications.



Wishlist for Unlocking Mio C230

If you have any new features that you would like to see in the future unlocking guide, please comment here.

The use of unlicensed maps is illegal. Please don’t ask where can you get maps not licensed for your device or how can you get MioMap to recognize the unlicensed maps. Any question regarding unlicensed maps will either be deleted or ignored.

The forum section is now open. Please discuss this post in forum.

How to Unlock Mio C230 Release 4 – The Easiest Guide Ever!

Right after I published the release 3.1, MoonBear contacted me and asked about some system files for the default Mio C230. He helped me to figure out a SD card based unlock procedure. I have since changed my unlock procedure to accommodate this.

What are the advantages using a SD card? Firstly, the unlock is easier when you use a SD card. A lot of people got confused about changing the folder name of the default location of MioMap. With the SD card approach, you don’t have to do that any more. Secondly, as I put more applications in the unlock package, there is not enough space in the internal flash drive. I now put everything on a SD card, this is not an issue any more. Thirdly, with earlier releases we have to hard reset the unit every time we disconnect it from the computer. Now that I use the SD unlock, the unit behaves better. Most of the time, I don’t have to do a hard reset. About 1 out of 5 times, I still need to hard reset the unit, so the problem is not completely fixed. Since I can just work on the SD card, I rarely need to connect C230 directly to computer, so this is not a big deal any more. Lastly, the modification of the internal flash of the unit is minimal. It’s also very easy to revert the unit back to the factory state.

If you already have a high speed SD card, you are fine. Otherwise, the first thing you need to do is to buy a nice SD card. Note that you cannot just use an age-old SD card from several years ago. Chances are your Mio cannot recognize it. This is the card I am currently using. 1 GB is sufficient for me. If you like to have a lot of MP3s and movies, consider a card with bigger capability(2 GB , 4 GB ).

Here are what’s new about this release.

  • SD based unlock.
  • 3 desktops.
  • MioMap skin chooser(switcher).
  • Expanded game section.

BEFORE YOU FOLLOW THE PROCEDURES TO MODIFY YOUR MIO C230. YOU KNOW THAT YOU MIGHT RENDER YOUR C230 UNUSABLE AND YOU MIGHT VOID YOUR WARRANTY. YOU DO THIS AT YOUR OWN RISKS. THE FOLLOWING STEPS HAVE BEEN TESTED ON US MODEL OF MIO C230 ONLY. THEY ARE NOT MEANT FOR MIO C230 PURCHASED IN OTHER COUNTRIES.

Background

Before you begin, make sure you read the post entirely and you have no questions about each step. A little background might help you understand what you are doing. There is a back door for MioMap to run external application. This is different for different models of Mio GPS. For Mio C230, this back door is an application called autorun_ABC.exe (or GOCE.exe) on the storage card. What we are going to do is to have our unlock package on a storage card and trick the MioMap to run our unlock script. Note that with this approach, you don’t need to change the default MioMap directory. If you have changed the default MioMap directory, you’ll have to change it back before you try this unlock. If you have a USB cable, connect the unit to a computer and backup everything on the unit before you go on.

Step by Step Instructions

  1. Download the zip file from here.
  2. Unzip the file and copy everything to a SD card. Note that if you already have a Skins or Routes directory, just copy the content of Skins or Routes directories to your existing Skins or Routes directories. Here is a screenshot of the folders and files on the storage card’s root directory.
    mioc230r4.jpg
  3. Turn off Mio C230 using the switch on the back. Insert the SD card into the unit.
  4. Turn on Mio C230 using the switch on the back. A dialog pops up telling you the unlock is done and begging for donation. :-) Click on OK to continue.
  5. (Optional) If you still have the default MioMap user interface(skin), you need to change it so that you can exit MioMap. I have included a modified skin in the Skins directory.
    • Click on Routes on the desktop.
    • Select MioMap Skin Choices and click on OK.
    • Select ComputerBits and click on OK.
    • A new skin is being copied, this process can take up to 30 secs or more.

Mini Manual

There are 3 desktops included in this package. You can use the left and right arrows on the lower right corner to switch between the desktops. The top row and bottom row are the same for each desktop. After unlocking, notice there is a small icon “ab” in the top left corner. If you tap on it, it opens up an on-screen keyboard. You need a stylus to us it. Make sure the cursor is in the input field of the window when you use it. Tap it again to close the on-screen keyboard. Right next to ab icon, there are 3 small icons. They are:

  • Restart: Restart the unit.
  • Landscape: Return the screen to landscape mode. This is useful when the screen is rotated 90 degrees by accident.
  • Volume: Change the volume. The default volume is set to maximum. You can use this to change volume before playing a game with sound like Tetris.

The bottom row from left to right:

  • GPS: Invokes MioMap.
  • Media: Invokes TCPMP. This is a versatile media player. It plays various video formats and MP3. It can also be used to view photos. I added the plugin to play FLV video downloaded from YouTube or other flash video sites. Plugins for playing Podcast video are also included.
  • FileMan CE: Invokes FileMan CE, a file manager for CE devices. You can use it to launch other programs not on the desktop or manage files.

Main Desktop

main.jpg

  • Paint: Invokes PocketPaint. This is a simple paint program.
  • Calculator: Invokes MyCalculator. To exit out MyCalculator, tap About and then the “X” in the about screen.
  • Photos: Invokes GQe. You can use it to view photos on the storage card.
  • Notes: Invokes NotePad, a notepad program for creating/viewing text files.
  • Routes: Route Management and MioMap Skin Chooser(Switcher). See the Note section for instruction.
  • uBook: uBook reader. It can open HTML, TXT, RTF, PDB and PRC (not secure) ebook files. A free Webster dictionary is included. I don’t know if anyone is interested in reading a dictionary, but it’s there.

Games Desktop

games.jpg

In this desktop, there are a lot of new games. Most of the games are from XFlib. If you like the games, please consider a donation to their site. You can download a lot more games from the site. A lot of games run in portrait mode. Ameridan has come up with a way using scripts to rotate the screen automatically. I have borrowed the scripts to run these games.

  • Lights On: Invokes LightsON. The goal of the game is to turn all lights on.
  • Free Cell: Invokes FreeCell, a poker game.
  • Sudoku: A Sudoku game from XFlib.
  • Caisses: A Sukoban clone game from XFlib.
  • HexaVirus: My personal favorite from XFlib. Your goal is to active every virus in 30 moves or less.
  • Aquella: A JezzBall-like game from XFlib.
  • BallBreaker: An interesting game from XFlib to test your reflexes. All the balls are shooting at your cursor. Try to lure the balls to hit the block(s) and break them.
  • Pipes: A classic pipes game from XFlib.
  • Tetris: A classic Tetris game. Click on the block to rotate it. Click on the left or right side of the window to move the block.
  • Shift: Another game from XFlib. Click on the border of the screen to move the blocks that can move in the direction. When 3 or more of the same block form, they disappear.

Utilities Desktop

utilities.jpg

  • RegEdit: Registry editor for your Mio C230.
  • iTaskMgr: Shows you CPU, Process and Task(Application) info. You can use this to terminal a process or switch to an application.
  • Move: Utility to move windows around.
  • DPMS: Turn your screen off.
  • Resinfo: Invokes Resinfo. It shows you some resources informations for your device. Kinda like task manager in Windows. You can use it to terminate applications or processes.
  • Restart: Restarts Mio C230. Use this when an application crashes or after you load new files to the SD card.
  • Rotate: Rotates the screen counter-clockwise by 90 degrees.
  • Snapshot: Invokes CapScrUtil. A screen capture utility. Remember to store the image to either Storage Card or My Flash Disk for easy access to the screenshots.
  • Settings: Invokes MioUtility, a control panel like application for adjusting backlight, volume, screen, power, date/time and language.

Note

  1. If you want to use your own background image, just create a 320×240 bitmap file. Put them in the Scriptdesktop directory. Edit the ini files in the directory to use the bitmap file you created. main.ini is for Main desktop, gmaes.ini is for Games desktop and utilities.ini is for Utilities desktop. Change the variable BackgroudBitmap to point to the new file.
  2. If you want to change or add the icons(shortcuts) on the desktop, you can do so by editing the files in note #1. An icon entry is like this.
    ICONXPBUTTON
    x = 0
    y = 95
    Command = Storage CardScriptyour_program.exe
    SizeNormal =64
    SizePushed =64
    ScaleAlpha = 80
    IconNormal = iconsyouricon.ico
    ScaleAlpha = 100
    IconPushed = iconsyouricon.ico
  3. When you have the program and icon(64×64) ready, copy the program to Script directory and copy the icon to Scriptdesktopicons directory and modify the variable Command, IconNormal and IconPushed. Note that you have to use absolute path for Command, but use relative path for IconNormal and IconPushed. If you follow this rule, you can use the included SystemInformation32.exe in that directory to test the desktops on your computer. This tool is very useful for those who like to change the desktops frequently. I have commented out some of the ICONXPBUTTON sections on the ini files. If you want to use them, remove the # signs in front of the lines.
  4. If for whatever reason, you cannot exit a certain application, you can use Resinfo to terminate the application. Tap the “ab” icon on the upper left corner. Tap “Ctl” and then “Esc” on the on-screen keyboard, this brings up taskbar. Once taskbar appears, tap “Programs” and then “Resinfo”. Use “Tasks” tab of Resinfo to terminate the application (task). You might want to soft reset (restart) the unit. Sometimes, the taskbar is on top when you run MioMap or other applications. It’s very annoying. You can disable the behavior by click on Start -> Settings -> Taskbar and Start Menu… and uncheck Always on top.
  5. Now that we have everything on the SD card, you don’t need to connect the unit to the computer any more. You can just take out the SD card and work on the SD card. When you are done working on the SD card. Insert the SD card back into the unit. If your unit did see the new files you added to the SD card, restart the unit by using the restart icon on the desktop. If you have Map files on your SD card, you might notice that the system soft reboots when you insert the card into the unit when it’s on. This is normal.
  6. If you still like to connect your unit to the computer, sometimes the unit freezes up. You will need to hard reset the machine using the switch on the back.
  7. Route management lets you Save/Load/Delete/Rename routes. The default location for routes is at Routes on the storage card. If you have saved your routes in other location, you can move them to here. To save a route, start MioMap. Plan a route as you wish. You might want to disable off-route automatic recalculation(Home -> Settings -> General -> Off-route recalculation) when you plan a route. When you are done planning, exit MioMap. Then click on Routes icon to run the route management program and click on “Save current Route” to save it. To load a route, click on Routes icon. Then click on “Load a saved Route”. Pick the route you want and click on OK. The MioMap starts up automatically with the route your picked.One added feature of this release is MioMap Skin Chooser (Switcher) by Mike FFI. If you have found a skin you want to use. Just create a subdirectory under Skins on the storage card. Copy the DATA.ZIP to the subdirectory. Please see this post about MioMap skins. Note that whenever you load a new skin, it takes a bit of time for the copy process to finish.
  8. The use of unlicensed maps is illegal. Please don’t ask where can you get maps not licensed for your device or how can you get MioMap to recognize the unlicensed maps. Any question regarding unlicensed maps will either be deleted or ignored.

Backing Off

If you don’t like it the way it is, you want to undo everything. It’s very easy to revert back to the factory state, just hard reset the unit using the switch on the back and copy the backup DATA.ZIP back to the unit if you wish.

If your Mio C230 is not working at all even after you perform the aforementioned steps, you can use the DVD that came with your unit to restore it.

MISC

Don’t forget the other posts about Mio C230

If you don’t have a Mio C230 yet, you can consider buying it from Amazon.

I published the original unlock guide on 10/31/2007. The guide is a FIRST and ORIGINAL unlocking guide for Mio C230. The guide has made hacking/unlocking Mio C230 possible and it has inspired other efforts for making Mio C230 a wonderful device to own. If you find my articles useful and you would like me to continue this project, please consider making a donation to my site. Thank you!



Find deals on Amazon.com
Mio C230 Mio GPS Garmin GPS TomTom GPS GPS and Navigation

Tweaking SYS.TXT for MioMap 3.3

Some of you might have tried to modify the SYS.TXT file in the MioMap (or MioMap2) directory to let MioMap behave differently. I found a post by Andy Elliott. You can find a lot of information regarding SYS.TXT. Note that the way he posted the info is not what you should put in the file. For example, if you want to show one-way street, have this in the debug section of SYS.TXT.

show_oneway=1

Ok, now here is the list of options you can do.

#==========================================================

[gps]

port=<number>

speed=<baud>

[tmc]

port=<number>

speed=<baud>

[debug]

smart_2d

value: 0,1 – Turns on Smart 2D – need explanation of this

slowsim

value: 0,1 – Whether ‘flyover’ should be quick or normal speed

loop_sim

value: 0,1 – Whether ‘flyover’ should be loop at end

show_segmentdir

value: 0,1 – Whether to show segmented directions with arrow (one-way filter lanes)

show_oneway

value: 0,1 – Whether to show one-way roads with arrow

show_uturn

value: 0,1 – Whether to show road where u-turns allowed (highlight whole road)

show_residentonly

value: 0,1 – Whether to highlight private roads (highlight whole road)

show_gps_pos

value: 0,1 – Whether to show dot where real gps position is

builtupborder

value: 0,1 – Whether to highlight country borders

showcenter

value: 0,1 – Whether to highlight country borders

show_optional_routeinfo

value: 0,1 – Whether to show additional info on route (work planned, change of the road… IS THIS TMC INFO???)

show_speed_limit

value: 0,1 – Whether to show speed limit

no_tmc

value: 0,1 – Whether to disable TMC or not

For debugging problems:

[debug]

show_mapid

value: 0,1 – Whether to numerical mapid prefix before road in popup on map

show_segmentid

value: 0,1 – Whether to numerical segmentid prefix before road in popup on map

show_roadid

value: 0,1 – Whether to numerical roadid prefix before road in popup on map

show_device_type

value: 0,1 – Whether to show message box on startup with device string

show_screensize

value: 0,1 – Whether to show message box on startup with screen

sizeshow_gx

value: 0,1 – Whether to show message box on startup with GX library info

#==========================================================

x-click-but04.gif


Find deals on Amazon.com

Mio C230 Mio GPS Garmin GPS TomTom GPS GPS and Navigation


Requesting 12M POIs Maps for Mio C230

The major complaint for Mio C230 is the number of POIs that comes with the system. Unlike the previous models, C230 only has 0.9 million POIs. Even though you can add custom POIs, the search speed suffers.

One reader has provided a link to a forum where you can request 12M POIs for Mio C230. At the time of the writing, the following states are available.

Washington State. (36MB)

http://rapidshare.com/files/84…SA_Washington.zip.html

California (140MB)

http://rapidshare.com/files/86…ifornia.part1.rar.html

http://rapidshare.com/files/86…ifornia.part2.rar.html

New Hamphire (8.2MB)

http://rapidshare.com/files/87…_New_Hamphire.zip.html

Massachusetts (27.2MB)

http://rapidshare.com/files/87…Massachusetts.zip.html

Oregon

http://rapidshare.com/files/88…83/USA_Oregon.zip.html

Pennsylvania

http://rapidshare.com/files/88…_Pennsylvania.zip.html

Virginia

http://rapidshare.com/files/89…/USA_Virginia.zip.html

Indiana & Illinois

http://rapidshare.com/files/90…iana_Illinois.zip.html

Florida

http://rapidshare.com/files/90…1/USA_Florida.zip.html

Arizona

http://rapidshare.com/files/90…0/USA_Arizona.zip.html

Utah

http://rapidshare.com/files/90828617/USA_Utah.zip.html

Ohio

http://rapidshare.com/files/90831299/USA_Ohio.zip.html

New York

http://rapidshare.com/files/90…/USA_New_York.zip.html

New Jersey

http://rapidshare.com/files/90…SA_New_Jersey.zip.html

Georgia

http://rapidshare.com/files/91…0/USA_Georgia.zip.html

South Carolina

http://rapidshare.com/files/91…outh_Carolina.zip.html

Colorado

http://rapidshare.com/files/91…/USA_Colorado.zip.html

Louisiana

http://rapidshare.com/files/91…USA_Louisiana.zip.html

Texas

http://rapidshare.com/files/91…A_Texas.part1.rar.html

http://rapidshare.com/files/91…A_Texas.part2.rar.html

Wisconsin & Iowa

http://rapidshare.com/files/91…nsin_and_Iowa.zip.html

Kentucky

http://rapidshare.com/files/91…/USA_Kentucky.zip.html

Michigan & Missouri (2 separate files)

http://rapidshare.com/files/91…_and_Missouri.zip.html

Minnesota

http://rapidshare.com/files/91…USA_Minnesota.zip.html

Navada

http://rapidshare.com/files/91…31/USA_Nevada.zip.html

Alabama and Tennessee (2 separate files)

http://rapidshare.com/files/91…and_Tennessee.zip.html

Kansas and Nabraska and Oklamoma

http://rapidshare.com/files/91…_and_Oklamoma.zip.html

Maine

http://rapidshare.com/files/91936225/USA_Maine.zip.html

North Carolina

http://rapidshare.com/files/92…orth_Carolina.zip.html

Illinois

http://rapidshare.com/files/92…/USA_Illinois.zip.html

Maryland and Connecticut

http://rapidshare.com/files/98…maryland_Conn.zip.html

Mississippi

http://rapidshare.com/files/98…A_Mississippi.zip.html

Delaware

http://rapidshare.com/files/99…/USA_Delaware.zip.html

Rhode Island and Vermont

http://rapidshare.com/files/10…_Rhode_Island.zip.html

Washington,DC and Idaho ( 2 separate files )
http://rapidshare.com/files/10…/DC_and_Idaho.zip.html

Hawaii
http://rapidshare.com/files/10…50/USA_Hawaii.zip.html

Note that these maps are for C230 only. If you would like to see more, please request the map of your state here (registration required). Don’t request the maps here, I don’t know other sources for them.

Some of the files are protected by password. The password is

iwillhelptheworld

. After you download the maps, please see this post about where you can put the maps.

Here is the message from the author of the original thread.

Help the world, donate, volunteer to your favorite charity~~~~~~~

Take a little, give a little and you will be rewarded.


Find deals on Amazon.com

Mio C230 Mio GPS Garmin GPS TomTom GPS GPS and Navigation


Running ScummVM on Mio C230

You have played some simple games on your unlocked Mio C230. Mio C230 is actually powerful enough for more sophisticated games. I have tried ScummVM and it rocks! So what is ScummVM? Here is the quote for ScummVM’s web site.

ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed!

Some modifications are needed for Mio C230. You’ll need to unlock your Mio C230 in order to run ScummVM. If you haven’t done so, please see one of my unlock releases to unlock your unit first.

  1. Insert a SD card into Mio C230. Turn it on and connect it to the computer using a USB cable.
  2. Assuming the storage card (SD card) shows up as G drive. Make a folder called scummvm under it (G:scummvm).
  3. Download ScummVM 0.9.1 from this site. Note that the latest version 0.11.0 doesn’t work.
  4. Unzip the zip file from step 3 and copy all the files to the folder G:scummvm .
  5. Download scummvm.zip file from here. Unzip it and find the two files: scummvm.ini and scummvm64.ico .
  6. Copy scummvm.ini to G:scummvm . Copy aygshell.dll from your script directory to G:scummvm.

The previous setup is for the program itself. It has no games. There are two freeware games from this site. Unfortunately, Beneath a Steel Sky doesn’t work for C230, because it requires at least a hardware key which C230 doesn’t have. The other freeware game Flight of the Amazon Queen works quite well. Download the zip file, unzip all the files and copy them to a folder on the storage card.

Now you are ready to try the game. Disconnect the USB cable and hard reset your C230 if needed. Use FileManCE to invoke the file PocketSCUMM.exe in the Storage Cardscummvm directory. The first time you run ScummVM, you need to tell it where to find the games. Click on Add Game to add the game you downloaded.

scummvm1.jpgscummvm2.jpg

I have included an icon file, if you like you can include this on your desktop. I don’t know where you can find games that works with ScummVM, please don’t ask for them here.

If you like my articles, please consider a small donation. Thanks!

x-click-but04.gif


Find deals on Amazon.com

Mio C230 Mio GPS Garmin GPS TomTom GPS GPS and Navigation


MioMap 3.3 Skins for Mio C230

There are a lot of MioMap v3.2 skins out there, but there are not a lot of MioMap v3.3 skins. There is also no skin tested for C230 either at the time of this writing. With help from MoonBear at GpsPassion.com, I was able to modify a split screen skin for use in C230.

The reason that some of the MioMap v3.3 skins do not work with C230 is that there is no machine specific information regarding C230 in the configuration file. The configuration file is configpocket_pc.ini in the DATA.ZIP file. If you are not familiar with editing files inside DATA.ZIP , please check my post regarding DATA.ZIP tweaks. Add the following to the pocket_pc.ini file.

[MIOC230]
gps_port = 2

gps_baud = 4800

tmc_port = 1

tmc_baud = 38400

gx_width=240

gx_height=320

gx_format=160

gx_xpitch=2

gx_ypitch=640

gx_orientation=0

blight_min = 1

blight_max = 8

blight_reverse = 0

blight_smart = 4

blight_key_BatteryTimeoutBA = "BatteryTimeout"

blight_key_BatteryTimeoutAC = "ACTimeout"

blight_key_BacklightOnTapBA = "BacklightOnTap"

blight_key_BacklightOnTapAC = "ACBacklightOnTap"

blight_key_OnOffBA = "OnOff"

blight_key_OnOffAC = "ExtOnOff"

blight_setmode5 = 1

interface_show_timezoneslider=1

interface_reset_os_timezone=1

After modifying the pocket_pc.ini, I was able to use a skin which enables split screen. I would encourage anyone who is trying different skins for Mio C230 to do this. All the skins you see here have the required information for Mio C230 already. You don’t have to do the modification again. Please report back if you found other skins that work fro C230. I will also post updates of these skins, please check the bottom of each skin section for updates. [Update: One reader found out some problems with TTS using the skins. The reason for it might be because the skins were made for other devices originally. The config directory in DATA.ZIP contains information for other devices. It might be better to just copy the whole config directory from your original DATA.ZIP to the new skin's DATA.ZIP's config directory. ]

Olivercp Skin

I found this skin in this thread. There is no name for it, I’ll just use the name olivercp for now. Here is the description by olivercp.

Try this skin that works on Mio 3.3. I forgot where I got it but initially it had some bugs and some quirks which i did not like. In particular, when in map mode and when you have an active route, the zoom buttons were replaced by “route overview” and “route method”. I did not like losing the zoom buttons in map mode so I added the zoom buttons similar to the one used in quicksilver. Also, when it switches to night mode, it looks for some missing spr files and abends with a fatal error. I had added the missing files and so this bug is also fixed. I also added a “minimize button” in the main menu. And yes, this skin has the exit button. I also replaced the guidance.dat file in config folder with the older version used in mio 3.2 skin. I think this somewhat reduced the chattiness of mio (it doesn’t tell me to stay on the right (stays silent) when approaching an intersection when I am not making a turn at the intersection).

This skin has the “split screen” view. Just click on the current street you are on (lower bar in navigation mode) and split screen will be shown. The split screen has four tabs for the speedometer, POI’s, TMC, and route turn list. Click again on the current street to close the split screen. I also modified this skin so that when in navigation mode and you click the next-street, it re-plays the voice direction.

I also accidentally discovered, that if you use this skin in mio 3.2, it is the same as the smartblue skin!

olivercpmain.jpgolivercpspeed.jpg

olivercproute.jpg olivercppoi.jpg

In addition to the awesome split screen, there are also some added features in Map screen. See that there are two new icons: binocular and calculator. These two icons are only shown up when you have a route planned. Click on the binocular icon fits the route on the screen. Click on the calculator icon switch the route options on the fly with distance and time to destination shown. You can also do fast fly-over without modifying the SYS.TXT .

olivercpmap.jpg

You can download the modified skin for C230 here. There are two files inside the zip file: DATA.ZIP and PANNEAUX.TTF. Make a backup of your current DATA.ZIP file. Put these two downloaded files in My Flash DiskMioMapMioMap if you haven’t unlocked your C230. Put these two files in My Flash DiskMioMapMioMap2 if you have unlocked your C230.

Updated OliverCP skin with map to cockpit, cockpit to map buttons. Download here .

Riks v1.0 Skin

Here is another skin that I modified to run on Mio C230. You can download the file here. Note that this file Riks1.zip is the DATA.ZIP. Please don’t unzip it. Just rename it to DATA.ZIP and copy it to the corresponding location(Make a backup of the original, of course.). What’s interesting about this skin is the cockpit mode is very similar to map mode. The information that used to occupy the left side of the cockpit view is now on the bottom. You have a wider view while in cockpit mode. There are also icons for you to switch between map mode and cockpit mode easily. To activate the split screen in cockpit mode, touch the top edge of the screen. There is a minimize button on the main screen. If you minimize MioMap, you need to use the explorer (FileMan CE) to run MioMap.exe in My Flash DiskMioMapMioMap2 to switch back to MioMap again. Clicking on the icon on desktop won’t get you back to MioMap. I wouldn’t recommend using the minimize button until I test it more.

rikshome.jpgriksmap.jpg

rikscockpit.jpgriksspeed.jpg

rikspoi.jpgriksdir.jpg

Updated riks1 without minimize button. Download here .

Quicksilver Reborn v1.3 Skin

I have heard of this skin for a long time and it seems very popular. It has a very clean interface. All the icons are professionally made. It DOES NOT support split screen unfortunately. You can download the file here. Note that this file Quicksilverreborn1.3.zip is the DATA.ZIP. Please don’t unzip it. Just rename it to DATA.ZIP and copy it to the corresponding location(Make a backup of the original, of course.). To enable the car icon, just click on the arrow in the cockpit view. BTW, the display icon on the main screen is to minimize MioMap. As in the Riks skin, don’t use it for now.

quicksilverhome.jpgquicksilver2.jpg

quicksilver3.jpgquicksilver4.jpg

quicksilver5.jpgquicksilver6.jpg

quicksilver7.jpg

Updated Quicksilver skin without minimize button. Download here .

Sznyt 2.3 Skin

Quicksilver13 has contributed some skins. The first one is called Sznyt 2.3. This is not your ordinary skin. I was overwhelmed at first. The learning curve is a bit steep. You definitely need to spend some time to figure out what each icon does.

spanel.jpgpoimap.jpg

scockpit.jpgsroute.jpg

spoimang.jpg

There is a compass screen which might be useful for geocaching.

s0006.jpgs0008.jpg

You can download the file here. Change the file name to DATA.zip . [Updated: 6/2/2008] A reader has reported the original link is broken. Please check this topic in the forum for the new download location.

http://kombitz.com/forum/index.php?topic=4.0

Registration required.

Nuovo (BreMa) Skin

The second skin contributed by Quicksilver13 is called Nuovo. It’s based upon the Riks skin. The original one doesn’t work with my C230. I copied over the original config directory and it’s working now.

nu-2.jpgnu-3.jpg

nu-7.jpgnu-8.jpg

nu-5.jpgnu-4.jpg

You can download the skin here.

Joedoum Skin

This is actually the first skin contributed by Quicksilver13. I totally forgot about it when I posted the changes yesterday. :-)

j0007.jpgj0010.jpg

j0012.jpgj0013.jpg

j0020.jpgj0023.jpg

j0032.jpgj0033.jpg

You can download the skin here.


Find deals on Amazon.com

Mio C230 Mio GPS Garmin GPS TomTom GPS GPS and Navigation


Discuss this post in the forum.

Page 3 of 5«12345»

Translator

English flagItalian flagKorean flagChinese (Simplified) flagChinese (Traditional) flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagHindi flagRomanian flagSwedish flagHebrew flagHungarian flag

Archives