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.
|
09-05-2006, 08:14 PM
|
#1
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
|
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
__________________
.______
| '_ |__\___
[(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.
|
|
|
09-05-2006, 08:43 PM
|
#2
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
|
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
}
__________________
.______
| '_ |__\___
[(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.
|
|
|
09-05-2006, 08:53 PM
|
#3
|
|
Maximum Bitrate
Join Date: May 2005
Location: Toronto, Canada
Posts: 783
|
Quote: Originally Posted by lostreception 
I will post the code momentarily please bear with me
...and I thought I would go to bed earlier tonight
Great work!!! 
|
|
|
09-05-2006, 09:14 PM
|
#4
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
|
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
|
|
|
09-06-2006, 01:17 PM
|
#5
|
|
Maximum Bitrate
Join Date: May 2005
Location: Toronto, Canada
Posts: 783
|
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
|
|
|
09-06-2006, 02:40 PM
|
#6
|
|
MySQL Error
Join Date: Sep 2003
Location: Beach City, Socal
Vehicle: 89 Supra Turbo, 04 Toyota Matrix XR
Posts: 4,026
|
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
}
Last edited by MatrixPC : 09-06-2006 at 03:18 PM.
|
|
|
09-06-2006, 05:50 PM
|
#7
|
|
Maximum Bitrate
Join Date: Jun 2005
Location: Cal Poly Pomona or Redlands, CA
Vehicle: '98 Toyota 4Runner
Posts: 672
|
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.
|
|
|
09-08-2006, 01:33 PM
|
#8
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
|
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
|
|
|
09-09-2006, 07:00 PM
|
#9
|
|
FLAC
Join Date: Mar 2004
Location: Fort Myers, Fl
Vehicle: 2001 Ford Crown Victoria
Posts: 1,118
|
both work EXCELLLENT!
|
|
|
09-13-2006, 09:27 AM
|
#10
|
|
Maximum Bitrate
Join Date: Aug 2006
Location: West Allis, WI
Vehicle: 1986 Jaguar XJS
Posts: 889
|
I have to say this is an awsome mod. I did it and it worked great. Very easy to do.
|
|
|
09-17-2006, 01:40 PM
|
#11
|
|
Low Bitrate
Join Date: Jan 2005
Location: Phoenix, AZ
Vehicle: 1998 BMW M3
Posts: 78
|
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
|
|
|
10-13-2006, 05:03 PM
|
#12
|
|
Newbie
Join Date: Oct 2006
Location: Raleigh
Vehicle: Isuzu/Rodeo/99
Posts: 47
|
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"
|
|
|
12-18-2006, 10:37 PM
|
#13
|
|
FLAC
Join Date: Mar 2004
Location: Fort Myers, Fl
Vehicle: 2001 Ford Crown Victoria
Posts: 1,118
|
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
|
|
|
12-21-2006, 09:20 PM
|
#14
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
|
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
|
|
|
12-21-2006, 10:12 PM
|
#15
|
|
FLAC
Join Date: Mar 2004
Location: Fort Myers, Fl
Vehicle: 2001 Ford Crown Victoria
Posts: 1,118
|
well as long as you keep 3.0 and not 3.1, the mods work.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:31 AM.
|
|