|
2008-11-07
, 20:19
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#22
|
The Following User Says Thank You to tz1 For This Useful Post: | ||
|
2009-01-13
, 21:34
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#23
|
|
2009-01-13
, 23:08
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#24
|
|
2009-01-15
, 22:48
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#25
|
The Following User Says Thank You to tz1 For This Useful Post: | ||
|
2009-04-21
, 20:25
|
Posts: 25 |
Thanked: 4 times |
Joined on Jan 2009
|
#26
|
|
2009-06-08
, 22:31
|
Posts: 15 |
Thanked: 4 times |
Joined on Jun 2009
|
#27
|
I read this 3 pages about "how to use n810 as BT GPS", but I'm not successful on my n810. Please, can you help me and write me in one post what I have to do? I want to use n810 as BT GPS for Nokia E65..Thank you very much!
#!/bin/sh if [ $# == 0 ]; then sdptool add SP while true; do rfcomm -r -i hci0 listen 2 1 $0 {} done fi exec /usr/libexec/navicore-gpsd-helper >$1
|
2009-06-19
, 14:35
|
Posts: 2 |
Thanked: 0 times |
Joined on Jun 2009
|
#28
|
Go to X Terminal in the n810. This is in Utilities from the menu on the left. Then paste this code in X Terminal.
Code:#!/bin/sh if [ $# == 0 ]; then sdptool add SP while true; do rfcomm -r -i hci0 listen 2 1 $0 {} done fi exec /usr/libexec/navicore-gpsd-helper >$1
- Tz1 wrote that code
You can now use the Nokia n810's GPA on your computer or cellphone via bluetooth.
Yea it took me about an hour to figure out what to do with that script. I tried saving it a a .install and all sorts of crazy stuff. nex time, just tell us to paste it in the terminal
|
2009-06-19
, 14:39
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#29
|
|
2009-06-19
, 18:16
|
Posts: 2 |
Thanked: 0 times |
Joined on Jun 2009
|
#30
|
After enabling Extras, get root access and then run the following, as root:
apt-get install bluez-utils-test
sh: missing ]
./nokasgps: line 9: cannot create : nonexistent directory
There are no typos in my script - I've checked...
What am I missing?
Thanks for all your help.
-Mark