View Single Post
Posts: 2 | Thanked: 0 times | Joined on Jun 2009
#28
Originally Posted by adem3311 View Post
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
I tried to paste the codes in the X-Terminal, but it ended up showing '-sh: rfcomm: not found' endlessly. I had to close the X-Terminal forcedly. And of course my E63 still can't use the GPS module on N810.

Any solutions to my problem? Thanks a lot in advance!