All About Symbian - Nokia (S60) and Sony Ericsson (UIQ) smartphones unwrapped

  #1  
Old 21-08-2007, 01:07 PM
Igatron Igatron is offline
Registered User
 
Join Date: Aug 2007
Posts: 5
Igatron is on a distinguished road
N95 as EXTERNAL GPS device?

Hey, I've got Route 66 on my iBook. I've been trying to figure out if I can hook up my N95 to the iBook and use it as a GPS device, but no such luck. Anyone got any ideas?
Ads

  #2  
Old 21-08-2007, 01:22 PM
buxz777 buxz777 is offline
Registered User
 
Join Date: Jun 2007
Posts: 321
buxz777 is on a distinguished road
dont think itll wrk mate the gps is built into the n95 ie its not a bluetooth gps device so has no way of connecting with your device

hope that makes sense mate

  #3  
Old 21-08-2007, 01:24 PM
nj7's Avatar
nj7 nj7 is offline
Registered User
 
Join Date: Jan 2006
Location: EU
Posts: 3,767
nj7 is on a distinguished road
Why not use N95 (internal GPS antenna) with Route 66

  #4  
Old 21-08-2007, 01:29 PM
Igatron Igatron is offline
Registered User
 
Join Date: Aug 2007
Posts: 5
Igatron is on a distinguished road
You mean why don't I use the mobile edition of route 66? Because the screen on my iBook is just a slight bit larger than the N95's and it has a keyboard and I can find an address quicker and...the list goes on.

  #5  
Old 21-08-2007, 01:41 PM
nj7's Avatar
nj7 nj7 is offline
Registered User
 
Join Date: Jan 2006
Location: EU
Posts: 3,767
nj7 is on a distinguished road
Quote:
Originally Posted by Igatron View Post
You mean why don't I use the mobile edition of route 66? Because the screen on my iBook is just a slight bit larger than the N95's and it has a keyboard and I can find an address quicker and...the list goes on.
Ok! The use of N95 only as antenna is not possible.

  #6  
Old 21-08-2007, 03:21 PM
pa49 pa49 is offline
Registered User
 
Join Date: Apr 2007
Posts: 400
pa49 is on a distinguished road
Quote:
Originally Posted by Igatron View Post
Hey, I've got Route 66 on my iBook. I've been trying to figure out if I can hook up my N95 to the iBook and use it as a GPS device, but no such luck. Anyone got any ideas?
She canae take it, Captain!
__________________
blogn95.blogspot.com
http://bloge51.blogspot.com/

  #7  
Old 21-08-2007, 07:37 PM
dez_borders dez_borders is offline
Registered User
 
Join Date: Nov 2005
Posts: 1,686
dez_borders is on a distinguished road
Quote:
Originally Posted by nj7 View Post
Ok! The use of N95 only as antenna is not possible.
What you really meant to say was nobody has written a GPS2BT app so far...
__________________
Phone History: Nokia 3310,7650, 6680, N70, N80, N95, N83, N96, N97...? HTC_Desire (with FroYo 2.2)

  #8  
Old 21-08-2007, 08:49 PM
loke.nor's Avatar
loke.nor loke.nor is offline
Registered User
 
Join Date: Oct 2005
Posts: 60
loke.nor is on a distinguished road
Hmmm

Quote:
Originally Posted by dez_borders View Post
What you really meant to say was nobody has written a GPS2BT app so far...
Why can't we just ask Gpscraplands

Sorry, couldn't help it - will not happen again
__________________
N95 - just got to love it

  #9  
Old 22-08-2007, 07:02 PM
dez_borders dez_borders is offline
Registered User
 
Join Date: Nov 2005
Posts: 1,686
dez_borders is on a distinguished road
Quote:
Originally Posted by loke.nor View Post
Why can't we just ask Gpscraplands

Sorry, couldn't help it - will not happen again
Don't encourage them to come back here...

I have downloaded the S60 3RD SDK package and if I ever work out what it's all about I might have a crack at writing an N95GPS2Bluetooth app.
I am sure it's quote possible but it's not a very easy thing to attempt as a first project! I should probably start with "Hello World".
__________________
Phone History: Nokia 3310,7650, 6680, N70, N80, N95, N83, N96, N97...? HTC_Desire (with FroYo 2.2)

  #10  
Old 23-08-2007, 10:07 PM
LarsG LarsG is offline
Registered User
 
Join Date: Aug 2007
Posts: 2
LarsG is on a distinguished road
Not yet

Quote:
Originally Posted by Igatron View Post
Hey, I've got Route 66 on my iBook. I've been trying to figure out if I can hook up my N95 to the iBook and use it as a GPS device, but no such luck. Anyone got any ideas?
It is technically possible (e.g. a 3rd party app on the phone can read the internal GPS and forward the information over bluetooth), but as far as I know noone has written such an application yet.

  #11  
Old 24-08-2007, 09:06 AM
pennas pennas is offline
Registered User
 
Join Date: Oct 2006
Posts: 79
pennas is on a distinguished road
Try running this script on your phone, set the bluetooth to discoverable, and see if your laptop picks it up.

You need to install Python on your phone to run it - http://sourceforge.net/project/showf...roup_id=154155. The files that you need to install are:

First, Python interpreter

Second,, python script shell

Then place the script in \python on your memory card, and run it from the script shell


This script simply serves up some static GPS data thats hard-coded into it, but could be adapted to use the internal GPS if it works in serving the bt client app.
Attached Files
File Type: zip gpsserv.zip (1.3 KB, 526 views)

  #12  
Old 27-08-2007, 10:09 AM
Igatron Igatron is offline
Registered User
 
Join Date: Aug 2007
Posts: 5
Igatron is on a distinguished road
Cool! I'll give this a go!

  #13  
Old 27-08-2007, 11:17 AM
cyrux cyrux is offline
Registered User
 
Join Date: Aug 2007
Posts: 1
cyrux is on a distinguished road
Quote:
Originally Posted by pennas View Post
Try running this script on your phone, set the bluetooth to discoverable, and see if your laptop picks it up.

...
It works great!!!
I'm using Holux gpsviewer under windows and I can see GPS data stream from
"BT-GPS" which is my Nokia N95
I know already exist a python gps client for N95 using internal antenna... 1+1 = Nokia N95 as BT GPS antenna

  #14  
Old 29-08-2007, 06:13 PM
pennas pennas is offline
Registered User
 
Join Date: Oct 2006
Posts: 79
pennas is on a distinguished road
Quote:
Originally Posted by cyrux View Post
It works great!!!
I'm using Holux gpsviewer under windows and I can see GPS data stream from
"BT-GPS" which is my Nokia N95
I know already exist a python gps client for N95 using internal antenna... 1+1 = Nokia N95 as BT GPS antenna
If I get the chance, i'll try and add internal GPS source so that it's genuine rather than fake data

Not sure when i'll get that chance though! If anyone fancies giving it a go, feel free...

  #15  
Old 04-10-2007, 06:48 AM
jarnoh jarnoh is offline
Registered User
 
Join Date: Oct 2007
Posts: 2
jarnoh is on a distinguished road
Well, there's no GPS support in S60 Python 1.4. And location capability requires symbian signed or developer certificate, so it's a bit messy solution with python extensions

I've written a free midlet which solves the same problem:

Symarctic ExtGPS allows you to share phone's built-in GPS module to laptop via Bluetooth. It is mainly targeted for Nokia N95, E90, 6110 Navigator handsets, allowing you to use existing, more sophisticated GIS applications. Free for personal, non-commercial use.
 

Bookmarks

Tags
device, external, gps, n95

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Details of the Nokia GPS Module LAM-1 for 92x0 Rafe Series 80 4 08-11-2008 03:19 PM
n95 gps help please guys buxz777 Nokia N95 and N95 8GB 6 22-08-2007 02:48 PM
N95 and GPS prateekb Nokia N95 and N95 8GB 1 15-03-2007 08:11 PM
Unresolved External Symbols? MrDoomMaster Nokia N-Gage and N-Gage QD 0 16-02-2006 09:50 PM



All times are GMT. The time now is 03:28 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright Notes || Contact Us || Privacy Policy