<?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>MachineGrid &#187; lcd</title>
	<atom:link href="http://www.machinegrid.com/tag/lcd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.machinegrid.com</link>
	<description>robots at work</description>
	<lastBuildDate>Mon, 19 Jul 2010 01:59:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Digital Picture Frame Hacking Roundup</title>
		<link>http://www.machinegrid.com/2009/03/digital-picture-frame-hacking-roundup/</link>
		<comments>http://www.machinegrid.com/2009/03/digital-picture-frame-hacking-roundup/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:29:57 +0000</pubDate>
		<dc:creator>bluehash</dc:creator>
				<category><![CDATA[Hackable Toys]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[7FF1AW]]></category>
		<category><![CDATA[7FFICMI]]></category>
		<category><![CDATA[ARM920T]]></category>
		<category><![CDATA[CEIVA]]></category>
		<category><![CDATA[digital frames]]></category>
		<category><![CDATA[DIGITAL SPECTRUM]]></category>
		<category><![CDATA[dissect]]></category>
		<category><![CDATA[EP7212]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[JUICEBOX]]></category>
		<category><![CDATA[KeyChain Displays]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MemoryFrame]]></category>
		<category><![CDATA[SPF-83v]]></category>

		<guid isPermaLink="false">http://www.machinegrid.com/?p=787</guid>
		<description><![CDATA[With all the nice hacks on digital picture frames scattered around the web, I decided to put them all in one place for reference. Due thanks to all the hackers out there who put their work out for everyone to see. It&#8217;s the joy in reverse engineering. For some of the hacks I&#8217;ve included a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_open_photo_cube.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_open_photo_cube-150x150.jpg" alt="hack_open_photo_cube" title="hack_open_photo_cube" width="150" height="150" class="alignright size-thumbnail wp-image-653" /></a>With all the nice hacks on digital picture frames scattered around the web, I decided to put them all in one place for reference. Due thanks to all the hackers out there who put their work out for everyone to see. It&#8217;s the joy in reverse engineering. For some of the hacks I&#8217;ve included a compressed file with the code and webpage archived in case the original site goes down. If you are the author an would not like it, please let me know.<br />
<code><br /></code><strong>Please read </strong>: If you would like to be notified of new frames being hacked, leave a comment below and check the &#8220;subscribe to comments&#8221; box.<br />
<code><br /></code><br />
<strong>PHILIPS Picture Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/philips_7ff1am_7fficmi_frame_hack.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/philips_7ff1am_7fficmi_frame_hack-150x150.jpg" alt="philips_7ff1am_7fficmi_frame_hack" title="philips_7ff1am_7fficmi_frame_hack" width="150" height="150" class="alignright size-thumbnail wp-image-825" /></a>[v]incent was able to display his images directly to the frame by writing a little script which prepends a binary header to the JPEG file. There is a detailed writeup on how he <a target="_blank"  href="http://vincent.stehle.free.fr/frame/reverse.html">reverse engineered</a> the picture frame format. </p>
<p>Detailed info:</p>
<ul>
<li>Models: 7FF1AW, 7FFICMI</li>
<li><a target="_blank" href="http://vincent.stehle.free.fr/frame/">Webpage</a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/media/code/philips_frame_hack/philipsframe.zip">[Archive]</a></li>
<li><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/media/code/philips_frame_hack/jpg2frame.sh">jpg2frame Script</a></li>
</ul>
<p><code><br /></code><br />
<strong>SAMSUNG SPF-83v Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/samsung_spf-83v_digital_frame_hack.jpg"><img class="alignright size-thumbnail wp-image-826" title="samsung_spf-83v_digital_frame_hack" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/samsung_spf-83v_digital_frame_hack-150x150.jpg" alt="samsung_spf-83v_digital_frame_hack" width="150" height="150" /></a>The frame parses feeds and regular html pages for images and displays them. You can use the frame&#8217;s i-net-functions to serve it data.<br />
[t]obe from <a target="_blank" href="http://www.infolexikon.de/blog/samsung-spf-83v-info-system/">Infolexikon </a> uses PHP to gather data and writes it all to an image using gd. These images are then pushed to the frame at regular intervals.</p>
<p>Detailed info:</p>
<ul>
<li><a target="_blank" href="http://www.infolexikon.de/blog/samsung-spf-83v-info-system/">Webpage</a></li>
<li>Script-<a target="_blank" href="http://static.evigo.net/infolexikon/.media/files/2009/09/10/wgis.zip">[Original]</a><a target="_blank" href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/Samsung_SPF_83v_frame_hack/wgis.zip">[Archive]</a> Thanks for the update [d]p</li>
<li>Buy &#8211; <a href="http://www.amazon.com/gp/product/B002B55HRS?ie=UTF8&#038;tag=machinegridco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002B55HRS"> Amazon &#8211; Samsung SPF-87H 8-Inch Touch of Color Digital Photo Frame</a><img src="http://www.assoc-amazon.com/e/ir?t=machinegridco-20&#038;l=as2&#038;o=1&#038;a=B002B55HRS" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</ul>
<p><code><br /></code><br />
<strong>CEIVA Picture Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/ceiva_picture_frame_hack.gif"><img class="alignleft size-thumbnail wp-image-821" title="ceiva_picture_frame_hack" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/ceiva_picture_frame_hack-150x150.gif" alt="ceiva_picture_frame_hack" width="150" height="150" /></a>The CEIVA runs on a Cirrus Logic Maverick(EP7212) controller. It&#8217;s based on a ARM720T core with 2Mb Flash and 4Mb DRAM.<br />
Initial hack done by [c]olin. The frame runs on Linux. Necessary patches and images are provided. [b]rad keeps a worklog <a target="_blank" href="http://www.heeltoe.com/software/ceiva/index.html">here</a><br />
New code can be loaded via a serial port on the PCB through a simple level converter.<br />
<code><br /></code><br />
<code><br /></code><br />
Detailed info:</p>
<ul>
<li>Models : Not Specified</li>
<li><a target="_blank" href="http://www.heeltoe.com/software/ceiva/Ceiva-mini-HOWTO.html">Webpage</a></li>
<li><a href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/ceiva_frame_hack/Ceiva.zip">Webpage and Code [Archive]</a></li>
</ul>
<p><code><br /></code><br />
<strong>KeyChain Displays</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/tom_tec_digital_photo_fram_hack2.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/tom_tec_digital_photo_fram_hack2-150x150.jpg" alt="tom_tec_digital_photo_fram_hack2" title="tom_tec_digital_photo_fram_hack2" width="150" height="150" class="alignright size-thumbnail wp-image-936" /></a>[j]eroen from <a href="http://spritesmods.com/?art=about">Spritesmods</a> maintains a <a href="http://picframe.spritesserver.nl/wiki/index.php/Devices">wiki</a> of compatible keychain displays with his firmware hack. He and a couple of guys regularly update it with new displays. Most of the displays use the SITRONIX ST2205U controller in them. I tried my hand in doing the same with the <a target="_blank" href="http://www.machinegrid.com/2009/02/hacking-the-hannah-montana-photocube/">Hannah Montana Vu-Me</a> photo frame. I got close, but bricked it in the end.<br />
Their code is maintained at <a target="_blank" href="http://code.google.com/p/photokeychain/">Google code</a></p>
<p>Detailed info:</p>
<ul>
<li>Models:</li>
<ul>
<li>TomTec</li>
<li>Coby DP-151SX/DPKEY</li>
<li>HK unbranded</li>
<li>Keypix</li>
<li>Dealxtreme SKU5218</li>
<li>Innovage</li>
<li>Dig-291</li>
<li>Innovalley</li>
</ul>
<li><a target="_blank" href="http://spritesmods.com/?art=picframe">Webpage</a></li>
<li><a target="_blank" href="http://picframe.spritesserver.nl/wiki/index.php/Main_Page">Wiki</a></li>
<li><a target="_blank" href="http://code.google.com/p/photokeychain/">Google code</a></li>
</ul>
<p><code><br /></code><br />
<strong>DIGITAL SPECTRUM MemoryFrame</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/digital_spectrum_memoryframe_hack_arm920.jpg"><img class="alignleft size-thumbnail wp-image-823" title="digital_spectrum_memoryframe_hack_arm920" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/digital_spectrum_memoryframe_hack_arm920-150x150.jpg" alt="digital_spectrum_memoryframe_hack_arm920" width="150" height="150" /></a>The MemoryFrames  run on WindowsCE5. [r]etoor from <a target="_blank" href="http://mozy.org/">mozy.org </a>managed to crash the frame using a keyboard, mouse and following a sequence. The frame runs on an ARM920T &#8211; a 32bit Arm9 processor. The following is an excerpt from his &#8220;YouTube&#8217;s more info&#8230;&#8221; link:<br />
&#8230;&#8221;Basically you need both the mouse and keyboard plugged in, scroll down past the &#8220;Settings&#8221; option, scroll back up, and click the word &#8220;Settings&#8221; with your mouse. There is no enter key on the keyboard so you have to click the mouse&#8230;.&#8221;<br />
<code><br /></code><br />
Detailed info:</p>
<ul>
<li><a target="_blank" href="http://www.youtube.com/watch?v=5watadHqGAk">YouTube</a></li>
<li>Buy &#8211; <a href="http://www.amazon.com/gp/product/B000H743WC?ie=UTF8&#038;tag=machinegridco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000H743WC">Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=machinegridco-20&#038;l=as2&#038;o=1&#038;a=B000H743WC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</ul>
<p><code><br /></code><br />
<strong>JUICEBOX Digital Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/juicebox_digital_frame_hack.jpg"><img class="alignleft size-thumbnail wp-image-824" title="juicebox_digital_frame_hack" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/juicebox_digital_frame_hack-150x150.jpg" alt="juicebox_digital_frame_hack" width="150" height="150" /></a>[j]oevennix managed to rip out the LCD from a Juicebox and enclose it in his own custom frame. He didn&#8217;t have the mp3 kit at that time( although you can get it online), so he soldered a SD card slot into the cartridge connector. His webpage is down. The following is an archive of his work.</p>
<p>Detailed info:</p>
<ul>
<li><a href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/juicebox_frame_hack/juicebox.zip">Archive</a></li>
<li><atarget="_blank" href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/juicebox_frame_hack/juicebox-digital-picture-frame-how-to.pdf"">Pdf</a></li>
</ul>
<p><code><br /></code><br />
If you find this interesting or have some new ideas or links on frames, please post in the comments. Don&#8217;t forget to <a href="http://feeds2.feedburner.com/machinegrid">Subscribe </a>[<a href="http://feedburner.google.com/fb/a/mailverify?uri=machinegrid&#038;loc=en_US">email</a>]for more followups and hacks. To get updates on this page, subscribe to the comments below.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1367209070807564";
/* 468x60, created 2/14/09 */
google_ad_slot = "2082117848";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.machinegrid.com/2009/03/digital-picture-frame-hacking-roundup/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Taking Apart the ATV-360 EyePiece [Head Mounted Display]</title>
		<link>http://www.machinegrid.com/2009/02/taking-apart-the-atv-360-eyepiece-head-mounted-display/</link>
		<comments>http://www.machinegrid.com/2009/02/taking-apart-the-atv-360-eyepiece-head-mounted-display/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 20:10:59 +0000</pubDate>
		<dc:creator>bluehash</dc:creator>
				<category><![CDATA[Hackable Toys]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[ATV-360]]></category>
		<category><![CDATA[CyberDisplay]]></category>
		<category><![CDATA[HUD]]></category>
		<category><![CDATA[KCD-A300-QB]]></category>
		<category><![CDATA[Kopin]]></category>
		<category><![CDATA[Kopin 300MLV]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[spy gear]]></category>
		<category><![CDATA[taking apart]]></category>
		<category><![CDATA[Wearables]]></category>
		<category><![CDATA[wildPlanet]]></category>

		<guid isPermaLink="false">http://www.machinegrid.com/?p=676</guid>
		<description><![CDATA[As promised, after taking apart the ATV-360 Spy Video here, this is a follow-up on taking apart the Head Mounted Display[HUD]. The HUD has some very interesting DIY parts and ideas which you can try out. Maybe a cool wearable. The details on all the parts used are at the end of the post and [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!-- New window script from http://blog.ginchen.de/en/2008/12/20/links-xhtml-konform-in-neuem-fenster-oeffnen/ --><script src="http://www.machinegrid.com/machinepress/jscripts/externalLinks.js" type="text/javascript"></script><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_removed.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_removed-150x150.jpg" alt="atv_360_wild_planet_hud_pcb_removed" title="atv_360_wild_planet_hud_pcb_removed" width="150" height="150" class="alignright size-thumbnail wp-image-701" /></a>As promised, after taking apart the ATV-360 Spy Video <a href="http://www.machinegrid.com/2009/02/taking-apart-the-spy-video-atv-360/">here</a>, this is a follow-up on taking apart the Head Mounted Display[HUD]. The HUD has some very interesting DIY parts and ideas which you can try out. Maybe a cool wearable. The details on all the parts used are at the end of the post and comments are open for discussion.</p>
<p>The HUD consists of a frame which sits in the same way as you would wear a pair of spectacles. On the right side, a case is attached which holds all the necessary electronics and optics. The HUD receives video signals from the remote which houses the camera receiver. If you are interested, you can buy the full vehicle kit at <a target="_blank" href="http://www.amazon.com/gp/product/B0016A7PGU?ie=UTF8&#038;tag=machinegridco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0016A7PGU">Amazon</a>.</p>
<p>1. First for a few views. Click on the views for a larger image.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/09/atv_360_wild_planet_hud_full.jpg"><img class="alignnone size-thumbnail wp-image-680" title="atv_360_wild_planet_hud_full_view" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/09/atv_360_wild_planet_hud_full-150x150.jpg" alt="atv_360_wild_planet_hud_full_view" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/09/atv_360_wild_planet_hud_eye_piece.jpg"><img class="alignnone size-thumbnail wp-image-678" title="atv_360_wild_planet_hud_eye_piece" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_eye_piece-150x150.jpg" alt="atv_360_wild_planet_hud_eye_piece" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_eye_piece_2.jpg"><img class="alignnone size-thumbnail wp-image-679" title="atv_360_wild_planet_hud_eye_piece_2" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_eye_piece_2-150x150.jpg" alt="atv_360_wild_planet_hud_eye_piece_2" width="150" height="150" /></a></p>
<p>2. So that you know how it looks, I setup two scenes. One with a PostIt note saying &#8220;HI&#8221; and the other a Rubik&#8217;s cube. The LCD is monocohrome however, so the image you will see is not color.</p>
<ul>
<li>The one with the PostIt note<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_hi_post_it_setup.jpg"><img class="alignnone size-thumbnail wp-image-681" title="atv_360_wild_planet_hud_hi_post_it_setup" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_hi_post_it_setup-150x150.jpg" alt="atv_360_wild_planet_hud_hi_post_it_setup" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_post_it_hi.jpg"><img class="alignnone size-thumbnail wp-image-703" title="atv_360_wild_planet_hud_post_it_hi" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_post_it_hi-150x150.jpg" alt="atv_360_wild_planet_hud_post_it_hi" width="150" height="150" /></a></li>
<li>The one with the Rubiks cube<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_rubiks_cube.jpg"><img class="alignnone size-thumbnail wp-image-709" title="atv_360_wild_planet_hud_rubiks_cube" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_rubiks_cube-150x150.jpg" alt="atv_360_wild_planet_hud_rubiks_cube" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_rubiks_cube_lens_view.jpg"><img class="alignnone size-thumbnail wp-image-710" title="atv_360_wild_planet_hud_rubiks_cube_lens_view" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_rubiks_cube_lens_view-150x150.jpg" alt="atv_360_wild_planet_hud_rubiks_cube_lens_view" width="150" height="150" /></a></li>
</ul>
<p>3. Opening is not that easy as there are no screws to take apart the top cover which says &#8220;Spy Gear&#8221;. The cover is glued to the case using glue. Taking a clue from <a rel="external" href="http://jakeofalltrades.wordpress.com/2007/09/30/25-head-mounted-display/">Jake</a> to avoid inserting the screwdriver on the side the &#8220;cable does not come out&#8221;, I managed to take it apart. Pry the side where the black cable comes out. The other side has the LCD connector, you might damage it if ou pry that side. It&#8217;s tough at first, but once you get one side, it gets easier.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pry_open.jpg"><img class="alignnone size-thumbnail wp-image-704" title="atv_360_wild_planet_hud_pry_open" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pry_open-150x150.jpg" alt="atv_360_wild_planet_hud_pry_open" width="150" height="150" /></a></p>
<p>4. Once the cover is removed, the PCB becomes visible. The main controller chip is a Kopin <a rel="external" href="http://www.kopin.com/data/File/A300Spec.pdf">KCD-A300-QB</a>. All the other parts are support components for the chip. There is a small potentiometer in one corner which allows you to change camera gain. You can see the display change in brightness when you change it. Try adjusting it, there is no harm in doing so as it can easily be bough back to it&#8217;s previous value by looking at the screen.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_1.jpg"><img class="alignnone size-thumbnail wp-image-698" title="atv_360_wild_planet_hud_pcb_1" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_1-150x150.jpg" alt="atv_360_wild_planet_hud_pcb_1" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_2.jpg"><img class="alignnone size-thumbnail wp-image-699" title="atv_360_wild_planet_hud_pcb_2" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_2-150x150.jpg" alt="atv_360_wild_planet_hud_pcb_2" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_3.jpg"><img class="alignnone size-thumbnail wp-image-700" title="atv_360_wild_planet_hud_pcb_3" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_3-150x150.jpg" alt="atv_360_wild_planet_hud_pcb_3" width="150" height="150" /></a></p>
<p>5. Remove the two screws keeping the PCB in place. Also it&#8217;s time to remove the LCD connector. To remove it, pull the black tab out a bit as in the pic.<br />
 The connector will slip out easily with a slight tug. The connector is pretty rugged. I have already plugged it in/out a few times.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_connector.jpg"><img class="alignnone size-thumbnail wp-image-682" title="atv_360_wild_planet_hud_lcd_connector" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_connector-150x150.jpg" alt="atv_360_wild_planet_hud_lcd_connector" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_removed.jpg"><img class="alignnone size-thumbnail wp-image-701" title="atv_360_wild_planet_hud_pcb_removed" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pcb_removed-150x150.jpg" alt="atv_360_wild_planet_hud_pcb_removed" width="150" height="150" /></a></p>
<p>6.The LCD connector is glued on to the casing. Remember to break it free before going ahead.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_remove_lcd_glue.jpg"><img class="alignnone size-thumbnail wp-image-706" title="atv_360_wild_planet_hud_remove_lcd_glue" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_remove_lcd_glue-150x150.jpg" alt="atv_360_wild_planet_hud_remove_lcd_glue" width="150" height="150" /></a></p>
<p>6: Four more screws need to be taken out to remove the eyepiece. Use a pair of pliers to do this.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pliers_remove_case.jpg"><img class="alignnone size-thumbnail wp-image-702" title="atv_360_wild_planet_hud_pliers_remove_case" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_pliers_remove_case-150x150.jpg" alt="atv_360_wild_planet_hud_pliers_remove_case" width="150" height="150" /></a></p>
<p>7.Before I forget, the PCB has a high output smd LED behind it as below:<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_led_2.jpg"><img class="alignnone size-thumbnail wp-image-687" title="atv_360_wild_planet_hud_led_2" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_led_2-150x150.jpg" alt="atv_360_wild_planet_hud_led_2" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_led.jpg"><img class="alignnone size-thumbnail wp-image-686" title="atv_360_wild_planet_hud_led" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_led-150x150.jpg" alt="atv_360_wild_planet_hud_led" width="150" height="150" /></a></p>
<p>8. Prying out gives you the lens casing. It&#8217;s pretty well made, with the LCD nicely sitting in it&#8217;s place. It was designed so that the lens was at a fixed distance from the LCD.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_1.jpg"><img class="alignnone size-thumbnail wp-image-689" title="atv_360_wild_planet_hud_lens_case_1" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_1-150x150.jpg" alt="atv_360_wild_planet_hud_lens_case_1" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_2.jpg"><img class="alignnone size-thumbnail wp-image-690" title="atv_360_wild_planet_hud_lens_case_2" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_2-150x150.jpg" alt="atv_360_wild_planet_hud_lens_case_2" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_3.jpg"><img class="alignnone size-thumbnail wp-image-691" title="atv_360_wild_planet_hud_lens_case_3" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_3-150x150.jpg" alt="atv_360_wild_planet_hud_lens_case_3" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_4.jpg"><img class="alignnone size-thumbnail wp-image-692" title="atv_360_wild_planet_hud_lens_case_4" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_case_4-150x150.jpg" alt="atv_360_wild_planet_hud_lens_case_4" width="150" height="150" /></a></p>
<p>9.Going further, pry the top half with a flat head screwdriver. There are four tiny rods which keep it inline. This part should come out easily.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_remove_lens_cover_1.jpg"><img class="alignnone size-thumbnail wp-image-708" title="atv_360_wild_planet_hud_remove_lens_cover_1" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_remove_lens_cover_1-150x150.jpg" alt="atv_360_wild_planet_hud_remove_lens_cover_1" width="150" height="150" /></a></p>
<p>9.Now for the LCD. The LCD is in a tiny casing which sits in a grooved box. There is a slight amount of glue on one end as in the image. With a flat head screwdriver, as shown, just give a tiny nudge and it should come free.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens.jpg"><img class="alignnone size-thumbnail wp-image-688" title="atv_360_wild_planet_hud_lens" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens-150x150.jpg" alt="atv_360_wild_planet_hud_lens" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_remove_lens_cover.jpg"><img class="alignnone size-thumbnail wp-image-707" title="atv_360_wild_planet_hud_remove_lens_cover" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_remove_lens_cover-150x150.jpg" alt="atv_360_wild_planet_hud_remove_lens_cover" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_screen_cover.jpg"><img class="alignnone size-thumbnail wp-image-685" title="atv_360_wild_planet_hud_lcd_screen_cover" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_screen_cover-150x150.jpg" alt="atv_360_wild_planet_hud_lcd_screen_cover" width="150" height="150" /></a></p>
<p>10. The LCD in all it&#8217;s glory!<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_screen.jpg"><img class="alignnone size-thumbnail wp-image-683" title="atv_360_wild_planet_hud_lcd_screen" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_screen-150x150.jpg" alt="atv_360_wild_planet_hud_lcd_screen" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_screen_2.jpg"><img class="alignnone size-thumbnail wp-image-684" title="atv_360_wild_planet_hud_lcd_screen_2" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lcd_screen_2-150x150.jpg" alt="atv_360_wild_planet_hud_lcd_screen_2" width="150" height="150" /></a><br />
 <script type="text/javascript"><!--
google_ad_client = "pub-1367209070807564";
/* 336x280, created 2/14/09 */
google_ad_slot = "6299204715";
google_ad_width = 336;
google_ad_height = 280;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>11. The following views show the three pieces of the lens casing. Note that the part at the extreme right of each image has a diffused screen to spread light from the SMD LED.<br />
 <a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_parts.jpg"><img class="alignnone size-thumbnail wp-image-695" title="atv_360_wild_planet_hud_lens_parts" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_parts-150x150.jpg" alt="atv_360_wild_planet_hud_lens_parts" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_parts_2.jpg"><img class="alignnone size-thumbnail wp-image-696" title="atv_360_wild_planet_hud_lens_parts_2" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_parts_2-150x150.jpg" alt="atv_360_wild_planet_hud_lens_parts_2" width="150" height="150" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_parts_3.jpg"><img class="alignnone size-thumbnail wp-image-697" title="atv_360_wild_planet_hud_lens_parts_3" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/atv_360_wild_planet_hud_lens_parts_3-150x150.jpg" alt="atv_360_wild_planet_hud_lens_parts_3" width="150" height="150" /></a></p>
<p>12. This was as far as I could go. The eyepiece is glued together. Trying to take it apart would mean risk in breaking the lens.</p>
<p><strong>Parts and Notes:</strong><br />
 Main controller chip :: Kopin KCD-A300-QB<br />
 Documents  ::  <a rel="external" href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/kopin_kcd-a300-qb_dsiplay_driver.pdf">kopin_kcd-a300-qb_dsiplay_driver</a><br />
 Notes :: This is the driver chip for the 300M LV monochrome display. It is designed to accept a standard monochrome video signal (525 or 625 lines), and convert it for the display.  Unfortunately its a monochrome driver and not a color one.</p>
<p>LCD Display :: Kopin 300MLV CyberDisplay<br />
 Documents   :: <a rel="external" href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/kopin_cyberdisplay_300m_lv_feature_sheet.pdf">kopin_cyberdisplay_300m_lv_feature_sheet</a><br />
 Notes :: This is the LCD Display with the connector. The feature sheet shows a frameless one, but I&#8217;m unable to find the document with the framed one.</p>
<p>If you find this interesting or have some new ideas or links, please post it in the comments. Thanks for reading and don&#8217;t forget to <a href="http://feeds2.feedburner.com/machinegrid">Subscribe </a>[<a href="http://feedburner.google.com/fb/a/mailverify?uri=machinegrid&#038;loc=en_US">email</a>] for more followups and hacks.</p>
<p>if you are interested in purchasing one, Amazon sells a full vehicle kit:</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.machinegrid.com/2009/02/taking-apart-the-atv-360-eyepiece-head-mounted-display/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Hacking the Hannah Montana Photocube &#8211; Almost!</title>
		<link>http://www.machinegrid.com/2009/02/hacking-the-hannah-montana-photocube/</link>
		<comments>http://www.machinegrid.com/2009/02/hacking-the-hannah-montana-photocube/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 14:11:52 +0000</pubDate>
		<dc:creator>bluehash</dc:creator>
				<category><![CDATA[Hackable Toys]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[A29L800]]></category>
		<category><![CDATA[digital frames]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[KeyChain Displays]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[ST2205U]]></category>

		<guid isPermaLink="false">http://www.machinegrid.com/?p=628</guid>
		<description><![CDATA[Things with LCDs are very interesting. I found a Hannah Montana Digital Photocube on sale and decided to look what&#8217;s inside it. Good for a day of hacking :) First a description: Storage capacity: 8 M bit (Up to 70 photos) Resolution: 128&#215;128 dpi Display: 1.5-inch color LCD Supported File Format: JPG (JPEG),BMP, GIF, PNG, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!-- New window script from http://blog.ginchen.de/en/2008/12/20/links-xhtml-konform-in-neuem-fenster-oeffnen/ --><script src="http://www.machinegrid.com/machinepress/jscripts/externalLinks.js" type="text/javascript"></script><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hannah_montana_photocube.jpg"><img class="size-medium wp-image-629 alignright" title="hannah_montana_photocube" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hannah_montana_photocube-300x225.jpg" alt="hannah_montana_photocube" width="150" height="112" /></a>Things with LCDs are very interesting. I found a Hannah Montana Digital Photocube on sale and decided to look what&#8217;s inside it. Good for a day of hacking :)</p>
<p>First a description:</p>
<ul>
<li>Storage capacity: 8 M bit (Up to 70 photos) Resolution: 128&#215;128 dpi</li>
<li>Display: 1.5-inch color LCD</li>
<li>Supported File Format: JPG (JPEG),BMP, GIF, PNG, &amp; TIF</li>
<li>Power: 2 xAAA batteries (not included)</li>
<li>USB Ports: Mini-USB 1.1 interface</li>
</ul>
<p>Searching around the net produced a lot of work done by <a rel="external" href="http://spritesmods.com/?art=picframe">Sprite</a>. He and a couple of guys maintain a <a rel="external" href="http://picframe.spritesserver.nl/wiki/index.php/Main_Page">wiki</a> containg information about hacked lcd keychains. Most of the keychains that have been hacked contain a ST2205U Microcontroller. With this information I proceeded ripping apart my photocube. This was what was inside:</p>
<p><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_a29l800_flash_chip.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_a29l800_flash_chip-150x150.jpg" alt="hack_photo_cube_a29l800_flash_chip" title="hack_photo_cube_a29l800_flash_chip" width="150" height="150" class="alignnone size-thumbnail wp-image-661" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_pcb_2.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_pcb_2-150x150.jpg" alt="hack_photo_cube_pcb_2" title="hack_photo_cube_pcb_2" width="150" height="150" class="alignnone size-thumbnail wp-image-662" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_pcb.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_pcb-150x150.jpg" alt="hack_photo_cube_pcb" title="hack_photo_cube_pcb" width="150" height="150" class="alignnone size-thumbnail wp-image-660" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_frame_lcd.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_frame_lcd-150x150.jpg" alt="hack_photo_frame_lcd" title="hack_photo_frame_lcd" width="150" height="150" class="alignnone size-thumbnail wp-image-663" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_open_photo_cube.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_open_photo_cube-150x150.jpg" alt="hack_open_photo_cube" title="hack_open_photo_cube" width="150" height="150" class="alignnone size-thumbnail wp-image-653" /></a></p>
<p>A 1Mb A29L800( <a rel="external" href="http://www.amictechnology.com/pdf/A29L800.pdf">datasheet</a> ) flash chip and a micrcontroller hidden behind a big black blob along with the LCD, buttons, USB port and an on-off switch. With some reading on Sprite&#8217;s blog and modifyng his script a little, I was able to verify that the microcontroller was indeed a ST2205U. If you browse through main.c, a function is_photoframe checks if the controller is a ST2205U. So I inserted a   printf(&#8220;Response : %s\n&#8221;,buff) to verify if the chip gave back the correct string, which it did.</p>
<p><code>/*<br />
Checks if the device is a photo frame by reading the first 512 bytes and<br />
comparing against the known string that's there<br />
*/<br />
int is_photoframe(int f) {<br />
    int y,res;<br />
    char id[]="SITRONIX CORP.";<br />
    char *buff;<br />
    buff=malloc_aligned(0x200);<br />
    lseek(f,0x0,SEEK_SET);<br />
    y=read(f,buff,0x200);<br />
    buff[15]=0;<br />
    printf("Response : %s\n",buff);<br />
//    fprintf(stderr,"ID=%s\n",buff);<br />
    res=strcmp(buff,id)==0?1:0;<br />
    free_aligned(buff,0x200);<br />
    return res;<br />
}</code></p>
<p>I&#8217;ll try documenting my steps going further. It&#8217;s in Linux( RedHat ) since I work on it, and you could do the same using a linux live cd.</p>
<p>1. Unpack Sprite&#8217;s hack from <a rel="external" href="http://spritesmods.com/?art=picframe&amp;page=3">here</a>. You will need to install libgd if you don&#8217;t have it. As root install gd-devel. Please read the README file in the unpacked directory. It&#8217;s written for a reason.</p>
<p>   <code>yum install gd-devel </code></p>
<p>2. Then as a user type &#8220;make&#8221; in the unpacked directory. This will compile the hack to give you the &#8220;phack&#8221; binary.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/make_hackfw.png"><img class="alignnone size-medium wp-image-631" title="make_hackfw" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/make_hackfw-300x86.png" alt="make_hackfw" width="300" height="86" /></a></p>
<p>3. Now connect the photocube and turn it on. You will see &#8220;USB Connect&#8221; displayed on the screen. Open a terminal on your linux machine and type</p>
<p>   <code>dmesg | tail</code></p>
<p>This will give you any hardware information that occurred last. You will see the following:<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/dmesg_hannah_montana_photocube.png"><img class="alignnone size-medium wp-image-632" title="dmesg_hannah_montana_photocube" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/dmesg_hannah_montana_photocube-300x150.png" alt="dmesg_hannah_montana_photocube" width="300" height="150" /></a></p>
<p>If you see something like:</p>
<p>  <code>4096 512-byte hdwr sectors (2 MB)</code></p>
<p>then your close. Also note where your cube is mounted so you can access it. If you look at the pic above it says &#8220;Attached scsi removable disk sdg&#8221;, which means that the cube is mounted at /dev/sdg</p>
<p>4. Now to hack the firmware.<br />
<strong>WARNING : Anything you do after this is at your own risk.</strong></p>
<p>Type the following as root in your terminal, using the mount point which you got from step 3.</p>
<p>   <code>./hackfw.sh /dev/sdg</code></p>
<p>You will see the following as checks are made and eventually an error:<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_st2205tool_error.png"><img class="alignnone size-medium wp-image-633" title="hack_st2205tool_error" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_st2205tool_error-300x150.png" alt="hack_st2205tool_error" width="300" height="150" /></a></p>
<p>Sprite&#8217;s script makes a backup of the firmware and an image of the memory. It however says that &#8220;The hack won&#8217;t work for my Firmware.&#8221; When I looked into the script, it looks if my cube&#8217;s firmware is same as Sprite&#8217;s when he hacked his keychain, which is an entirely different product.</p>
<p>   <code>dd if=fwimage.bin bs=256 skip=58 count=2 of=fwbit 2&gt;/dev/null<br />
   #check for all FFs Md5sum may not be _the_ tool for that, but it works OK.<br />
   if ! md5sum fwbit | grep -q de03fe65a6765caa8c91343acc62cffc; then<br />
   echo "No room at the location we want to place the hack!"<br />
   echo "This specific hack won't work for this particular firmware, I'm sorry."<br />
   exit 1;<br />
   fi</code></p>
<p>I did not have anything to loose, so I commented it out to bypass the check. Just put a &#8220;#&#8221; to comment out code.</p>
<p>5. I ran the script again (run as root), this time it went through the whole flashing process, till I rebooted</p>
<p><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_st2205tool_success.png"><img class="alignnone size-medium wp-image-634" title="hack_st2205tool_success" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_st2205tool_success-300x237.png" alt="hack_st2205tool_success" width="300" height="237" /></a></p>
<p>6. The script ends with &#8220;No Photoframe found here&#8221;. Turn off, Disconnect, Turn On and the Connect  the photoframe. Get the mount point as in step 3. Type the following as root.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_st2205tool_hi_lcd.png"><img class="alignnone size-medium wp-image-635" title="hack_st2205tool_hi_lcd" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_st2205tool_hi_lcd-300x72.png" alt="hack_st2205tool_hi_lcd" width="300" height="72" /></a></p>
<p>You should see the following on the LCD<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_lcd_debug.jpg"><img class="alignnone size-medium wp-image-640" title="hack_photo_cube_lcd_debug" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_lcd_debug-296x300.jpg" alt="hack_photo_cube_lcd_debug" width="296" height="300" /></a></p>
<p>The script allows a maximum of 10 characters. Another example<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_lcd_debug_2.jpg"><img class="alignnone size-medium wp-image-641" title="hack_photo_cube_lcd_debug_2" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_photo_cube_lcd_debug_2-300x256.jpg" alt="hack_photo_cube_lcd_debug_2" width="300" height="256" /></a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1367209070807564";
/* 336x280, created 2/14/09 */
google_ad_slot = "6299204715";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>
I was however unsuccessful in getting PNGs or JPEGs uploaded to the device. That&#8217;s when I bricked my cube trying different memory addresses. It doesn&#8217;t even turn on now. I&#8217;ll update when I get my hands on another one. If you have any questions or comments, you could  enter them below. Thanks for reading and don&#8217;t forget to <a href="http://feeds2.feedburner.com/machinegrid">Subscribe </a>for more followups and hacks.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.machinegrid.com/2009/02/hacking-the-hannah-montana-photocube/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
