From: Michael Shigorin <mike@osdn.org.ua> To: ALT Community <community@lists.altlinux.org> Subject: Re: [Comm] Nokia 6100 Date: Mon, 20 Nov 2006 13:11:01 +0200 Message-ID: <20061120111101.GW31433@osdn.org.ua> (raw) In-Reply-To: <200611191930.32355.anyr@tut.by> [-- Attachment #1: Type: text/plain, Size: 792 bytes --] On Sun, Nov 19, 2006 at 07:30:31PM +0000, Yurkovsky Andrey wrote: > Может кто-нибудь использовал с linux сабж? В gnokii говорится, > что поддерживается этот телефон, но с какой-то там версии эта > поддержка была выключена, поскольку коннект через irda мог > привести к поломке телефона :-/ Я использовал. > gammu работает как-то через-пень-колоду. От рута находит и то > не всегда, а из под моей учетной записи ни в какую... $ cat .gammurc [gammu] port = /dev/ircomm0 #model = 6610 connection = irda #use_locking = yes #gammucoding = utf8 Это через IrDA, осталось 6610, была и 6100, сейчас 6230i. Великолепно работает. BTW в аттаче -- дежурный скриптик бэкапа контактов, настроек и SMS. -- ---- WBR, Michael Shigorin <mike@altlinux.ru> ------ Linux.Kiev http://www.linux.kiev.ua/ [-- Attachment #2: backup-phone.sh --] [-- Type: text/plain, Size: 286 bytes --] #!/bin/sh BAKFILE=~/BAK/nokia/6230i-`date +%Y%m%d`.dat SMSFILE=~/BAK/nokia/6230i-`date +%Y%m%d`.sms gammu --backup $BAKFILE -yes && nice gzip -9 $BAKFILE gammu --getallsms > $SMSFILE && nice gzip -9 $SMSFILE # one by one gammu --geteachsms > $SMSFILE && nice bzip2 -9 $SMSFILE # linked
next prev parent reply other threads:[~2006-11-20 11:11 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-11-19 19:30 Yurkovsky Andrey 2006-11-20 11:11 ` Michael Shigorin [this message] 2006-11-21 17:03 ` Yurkovsky Andrey 2006-11-21 16:29 ` Michael Shigorin 2006-11-21 16:30 ` Michael Shigorin 2006-11-21 17:31 ` Yurkovsky Andrey 2006-11-21 19:53 ` Michael Shigorin 2006-11-22 21:46 ` Yurkovsky Andrey 2006-11-22 20:59 ` Michael Shigorin 2006-11-22 23:19 ` Yurkovsky Andrey 2006-11-22 21:27 ` Michael Shigorin 2006-11-25 13:28 ` Yurkovsky Andrey 2006-11-25 14:02 ` Yurkovsky Andrey 2006-12-12 11:27 ` [Comm] Nokia 6100 и органайзер Michael Shigorin 2006-12-11 20:35 ` [Comm] Nokia 6100 Michael Shigorin 2006-12-13 6:09 ` Yurkovsky Andrey 2006-11-22 23:41 ` Yurkovsky Andrey
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20061120111101.GW31433@osdn.org.ua \ --to=mike@osdn.org.ua \ --cc=community@lists.altlinux.org \ --cc=shigorin@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git