<rss version="2.0">
  	<channel>
  		<title>Nate True's Weblog</title>
  		<link>http://cre.ations.net/$base_path</link>
  		<description>
      Thoughts and musings from Nate True, casual inventor.";
  		</description>
  		<language>en-us</language>
  		<lastBuildDate>Sun, 22 Nov 2009 03:49:19 -0600</lastBuildDate>
  		<pubDate>Sun, 22 Nov 2009 03:49:19 -0600</pubDate>
  		<generator>custom</generator>
  		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
  		<item>
  			<title><![CDATA[SMSNotify for the iPhone 2.0 jailbreak: Make your phone buzz you more than once]]></title>
  			<content type='text/html' mode='escaped' xml:lang='en-US'><![CDATA[
<a style='float:right; margin-left: 10px;' href='http://cre.ations.net/blog/post/smsnotify-for-the-iphone-20-jailbreak'><img src='http://cre.ations.net:999/image/160/3532.jpg' /></a>One thing about the iPhone that has annoyed me has been that once it notifies you of an SMS or Voicemail once, it just waits for you to pick it up and look at the home screen.  <br /><br />That's why I made the original SMSNotify, which scans your SMS database for unread messages, and vibrates your phone periodically when it finds any.<br /><br />I'm pleased to announce SMSNotify for the iPhone 2.0 firmware, with the following features:<br /><br /> - Now supports voicemail.  A voicemail will buzz you twice, an SMS buzzes you three times<br /> - Only buzzes when the phone comes out of sleep, for example, when it checks your e-mail, or checks in with the cell network.<br /> - Full GPL source included in the package install (look in /usr/local/smsnotify).<br /><br />My good friend <a href='http://blog.psmxy.org'>Shaun Erickson</a> is doing the package handling, and it is now available for installation via Cydia.<br /><br />I'm working on a Dock for firmware 2.0 but that's...<p><a href='http://cre.ations.net/blog/post/smsnotify-for-the-iphone-20-jailbreak'>Read the rest of this post</a></p>
  			]]></content>
  			<description><![CDATA[
  			 <a style='float:right; margin-left: 10px;' href='http://cre.ations.net/blog/post/smsnotify-for-the-iphone-20-jailbreak'><img src='http://cre.ations.net:999/image/160/3532.jpg' /></a>One thing about the iPhone that has annoyed me has been that once it notifies you of an SMS or Voicemail once, it just waits for you to pick it up and look at the home screen.  <br /><br />That's why I made the original SMSNotify, which scans your SMS database for unread messages, and vibrates your phone periodically when it finds any.<br /><br />I'm pleased to announce SMSNotify for the iPhone 2.0 firmware, with the following features:<br /><br /> - Now supports voicemail.  A voicemail will buzz you twice, an SMS buzzes you three times<br /> - Only buzzes when the phone comes out of sleep, for example, when it checks your e-mail, or checks in with the cell network.<br /> - Full GPL source included in the package install (look in /usr/local/smsnotify).<br /><br />My good friend <a href='http://blog.psmxy.org'>Shaun Erickson</a> is doing the package handling, and it is now available for installation via Cydia.<br /><br />I'm working on a Dock for firmware 2.0 but that's...<p><a href='http://cre.ations.net/blog/post/smsnotify-for-the-iphone-20-jailbreak'>Read the rest of this post</a></p>
  			]]></description>
  			<link>http://cre.ations.net/blog/post/smsnotify-for-the-iphone-20-jailbreak</link>
  			<guid>http://cre.ations.net/blog/post/smsnotify-for-the-iphone-20-jailbreak</guid>
  			<tags>smsnotify, iphone, voicemail, sms, vibrate</tags>
  			<category></category>
  			<pubDate>Thu, 07 Aug 2008 13:27:22 -0500</pubDate>
  		</item>
  		<item>
  			<title><![CDATA[SMSNotify - keeps your iPhone vibrating when there's an unread SMS]]></title>
  			<content type='text/html' mode='escaped' xml:lang='en-US'><![CDATA[
<a style='float:right; margin-left: 10px;' href='http://cre.ations.net/blog/post/smsnotify---keeps-your-iphone-vibrating-when-theres-an-unread-sm'><img src='http://cre.ations.net:999/image/160/2433.jpg' /></a>I hate it when someone SMSes me, and I miss the vibration, and I go for hours without checking my phone.  Thus I created SMSNotify, a script that vibrates your iPhone every 15 seconds when you have an unread SMS.<br /><br />The script is quite simple - it just queries the SMS database for unread SMSes, and if there are any, it calls the 'vibrator' utility that vibrates the phone for a short time.<br /><br />It's written in shell script so if you want it to do other things it's easy to modify.<br /><br />Now it's not perfect - when your phone is asleep it won't be every 15 seconds but will wait until the phone silently wakes up (to check your e-mail generally) before it can vibrate again.  I'm working on that.<br /><br />Download it at <a href="http://devices.natetrue.com/iphone/smsnotify.zip">http://devices.natetrue.com/iphone/smsnotify.zip</a> or just wait for it to appear in Installer.app - my good friend <a href='http://blog.psmxy.org'>Shaun Erickson</a> is packaging it up. ...<p><a href='http://cre.ations.net/blog/post/smsnotify---keeps-your-iphone-vibrating-when-theres-an-unread-sm'>Read the rest of this post</a></p>
  			]]></content>
  			<description><![CDATA[
  			 <a style='float:right; margin-left: 10px;' href='http://cre.ations.net/blog/post/smsnotify---keeps-your-iphone-vibrating-when-theres-an-unread-sm'><img src='http://cre.ations.net:999/image/160/2433.jpg' /></a>I hate it when someone SMSes me, and I miss the vibration, and I go for hours without checking my phone.  Thus I created SMSNotify, a script that vibrates your iPhone every 15 seconds when you have an unread SMS.<br /><br />The script is quite simple - it just queries the SMS database for unread SMSes, and if there are any, it calls the 'vibrator' utility that vibrates the phone for a short time.<br /><br />It's written in shell script so if you want it to do other things it's easy to modify.<br /><br />Now it's not perfect - when your phone is asleep it won't be every 15 seconds but will wait until the phone silently wakes up (to check your e-mail generally) before it can vibrate again.  I'm working on that.<br /><br />Download it at <a href="http://devices.natetrue.com/iphone/smsnotify.zip">http://devices.natetrue.com/iphone/smsnotify.zip</a> or just wait for it to appear in Installer.app - my good friend <a href='http://blog.psmxy.org'>Shaun Erickson</a> is packaging it up. ...<p><a href='http://cre.ations.net/blog/post/smsnotify---keeps-your-iphone-vibrating-when-theres-an-unread-sm'>Read the rest of this post</a></p>
  			]]></description>
  			<link>http://cre.ations.net/blog/post/smsnotify---keeps-your-iphone-vibrating-when-theres-an-unread-sm</link>
  			<guid>http://cre.ations.net/blog/post/smsnotify---keeps-your-iphone-vibrating-when-theres-an-unread-sm</guid>
  			<tags>iphone, sms, smsnotify, script, installer, omgadog</tags>
  			<category></category>
  			<pubDate>Wed, 02 Jan 2008 14:07:08 -0600</pubDate>
  		</item>	</channel>
    </rss>