umm, have you tried it?. Maybe someone here can port this for E6?
the scripts below was written for E680i in order to make bluetooth work with network,but E680i was different from E6.
#! /bin/bash
devname=`cat /tmp/bt_spp_devname`
if [ -c $devname ]
then
#/mmc/mmca1/soft/public/led 2
if [ ! -d /etc/ppp/peers ]
then
mkdir /etc/ppp/peers
fi
echo "$devname 921600 192.168.1.100:192.168.1.166 noauth crtscts local connect 'sleep 1; echo -n CLIENTSERVER' logfile /tmp/ppp.log" > /etc/ppp/peers/myhost
start-stop-daemon --start -m -p /var/run/btppp.pid -x /usr/bin/pppd -- call myhost
start-stop-daemon --start -c root -x /usr/sbin/inetd
start-stop-daemon --start -c root -x /usr/sbin/smbd
sleep 1s
else
#/mmc/mmca1/soft/public/led 1
sleep 1s
fi
#/mmc/mmca1/soft/public/led 0
umm, have you tried it?. Maybe someone here can port this for E6?
anybody got some info about enabling PAN(Personal Area Network) on E6...
when we connect E6 with PC through DUN, PC gets some ip address but E6 don't.. I noticed a device comes up /dev/pts/1 when connected with DUN.. anybody knows how can we exploit this.. may be some pointers to any resource..
I dont think E6 supports PAN. Here's what motodev says about E6's bluetooth:
This device supports Bluetooth A2DP-Source, AVCTP, AVDTP, AVRCP-Target, BIP-ImagePush, BPP-SenderDev, DUN-GW, FT-Server, GAP, GAVDP, Headset-AG, HFP (1.5) AG, OPP-Client, OPP-Server profiles
This thing is a bit too much for me:
http://www.linuxdevcenter.com/pub/a/...th.html?page=2
But on page 3 it does explain how to establish a bluetooth network and share internet connection. Yeah you might be thinking that this for for pcs, but look on page 2, it says that it can be cross compiled for ARM based devices!.
Can someone look into it please!
Sadly I dont see any profile other than DUN which can be manipulated for our purposes![]()
E6 DOES support PAN,not officically,but cracked by some chinese,soon will be present!Originally Posted by khizerk
Wow!..thats great news. Is it in all firmwares or has it been put in a modded firmware?
if thats the case then it will make our dream come true..
actually in development section there is implemintation of Bluez but that is for 680i, I have tried it on E6 but no success..
plz help me whare should i run cmmand busybox anh how ot set gatway address