diff --git a/blog/20070522-gnokii-tips.html b/blog/20070522-gnokii-tips.html index d6433d6..0c7c77b 100644 --- a/blog/20070522-gnokii-tips.html +++ b/blog/20070522-gnokii-tips.html @@ -38,7 +38,7 @@

gnokii --putfile WiiSports.mp3 "A:\\predefgallery\\predeftones\\predefringtones\\WiiSports.mp3"

Ring Tones

Voice mail picks up in 20 seconds, so a ring tone should be about 20 seconds long.

-

The easiest way to chop an MP3 in Linux is with dd; the drawback is that you need to specify length in KB, not time. To chop an MP3 to be 200 KB long, do:

+

The easiest way to chop an MP3 in Linux is with dd; the drawback is that you need to specify length in KB, not time. To chop an MP3 to be 200 KB long, do:

dd if=Mii\ Channel.mp3 of=MiiChan2.mp3 bs=1k count=200

Phonebook

To make a Phonebook.ldif file from the phone (suitable for import into Thunderbird):

diff --git a/feed.atom b/feed.atom index 4fd9d71..b6eaeeb 100644 --- a/feed.atom +++ b/feed.atom @@ -4,7 +4,7 @@ Colin McMillen's Blog - 2020-02-09T12:00:00-04:00 + 2021-07-01T19:22:29-04:00 Colin McMillen @@ -65,7 +65,7 @@

gnokii --putfile WiiSports.mp3 "A:\\predefgallery\\predeftones\\predefringtones\\WiiSports.mp3"

Ring Tones

Voice mail picks up in 20 seconds, so a ring tone should be about 20 seconds long.

-

The easiest way to chop an MP3 in Linux is with dd; the drawback is that you need to specify length in KB, not time. To chop an MP3 to be 200 KB long, do:

+

The easiest way to chop an MP3 in Linux is with dd; the drawback is that you need to specify length in KB, not time. To chop an MP3 to be 200 KB long, do:

dd if=Mii\ Channel.mp3 of=MiiChan2.mp3 bs=1k count=200

Phonebook

To make a Phonebook.ldif file from the phone (suitable for import into Thunderbird):