<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Two iPhone App Requests for the Lazyweb	</title>
	<atom:link href="https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests/feed" rel="self" type="application/rss+xml" />
	<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests</link>
	<description>A running commentary of occasionally interesting things — from Mike Davidson.</description>
	<lastBuildDate>Thu, 26 May 2016 06:34:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: iGuana		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30826</link>

		<dc:creator><![CDATA[iGuana]]></dc:creator>
		<pubDate>Mon, 08 Oct 2007 20:51:55 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30826</guid>

					<description><![CDATA[Found out how to make the Vibration do whatever you want, you need to edit the PLIST file in /System/Library/Frameworks/Celestial.framework named: SystemSoundVibrationPatterns.plist

The part with default is for the default vibration alert. It has an off duration, an on duration and a total duration. You can add an infinite (I think) amount of off/on durations to the existing ones, so that the vibrate will go on and off for the number of times you like. The integer value after the duration is the how long it needs to vibe. (or not incase of the offduration) and the total duration speaks for itself. Here and example of mine plist.

It has 3 vibes now like my old SE had. In real it gives 4 vibes but you get my point.

(Want to thank the guys at hackint0sh for inspiration)


		Intensity
		1
		OffDuration
		0.10000000000000001
		OffDuration 2
		0.29999999999999999
		OffDuration 3
		0.29999999999999999
		OnDuration
		0.5
		OnDuration 2
		0.5
		OnDuration 3
		0.5
		TotalDuration
		2.2000000000000002]]></description>
			<content:encoded><![CDATA[<p>Found out how to make the Vibration do whatever you want, you need to edit the PLIST file in /System/Library/Frameworks/Celestial.framework named: SystemSoundVibrationPatterns.plist</p>
<p>The part with default is for the default vibration alert. It has an off duration, an on duration and a total duration. You can add an infinite (I think) amount of off/on durations to the existing ones, so that the vibrate will go on and off for the number of times you like. The integer value after the duration is the how long it needs to vibe. (or not incase of the offduration) and the total duration speaks for itself. Here and example of mine plist.</p>
<p>It has 3 vibes now like my old SE had. In real it gives 4 vibes but you get my point.</p>
<p>(Want to thank the guys at hackint0sh for inspiration)</p>
<p>		Intensity<br />
		1<br />
		OffDuration<br />
		0.10000000000000001<br />
		OffDuration 2<br />
		0.29999999999999999<br />
		OffDuration 3<br />
		0.29999999999999999<br />
		OnDuration<br />
		0.5<br />
		OnDuration 2<br />
		0.5<br />
		OnDuration 3<br />
		0.5<br />
		TotalDuration<br />
		2.2000000000000002</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Lamb		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30662</link>

		<dc:creator><![CDATA[Michael Lamb]]></dc:creator>
		<pubDate>Wed, 26 Sep 2007 22:48:44 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30662</guid>

					<description><![CDATA[In response to #2:

Searching around I found this app:

http://code.google.com/p/taskbar-notifier/

Which puts a + in the taskbar when you miss an SMS or email.  The author hasn&#039;t released the source (yet), but it would be trivial (for an ObjC dev) to take the iBrate code and meld it with this app.

Either way, it looks like the solution is doable.]]></description>
			<content:encoded><![CDATA[<p>In response to #2:</p>
<p>Searching around I found this app:</p>
<p><a href="http://code.google.com/p/taskbar-notifier/" rel="nofollow ugc">http://code.google.com/p/taskbar-notifier/</a></p>
<p>Which puts a + in the taskbar when you miss an SMS or email.  The author hasn&#8217;t released the source (yet), but it would be trivial (for an ObjC dev) to take the iBrate code and meld it with this app.</p>
<p>Either way, it looks like the solution is doable.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Josh		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30622</link>

		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Fri, 21 Sep 2007 14:32:17 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30622</guid>

					<description><![CDATA[From the website... &quot;However, I could not figure out exactly how it works, as it seems for now it works more like a reminder service which then syncs the changes to the iPhone when you connect it to your computer rather then magically syncing your iPhone over Wi-Fi whenever your iPhone is on the same network as your Mac.&quot;

Sadness]]></description>
			<content:encoded><![CDATA[<p>From the website&#8230; &#8220;However, I could not figure out exactly how it works, as it seems for now it works more like a reminder service which then syncs the changes to the iPhone when you connect it to your computer rather then magically syncing your iPhone over Wi-Fi whenever your iPhone is on the same network as your Mac.&#8221;</p>
<p>Sadness</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Todd		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30609</link>

		<dc:creator><![CDATA[Todd]]></dc:creator>
		<pubDate>Wed, 19 Sep 2007 19:25:42 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30609</guid>

					<description><![CDATA[Mike, 
I haven&#039;t tried it as I don&#039;t have an iPhone yet, but &lt;a href=&quot;http://www.iphonehacks.com/2007/09/iphone-autosync.html&quot; rel=&quot;nofollow&quot;&gt;iPhone AutoSync&lt;/a&gt; may help you address your third request.]]></description>
			<content:encoded><![CDATA[<p>Mike,<br />
I haven&#8217;t tried it as I don&#8217;t have an iPhone yet, but <a href="http://www.iphonehacks.com/2007/09/iphone-autosync.html" rel="nofollow">iPhone AutoSync</a> may help you address your third request.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike D.		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30570</link>

		<dc:creator><![CDATA[Mike D.]]></dc:creator>
		<pubDate>Thu, 13 Sep 2007 17:44:12 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30570</guid>

					<description><![CDATA[Josh and Steve C.: Ah thanks!  Perfect!  Ok, so I guess it&#039;s just down to the vibration enhancement app now.  I really wish I could write it myself.]]></description>
			<content:encoded><![CDATA[<p>Josh and Steve C.: Ah thanks!  Perfect!  Ok, so I guess it&#8217;s just down to the vibration enhancement app now.  I really wish I could write it myself.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve C.		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30569</link>

		<dc:creator><![CDATA[Steve C.]]></dc:creator>
		<pubDate>Thu, 13 Sep 2007 16:49:00 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30569</guid>

					<description><![CDATA[Hey Mike, I haven&#039;t personally tried it but &quot;iPhone Apper&quot; sounds like it&#039;s what you need for request #1. Shaun Inman posted about it here: http://www.shauninman.com/archive/2007/08/18/a_mint_button_for_the_iphone]]></description>
			<content:encoded><![CDATA[<p>Hey Mike, I haven&#8217;t personally tried it but &#8220;iPhone Apper&#8221; sounds like it&#8217;s what you need for request #1. Shaun Inman posted about it here: <a href="http://www.shauninman.com/archive/2007/08/18/a_mint_button_for_the_iphone" rel="nofollow ugc">http://www.shauninman.com/archive/2007/08/18/a_mint_button_for_the_iphone</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nick		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30568</link>

		<dc:creator><![CDATA[nick]]></dc:creator>
		<pubDate>Thu, 13 Sep 2007 16:47:44 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30568</guid>

					<description><![CDATA[you know what i would really like to see? a bluetooth icon on the home screen. you push it and it turns bluetooth on. push it again and bluetooth turns off. i cant imagine this being too hard to build.

turning bluetooth on and off right now is 4 layers deep. not exactly ideal if, for instance, youre in the car and forgot to turn on bt so you can use your hands-free system or headset.

i&#039;m imagining you hit the button, bluetooth turns on, a little window pops up telling you what it&#039;s paired with (not unlike the request to join a wifi network popup window) and then youre ready to go.]]></description>
			<content:encoded><![CDATA[<p>you know what i would really like to see? a bluetooth icon on the home screen. you push it and it turns bluetooth on. push it again and bluetooth turns off. i cant imagine this being too hard to build.</p>
<p>turning bluetooth on and off right now is 4 layers deep. not exactly ideal if, for instance, youre in the car and forgot to turn on bt so you can use your hands-free system or headset.</p>
<p>i&#8217;m imagining you hit the button, bluetooth turns on, a little window pops up telling you what it&#8217;s paired with (not unlike the request to join a wifi network popup window) and then youre ready to go.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joshua Bryant		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30565</link>

		<dc:creator><![CDATA[Joshua Bryant]]></dc:creator>
		<pubDate>Thu, 13 Sep 2007 08:44:02 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30565</guid>

					<description><![CDATA[Mike, it&#039;s fairly easy to roll and app up that&#039;s simply a web link. For instance, see my latest screenshot: http://tinyurl.com/2fdxma the &quot;Twitter&quot; icon is simply a weblink app that opens up Safari and points it to PocketTweets. 

Make an icon for it and you&#039;re set.

Shoot me an email and I can role one up for you. You can always duplicate it and change which link it points to as well.]]></description>
			<content:encoded><![CDATA[<p>Mike, it&#8217;s fairly easy to roll and app up that&#8217;s simply a web link. For instance, see my latest screenshot: <a href="http://tinyurl.com/2fdxma" rel="nofollow ugc">http://tinyurl.com/2fdxma</a> the &#8220;Twitter&#8221; icon is simply a weblink app that opens up Safari and points it to PocketTweets. </p>
<p>Make an icon for it and you&#8217;re set.</p>
<p>Shoot me an email and I can role one up for you. You can always duplicate it and change which link it points to as well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30564</link>

		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Thu, 13 Sep 2007 05:35:11 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30564</guid>

					<description><![CDATA[Mike,

I have the exact same problem! I am always missing my alerts (txt and calls) when set to vibrate. It is compounded for me as I am leaving my curve behind which was never shy about letting me know something was up!

Good luck mate
Jim]]></description>
			<content:encoded><![CDATA[<p>Mike,</p>
<p>I have the exact same problem! I am always missing my alerts (txt and calls) when set to vibrate. It is compounded for me as I am leaving my curve behind which was never shy about letting me know something was up!</p>
<p>Good luck mate<br />
Jim</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vladimir		</title>
		<link>https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30563</link>

		<dc:creator><![CDATA[Vladimir]]></dc:creator>
		<pubDate>Thu, 13 Sep 2007 02:55:51 +0000</pubDate>
		<guid isPermaLink="false">https://mikeindustries.com/blog/archive/2007/09/iphone-lazyweb-requests#comment-30563</guid>

					<description><![CDATA[Mikey D giving away free stuff again. Be happy your phone vibrates at all, I dropped my current LG phone on the ground a week after owning it and its not vibrated since.

And yes, I know, LG sucks.]]></description>
			<content:encoded><![CDATA[<p>Mikey D giving away free stuff again. Be happy your phone vibrates at all, I dropped my current LG phone on the ground a week after owning it and its not vibrated since.</p>
<p>And yes, I know, LG sucks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
