The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
Thread Tools Display Modes
Old 09-05-2006, 08:14 PM   #1
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
IG3.0 Coordinates Are Back

Thanks to Liquid Kernal Posting the .res file from his PDA version of IG
I'm Happy to report that I have added Coordinate Functionality back into IG3.0

All done with Reshacker. I ve attached a screenshot below which shows it working.

Im going to see if there are any other major changes we can adapt for this mod

You will need reshacker and some patience

Please see Below
Attached Images
  
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork

Last edited by lostreception : 09-05-2006 at 09:14 PM.
lostreception is offline   Reply With Quote
Sponsored Links
Old 09-05-2006, 08:43 PM   #2
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
I TAKE NO RESPONSIBILITY IF YOU MAKE A MISTAKE OR FUBAR YOUR COPY OF IGUIDANCE
IF THIS SEEMS TOO ADVANCED FOR YOU IT PROBABLY IS AND YOU SHOULD HAVE SOMEONE ELSE DO IT FOR YOU


With that being said Welcome

Here is a quick guide on how to get the "Navigate by Coordinates" back into IG3.0 UMPC

Tools

Reshacker

Procedure

You will need to add a new Dialog to IG3 to do this
1. Grab the attached zip file
2. import the 1092.res file as your 1st dialog
3. Then you may either edit the 1004 dialog or simply import that as well

==============================
OPTION 1: Import

Follow steps 1 and 2 replacing 1092 obviously with 1004

See Step 7

==============================
OPTION 2: Change

4. Select the 1004 Dialog in reshacker
5. Select all text and then delete it
6. Copy the text at the end of this post


===============================

7. Go to both newly changed dialogs and click Compile Script on both

8. Goto File>SaveAs and save the new file as iGuidanceUMPC.exe
NOTE: DO NOT OVERWRITE YOUR CURRENT VERSION IF YOU HAVE NOT MADE A BACKUP




Code:
1004 DIALOG 0, 0, 183, 128 STYLE WS_POPUP CAPTION "" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 19, "TAHOMA" { CONTROL "Address", 500, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 23, 85, 26 CONTROL "Intersection", 502, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 49, 85, 26 CONTROL "Points of\nInterest", 504, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 75, 85, 26 CONTROL "Favorites", 501, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 23, 85, 26 CONTROL "Recent", 503, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 49, 85, 26 CONTROL "City Center", 505, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 75, 85, 26 CONTROL "", 2, BUTTON, BS_OWNERDRAW | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 158, 1, 20, 13 CONTROL "", 506, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_TABSTOP, 50, 5, 85, 26 CONTROL "", 516, BUTTON, BS_OWNERDRAW | BS_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 1, 20, 13 CONTROL "Coordinates", 803, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 48, 101, 85, 26 }

Attached Files
File Type: zip IGCoordinatesFix.zip (638 Bytes, 366 views)
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork

Last edited by lostreception : 09-05-2006 at 09:13 PM.
lostreception is offline   Reply With Quote
Old 09-05-2006, 08:53 PM   #3
Maximum Bitrate
 
Marvin Hlavac's Avatar
 
Join Date: May 2005
Location: Toronto, Canada
Posts: 783
My Photos: (0)
Quote: Originally Posted by lostreception View Post
I will post the code momentarily please bear with me

...and I thought I would go to bed earlier tonight


Great work!!!
Marvin Hlavac is offline   Reply With Quote
Old 09-05-2006, 09:14 PM   #4
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
First post updated!
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Old 09-06-2006, 01:17 PM   #5
Maximum Bitrate
 
Marvin Hlavac's Avatar
 
Join Date: May 2005
Location: Toronto, Canada
Posts: 783
My Photos: (0)


I imported the two .res files and it does function very well! Excellent detective work, lostreception!

I was testing it at 1024 by 768 px resolution, and as seen above, there seems to be a little aesthetic glitch. But that is a minor thing that can be likely very easily corrected.

Excellent work!

