kmobiletools (control mobile phones with your PC)

uterrorista

Suspenso
Ando aqui às voltas a tentar conectar os meu telemóveis(Nokia 6820 & SonyEricsson M600i) com o KMobileTools sem sucesso.
Já experimentei a última versão, a ver se era mais fácil, mas nada..

Alguém já fez esta proeza??


Para quem quiser experimentar aqui ficam alguns conhecimentos sobre o bluetooth e suas configurações:

alguns comandos uteis:
Código:
[COLOR=Red]lsmod | grep blue[/COLOR][COLOR=Red]
dmesg | grep Blue[/COLOR][COLOR=Red]
/etc/init.d/bluetooth restart [/COLOR] #restart the Bluetooth server[COLOR=Red]
hcitool scan [/COLOR]#scan aos bluetooth no raio..[COLOR=Red]
sdptool search DUN[/COLOR] #This provides detailed information for your device
before you can install this, you have to make sure blueZ utils and openObex is installed,

then you need to configure /etc/bluetooth/rfcomm.conf

first find the device. make sure to set your phone as discoverable
then in command line type:
hcitool scan

you will get the address of your phone
add the following line in /etc/bluetooth/rfcomm.conf:

rfcomm0{
device some-bluetooth-address
channel 1; #(1)
}

channel 1 is the serial interface. so just use it. i'm not sure whether other channel work.

then in command line:
sudo rfcomm bind rfcomm0
#(1)fazer sdptool search DUN para descobrir o canal adequado

...
Algumas referências:
Link1
Link2
Link3



Hmm. Agora espero que alguém perceba isto, ou seja, consiga pôr a funcionar.
Entretanto já consegui meter o meu Nokia a funcionar com wammu, mas pelos visto não tenho sucesso com o SE..
 
Última edição:
Back
Topo