<?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>mFabrik - mobile sites, apps, HTML5 and CMS software development &#187; sdk</title>
	<atom:link href="http://blog.mfabrik.com/tag/sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:47:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>QuasselDroid: Quassel for Android  &#8211; cross-platform mobile IRC client</title>
		<link>http://blog.mfabrik.com/2011/03/28/quasseldroid-quassel-for-android-cross-platform-mobile-irc-client/</link>
		<comments>http://blog.mfabrik.com/2011/03/28/quasseldroid-quassel-for-android-cross-platform-mobile-irc-client/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 18:42:28 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[logcat]]></category>
		<category><![CDATA[quassel]]></category>
		<category><![CDATA[quasseldroid]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://blog.mfabrik.com/?p=1112</guid>
		<description><![CDATA[IRC (Internet Relay Chat, the description of IRC) is a chat protocol used by many open source and hacktivism projects for real-time discussion and support chat. I myself participate to Python and Plone discussion and now recently to Android chat on Freenode and IRCNet networks. Quassel is a distributed IRC client. Distributed in the sense [...]]]></description>
			<content:encoded><![CDATA[<p>IRC (Internet Relay Chat, <a href="http://www.youtube.com/watch?v=O2rGTXHvPCQ">the description of IRC</a>) is a chat protocol used by many open source and hacktivism projects for real-time discussion and support chat. I myself participate to Python and Plone discussion and now recently to Android chat on Freenode and IRCNet networks.</p>
<p>Quassel is a distributed IRC client. Distributed in the sense that it keeps your chat sessions on the server side: even if you get disconnected you won&#8217;t lose any chat messages. This is a nice feature for people who need to be constantly in touch with the communities.  For IRC veterans, Quassel is like the good ol&#8217; screen + irssi combo, but with an user interface which does not require a degree in Perl scripting. This is a short tutorial for getting or building  the mobile version of Quassel,  Quasseldroid for Android.</p>
<p><a href="http://blog.mfabrik.com/wp-content/uploads/2011/03/SC20110328-2053501.png"><img class="alignnone size-medium wp-image-1167" title="SC20110328-205350" src="http://blog.mfabrik.com/wp-content/uploads/2011/03/SC20110328-2053501-180x300.png" alt="" width="180" height="300" /></a></p>
<p>Everyone how has tried it knows that irssi or any terminal software suits very badly for mobile screens. QuasselDroid fixes this: it provides an user interface which is suitable even for touch screens. Also, with Quassel core on the server side, you do not need to worry about disconnections which often happen with mobile networks, With desktop Quassel and mobile QuasselDroid you should be able to  seamlessly leave your desktop, go traveling whilst continuing the  on-going dispute of the next most important internet thing with your  on-line friends and foes.</p>
<p>This tutorial show how to get binary or source from  Github and compile the project for your phone. Note that <em>QuasselDroid is still in very early developing phase</em> and the main purpose of this is to drive more development into QuasselDroid. Do not expect it to be ready for your specific use cases yet! Also, these instructions are tested only on Samsung Galaxy S with Android 2.2.</p>
<p><a href="http://blog.mfabrik.com/wp-content/uploads/2011/03/SC20110328-205252.png"><img class="alignnone size-medium wp-image-1169" title="SC20110328-205252" src="http://blog.mfabrik.com/wp-content/uploads/2011/03/SC20110328-205252-180x300.png" alt="" width="180" height="300" /></a></p>
<p>Quassel is originally based on Qt C++ libraries and uses Qt based serialization protocol to communicate between the server (your IRC session) and client (your phone). QuasselDroid implements Qt protocol from scratch in Java and does not use any Qt libraries on Android. There also existed a prior version which required a proxy server, but this has been fixed for now.</p>
<h2>Getting and building QuasselDroid</h2>
<p>Before proceeding you need</p>
<ul>
<li>A server which allows you to run a background process with more than hundred megabytes of memory usage</li>
<li><a href="http://quassel-irc.org/downloads">Quassel core</a> installed on the server side (this maintains your IRC session). Core  itself comes with decent command-line help. If you get stuck ask help on  #quassel channel @ freenode IRC network.</li>
<li>Preferable <a href="http://quassel-irc.org/downloads">Quassal desktop client</a> (Windows, OSX, Linux) for ircing from the desktop</li>
</ul>
<h3>Downloading pre-built binary</h3>
<p>Note: there exists a pre-built Android binaries for non-Android hackers. <a href="https://github.com/sandsmark/QuasselDroid/wiki/QuasselDroid-Wiki ">Download QuasselDroid Android binary from here</a>. You still need to set-up the server side core yourself.</p>
<h3>Prerequisites for building and running QuasselDroid</h3>
<p>This is the recommend method of installing QuasselDroid if you are looking for helping in QuasselDroid development. It is not that difficult, as Android tools are quite friendly for newcomers.</p>
<ul>
<li>OSX or Linux (your mileage on Windows may vary)</li>
<li>Android Phone (Android 2.1 or newer)</li>
<li><a href="http://developer.android.com/sdk/index.html">Android SDK</a></li>
<li><a href="http://www.eclipse.org/downloads/">Eclipse IDE for Java Developers</a></li>
<li>Android Eclipse plug-in (<a href="http://developer.android.com/sdk/installing.html">you need to install it through Find and Install updates inside Eclipse</a>)</li>
<li>Git (for OSX use <a href="http://www.macports.org/">Macports</a> to install it)</li>
<li>Minimal understanding of terminal and UNIX style command line</li>
</ul>
<h3>Compiling and running</h3>
<p>Install Android SDK, Eclipse  Android plug-ins for Eclipse. Note this is several hundreds of megabytes worth of software, so be patient and entertain yourself with some cool music whilst downloading.</p>
<p>Install Quassel client, Quassel core and get yourself familiar with the noveau IRC experience.</p>
<p>Get code from Github:</p>
<pre>git clone https://github.com/sandsmark/QuasselDroid</pre>
<p>Open project in Eclipse. Start Eclipse, choose or create any empty directory as workspace of just choose the default one. Then choose <em>File -&gt; Import -&gt; General -&gt; Existing projects into Workspace</em>. In Select Root Directory you need to choose a directory <strong>above</strong> Github checkout directory. Select QuasselDroid in Projects list (which is now refreshed after selecting root directory).</p>
<p>In this point I had to select the project, choose <em>Project -&gt; Clean</em> from Eclipse menu (there were some errors popping up in Eclipse internal console).</p>
<p>Right click <em>Project -&gt; choose Run as -&gt; Android application</em>.</p>
<ul>
<li>If your phone is connected via USB Eclipse will automatically build and install APK directly to your phone</li>
<li>If you do not have phone connected QuasselDroid will start in the emulator</li>
</ul>
<h2>Installing QuasselDroid</h2>
<h3><a href="http://blog.mfabrik.com/wp-content/uploads/2011/03/SC20110328-205210.png"><img class="alignnone size-medium wp-image-1168" title="SC20110328-205210" src="http://blog.mfabrik.com/wp-content/uploads/2011/03/SC20110328-205210-180x300.png" alt="" width="180" height="300" /></a></h3>
<h3>Creating a core entry</h3>
<p>When QuasselDroid is run for the first time. press Android <em>Menu</em> key on the start-up screen(this was little hard to discover) and choose Manage cores. Now you need to configure quassel core for the server &#8211; for this process you should already have experience with Quassel desktop client.</p>
<h3>SSL</h3>
<p>Also, you might need to disable SSL support if you are running a core without SSL compiled in. Again, press Android Menu key, choose <em>Preferences</em> and uncheck <em>SSL</em>.</p>
<h2>Debugging issues</h2>
<p>When you run an issue and you can repeat it reliably with necessary log traces available, file a bug report <a href="https://github.com/sandsmark/QuasselDroid/issues">on Github project page</a>.</p>
<p>Android has a logging tool called LogCat, showing log output from emulator or device. You will see Android log output in Eclipse in LogCat view when</p>
<ul>
<li>Emulator is running</li>
<li>A device is connected via USB, debug mode enabled (from system <em>Settings</em> menu)</li>
</ul>
<p>Use Eclipse <em>Window -&gt; Show -&gt; Debug perspective</em> to see LogCat window if it&#8217;s hidden.</p>
<p>If you launch the application in Eclipse using Debug run (the bug icon) Eclipse will stop on the line where an uncaught Java exception is thrown. This is very useful for debugging crashing bugs (Android pops up force close dialog).</p>
<p>On the server side, you can see quasselcore output in stdout and see how the core reacts to client connection attempts.
<p class="signature">
<a href="http://mfabrik.com/@@zoho-contact-form"><img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/mfabrik-24.png"></a> <a href="http://mfabrik.com/@@zoho-contact-form">Get developers</a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml"><img valign="middle" src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml">Subscribe mFabrik blog in a reader</a> <a href="http://twitter.com/mfabrik"> <img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/twitter-24.png"></a> <a href="http://twitter.com/moo9000">Follow me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2011/03/28/quasseldroid-quassel-for-android-cross-platform-mobile-irc-client/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CodeSign error: a valid provisioning profile is required problem in XCode</title>
		<link>http://blog.mfabrik.com/2010/08/17/codesign-error-a-valid-provisioning-profile-is-required-problem-in-xcode/</link>
		<comments>http://blog.mfabrik.com/2010/08/17/codesign-error-a-valid-provisioning-profile-is-required-problem-in-xcode/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:59:02 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[provisioning]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[signing]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://blog.mfabrik.com/?p=631</guid>
		<description><![CDATA[The above error pop-ups when you try to build iPhone application for the device. It means that the provision name in XCode project settings does not match .provision file installed in XCode Organizer (device manager). Usually this happens when you have downloaded XCode project created by someone else. It should be possible just to go [...]]]></description>
			<content:encoded><![CDATA[<p>The above error pop-ups when you try to build iPhone application for the device. It means that the provision name in XCode project settings does not match .provision file installed in XCode Organizer (device manager). Usually this happens when you have downloaded XCode project created by someone else.</p>
<p>It should be possible just to go to XCode -&gt; Project -&gt; Project settings and chose a valid code signing profile (Code signing -&gt; Code signing identity drop down should have been populated from the choices available in XCode organizer). However, it seems that<a href="http://www.frogameleon.com/blog/iphone-sdk-codesign-error-a-valid-provisioning-profile-is-required-for-product-type-application-in-sdk-device-iphone-os-22"> there is a bug and always changing this setting does not have effect</a>. Based on reports, it looks XCode project setting updater is confused about something and does not update the setting correctly.</p>
<p>The hardcode workaround is to edit your XCode project .xcodeproj file manually. You do not need to close down XCode for this (it will automatically ask to reload after the file is saved). You may see duplicate entries of  XCBuildConfiguration. You need to hunt down one with old (incorrect) values and manually copy-paste in correct values. You can get the correct values from XCode organizer.</p>
<p>For example, I had to edit in :</p>
<pre>
	CODE_SIGN_IDENTITY = "iPhone Developer: Mikko Ohtamaa (XXXYYY)";
	"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Mikko Ohtamaa (XXXXYYY)";
...
                PROVISIONING_PROFILE = "7572BAC6-4F0C-46D3-B96F-XXXXXYYY";
	"PROVISIONING_PROFILE[sdk=iphoneos*]" = "7572BAC6-4F0C-46D3-B96F-XXXXXYYYY";
</pre>
<p>manually to the file, replacing the old values for these settings. Note that values may be in many lines.</p>
<p>Hope this helps someone.
<p class="signature">
<a href="http://mfabrik.com/@@zoho-contact-form"><img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/mfabrik-24.png"></a> <a href="http://mfabrik.com/@@zoho-contact-form">Get developers</a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml"><img valign="middle" src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml">Subscribe mFabrik blog in a reader</a> <a href="http://twitter.com/mfabrik"> <img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/twitter-24.png"></a> <a href="http://twitter.com/moo9000">Follow me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2010/08/17/codesign-error-a-valid-provisioning-profile-is-required-problem-in-xcode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developing and distributing QT applications for Nokia&#8230; not yet!</title>
		<link>http://blog.mfabrik.com/2010/05/04/developing-and-distributing-qt-applications-for-nokia-not-yet/</link>
		<comments>http://blog.mfabrik.com/2010/05/04/developing-and-distributing-qt-applications-for-nokia-not-yet/#comments</comments>
		<pubDate>Tue, 04 May 2010 08:37:54 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[n8]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[ovi store]]></category>
		<category><![CDATA[pr1.2]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://blog.mfabrik.com/?p=531</guid>
		<description><![CDATA[This information was posted to Phonegap Google groups also. Next N900 release (PR1.2) will include QT 4 in the default install. It has been delayed due to various problems observed in the leaked beta. Also, N8  will be the first device supporting Qt out of the box. It is not shipping yet. Nokia Qt SDK [...]]]></description>
			<content:encoded><![CDATA[<p>This information was posted to Phonegap Google groups also.</p>
<p>Next N900 release (PR1.2) will include QT 4 in the default install. It has been delayed due to various problems observed in the leaked beta.</p>
<p>Also, N8  will be the first device supporting Qt out of the box. It is not shipping yet.</p>
<p>Nokia Qt SDK should allow unified Qt apps for Symbian and Meego:</p>
<ul>
<li><a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/&amp;usg=AFQjCNFZK2PRjTP5cSrXIxO7ZwfGCVJjXg" target="_blank">http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/</a></li>
<li><a rel="nofollow" href="http://www.google.com/url?sa=D&amp;q=http://conversations.nokia.com/2010/04/27/nokia-rolls-out-qt-sdk-for-unified-mobile-developer-experience/&amp;usg=AFQjCNHM301QWQl8F6GBUVnc_0rJdBhHog" target="_blank">http://conversations.nokia.com/2010/04/27/nokia-rolls-out-qt-sdk-for-&#8230;</a></li>
</ul>
<p>It is not yet possible to deploy Qt apps through OVI store, so targeting third party apps to Nokia Qt is kind of pointless. If you need to develop to Nokia using a web framework, don&#8217;t rely on native QT Webkit, but target to Nokia WRT  instead.</p>
<p>Nokia bought Qt in January 2008. It has taken over two years to ship the first Qt enabled mobile phone. Meanwhile, Apple has released App Store and risen to be the leading smartphone provider with its iPhone&#8230;. talk about slow development and the lack of leadership. So the hype around &#8220;QT will solve everything&#8221; is still just hype&#8230; they still don&#8217;t have nothing solid out there.
<p class="signature">
<a href="http://mfabrik.com/@@zoho-contact-form"><img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/mfabrik-24.png"></a> <a href="http://mfabrik.com/@@zoho-contact-form">Get developers</a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml"><img valign="middle" src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml">Subscribe mFabrik blog in a reader</a> <a href="http://twitter.com/mfabrik"> <img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/twitter-24.png"></a> <a href="http://twitter.com/moo9000">Follow me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2010/05/04/developing-and-distributing-qt-applications-for-nokia-not-yet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SDK released &#8211; Python in iPhone?</title>
		<link>http://blog.mfabrik.com/2008/03/07/sdk-released-python-in-iphone/</link>
		<comments>http://blog.mfabrik.com/2008/03/07/sdk-released-python-in-iphone/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 15:36:11 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[run-time]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/sdk-released-python-in-iphone/</guid>
		<description><![CDATA[I just read waffle&#8217;s blog entry about iPhone SDK release. Looks like Objective C is the only supported language by default (I am just downloading SDK).The comments speculated that embedding Python is not possible due to size constraints. Bollocks I say =) Python for Series 60 phones is 500 kb download without trimming. It&#8217;s less [...]]]></description>
			<content:encoded><![CDATA[<p>I just read <a href="http://waffle.wootest.net/2008/02/24/bold-statements-iphone-sdk/">waffle&#8217;s blog entry about iPhone SDK release</a>. Looks like Objective C is the only supported language by default (I am just downloading SDK).The comments speculated that embedding Python is not possible due to size constraints. Bollocks I say =) Python for Series 60 phones is 500 kb download without trimming. It&#8217;s less than the size of HTML page you are viewing now &#8211; RAM footprint is even smaller) If Series 60 phones, which have much more <span lang="en">modest</span> hardware specifications, can run Python it shouldn&#8217;t be a problem for iPhones either.</p>
<p>Why Apple didn&#8217;t add additional language support by default? Well they seem to have their hands full to get SDK out at all (delays) so we shouldn&#8217;t expect to have perfect set in 1.0 release.</p>
<p>Now, who wants start a porting project with me? <img src='http://blog.mfabrik.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2008/03/07/sdk-released-python-in-iphone/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