I posted a link to iGuidance Customization Ideas at http://www.gpspassion.com/forumsen/t...TOPIC_ID=28166
Marvin Hlavac is offline   Reply With Quote
Old 09-06-2006, 02:40 PM   #6
MySQL Error
MatrixPC's CarPC Specs
 
MatrixPC's Avatar
 
Join Date: Sep 2003
Location: Beach City, Socal
Vehicle: 89 Supra Turbo, 04 Toyota Matrix XR
Posts: 4,026
My Photos: (0)
I did it this morning to the UMPC version and so far it works fine.
Now, I want to do it to the regular version.

Okay those who are interest doing it for the regular version (iGuidance.exe) here you go.
Same disclaimer as lostreception. DO IT AT YOUR OWN RISK

Dialog 1004
Code:
1004 DIALOG 0, 0, 183, 120 STYLE WS_POPUP CAPTION "" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 10, "Tahoma" { CONTROL "Address", 500, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 21, 85, 25 CONTROL "Intersection", 502, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 45, 85, 25 CONTROL "Points of\nInterest", 504, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 69, 85, 25 CONTROL "Favorites", 501, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 21, 85, 25 CONTROL "Recent", 503, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 45, 85, 25 CONTROL "City Center", 505, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 69, 85, 25 CONTROL "", 2, BUTTON, BS_OWNERDRAW | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 158, 1, 20, 13 CONTROL "", 506, BUTTON, BS_OWNERDRAW | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_DISABLED, 98, 94, 85, 26 CONTROL "", 516, BUTTON, BS_OWNERDRAW | BS_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 1, 20, 13 CONTROL "Coordinate", 803, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 48, 94, 85, 25 }

Dialog 1092
Code:
1092 DIALOG 0, 0, 183, 120 STYLE WS_POPUP CAPTION "Coordinates" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 10, "Tahoma" { CONTROL "", 804, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 33, 23, 65, 11 CONTROL "", 805, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 33, 38, 65, 11 CONTROL "Nav", 540, BUTTON, BS_OWNERDRAW | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 145, 95, 34, 20 CONTROL "Fav", 501, BUTTON, BS_OWNERDRAW | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 145, 70, 34, 20 CONTROL "Map", 539, BUTTON, BS_OWNERDRAW | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 145, 45, 34, 20 CONTROL "", 2, BUTTON, BS_OWNERDRAW | BS_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 158, 1, 20, 13 CONTROL "", 516, BUTTON, BS_OWNERDRAW | BS_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 1, 20, 13 }

__________________
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER

Last edited by MatrixPC : 09-06-2006 at 03:18 PM.
MatrixPC is offline   Reply With Quote
Old 09-06-2006, 05:50 PM   #7
Maximum Bitrate
seanz0rz's CarPC Specs
 
seanz0rz's Avatar
 
Join Date: Jun 2005
Location: Cal Poly Pomona or Redlands, CA
Vehicle: '98 Toyota 4Runner
Posts: 672
My Photos: (0)
awesome guys!!! i love you!
__________________
1998 Toyota 4Runner SR5 V6 4x4 in Evergreen Pearl Metallic, Lifted, Locked, and Armored. CarPc in custom console with molded touchscreen.
Pictures
Photobucket is being updated, if a picture i posted no longer works, please PM me.
seanz0rz is offline   Reply With Quote
Old 09-08-2006, 01:33 PM   #8
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
what other featues do you guys regularly use
im going to make a patch for ig and a program to control most used functions
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Old 09-09-2006, 07:00 PM   #9
FLAC
 
john1701's Avatar
 
