<?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: Display brightness control</title>
	<atom:link href="http://wejp.k.vu/dingoo-a320/display-brightness-control/feed" rel="self" type="application/rss+xml" />
	<link>http://wejp.k.vu/dingoo-a320/display-brightness-control</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 20:41:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: lord bla</title>
		<link>http://wejp.k.vu/dingoo-a320/display-brightness-control/comment-page-1#comment-33</link>
		<dc:creator>lord bla</dc:creator>
		<pubDate>Sun, 02 Aug 2009 21:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://wejp.k.vu/?p=413#comment-33</guid>
		<description>great!</description>
		<content:encoded><![CDATA[<p>great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: punkysfan</title>
		<link>http://wejp.k.vu/dingoo-a320/display-brightness-control/comment-page-1#comment-27</link>
		<dc:creator>punkysfan</dc:creator>
		<pubDate>Tue, 28 Jul 2009 08:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://wejp.k.vu/?p=413#comment-27</guid>
		<description>heres the same bulb with diffirent shades

s811.photobucket.com/albums/zz39/punkysfan/</description>
		<content:encoded><![CDATA[<p>heres the same bulb with diffirent shades</p>
<p>s811.photobucket.com/albums/zz39/punkysfan/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j</title>
		<link>http://wejp.k.vu/dingoo-a320/display-brightness-control/comment-page-1#comment-24</link>
		<dc:creator>j</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://wejp.k.vu/?p=413#comment-24</guid>
		<description>I&#039;ve already updated the script, so it first checks for the existance of the lcd_brightness.conf file and only if it exists the brightness is updated. :)
(You can use the &lt;strong&gt;if&lt;/strong&gt; condition in shell scripts with &lt;strong&gt;-e&lt;/strong&gt; to check if a file exists.)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve already updated the script, so it first checks for the existance of the lcd_brightness.conf file and only if it exists the brightness is updated. <img src='http://wejp.k.vu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
(You can use the <strong>if</strong> condition in shell scripts with <strong>-e</strong> to check if a file exists.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfsoft</title>
		<link>http://wejp.k.vu/dingoo-a320/display-brightness-control/comment-page-1#comment-23</link>
		<dc:creator>alfsoft</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://wejp.k.vu/?p=413#comment-23</guid>
		<description>I advise you to add link to the default lcd_brightness.conf next to .save and .set :)
Or to extend brightness.set with the line that checks the existence of the .conf file. And if it doesn&#039;t, then to &#039;cat&#039; it and to add the &#039;100&#039; text into it. Do not know exactly the bash script command for this, sorry.</description>
		<content:encoded><![CDATA[<p>I advise you to add link to the default lcd_brightness.conf next to .save and .set <img src='http://wejp.k.vu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Or to extend brightness.set with the line that checks the existence of the .conf file. And if it doesn&#8217;t, then to &#8216;cat&#8217; it and to add the &#8217;100&#8242; text into it. Do not know exactly the bash script command for this, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j</title>
		<link>http://wejp.k.vu/dingoo-a320/display-brightness-control/comment-page-1#comment-22</link>
		<dc:creator>j</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://wejp.k.vu/?p=413#comment-22</guid>
		<description>Oh, yes you are right. That happens because the config file where the brightness value is stored does not exist yet (obviously ;).
Although you don&#039;t need a workaround anymore, others can avoid that behaviour by creating a file called lcd_brightness.conf in the local/home directory with just one line containing the value 100 for maximum brightness.</description>
		<content:encoded><![CDATA[<p>Oh, yes you are right. That happens because the config file where the brightness value is stored does not exist yet (obviously <img src='http://wejp.k.vu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .<br />
Although you don&#8217;t need a workaround anymore, others can avoid that behaviour by creating a file called lcd_brightness.conf in the local/home directory with just one line containing the value 100 for maximum brightness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfsoft</title>
		<link>http://wejp.k.vu/dingoo-a320/display-brightness-control/comment-page-1#comment-21</link>
		<dc:creator>alfsoft</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://wejp.k.vu/?p=413#comment-21</guid>
		<description>Thank you for these useful scripts! Worked nice. One thing I&#039;ve noticed: on the first boot with these files the brightness was set to zero :) So I had to browse dmenu by memory and set another brightness value menu parameter.</description>
		<content:encoded><![CDATA[<p>Thank you for these useful scripts! Worked nice. One thing I&#8217;ve noticed: on the first boot with these files the brightness was set to zero <img src='http://wejp.k.vu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So I had to browse dmenu by memory and set another brightness value menu parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ironic</title>
		<link>http://wejp.k.vu/dingoo-a320/display-brightness-control/comment-page-1#comment-20</link>
		<dc:creator>ironic</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://wejp.k.vu/?p=413#comment-20</guid>
		<description>It Works !!
Nice nice nice...
Thanx guy</description>
		<content:encoded><![CDATA[<p>It Works !!<br />
Nice nice nice&#8230;<br />
Thanx guy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
