<?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 IT Wizard</title>
	<atom:link href="http://www.itwizard.ro/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwizard.ro</link>
	<description>embedded / mobile phone development</description>
	<lastBuildDate>Wed, 24 Feb 2010 15:57:36 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mezzofanti &#8211; Install&amp;Run Tutorial by admin</title>
		<link>http://www.itwizard.ro/mezzofanti-installrun-tutorial-243.html/comment-page-1#comment-234</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=243#comment-234</guid>
		<description>Hi Alon
ccutil/cprintf.cpp is part of Tesseract, so you probably didn&#039;t copy tesseract and mezzofanti files in the appropriate directories,
thus the mk file cannot find them. In order to avoid this just copy the files in corresponding directories as indicated in the tutorial on the website.
Best regards.</description>
		<content:encoded><![CDATA[<p>Hi Alon<br />
ccutil/cprintf.cpp is part of Tesseract, so you probably didn&#8217;t copy tesseract and mezzofanti files in the appropriate directories,<br />
thus the mk file cannot find them. In order to avoid this just copy the files in corresponding directories as indicated in the tutorial on the website.<br />
Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mezzofanti &#8211; Install&amp;Run Tutorial by Alon</title>
		<link>http://www.itwizard.ro/mezzofanti-installrun-tutorial-243.html/comment-page-1#comment-233</link>
		<dc:creator>Alon</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=243#comment-233</guid>
		<description>&lt;a href=&quot;#comment-195&quot; rel=&quot;nofollow&quot;&gt;@IT Wizard &lt;/a&gt; 

It really looks like an exciting project, but I have some trouble building it.

I&#039;ve followed your instructions, but it seems like Android.mk which was downloaded from the &quot;featured downloads&quot; sections isn&#039;t working. I used Tesseract 2.03, patched its ccmain, but still it&#039;s not compiling due to files that are missing.

For example, it can&#039;t find the file &quot;ccutil/cprintf.cpp&quot; - and  I also can&#039;t find such file anywhere.

I&#039;ll appreciate if you could assist me with it.
Many Thanks,
Alon</description>
		<content:encoded><![CDATA[<p><a href="#comment-195" rel="nofollow">@IT Wizard </a> </p>
<p>It really looks like an exciting project, but I have some trouble building it.</p>
<p>I&#8217;ve followed your instructions, but it seems like Android.mk which was downloaded from the &#8220;featured downloads&#8221; sections isn&#8217;t working. I used Tesseract 2.03, patched its ccmain, but still it&#8217;s not compiling due to files that are missing.</p>
<p>For example, it can&#8217;t find the file &#8220;ccutil/cprintf.cpp&#8221; &#8211; and  I also can&#8217;t find such file anywhere.</p>
<p>I&#8217;ll appreciate if you could assist me with it.<br />
Many Thanks,<br />
Alon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interfacing c/c++ libraries via JNI, example: tesseract by admin</title>
		<link>http://www.itwizard.ro/interfacing-cc-libraries-via-jni-example-tesseract-163.html/comment-page-1#comment-232</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=163#comment-232</guid>
		<description>Hi Xabier,
proably there&#039;s some library the you also have to link.
Check each &quot;undef ref&quot; and try to figure out where you can find the appropriate functions (eventually google them). 
Best regards.</description>
		<content:encoded><![CDATA[<p>Hi Xabier,<br />
proably there&#8217;s some library the you also have to link.<br />
Check each &#8220;undef ref&#8221; and try to figure out where you can find the appropriate functions (eventually google them).<br />
Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interfacing c/c++ libraries via JNI, example: tesseract by Xabier Burgos</title>
		<link>http://www.itwizard.ro/interfacing-cc-libraries-via-jni-example-tesseract-163.html/comment-page-1#comment-231</link>
		<dc:creator>Xabier Burgos</dc:creator>
		<pubDate>Sun, 21 Feb 2010 12:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=163#comment-231</guid>
		<description>Hi,

First of all, thanks for posting your efforts tyring (and succeeding) to compile tesseract with the ndk. I&#039;m trying to do the same thing but using Tesseract 2.04, the thing is that after compiling each cpp individually make crashes when trying to link everything into the .so lib. I&#039;m receiving lot&#039;s of &quot;undefined reference to&quot; errors related to functions and variables that do exist, so I&#039;m asuming that it&#039;s my fault. Any Idea of what mitght be?.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all, thanks for posting your efforts tyring (and succeeding) to compile tesseract with the ndk. I&#8217;m trying to do the same thing but using Tesseract 2.04, the thing is that after compiling each cpp individually make crashes when trying to link everything into the .so lib. I&#8217;m receiving lot&#8217;s of &#8220;undefined reference to&#8221; errors related to functions and variables that do exist, so I&#8217;m asuming that it&#8217;s my fault. Any Idea of what mitght be?.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avantgarde Battery Meter by Avantgarde Battery Meter - An Artistic Experience for iPhone - iPhone World forum</title>
		<link>http://www.itwizard.ro/iphone-avantgarde-battery-meter-259.html/comment-page-1#comment-206</link>
		<dc:creator>Avantgarde Battery Meter - An Artistic Experience for iPhone - iPhone World forum</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=259#comment-206</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mezzofanti &#8211; Augmented reality through text-recognition. by dwalkes</title>
		<link>http://www.itwizard.ro/mezzofanti-augmented-reality-through-text-recognition-146.html/comment-page-1#comment-200</link>
		<dc:creator>dwalkes</dc:creator>
		<pubDate>Sun, 08 Nov 2009 21:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=146#comment-200</guid>
		<description>Hi
Great work... thanks so much for the application and tutorials... all very helpful and well done.

The application did not run on my G1 with 16 MB flash when I first attempted to run it.  I saw an error message &quot;not enough space for installation on external storage&quot; with a negative value for total external storage capacity.

To fix this I modified AssetsManager.GetFreeSpaceB() to cast stat.getAvaialableBocks() and stat.getBlockSize() to longs before multiplying.  After this change everything worked on my setup.

Thanks again for the helpful application, source code and tutorials.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great work&#8230; thanks so much for the application and tutorials&#8230; all very helpful and well done.</p>
<p>The application did not run on my G1 with 16 MB flash when I first attempted to run it.  I saw an error message &#8220;not enough space for installation on external storage&#8221; with a negative value for total external storage capacity.</p>
<p>To fix this I modified AssetsManager.GetFreeSpaceB() to cast stat.getAvaialableBocks() and stat.getBlockSize() to longs before multiplying.  After this change everything worked on my setup.</p>
<p>Thanks again for the helpful application, source code and tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mezzofanti &#8211; Install&amp;Run Tutorial by IT Wizard</title>
		<link>http://www.itwizard.ro/mezzofanti-installrun-tutorial-243.html/comment-page-1#comment-195</link>
		<dc:creator>IT Wizard</dc:creator>
		<pubDate>Mon, 28 Sep 2009 07:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=243#comment-195</guid>
		<description>Dear user, 

thank you for your feedback, please download the Application.mk file from the google code website (featured section) - http://code.google.com/p/mezzofanti/

Thank you.
Enjoy using Mezzofanti! ;)
IT Wizard</description>
		<content:encoded><![CDATA[<p>Dear user, </p>
<p>thank you for your feedback, please download the Application.mk file from the google code website (featured section) &#8211; <a href="http://code.google.com/p/mezzofanti/" rel="nofollow">http://code.google.com/p/mezzofanti/</a></p>
<p>Thank you.<br />
Enjoy using Mezzofanti! <img src='http://www.itwizard.ro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
IT Wizard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mezzofanti &#8211; Augmented reality through text-recognition. by IT Wizard</title>
		<link>http://www.itwizard.ro/mezzofanti-augmented-reality-through-text-recognition-146.html/comment-page-1#comment-194</link>
		<dc:creator>IT Wizard</dc:creator>
		<pubDate>Mon, 28 Sep 2009 07:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=146#comment-194</guid>
		<description>Dear user,

we are very happy you like Mezzofanti. 

If there is no camera button on the screen than the application you hold is for G1 only. Never the less there is one app for G2 (and other phones without the photo button) - please download the app from http://code.google.com/p/mezzofanti/ (version 1_0_3 featured downloads).

Thank you and looking forward for your feedback.

Enjoy using Mezzofanti ;)
Best regards,
Vlad</description>
		<content:encoded><![CDATA[<p>Dear user,</p>
<p>we are very happy you like Mezzofanti. </p>
<p>If there is no camera button on the screen than the application you hold is for G1 only. Never the less there is one app for G2 (and other phones without the photo button) &#8211; please download the app from <a href="http://code.google.com/p/mezzofanti/" rel="nofollow">http://code.google.com/p/mezzofanti/</a> (version 1_0_3 featured downloads).</p>
<p>Thank you and looking forward for your feedback.</p>
<p>Enjoy using Mezzofanti <img src='http://www.itwizard.ro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Best regards,<br />
Vlad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mezzofanti &#8211; Augmented reality through text-recognition. by Tortri</title>
		<link>http://www.itwizard.ro/mezzofanti-augmented-reality-through-text-recognition-146.html/comment-page-1#comment-193</link>
		<dc:creator>Tortri</dc:creator>
		<pubDate>Sun, 27 Sep 2009 13:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=146#comment-193</guid>
		<description>I can&#039;t seem to take a picture with my G2 (Mytouch 3g).  I tried touching everywhere on my screen, volume buttons, home, menu, back, search, trackball, even start / end call buttons.  Nothing.  :-(

Is this a G1 only app? or did I miss something?

I like the idea.  It&#039;s one of the few apps I didn&#039;t skip on the adc2 app.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to take a picture with my G2 (Mytouch 3g).  I tried touching everywhere on my screen, volume buttons, home, menu, back, search, trackball, even start / end call buttons.  Nothing.  <img src='http://www.itwizard.ro/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Is this a G1 only app? or did I miss something?</p>
<p>I like the idea.  It&#8217;s one of the few apps I didn&#8217;t skip on the adc2 app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mezzofanti &#8211; Install&amp;Run Tutorial by gasolin</title>
		<link>http://www.itwizard.ro/mezzofanti-installrun-tutorial-243.html/comment-page-1#comment-187</link>
		<dc:creator>gasolin</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwizard.ro/?p=243#comment-187</guid>
		<description>Hello,  Mezzofanti looks like a very potential project.

While I compile this project, I found the source lack of apps/tesseract/Application.mk or something that can&#039;t make me proceed, the error message is:

$ make APP=tesseract
Android NDK: Building for application &#039;tesseract&#039;    
make: *** No rule to make target `tesseract&#039;, needed by `ndk-app-tesseract&#039;.  Stop.</description>
		<content:encoded><![CDATA[<p>Hello,  Mezzofanti looks like a very potential project.</p>
<p>While I compile this project, I found the source lack of apps/tesseract/Application.mk or something that can&#8217;t make me proceed, the error message is:</p>
<p>$ make APP=tesseract<br />
Android NDK: Building for application &#8216;tesseract&#8217;<br />
make: *** No rule to make target `tesseract&#8217;, needed by `ndk-app-tesseract&#8217;.  Stop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
