<?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 for Eclipsed4utoo&#039;s Blog</title>
	<atom:link href="http://eclipsed4utoo.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsed4utoo.com/blog</link>
	<description>Not Your Ordinary Programmer</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:32:17 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by Mainism</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-3/#comment-508</link>
		<dc:creator>Mainism</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-508</guid>
		<description>Is it that hard to update your market description?

You are losing all the droid owners that have updated to froyo.

While out would be great if you were able to update the ap, just good communication would help...</description>
		<content:encoded><![CDATA[<p>Is it that hard to update your market description?</p>
<p>You are losing all the droid owners that have updated to froyo.</p>
<p>While out would be great if you were able to update the ap, just good communication would help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by Jeremiah</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-3/#comment-504</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Fri, 23 Jul 2010 20:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-504</guid>
		<description>I know you get inundated with all of these people asking for support and it can be a constant barrage answering the same questions over and over.  However, I&#039;m going to be that guy and ask one more time, &quot;Will you have the source available any time soon?&quot;

I am new to developing Android and the LED flashlight is the first thing I looked for on my LG Ally.   Nothing has been made available and I don&#039;t see anything on the horizon.

I&#039;m not asking you to update your app or to fix it for me.  In fact, I kind of look forward to learning how to fix it myself.  However, your source would be very helpful since I am having a hard time figuring out how it is that one accesses the LED (via the camera, it appears).

I think I read somewhere that Froyo 2.2 has better access to the LED, but my rooted Ally only has 2.1 and I am nervous about upgrading the OS  (if that is even possible).

Please let me know what your plans are for the source.....and if it won&#039;t be made public anytime soon, I would REALLY  appreciate an emailed jar file to look over and review.

An Android Noob,

Jeremiah</description>
		<content:encoded><![CDATA[<p>I know you get inundated with all of these people asking for support and it can be a constant barrage answering the same questions over and over.  However, I&#8217;m going to be that guy and ask one more time, &#8220;Will you have the source available any time soon?&#8221;</p>
<p>I am new to developing Android and the LED flashlight is the first thing I looked for on my LG Ally.   Nothing has been made available and I don&#8217;t see anything on the horizon.</p>
<p>I&#8217;m not asking you to update your app or to fix it for me.  In fact, I kind of look forward to learning how to fix it myself.  However, your source would be very helpful since I am having a hard time figuring out how it is that one accesses the LED (via the camera, it appears).</p>
<p>I think I read somewhere that Froyo 2.2 has better access to the LED, but my rooted Ally only has 2.1 and I am nervous about upgrading the OS  (if that is even possible).</p>
<p>Please let me know what your plans are for the source&#8230;..and if it won&#8217;t be made public anytime soon, I would REALLY  appreciate an emailed jar file to look over and review.</p>
<p>An Android Noob,</p>
<p>Jeremiah</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by Mainism</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-3/#comment-502</link>
		<dc:creator>Mainism</dc:creator>
		<pubDate>Thu, 22 Jul 2010 10:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-502</guid>
		<description>Any update on that fix?

If  not, could you at least let your users know about the old version in the market description?</description>
		<content:encoded><![CDATA[<p>Any update on that fix?</p>
<p>If  not, could you at least let your users know about the old version in the market description?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.0 &#8211; Changing Widget Layout Dynamically by Panthro</title>
		<link>http://eclipsed4utoo.com/blog/android-20-changing-widget-layout-dynamically/comment-page-1/#comment-496</link>
		<dc:creator>Panthro</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=232#comment-496</guid>
		<description>Hey Guy

I&#039;m developing an android application that need to do something very similar of what you have done.

I need to update the view of my widget accordingly with a status that I will get from the database, it&#039;s almost a toggle widget. Like yours, but the status comes from the DB.

I don&#039;t know how to run the onUpdate from a click in the widget. 

I just binded the onclick of an image in the widget with a pendingIntent that launches a Service, but the service is not able to update the widget view (at least I haven&#039;t see how to do that) and I don&#039;t know how to bind the onUpdate with the widget click.

Thanks anyway, and sorry for the terrible english! :)</description>
		<content:encoded><![CDATA[<p>Hey Guy</p>
<p>I&#8217;m developing an android application that need to do something very similar of what you have done.</p>
<p>I need to update the view of my widget accordingly with a status that I will get from the database, it&#8217;s almost a toggle widget. Like yours, but the status comes from the DB.</p>
<p>I don&#8217;t know how to run the onUpdate from a click in the widget. </p>
<p>I just binded the onclick of an image in the widget with a pendingIntent that launches a Service, but the service is not able to update the widget view (at least I haven&#8217;t see how to do that) and I don&#8217;t know how to bind the onUpdate with the widget click.</p>
<p>Thanks anyway, and sorry for the terrible english! <img src='http://eclipsed4utoo.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by M Goodwin</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-3/#comment-488</link>
		<dc:creator>M Goodwin</dc:creator>
		<pubDate>Fri, 09 Jul 2010 01:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-488</guid>
		<description>Ok, I&#039;ll  be patient. Thanks!</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ll  be patient. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by Ryan Alford</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-3/#comment-483</link>
		<dc:creator>Ryan Alford</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-483</guid>
		<description>@Sundawg

I am working on a fix.

@M Goodwin

if the LG Ally gets updated to 2.2, then it should work.</description>
		<content:encoded><![CDATA[<p>@Sundawg</p>
<p>I am working on a fix.</p>
<p>@M Goodwin</p>
<p>if the LG Ally gets updated to 2.2, then it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by M Goodwin</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-2/#comment-477</link>
		<dc:creator>M Goodwin</dc:creator>
		<pubDate>Mon, 05 Jul 2010 04:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-477</guid>
		<description>Any chance of an update that will support the LG Ally?</description>
		<content:encoded><![CDATA[<p>Any chance of an update that will support the LG Ally?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by Sundawg</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-2/#comment-476</link>
		<dc:creator>Sundawg</dc:creator>
		<pubDate>Mon, 05 Jul 2010 02:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-476</guid>
		<description>I&#039;m using a motorola droid running on jrummy kangerade froyo rom and neither the widget or the application turn on my led?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using a motorola droid running on jrummy kangerade froyo rom and neither the widget or the application turn on my led?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by Mainism</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-2/#comment-463</link>
		<dc:creator>Mainism</dc:creator>
		<pubDate>Thu, 24 Jun 2010 10:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-463</guid>
		<description>Glad you finally provided a back link. I would hate my droid without motof torch!  :)</description>
		<content:encoded><![CDATA[<p>Glad you finally provided a back link. I would hate my droid without motof torch!  <img src='http://eclipsed4utoo.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoTorch LED &#8211; LED Flashlight &#8211; My First Android Application by Ryan Alford</title>
		<link>http://eclipsed4utoo.com/blog/mototorch-led-flashlight-android-application/comment-page-2/#comment-460</link>
		<dc:creator>Ryan Alford</dc:creator>
		<pubDate>Wed, 23 Jun 2010 15:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=215#comment-460</guid>
		<description>@Mainism

Simply loading the FRF57(or FRF72) build onto your DROID will almost certainly cause problems with apps.  It is basically like an &quot;alpha&quot; version of the release.  This is why every DROID running a leaked 2.2 is having the problem.  The release is just not stable enough and Motorola hadn&#039;t had time to fix issues.

I have a link to the old version on the AndroidForums....

http://androidforums.com/all-things-root-droid/92932-mototorch-led-flashlight-app-not-working-2.html#post931733

Here is an awesome summary of what my point is.

http://androidforums.com/all-things-root-droid/106334-new-roms-not-so-good.html#post985467</description>
		<content:encoded><![CDATA[<p>@Mainism</p>
<p>Simply loading the FRF57(or FRF72) build onto your DROID will almost certainly cause problems with apps.  It is basically like an &#8220;alpha&#8221; version of the release.  This is why every DROID running a leaked 2.2 is having the problem.  The release is just not stable enough and Motorola hadn&#8217;t had time to fix issues.</p>
<p>I have a link to the old version on the AndroidForums&#8230;.</p>
<p><a href="http://androidforums.com/all-things-root-droid/92932-mototorch-led-flashlight-app-not-working-2.html#post931733" rel="nofollow">http://androidforums.com/all-things-root-droid/92932-mototorch-led-flashlight-app-not-working-2.html#post931733</a></p>
<p>Here is an awesome summary of what my point is.</p>
<p><a href="http://androidforums.com/all-things-root-droid/106334-new-roms-not-so-good.html#post985467" rel="nofollow">http://androidforums.com/all-things-root-droid/106334-new-roms-not-so-good.html#post985467</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
