PDA

View Full Version : gnokii non ne vuol sapere di partire


laba
26-01-2007, 15:19
Ciao ragazzi, scrivo per chiedere se a qualcuno di voi Gnokii funziona.
L'ho installato sulla mia ubuntu 6.10 con apt-get, ma ogni volta che tento di farlo partire in interfaccia grafica xgnokii rimane in stato "in connessione" per una quindicina di secondi, dopodichè si blocca e bisogna forzare la chiusura.
Dal "man" non ho visto che esista una modalità debug, per cui non so capire cosa lo blocchi.
mi servirebbe perchè con kmobiletools la connessione col cellulare (Samsung D600E) c'è stata solo 1 mezza volta.. ha iniziato a recuperare le informazioni sultelefono, dopodichè per 15 minuti è andato avanti in loop.. e la volta dopo non mi è neanche riuscito a recuperare le informazioni..
Ho girato parecchio su Google, ma il modo di salvare sms e rubrica del mio telefono sul pc ancora non l'ho trovato.
Riesco però a mandare e ricever file.

laba
26-01-2007, 15:28
Dimenticavo... questo è il mio rfcomm.conf che ho creato inserendo i vari canali in base a quanto visto da kmobiletools.
In un primo momento avevo configurato, seguendo le guide online, con il canale "1" sulla rfcomm 0, poi preò così il pc vedeva il telefono ma no viceversa.
Dal log do gnome-oberx-send ho visto che usava il canale "7", e inserito questo sono riuscito anche a spedire immagini dal telefono al pc.

dopodichè ho aggiunto le righe che vedete, inserendo nel commento il servizio che kmobile aveva ricevuto dal telefono.
Per sms e rubrica usa la porta serial "2", giusto?
Un grazie a chi saprà darmi una mano a chiarire il metodo di connessione usato :)

#
# RFCOMM configuration file.
#

rfcomm0 {
# Automatically bind the device at startup
bind yes;

# Bluetooth address of the device
device 00:15:B9:4C:B1:81;

# RFCOMM channel for the connection
channel 7;

# Description of the connection
comment "Obex Samsung";
}

rfcomm1 {
# Automatically bind the device at startup
bind yes;

# Bluetooth address of the device
device 00:15:B9:4C:B1:81;

# RFCOMM channel for the connection
channel 1;

# Description of the connection
comment "Wbtext";
}
rfcomm2 {
# Automatically bind the device at startup
bind yes;

# Bluetooth address of the device
device 00:15:B9:4C:B1:81;

# RFCOMM channel for the connection
channel 2;

# Description of the connection
comment "Seriale Samsung";
}
rfcomm3 {
# Automatically bind the device at startup
bind yes;

# Bluetooth address of the device
device 00:15:B9:4C:B1:81;

# RFCOMM channel for the connection
channel 3;

# Description of the connection
comment "Dialup";
}


#rfcomm4 {
# # Automatically bind the device at startup
# bind yes;
#
# # Bluetooth address of the device
# device 00:15:B9:4C:B1:81;
#
# # RFCOMM channel for the connection
# channel 4;
#
#
# Description of the connection
# comment "Voice Gw";
#}


#rfcomm5 {
# # Automatically bind the device at startup
# bind yes;
#
# # Bluetooth address of the device
# device 00:15:B9:4C:B1:81;
#
# # RFCOMM channel for the connection
# channel 5;
#
# # Description of the connection
# comment "Voice Gw";
#}




#rfcomm6 {
# # Automatically bind the device at startup
# bind yes;
#
# # Bluetooth address of the device
# device 00:15:B9:4C:B1:81;
#
# # RFCOMM channel for the connection
# channel 6;
#
# # Description of the connection
# comment "Advance Audio source";
#}