Join Date: Mar 2004
Location: Fort Myers, Fl
Vehicle: 2001 Ford Crown Victoria
Posts: 1,118
My Photos: (1)
both work EXCELLLENT!
__________________
CAR:2001 Ford Crown Victoria
PC: Dell 600 NoteBook with Vista
CPU:specs
Memory:1G
Drives:usb 250gig
WI-FI:Cingular
misc:inverter 300w
GPS:IG 4
Screen:Xenarc 700TSV
The Florida Meets Thread
Simple Fix to Road Runner and Vista
john1701 is offline   Reply With Quote
Old 09-13-2006, 09:27 AM   #10
Maximum Bitrate
ThunderStick's CarPC Specs
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Vehicle: 1986 Jaguar XJS
Posts: 889
My Photos: (2)
I have to say this is an awsome mod. I did it and it worked great. Very easy to do.
__________________
86 Jaguar XJS - Completed
New Age - RR Skin
Concept - RR SKIN
"Your two cents are worthless pennies if you consider the exchange rate for my 2 cents"
ThunderStick is online now   Reply With Quote
Sponsored Links
Old 09-17-2006, 01:40 PM   #11
Low Bitrate
 
Join Date: Jan 2005
Location: Phoenix, AZ
Vehicle: 1998 BMW M3
Posts: 78
My Photos: (0)
You RULE. I was so annoyed the other day when I needed this to get to a hiking spot.

So happy to have it back!
__________________
1998 BMW M3
Mods: Staggered SSR Competition wheels : M Roadster Short Shifter : JTD Aluminum Underpanel : Koni Adjustable SAs : Eibach Pro-kit springs : European clear corners and side markers : Hardwired V1 automatic door and radar detector
fliplap is offline   Reply With Quote
Old 10-13-2006, 05:03 PM   #12
Newbie
 
Join Date: Oct 2006
Location: Raleigh
Vehicle: Isuzu/Rodeo/99
Posts: 47
My Photos: (0)
This mod is working for me kudoz, it wasn't that easy for me cause I am new at this site I was looking for the import function in the reshack menu couldn't find one. For all the newbies to import click on "action" then select "add new resource"
Charly is offline   Reply With Quote
Old 12-18-2006, 10:37 PM   #13
FLAC
 
john1701's Avatar
 
Join Date: Mar 2004
Location: Fort Myers, Fl
Vehicle: 2001 Ford Crown Victoria
Posts: 1,118
My Photos: (1)
ok, just upgraded to ver 3.01. Dialog 1092 sortof works. It is not showiing the number buttons .

1004 works but not 1092. For version 3.01, just fyi
__________________
CAR:2001 Ford Crown Victoria
PC: Dell 600 NoteBook with Vista
CPU:specs
Memory:1G
Drives:usb 250gig
WI-FI:Cingular
misc:inverter 300w
GPS:IG 4
Screen:Xenarc 700TSV
The Florida Meets Thread
Simple Fix to Road Runner and Vista
john1701 is offline   Reply With Quote
Old 12-21-2006, 09:20 PM   #14
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
i havent had time to upgrade but im beginning to hate inav
they removed that because of this mod possibly? ( i should be so flattered but... why do they do things counter productive

i bet igQWERTY is borken for sure now too
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Old 12-21-2006, 10:12 PM   #15
FLAC
 
john1701's Avatar
 
Join Date: Mar 2004
Location: Fort Myers, Fl
Vehicle: 2001 Ford Crown Victoria
Posts: 1,118
My Photos: (1)
well as long as you keep 3.0 and not 3.1, the mods work.
__________________
CAR:2001 Ford Crown Victoria
PC: Dell 600 NoteBook with Vista
CPU:specs
Memory:1G
Drives:usb 250gig
WI-FI:Cingular
misc:inverter 300w
GPS:IG 4
Screen:Xenarc 700TSV
The Florida Meets Thread
Simple Fix to Road Runner and Vista
john1701 is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Touchscreen starts off X-Y coordinates for first 10 minutes. judoGTI General Hardware Discussion 7 04-02-2005 09:24 PM
In the MP3 selection, I can use the forward button all the time, but not always back clean customs FP Bug Reports 4 03-23-2005 10:33 AM
How to get to back of headunit nick8197 Newbie 9 02-11-2005 11:55 AM
USB HD enclosure has to be removed and plugged back in? knubile WinNT Based 5 01-03-2005 08:39 PM
Where can i find a lcd 20x4 with led back light Dan General Hardware Discussion 1 04-28-2000 12:14 PM


All times are GMT -5. The time now is 09:31 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics