[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Salvare gli sms sul PC



Nic wrote:
Io ho semplicemente seguito questo how-to
http://osrevolution.wordpress.com/2007/01/26/debian-gnome-bluetooth-repository/#more-133
Ciao

Io sul mio Nokia N70, usando il cavo usb, ho fatto così (era già passato questa procedura qui in lista):


# aptitude install openobex-apps libopenobex1 obexftp obexfs bwidget
$ lsusb | grep Nokia
(risultato) Bus 003 Device 025: ID 0421:043a Nokia Mobile Phones Parent

# nano /etc/udev/rules.d/40-permissions.rules
(aggiungere in fondo) BUS=="usb", SYSFS{idVendor}=="0421",
    SYSFS{idProduct}=="043a", GROUP="dialout"
# nano /etc/group

    (cercare)
dialout:x:20: (e aggiungerci in linea, giopas, così da diventare) dialout:x:20:giopas # mkdir /media/Nokia && chown giopas /media/Nokia/

# chgrp fuse /usr/bin/fusermount && chmod u+s /usr/bin/fusermount && adduser giopas fuse

# /etc/init.d/udev restart

# obexftp -u

$ obexfs -u 1 /media/Nokia

(smontare)
$ fusermount -u /media/Nokia

(in caso di problemi)
# rmmod cdc_acm ; modprobe usbserial vendor=0x0421 product=0x043a

FONTI:
[1] http://flynux.wordpress.com/2007/04/17/nokia-ubuntu-e-usb/
[2] http://flynux.wordpress.com/2007/06/27/nokia-con-nautilus/


Per poi salvarmi gli sms uso MsgSaver e mi invio gli sms via mail.

enjoy, ;)
giopas

--
"The paradigm of competition is a race: by
rewarding the winner, we encourage everyone
to run faster. When capitalism really works
this way, it does a good job; but its defenders
are wrong in assuming it always works this way.
If the runners forget why the reward is offered
and become intent on winning, no matter how, they
may find other strategies--such as, attacking
other runners. If the runners get into a fist
fight, they will all finish late."
(GNU manifesto/R. Stallman)



Reply to: