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 > Linux

Reply
 
Thread Tools Search this Thread Display Modes
Old 08-29-2007, 05:01 AM   #61
FLAC
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Vehicle: 2002 Chrysler Sebring Coupe LXI
Posts: 1,760
My Photos: (33)
Looking a little deeper, looks like it uses software by Naleperion, which from googling and using "strings" on the DLLs appears that not only does it do some modification to some dlls, but it's tagging a sector on the harddrive, think this is going to be out of my league.

I did try it on one of my XP boxes, looks good, too bad.
shotgunefx is offline   Reply With Quote
Sponsored Links
Old 08-29-2007, 10:40 AM   #62
Variable Bitrate
kev000's CarPC Specs
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Clearfield Utah USA
Vehicle: 2008 Chevy Impala SS 5.3 V8
Posts: 367
My Photos: (0)
That's too bad. Looks like iGuidence3 is the winner. You could probably still use the maps for navit maybe...
__________________
OpenICE - "The Car Entertainment Platform"
http://openice.org
LinuxICE IRC chatroom: #linuxice irc.freenode.com
kev000 is offline   Reply With Quote
Old 08-29-2007, 06:44 PM   #63
FLAC
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Vehicle: 2002 Chrysler Sebring Coupe LXI
Posts: 1,760
My Photos: (33)
Quote: Originally Posted by kev000 View Post
That's too bad. Looks like iGuidence3 is the winner. You could probably still use the maps for navit maybe...

Any pointers on how to do that?

Sucks. I spent so many hours trying to get it to work. I suppose you might be able to find a "um" patch but I wish I went with my gut and bought v3.

Planning on a 6000+ mile trip coming up in a month or two, would be handy to have gps straightened out.
shotgunefx is offline   Reply With Quote
Old 08-30-2007, 10:35 PM   #64
Constant Bitrate
 
Join Date: Jun 2006
Location: Chicago, IL
Vehicle: 2000 VW Jetta VR6
Posts: 143
My Photos: (3)
I use v3 under crossover, and it runs really smooth. Do I need street names to be pronounced with directions? NO! Not really. So far I used my navigation like twice only, it's too much of effort to port ig4. We would end up re-writing half of windows core to make it to work....
__________________
EPIA TC 1G 256MB 60GB Linux,WindowMaker, Roadnav, Xine, XMMS, iGuidance3
Lilliput 8", Pharos i360, WUSB11v2.6 WiFi
dupa2 is offline   Reply With Quote
Old 08-30-2007, 11:49 PM   #65
FLAC
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Vehicle: 2002 Chrysler Sebring Coupe LXI
Posts: 1,760
My Photos: (33)
Quote: Originally Posted by dupa2 View Post
I use v3 under crossover, and it runs really smooth. Do I need street names to be pronounced with directions? NO! Not really. So far I used my navigation like twice only, it's too much of effort to port ig4. We would end up re-writing half of windows core to make it to work....

Yeah, I figured 4 would be just as easy, stupid me

As an aside, the TTS doesn't work even on my XP box.
shotgunefx is offline   Reply With Quote
Old 12-11-2007, 12:03 AM   #66
Newbie
 
Join Date: Dec 2007
Posts: 6
My Photos: (0)
I'm trying to get iGuidance 3 working in Linux. I've tried Wine and Crossover. iGuidance installs and it seems that most features work expect that it won't connect to my bluetooth GPS receiver.

After doing hciconfig hci0 up, changing rfcomm.conf, and doing a rfcomm connect rfcomm0, if I cat /dev/rfcomm0 I do see the information streaming from the GPS receiver.

So, I chmod a+rw rfcomm0 to give everyone read/write and then create a symlink for com1. In iGuidance it seems that when com1 is selected the app crashes out and seems to 'lock up' the bluetooth connection.

Any ideas.

Thanks.
y2b4sure is offline   Reply With Quote
Old 01-30-2008, 09:15 PM   #67
Newbie
 
Join Date: Jan 2008
Posts: 2
My Photos: (0)
Quote: Originally Posted by y2b4sure View Post
I'm trying to get iGuidance 3 working in Linux. I've tried Wine and Crossover. iGuidance installs and it seems that most features work expect that it won't connect to my bluetooth GPS receiver.

I had the same problem as you, and I finally figured out how to get it working just a couple of days ago in Ubuntu. The problem lies within kernel32.dll in the code for the COM ports, "comm.c". The code in "comm.c" for version 0.9.22 of Wine worked fine, but some changes were made for 0.9.23 that broke the COM ports for iGuidance. Unfortunately, 0.9.22 has other problems that make the UMPC version of iGuidance almost useless when it comes to the GUI interface. Version 0.9.54, on the other hand, renders most of the interface perfectly with Wine when working in virtual desktop emulation mode. There are some cosmetic errors on some of the dialog boxes in 0.9.54, but they don't interfere with usability at all.

