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
#!/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