<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital audio players &#8211; Henry Poon&#039;s Blog</title>
	<atom:link href="https://blog.henrypoon.com/blog/tag/digital-audio-players/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2022 02:20:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">83044199</site>	<item>
		<title>Qt Environment Variables</title>
		<link>https://blog.henrypoon.com/blog/2009/12/06/qt-environment-variables/</link>
					<comments>https://blog.henrypoon.com/blog/2009/12/06/qt-environment-variables/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:20:14 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Compilers]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Custom firmware]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Digital audio players]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Environment variable]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[IPod]]></category>
		<category><![CDATA[IPod Nano]]></category>
		<category><![CDATA[IPod Shuffle]]></category>
		<category><![CDATA[IPod software]]></category>
		<category><![CDATA[IPodLinux]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Portable media players]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Variable]]></category>
		<category><![CDATA[Vol]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/qt-environment-variables</guid>

					<description><![CDATA[A long time ago I had come across a project that involved porting Linux on the iPod called iPodLinux (read more at the link).&#160; It basically adds additional functionality than that of regular iPods such as the use of third party apps such as gameboy and NES emulators.&#160; Seeing that I like to mess with [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A long time ago I had come across a project that involved porting Linux on the iPod called <a title="iPodLinux" href="http://www.ipodlinux.org/" target="_blank" rel="noopener noreferrer">iPodLinux</a> (read more at the link).&nbsp; It basically adds additional functionality than that of regular iPods such as the use of third party apps such as gameboy and NES emulators.&nbsp; Seeing that I like to mess with these things, I decided to try it out.&nbsp; According to their website,</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>iPodLinux currently works on all iPod generations with the <strong>exception</strong> of the 2nd/3rd/4th generation iPod nano, 6th generation iPod classic, all iPod shuffles and the iPod Touch. Donations always help when it comes to supporting new hardware. Progress can be tracked on the Project Status.</p></blockquote>



<p class="wp-block-paragraph">The installation of iPodLinux is somewhat tedious.  They recommend that you download the source code and compile them yourself (instructions on the site), which is what I&#8217;m doing right now.  Compiling the source code requires a program called Qt.  I downloaded the <a href="https://download.qt.io/archive/qt/4.3/" target="_blank" rel="noreferrer noopener">Qt4 + MinGW installer</a> to compile the code.  However, when trying to compile the code using &#8220;qmake&#8221;, Windows did not let me run the program.</p>



<p class="wp-block-paragraph">Apparently the source of the problem is that my environment variables were not set properly.</p>



<p class="wp-block-paragraph">The environment variables settings page can be found in Control Panel &gt; System &gt; Advanced System Settings &gt; Environment Variables.&nbsp; Click the New&#8230; button.</p>



<p class="wp-block-paragraph">Here are the required environment variables:</p>



<p class="wp-block-paragraph">Variable Name: PATH (should exist already)<br>Variable Value: <code>C:\MinGW\bin</code> and <code>C:\Qt4.x.x\bin</code></p>



<p class="wp-block-paragraph">Variable Name: QTDIR<code><br></code>Variable Value: <code>C:\Qt4.x.x (whatever your version is)</code></p>



<p class="wp-block-paragraph">Variable Name: QMAKESPEC<br>Variable Value: <code>win32-g++</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2009/12/06/qt-environment-variables/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">99</post-id>	</item>
		<item>
		<title>iPod Only Plays Sound on One Side</title>
		<link>https://blog.henrypoon.com/blog/2009/12/04/ipod-only-plays-sound-on-one-side/</link>
					<comments>https://blog.henrypoon.com/blog/2009/12/04/ipod-only-plays-sound-on-one-side/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sat, 05 Dec 2009 04:37:43 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Digital audio players]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Grab]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IPod]]></category>
		<category><![CDATA[IPod Nano]]></category>
		<category><![CDATA[IPod Shuffle]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Portable electronics]]></category>
		<category><![CDATA[Portable media players]]></category>
		<category><![CDATA[Thou]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/ipod-only-plays-sound-on-one-side</guid>

					<description><![CDATA[Recently I&#8217;ve had this problem where my iPod would only play sound on the right side headphone. Most people would probably think that the headphones were broken, which is what I thought too. I went to try my iPod with different speakers and still had the same problem. Clearly it was because of the iPod. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Recently I&#8217;ve had this problem where my iPod would only play sound on the right side headphone. Most people would probably think that the headphones were broken, which is what I thought too. I went to try my iPod with different speakers and still had the same problem. Clearly it was because of the iPod. I decided to open up my iPod and see.</p>



<p class="wp-block-paragraph">Once I opened it up, it looked like this:</p>



<p class="has-text-align-center wp-block-paragraph"><img data-recalc-dims="1" fetchpriority="high" decoding="async" title="The Inside of a 5th Gen iPod Video" width="600" height="450" class="alignnone size-full wp-image-83" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2009/12/ipodinside.jpg?resize=600%2C450" alt="" srcset="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2009/12/ipodinside.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2009/12/ipodinside.jpg?resize=300%2C225&amp;ssl=1 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>



<p class="wp-block-paragraph">The problem with mine was that the one of the two orange ribbon cables was too loosely connected to the iPod&#8217;s circuit board.&nbsp; Refer to the image.&nbsp; When the iPod is freshly opened, the hard drive (the blue thing) should be covering the circuit board.&nbsp; As noted in the picture, the orange ribbon goes through that little gap.&nbsp; What I noticed is that as I wiggle around that cable, my left speaker would start playing sounds.&nbsp; Once I found the &#8220;sweet spot&#8221;, I immediately stuffed cut up bits of a rubber band into the gap until I could jam up that spot well enough to prevent the orange cable from moving.&nbsp; <span style="text-decoration: line-through;">I don&#8217;t have a picture of what it looks like after it was fixed, and I don&#8217;t really feel like grabbing the screwdriver to open it up again.</span></p>



<p class="wp-block-paragraph">UPDATE (Jan 5, 2010):</p>



<p class="wp-block-paragraph">This is what it looks like fixed:</p>


<div class="wp-block-image">
<figure class="aligncenter"><img data-recalc-dims="1" decoding="async" width="960" height="720" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2010/01/dsc00295.jpg?resize=960%2C720" alt="" class="wp-image-152" title="Fixed iPod" srcset="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2010/01/dsc00295.jpg?w=960&amp;ssl=1 960w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2010/01/dsc00295.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2010/01/dsc00295.jpg?resize=1024%2C768&amp;ssl=1 1024w" sizes="(max-width: 960px) 100vw, 960px" /></figure>
</div>


<p class="wp-block-paragraph">Notice the two bits of green rubber band filling up that slot.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2009/12/04/ipod-only-plays-sound-on-one-side/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">68</post-id>	</item>
	</channel>
</rss>