My solution was to take the "comm.c" file from the source code of version 0.9.22 code and drop it in the place of the "comm.c" file in the current version. I then compiled the software into a .deb package and installed it. iGuidance now works almost perfectly under Wine.

I downloaded the source code for 0.9.22 from Sourceforge.net, and I extracted "comm.c" from the "wine-0.9.22/dlls/kernel32" directory of the archive file. I then followed instructions I found on a web page to download the source code from a repository using apt-get. Once the source code for 0.9.54 was downloaded, I simply copied the "comm.c" file I extracted earlier over the current version of the file and compiled Wine following the rest of the instructions on that page.
concertedrxn is offline   Reply With Quote
Old 02-01-2008, 09:43 PM   #68
Newbie
 
Join Date: Dec 2007
Posts: 6
My Photos: (0)
Quote: Originally Posted by concertedrxn View Post
I had the same problem as you, and I finally figured out how to get it working just a couple of days ago in Ubuntu. The problem lies within kernel32.dll in the code for the COM ports, "comm.c". The code in "comm.c" for version 0.9.22 of Wine worked fine, but some changes were made for 0.9.23 that broke the COM ports for iGuidance. Unfortunately, 0.9.22 has other problems that make the UMPC version of iGuidance almost useless when it comes to the GUI interface. Version 0.9.54, on the other hand, renders most of the interface perfectly with Wine when working in virtual desktop emulation mode. There are some cosmetic errors on some of the dialog boxes in 0.9.54, but they don't interfere with usability at all.

My solution was to take the "comm.c" file from the source code of version 0.9.22 code and drop it in the place of the "comm.c" file in the current version. I then compiled the software into a .deb package and installed it. iGuidance now works almost perfectly under Wine.

I downloaded the source code for 0.9.22 from Sourceforge.net, and I extracted "comm.c" from the "wine-0.9.22/dlls/kernel32" directory of the archive file. I then followed instructions I found on a web page to download the source code from a repository using apt-get. Once the source code for 0.9.54 was downloaded, I simply copied the "comm.c" file I extracted earlier over the current version of the file and compiled Wine following the rest of the instructions on that page.

Wow!!! I'm over the moon, I'd given up getting a response, but in the end I got a very detailed one

I hadn't had the time to pursue this, but I did guess that one of the com port files might be bad in some way, I thought it would have been setupcomm (that's from memory it might have a slightly different name), so I'm glad you worked it out, v cool.

Thanks for taking the trouble to write down your steps. I have been trying to follow your steps and I do end up with a package, but it won't install. I'll keep trying, but I'm wondering if you could send me the package that you made?
y2b4sure is offline   Reply With Quote
Old 02-03-2008, 02:13 PM   #69
Newbie
 
Join Date: Jan 2008
Posts: 2
My Photos: (0)
y2b4sure,

What distribution of Linux are you using and what version? You would need Ubuntu 7.10 to make use of the .deb file I created. It might install on an older version of Ubuntu or another Debian derivative, but there's a good chance of a dependency problem.

What error are you getting when you try to install the package you built?
concertedrxn is offline   Reply With Quote
Old 02-03-2008, 02:28 PM   #70
Newbie
 
Join Date: Dec 2007
Posts: 6
My Photos: (0)
Quote: Originally Posted by concertedrxn View Post
y2b4sure,

What distribution of Linux are you using and what version? You would need Ubuntu 7.10 to make use of the .deb file I created. It might install on an older version of Ubuntu or another Debian derivative, but there's a good chance of a dependency problem.


What error are you getting when you try to install the package you built?

I'm using an EEEPC, which is Xandros based, which is a fork of Debian, so I'm not using Ubuntu. I've been trying to some different things today and I think I am getting closer.

I managed to get the comm.c file from v22 into v25, compiled and installed, but the GUI was still screwed in that version. I used v25 as that was the latest version in the repositories that I had, but I've just remembered that I added the wine specific repositories the last time I had Wine installed, I think back then I had v46 and the GUI was good in that one.

If I don't follow your instructions to download the latest version from a source repository and just download the source for the latest version from Source Forge, I don't have any success, otherwise I'd just download the latest Debian (not Ubuntu) source for wine.

I'll keep plugging away!!
y2b4sure is offline   Reply With Quote
Sponsored Links
Old 02-06-2008, 10:11 PM   #71
Newbie
 
Join Date: Dec 2007
Posts: 6
My Photos: (0)
Quote: Originally Posted by concertedrxn View Post
y2b4sure,

