Nokia 6030 - Linux - USB

Nokia 6030 - Linux - USB (deutsch/english)

Auf Radreisen hab ich seit ein paar Jahren das Handy Nokia 6030 dabei, das war/ist mein erstes Handy, das gab es gerade bei ALDI und wegen Datenübertragung zwischen Handy und PC hab ich mich vor dem Kauf nicht kundig gemacht...

Lösung für Linux:

* USB UART Datenkabel mit module ark3116
* gnokii

Konfigurationsdatei anlegen für Nokia 6030 (modellkompatibel mit Nokia 6510)

~/.gnokiirc
[global]
model = 6510
port = /dev/ttyUSB0
connection = dlr3p

ein paar Befehle:

Wird das Handy erkannt?
gnokii --identify

Anzeigen der SMS Ordner auf dem Handy
gnokii --showsmsfolderstatus

SMS vom Handy holen (aus dem Ordner IN, siehe "showsmsfolderstatus" von 1 bis ende)
gnokii --getsms IN 1 end
gnokii --getsms IN 1 end |iconv --from-code=ISO-8859-1 --to-code=UTF-8 > sms.txt
bzw. die utf8 Kodierung wegen der Umlaute anwenden und nach sms.txt speichern.

SMS auf dem Handy löschen
gnokii --deletesms IN 1 end
löscht die SMS im Ordner IN (siehe showsmsfolderstatus) von 1 bis ende

weitere Informationen z.B. unter
http://wiki.gnokii.org/index.php/SMS_options

-----------------------------------------------------------------------

a translation --- I have quite a few visitors here

access Nokia 6030 on a Linux computer:

* USB UART data cable with module ark3116
* gnokii

start with a config file for Nokia 6030 (the same as Nokia 6510 they are compatible)

~/.gnokiirc
[global]
model = 6510
port = /dev/ttyUSB0
connection = dlr3p

a few commands:

is the cell phone identified by Linux?
gnokii --identify

list SMS folders on the cell phone
gnokii --showsmsfolderstatus

fetch SMS from cell phone (from folder IN, see "showsmsfolderstatus" from 1 to end)
gnokii --getsms IN 1 end
gnokii --getsms IN 1 end |iconv --from-code=ISO-8859-1 --to-code=UTF-8 > sms.txt
use utf8 convert if you experience problems with special characters ans save to sms.txt.

delete SMS on cell phone
gnokii --deletesms IN 1 end
delete SMS in folder IN (see showsmsfolderstatus) from 1 to end

more informationen at e.g.
http://wiki.gnokii.org/index.php/SMS_options