Browse Source

automated update from build.py

main
Colin McMillen 3 years ago
parent
commit
670ce5ecfc
  1. 2
      blog/20070522-gnokii-tips.html
  2. 4
      feed.atom

2
blog/20070522-gnokii-tips.html

@ -38,7 +38,7 @@
<p><code>gnokii --putfile WiiSports.mp3 "A:\\predefgallery\\predeftones\\predefringtones\\WiiSports.mp3"</code></p>
<h2 id="ring-tones">Ring Tones</h2>
<p>Voice mail picks up in 20 seconds, so a ring tone should be about 20 seconds long.</p>
<p>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:</p>
<p>The easiest way to chop an MP3 in Linux is with <code>dd</code>; the drawback is that you need to specify length in KB, not time. To chop an MP3 to be 200 KB long, do:</p>
<p><code>dd if=Mii\ Channel.mp3 of=MiiChan2.mp3 bs=1k count=200</code></p>
<h2 id="phonebook">Phonebook</h2>
<p>To make a Phonebook.ldif file from the phone (suitable for import into Thunderbird):</p>

4
feed.atom

@ -4,7 +4,7 @@
<title>Colin McMillen's Blog</title>
<link href="https://www.mcmillen.dev"/>
<link rel="self" href="https://www.mcmillen.dev/feed.atom"/>
<updated>2020-02-09T12:00:00-04:00</updated>
<updated>2021-07-01T19:22:29-04:00</updated>
<author>
<name>Colin McMillen</name>
</author>
@ -65,7 +65,7 @@
<p><code>gnokii --putfile WiiSports.mp3 "A:\\predefgallery\\predeftones\\predefringtones\\WiiSports.mp3"</code></p>
<h2 id="ring-tones">Ring Tones</h2>
<p>Voice mail picks up in 20 seconds, so a ring tone should be about 20 seconds long.</p>
<p>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:</p>
<p>The easiest way to chop an MP3 in Linux is with <code>dd</code>; the drawback is that you need to specify length in KB, not time. To chop an MP3 to be 200 KB long, do:</p>
<p><code>dd if=Mii\ Channel.mp3 of=MiiChan2.mp3 bs=1k count=200</code></p>
<h2 id="phonebook">Phonebook</h2>
<p>To make a Phonebook.ldif file from the phone (suitable for import into Thunderbird):</p>

Loading…
Cancel
Save