![]() |
2007-08-17
, 19:37
|
|
Posts: 58 |
Thanked: 3 times |
Joined on Feb 2007
|
#22
|
![]() |
2007-08-18
, 03:56
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2007
|
#23
|
![]() |
2007-08-19
, 01:49
|
Posts: 64 |
Thanked: 10 times |
Joined on Aug 2007
|
#24
|
I thought I read somewhere that the script for the 770 can be used to tether the PAN for the 800 but you don't need to use ins mod line because it was already compiled into the kernel.
Everything I read was that out of the box neither the 770 nor the 800 can tether via PAN without running this script posted on this board.
This is the script I am using w/ the 770:
#!/bin/sh
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11'
BTADDR='Cingular Blackjack Bluetooth Mac Address'
IP=192.168.0.170
GW=192.168.0.1
NS=192.168.0.1
IFACE=bnep0
hciconfig hci0 up
#insmod just to be sure
insmod /mnt/initfs/lib/modules/current/bnep.ko
#start PAN Bluetooth connection
pand --connect $BTADDR
# wait for the interface created by pand
s=60
echo -n "Waiting $s secs for $IFACE"
while [ $s -gt 0 ] ; do
ifconfig $IFACE >/dev/null 2>&1 && break
s=$((s-1))
echo -n "."
sleep 1
done
echo
if ifconfig $IFACE >/dev/null 2>&1 ; then
# bring it up
echo "OK, bringing $IFACE up"
ifconfig $IFACE $IP up
route add default gw $GW
echo "nameserver $NS" >/tmp/resolv.conf.lo
else
echo "Error: $IFACE not available."
fi
![]() |
2007-08-19
, 06:42
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2007
|
#25
|
![]() |
2007-08-19
, 15:17
|
Posts: 64 |
Thanked: 10 times |
Joined on Aug 2007
|
#26
|
Just download the WM6 DUN cab file from xda-developers and install it on your wing. After that, just go through the standard process of phone pairing through you're N800. I'm using it with my HTC Wizard (EDGE) right now and it works just like it should...
![]() |
2007-08-20
, 09:24
|
Posts: 64 |
Thanked: 10 times |
Joined on Aug 2007
|
#27
|
![]() |
2007-09-12
, 00:46
|
Posts: 7 |
Thanked: 0 times |
Joined on Sep 2007
|
#28
|
I got my phone from this guy here is the link
I'm not sure if he will do phones he didn't sell, but you can always ask.
-Matt