<?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>Kanojo.de Blog &#187; bugfix</title>
	<atom:link href="http://blog.kanojo.de/tag/bugfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kanojo.de</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 09:54:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AmiAmi.com RSS</title>
		<link>http://blog.kanojo.de/2010/01/13/amiami-com-rss/</link>
		<comments>http://blog.kanojo.de/2010/01/13/amiami-com-rss/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 13:45:51 +0000</pubDate>
		<dc:creator>nebuk</dc:creator>
				<category><![CDATA[Electronic]]></category>
		<category><![CDATA[Otaku]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[tinkering]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[figures]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[shops]]></category>

		<guid isPermaLink="false">http://blog.kanojo.de/?p=326</guid>
		<description><![CDATA[Maybe some of you like figures (as in figmas, nendos, etc.) and know www.AmiAmi.com - which is a great shop. It just poses one problem - it offers no RSS feed that allows you to stay up to date to whether items get available, get into preorder or are restocked. So you may miss the [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe some of you like figures (as in figmas, nendos, etc.) and know www.AmiAmi.com - which is a great shop. It just poses one problem - it offers no RSS feed that allows you to stay up to date to whether items get available, get into preorder or are restocked. So you may miss the item you want due to the completely crazy japanese habit of buying everything that was just restocked out in mere hours.</p>
<p>As we have also been disstatisfied with that we wrote a parser for AmiAmi that creates a RSS feed. You may also subscribe it, it's update twice a day at 16:00 and 04:00 Europe/Berlin time every day. You can find it on:</p>
<p><a title="http://ghostdub.de/~eefi/rss.xml" href="http://ghostdub.de/~eefi/rss.xml">http://ghostdub.de/~eefi/rss.xml</a></p>
<p>Maybe it'll help you harvesting the Otaku loot you want <img src='http://blog.kanojo.de/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.kanojo.de%2F2010%2F01%2F13%2Famiami-com-rss%2F&amp;title=AmiAmi.com%20RSS" id="wpa2a_2"><img src="http://kanojo.blogs.ghostdub.de/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kanojo.de/2010/01/13/amiami-com-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNU/Linux  iPhone Sync &#8211; Wireless! Funambol error -1, yay!</title>
		<link>http://blog.kanojo.de/2009/10/30/gnulinux-iphone-sync-wireless-funambol-error-1-yay/</link>
		<comments>http://blog.kanojo.de/2009/10/30/gnulinux-iphone-sync-wireless-funambol-error-1-yay/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 14:51:09 +0000</pubDate>
		<dc:creator>nebuk</dc:creator>
				<category><![CDATA[Electronic]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tinkering]]></category>

		<guid isPermaLink="false">http://blog.kanojo.de/?p=52</guid>
		<description><![CDATA[I recently got me a iPhone for tinkering, development (i've got a few nice ideas) and general nerdism. I've run into a few problems syncing my PIM (stuff like Contacts, Tasks, etc.) - especially since i use GNU/Linux which is no platform to run iTunes. Pictures and Music is no Problem as gtkpod and the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got me a iPhone for tinkering, development (i've got a few nice ideas) and general nerdism. I've run into a few problems syncing my PIM (stuff like Contacts, Tasks, etc.) - especially since i use GNU/Linux which is no platform to run iTunes. Pictures and Music is no Problem as gtkpod and the like support the iPhone. Just the important stuff does not work out nicely.</p>
<p><span id="more-52"></span></p>
<p>So, after a *ton* of googeling and looking around i found out theres a app for jailbroken iPhones which reads the .sqlitedb files of Contacts, Calendar and Notes and sends it to a specialized synchronization server for PIM. Luckily theres a bunch of clients for other platforms - including S60, evolution, ldap, etc. - we're interested in the Evolution one.</p>
<p>So, i installed Funambol (the syncserver) on my server and started it up. First to notice is that the startup often does not work at first try - i had to start/stop the server a few times before it would serve me on http://hostname:8080/funambol/. Also there seems to be a fucked-up state where the http-server is running but the admin-interface won't let you log in. At that point i also had to restart the server a few times *sigh*.<br />
Then i installed iPhoneSync, the iPhone funambol client on my handset, started it up, entered my servers data and synced. Woosh, failed. The Log said "server returned error -1" ... wowziez, cool - whats that? No table of error codes, no description, no server debug log entries, nothing - not even a bugreport in some mailinglist. Basically its a funambol bug concerning contact-Thumbnails with more than 8k size *Sigh*. At least its fixed in svn trunk...</p>
<p>Now comes the fun part - compiling Funambol. As Funambol needs tomcat, netbeans, maven2 and a whole other bunch of dependencies its *really* fun. With some tinkering i made it to a installer package - that now even works with the iPhone.<br />
So, for all of you out there running into the same bug as me - heres a Funambol binary of svn trunk with this bug fixed:</p>
<p><a title="funambol-8.2.2-SNAPSHOT.bin" href="http://tmp.kanojo.de/funambol-8.2.2-SNAPSHOT.bin">http://tmp.kanojo.de/funambol-8.2.2-SNAPSHOT.bin</a></p>
<p>So - here's what you basically need to do:</p>
<ol>
<li>scp the above binary on your server, ssh there and execute "sh <a title="funambol-8.2.2-SNAPSHOT.bin" href="http://tmp.kanojo.de/funambol-8.2.2-SNAPSHOT.bin">funambol-8.2.2-SNAPSHOT.bin</a>"</li>
<li>install the server as guided by the installation program, i installed it to /opt. Also note it *really* only installs stuff there, so no worries about trash not managed by the package management on your system <img src='http://blog.kanojo.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</li>
<li>when asked whether you want to start the server say no</li>
<li>cd to /&lt;wherever&gt;/Funambol/, execute "./bin/funambol-server start", wait a few minutes (you can also check top whether java has stopped eating up your whole cpu-power)</li>
<li>start up the admin interface, either on the server by using remote X (ssh -X) "./admin/bin/funamboladmin" or in a installation of funambol on your current desktop box.</li>
<li>there, log in using "admin" as user and "sa" as password, go to user management, change the admin pw (important! <img src='http://blog.kanojo.de/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) and log in again.</li>
<li>once again in user management create a new user for you.</li>
<li>on your jailbroken iPhone with cydia, install "iphonesync" via cydia, start it up, enter your servers data (http://yourhostname:8080/funambol/ds) - and sync!</li>
<li>on your desktop box, install syncevolution, to configure do the following:</li>
<li>execute "syncevolution --configure --sync-property "username=123456" --sync-property "password=!@#ABcd1234" funambol". then open up ~/.config/syncevolution/funambol/config.ini and change the URI to the same as you used on your iPhone</li>
<li>sync using syncevolution -s &lt;mode&gt; funambol (&lt;mode&gt; can be one of the items seen in "syncevolution -s ?")</li>
</ol>
<p>Happy Syncing!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.kanojo.de%2F2009%2F10%2F30%2Fgnulinux-iphone-sync-wireless-funambol-error-1-yay%2F&amp;title=GNU%2FLinux%20%20iPhone%20Sync%20%26%238211%3B%20Wireless%21%20Funambol%20error%20-1%2C%20yay%21" id="wpa2a_4"><img src="http://kanojo.blogs.ghostdub.de/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kanojo.de/2009/10/30/gnulinux-iphone-sync-wireless-funambol-error-1-yay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

