Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins


Reply
 
Share Thread Tools Display Modes
Old 05-09-2006, 06:10 PM   #1
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Thumbs up iGMon - Solution for integration between iGuidance and Road Runner (I hope)

iGMon Version 2.0.1 Release

iGMon 2.0.1

Quick note to skinners:In the Default skin folder, I left iGWindows.ini, iGWindows.bmp and iGWindows_on.bmp in the distribution by mistake. You don't need to recreate these files. If you're not sure, just redownload iGMon from the link above.

Changes in 2.0.1
- ShowWidth, ShowHeight now moved into iGMon.ini
EVERYONE add these following lines to iGMon.ini in the [Main] section (right after Skin=Default) like this.
Code:
[Main] ;Name of the Skin folder inside \skins\ Skin = Default ;The resolution that the skin will be displayed at, no matter what the original resolution is. ShowWidth = 800 ShowHeight = 480

(Add the last 3 lines and change ShowHeight to your correct resolution)

- Added IGDialogs.ini skin for other IG popup dialogs such as Favorites, Recent Destinations, etc. Skinners, see IGDialogs.ini for details. Format is very similar to osk.ini.

- SKNNERS: OriginalWidth, OriginalHeight moved into general.ini

- SKINNERS: MaxInputChars now no longer needed. The font for TextInputBox can be anything now (doesn't have to be Courier like before).

- Added option for disabling pausing for the "ding" sound. Just add the following lines to IGMon.ini (in the [GuidanceVoice] section)
Code:
;This is the time (in miliseconds) that iGMon waits before pausing/muting RR ;If you want to disable pausing for the "ding" sound, set this value to 800. Otherwise, set it to 0. If 800 doesn't work for you, raise the value to like 900 or until it works. TimeWaitBeforeMute = 500 ;I edited and shortened the original MVR.wav (the ding sound) and included it in iGMon\IG_Snd. If you copy it to your iGuidance sound folder (for eg., C:\Program Files\iNav\iGuidance\Snd), you can reduce TimeWaitBeforeMute to 500. This is recommended

- Added the following commands.
RestartIGMon - Restart iGMon
Detour - Bring up the Avoid Road dialog
ToggleCustomPOIs - Toggle between "Custom POIs ON" and "POIs OFF"

- Added RestartIGMon.exe. When executed, it'll restart iGMon (forcefully if needed).

- Added support for setting the Next Turn Street Name as a RR variable. Add these lines to iGMon.ini in the [ParseNextTurnStreet] section.
Code:
;Also, you can save the Next Turn Street Name to a Road Runner variable. Define the name of the RR var below then reference it in your RR skin by $VARNAME$. Check Skin Commands.txt for more details RRVarName = IGNextTurnStreetVar ;For example, to display this as a label code in your RR skin, use "=Next Turn: $IGNextTurnStreetVar$"

(Add those lines just after RRLabelName = !iGNextTurnStreet)

- Fixed issue with the zoom box freaking out

- Fixed lots of memory leak

- Fixed issue with ugly font on the OSK input box

- Fixed bug on the OSK where it gets stuck if a POI has multiple locations (like grocery stores such as Safeway)

- Fixed problem with Auto Mute sometimes not being responsive

- Some cosmetic changes

- Changes in 2.0.1 (from 2.0):
Fixed SendMsg bug reported by EL CAMINO
Added ToggleCustomPOIs command/button for wysocki
Fixed a small bug in AutoZoom


Upgrade Instructions
- Back up your iGMon.ini if you don't want to lose your settings.
- Exit iGMon
- Download iGMon_2.0.1.zip and unzip it over the old version
- Copy your backup iGMon.ini over the new one
- Open iGMon.ini and add those 3 new sections mentioned in the Change Notes.

Skins

LSX - thanks, liquid_smoke

MC 2.0 - thanks, sonicxtacy02



Features
  1. Automatic switching Road Runner to the GPS screen (from any screen) when the Guidance screen comes on (ie. when you're about to make a turn) and switching back when done. This works like OEM Nav systems.
  2. Pausing RR when iGuidance is giving directions. You can also lower Winamp volume instead.
  3. On-Screen buttons that can perform various iGuidance tasks. Transparency is supported. Buttons will automatically "snap on" to the iGuidance map.
  4. Sending commands from RR buttons to iGuidance without relying on the unreliable SendKey method. A lot of custom commands are supported like GoHome, Favorites, NavigateNearestGasStation, etc. You can also send command from iGuidance back to RR.
  5. Magnifying several areas on the map, for example, the Speed box and the Distance to Next Turn box. Click-through is supported.
  6. Parsing and displaying the name of the street at next turn in LARGE font. This can also be displayed as a RR label.
  7. Auto Zoom like Destinator (still beta)
  8. Automatic killing the "Please make sure GPS receiver is connected" warning message.
  9. Fully skinnable On-Screen Keyboard with large buttons. See screen shot.

Compatibility
iGMon has been tested against
- the original iGuidance 2.1.1NA
- iG 2.1.1NA with JustInTime's Big Button mod
- iGuidance 2.1.3NA (thanks gonthorn)
- iGuidance 2.1NA (thanks Sonicxtacy)
- any of those versions embedded in iGSkinner, iGLaunch or SkinBedder (to remove the toolbar)
- Windows XP

People who use iGLaunch, see post #120 for instructions.


Video of iGMon in action
You will need XVid to view the clip.

iGMon.avi


iGMon Beta 1.1 Release

iGMon Beta 1.1

- This version should work with SkinBedder and iGLaunch now.

People who use iGLaunch, see post #120 for instructions.

People who use the LSX Void skin, see post #108.

Installation Checklist
  1. Latest version of Road Runner (Version 05-02-06 or later). I mean this!!!
  2. iGuidance set as the External GPS option in RRConfig** (see footnote)
  3. (Optional) GPS port set in RRConfig so that RR can provide GPS info on its own (this is for Auto Zoom)
  4. (Optional) iG version and OS version listed in the Compatibility List. Users of other versions please report back with results.
  5. (Optional) I highly recommend Justintime's Big Button Mod for upto iG 2.1.2NA. Check this thread. http://www.mp3car.com/vbulletin/show...ight=iGuidance

Installation Instructions
  1. Download iGMon from the link above and unzip it somewhere
  2. Run iGMon_Wizard.exe first. You will need to run the Wizard, RR and iGuidance at the same time so make sure your screen is set to a high resolution so that you can see them all.
  3. (Optional) The OSK is 800x480. If you want 800x600, open iGMon.ini and change ShowHeight to 600 (similar to Road Runner)
  4. After the Wizard is done, run iGuidance embedded in Road Runner
  5. Run iGMon.exe
  6. (Optional) Pray*
  7. (Optional) Read Known Issues.txt for a couple of known issues
  8. (Optional) Read iGMon.ini for more options. All the settings are in this file.

If you're comfortable with manually editing iGMon.ini, just run the first step of the Wizard to determine the iGMapClassName value. When it tells you to close iGuidance, close it and exit the Wizard.

* (just kidding)

** This is so that the EXTERNAL command will work. If you're an expert RR user/skinner, just replace EXTERNAL with whatever command you use to open iGuidance (like GPS) when running the iGMon Wizard.

Please read iGMon.ini. You can find a lot more options and customization ideas in there. I spent a lot of time writting the comments so please read it. While you're at it, check OnScreenButtons.ini and OSK.ini.

Some Known Issues
Besides the ones listed in Known Issues.txt, a couple users and I have experienced the following.
- The next turn popup is still buggy. Sometimes it displays blank street name. Sometimes it displays the correct street name but immediately flashes to a blank street name. There's some timing issue. I'll see what I can do.

Upcoming Features
When I get this version stabilized and when I find the time and motivation, these features will probably be added (in the order of most likely to least).
- More skinning commands
- Better error handling in IGmon (so it crashes less often)
- Skin syncing with Road Runner
- Skinnable popup with skinnable Next Turn Arrow (ie. provide your own images)
- Displaying the Next Turn Arrow as an image on any RR screen
- Numerical OSK for entering house number (overkill?)
- Brand-new skinnable iGMon Menu system. Don't you hate it when you go to iGuidance Menu, the map stops moving? The new iGmon menu system will support transparency so you can still see the map moving underneath.
- More consistent Auto Zoom
- Built-in embedding and removing borders from iGuidance so you won't have to use iGLaunch or SkinBedder, etc.
- Optional anti-aliasing for fast PCs


Donation
So, this is where I beg for $$$.

Anyway, if you like my app and would like to donate, I'd really appreciate it.

Donate to b8bboi

Thanks for all the interests!!

Donation List
nameeri - $25 (first donation - woo hoo )
kbreeden - $20
Dylan98R/T - $5
wysocki - $50
Viscouse - $20
C. Ferraro - $20 (I don't have your username)

Last edited by b8bboi; 06-26-2006 at 11:53 AM.
b8bboi is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 05-09-2006, 06:11 PM   #2
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Screen Shots
As most of the good stuff is done behind the screen, there aren't many screen shots. Nevertheless, here're a few.

Main screen with the zoomed speed box and on-screen buttons

Notice the big Menu button that replaces the tiny IG's menu button. These buttons are completely skinnable and customizable. You can add more or remove them as you wish.


Last edited by b8bboi; 05-09-2006 at 10:49 PM.
b8bboi is offline   Reply With Quote
Old 05-09-2006, 06:13 PM   #3
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Large Street Name at Next Turn being displayed

(The popup will go away in 5 seconds)


Last edited by b8bboi; 05-09-2006 at 07:04 PM.
b8bboi is offline   Reply With Quote
Old 05-09-2006, 06:13 PM   #4
Maximum Bitrate
 
psyrex's Avatar
 
Join Date: Jun 2005
Location: Oakland, CA
Posts: 531
psyrex is on a distinguished road
Sounds very promising. I'd be glad to help beta-test.

-psyrex
__________________
Gen 1: Pentium 3 1GHz - ATX - 2005
Gen 2: Pentium M 1.6GHz - ITX - 2006
Gen 3: Pentium M 2.0GHz - 5.25" SBC - 2007
Gen 4: (coming soon: Core2 Duo - 3.5" SBC - 2009)
...it never ends
psyrex is offline   Reply With Quote
Old 05-09-2006, 06:13 PM   #5
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Distance to Next Turn box being zoomed

Also notice the yellow Next Turn Street Name being displayed as a RR label.


Last edited by b8bboi; 05-09-2006 at 06:17 PM.
b8bboi is offline   Reply With Quote
Old 05-09-2006, 06:19 PM   #6
Variable Bitrate
 
Join Date: Jan 2006
Posts: 246
hpric is on a distinguished road
so where can we get it?
hpric is offline   Reply With Quote
Old 05-09-2006, 06:21 PM   #7
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Finally, the fully skinnable OSK in action

Notice that the iGuidance list box that displays the street names is also magnified. iG's tiny and ugly interface is hidden behind.

b8bboi is offline   Reply With Quote
Old 05-09-2006, 06:24 PM   #8
Variable Bitrate
 
nameeri's Avatar
 
Join Date: Mar 2006
Location: SoCal
Posts: 308
nameeri is on a distinguished road
Awesome dude! Cant wait to try it out. And thanks for your contribution..its very much appreciated.
__________________
----------------------------------------------
Civiputer: Dont have one anymore, but here is what is used to be!
nameeri is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-09-2006, 06:41 PM   #9
Maximum Bitrate
 
psyrex's Avatar
 
Join Date: Jun 2005
Location: Oakland, CA
Posts: 531
psyrex is on a distinguished road
For the OSK, i'm assuming that the "Next" button it mapped to "enter"?

(btw, do you want me to remove my post up there? It's between your posts, sorry!)

-psyrex
__________________
Gen 1: Pentium 3 1GHz - ATX - 2005
Gen 2: Pentium M 1.6GHz - ITX - 2006
Gen 3: Pentium M 2.0GHz - 5.25" SBC - 2007
Gen 4: (coming soon: Core2 Duo - 3.5" SBC - 2009)
...it never ends
psyrex is offline   Reply With Quote
Old 05-09-2006, 06:43 PM   #10
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Yes, the Next button maps to "Enter."

Don't worry about it.
b8bboi is offline   Reply With Quote
Old 05-09-2006, 06:55 PM   #11
Raw Wave
 
tj!2k4's Avatar
 
Join Date: Oct 2004
Posts: 3,294
tj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud of
Looks nice.. what makes this app proprietary to RR?
__________________
Dr. Ron Paul for President 2008

Hope for America - http://www.ronpaul2008.com

Who is Ron Paul? - Why do we need Ron Paul?

__________________
CarPC Newbs Start Here: All your questions answered, as if by E.S.P.
tj!2k4 is offline   Reply With Quote
Old 05-09-2006, 07:07 PM   #12
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Quote: Originally Posted by tj!2k4
Looks nice.. what makes this app proprietary to RR?

Features 1-7 require RR to work. A lot of actions depend on testing if iGuidance is currently visible. RR "hides" IG when switching to other screens. Not sure if CF does that. If it doesn't, you'll end up with a bunch of buttons on the screen all the time.

Of course users of other FE's are welcomed to test it.

At least the OSK will work with any FE or IG stand-alone.

Last edited by b8bboi; 05-09-2006 at 07:09 PM.
b8bboi is offline   Reply With Quote
Old 05-09-2006, 07:11 PM   #13
Variable Bitrate
 
fonseca's Avatar
 
Join Date: Apr 2005
Location: Virginia
Posts: 323
fonseca is on a distinguished road
That looks great. The auto-switching feature sounds especially nice.
__________________
In progress: M10000; Travla c134; Xenarc 700TSV; Hitachi 80GB 2.5"; 256MB ULP; M2-ATX; ITPS; Powermate; iKEY SL-88 KB; Holux GM-210; Audiobahn ADD51T w/ COAX/optical converter; Road Runner; iGuidance 2.1
fonseca is offline   Reply With Quote
Old 05-09-2006, 07:55 PM   #14
Newbie
 
Join Date: Jan 2006
Posts: 34
gonthorn is on a distinguished road
Very nice, looks like this may be the solution I have been looking for to make IGuidance car friendly.

I have iguidance version 2.1.3, and will gladly beta test this if you would like.


Nice work
gonthorn is offline   Reply With Quote
Old 05-09-2006, 08:06 PM   #15
Maximum Bitrate
 
Join Date: Jan 2004
Location: NYC
Posts: 849
camsgs3 is on a distinguished road
nice work... thankyou.

so im assuming for IGs menus we would have to use Justins mod?

cant wait to test it out

thanks again

Last edited by camsgs3; 05-09-2006 at 08:31 PM.
camsgs3 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
iGuidance NATIVE in Road Runner skippy76 Road Runner 218 05-01-2007 02:10 AM
Purdoom's big book of iGuidance apps! (Faq) PURDooM GPS 17 06-15-2006 01:46 AM
iGuidance Font Size Fix summary thread Viscouse GPS 29 03-28-2006 07:21 PM
Does Iguidance embed w/ Road Runner? J187 GPS 5 05-25-2005 07:38 PM
Road Runner sceen for iguidance Kalt RR Skins 20 05-16-2005 12:42 PM



All times are GMT -5. The time now is 11:22 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics