Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a persistent BlueTooth to Address Book connection' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a persistent BlueTooth to Address Book connection
Authored by: soundbringer on Jun 26, '03 03:22:38PM

Managed to get it working with the 3650 and G4 laptop (D-Link)
here's the log: just change the phone address and phone name (Bart here)

Start Connection:

sudo sh -c "cd ~;nohup /System/Library/SyncServices/SymbianConduit.bundle/Contents/Resources/mRouter -a 00-60-57-44-a6-cc -t 30 -Bart>~/mrouter.log 2>&1 &"
sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=1
net.inet.ip.forwarding: 0 -> 1
sudo /usr/sbin/natd -interface en0 -use_sockets -same_ports -dynamic -clamp_mss
sudo /sbin/ipfw add divert natd ip from any to any via en0
00100 divert 8668 ip from any to any via en0
sudo named
/System/Library/SyncServices/SymbianConduit.bundle/Contents/Resources/mRouter -a 00-60-57-44-a6-cc
Thu Jun 26 19:16:53 2003 : Using interface ppp1
Thu Jun 26 19:16:53 2003 : Connect: ppp1 <--> /dev/tty.mRouter
Thu Jun 26 19:17:04 2003 : local IP address 169.254.1.68
Thu Jun 26 19:17:04 2003 : remote IP address 169.254.1.5


to stop it :

sudo killall named
sudo /sbin/ipfw -f flush
sudo killall natd
sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=0
sudo killall mRouter
sleep 15
sudo rm -f ~/mrouter*

---
Check my Virtual reality in Full Screen and some Manchester electronic classics written by Soundbringer at www.soundbringer.com



[ Reply to This | # ]