What distribution of Linux are you using and what version? You would need Ubuntu 7.10 to make use of the .deb file I created. It might install on an older version of Ubuntu or another Debian derivative, but there's a good chance of a dependency problem.

What error are you getting when you try to install the package you built?

Got it working! For some strange reason the later versions of Wine segfault when I first launch them. After a reboot it launches fine. iGuidance runs perfectly, sound, good GUI, and the bluetooth GPS connects great.

Thanks very much, I figured one of the comm files were bad, and was just about to settle down troubleshooting segfaults and backtraces, so you saved me a bunch of time. Nice one!! You might want to know that I've posted this information on the EEEPC forum at http://forum.eeeuser.com/viewtopic.p...131173#p131173.

Thanks again.
y2b4sure is offline   Reply With Quote
Old 02-13-2008, 12:39 AM   #72
Newbie
 
Join Date: Feb 2008
Posts: 4
My Photos: (0)
Unhappy

Hi there,

I'm glad I found this thread. Here's my deal:

I've got an Asus Eee with eeeXubuntu (7.10), and a Holux GR-213u. The GPS unit works fine in xgps and GpsDrive.

I've got iGuidance3 installed via CXOffice. It runs fine, but GPS info shows nothing (other than Lat/Long data, which seems relatively correct but unconfirmed). I've done the appropriate /dev/ttyUSB0 -> dosdevices/com2 linkage.

I figure I've got the same comm issue you've been talking about with Wine. Wondering if you can hook my up with your .deb file.

For the record, I had Wine 0.9.46. I just installed 0.9.54 (via the wineHQ apt source), still no dice.

----
I just had a thought... I don't think CXOffice uses the normal Wine install. Perhaps I should try Wine instead of CXOffice. Can you hit me with your .deb anyway? thx
----

Thanks,

noot
alexnoot is offline   Reply With Quote
Old 02-13-2008, 07:20 PM   #73
Newbie
 
Join Date: Feb 2008
Posts: 4
My Photos: (0)
update

Update here:

I uninstalled iGuidance from CXoffice.

Then I compiled Wine 0.9.55 using the 0.9.22 "comm.c" file. Unfortunately, I'm still having the same results as before in iGuidance. Also, I mentioned before that the GPS Info in iGuidance showed correct Lat/Long data... well it's not actually correct

I'm thinkin it must be my GPS receiver.

I did use it in Windows, and (perhaps I dreamt this) I vaguely remember something about after using the unit in Windows, it messes things up in linux. Like I said, not sure if this is remotely true... and my unit DOES work in XGPS, so I know it's working.

Any ideas?

thanks in advance,

noot
alexnoot is offline   Reply With Quote
Old 02-13-2008, 08:36 PM   #74
Newbie
 
Join Date: Dec 2007
Posts: 6
My Photos: (0)
Quote: Originally Posted by alexnoot View Post
Update here:

I uninstalled iGuidance from CXoffice.

Then I compiled Wine 0.9.55 using the 0.9.22 "comm.c" file. Unfortunately, I'm still having the same results as before in iGuidance. Also, I mentioned before that the GPS Info in iGuidance showed correct Lat/Long data... well it's not actually correct

I'm thinkin it must be my GPS receiver.

I did use it in Windows, and (perhaps I dreamt this) I vaguely remember something about after using the unit in Windows, it messes things up in linux. Like I said, not sure if this is remotely true... and my unit DOES work in XGPS, so I know it's working.

Any ideas?

thanks in advance,

noot

Here's the URL to the wine package...

http://rapidshare.com/files/91653115..._i386.deb.html

Try that and let's take it from there. You might want to uninstall the current version of Wine first.
y2b4sure is offline   Reply With Quote
Old 02-13-2008, 09:55 PM   #75
Newbie
 
Join Date: Feb 2008
Posts: 4
My Photos: (0)
No dice =(
Still nothing in iGuidance.
I dont' know enough about GPS units... is there some sort of standard for the serial data? I shouldn't need gpsd or anything for this to work right... just the straight serial data should do it in iGuidance?
alexnoot is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Purdoom's big book of iGuidance apps! (Faq) PURDooM GPS 17 06-15-2006 12:46 AM
Wtb Iguidance 2.1.3 Dvd madehtsobi Classified Archive 2 05-26-2006 01:56 AM
iGuidance Font Size Fix summary thread Viscouse GPS 29 03-28-2006 06:21 PM
iGuidance 2.1.3 Nag Screen Volsfan Road Runner 6 03-28-2006 08:32 AM
iGuidance 2.1.3 - Warning Screen Issue Purplxd Road Runner 13 11-14-2005 05:19 PM


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


Sponsored Links
The MP3car.com Store

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