<?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>The Ushahidi Blog &#187; android</title>
	<atom:link href="http://blog.ushahidi.com/index.php/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ushahidi.com</link>
	<description>Thoughts and Lessons from an African Open-Source Project</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:33:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How OGC&#8217;s Open GeoSMS serves for Disaster Management</title>
		<link>http://blog.ushahidi.com/index.php/2011/12/19/open-geosms/</link>
		<comments>http://blog.ushahidi.com/index.php/2011/12/19/open-geosms/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 11:47:46 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Partnerships]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Ushahidi Users]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ITRI]]></category>
		<category><![CDATA[OpenGeo]]></category>
		<category><![CDATA[OpenGeoSMS]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://blog.ushahidi.com/?p=6572</guid>
		<description><![CDATA[[Guest blog post by Kuo-Yu slayer Chuang from Tawain's Industrial Technology Research Institute, ITRI.] I&#8217;m Kuo-Yu slayer Chuang from ITRI, a government funded research institute in Taiwan. We developed an open standard for exchanging location information via SMS among mobile devices called Open GeoSMS, which has currently been adapted officially by Open Geospatial Consortium (OGC). [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">[<em>Guest blog post by Kuo-Yu slayer Chuang from Tawain's Industrial Technology Research Institute, <a href="http://www.itri.org.tw/eng/">ITRI</a>.</em>]</p>
<p style="text-align: justify;">I&#8217;m Kuo-Yu slayer Chuang from ITRI, a government funded research institute in Taiwan. We developed an open standard for exchanging location information via SMS among mobile devices called Open GeoSMS, which has currently been adapted officially by Open Geospatial Consortium (<a href="http://www.opengeospatial.org">OGC</a>). Several use cases of this standard are shown with the following video:</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/_TmoULcrr0o" frameborder="0" allowfullscreen></iframe></p>
<p style="text-align: justify;">We introduce Open GeoSMS with a quick and real example. Noritsuna-san is a friend of mine from Japan and a guest researcher in our company. One night, I got an SMS from him saying that he can&#8217;t get taxi home since it&#8217;s too late. I had no idea where he was and he could not read the street names in Chinese. I thus asked him to send me an Open GeoSMS with our free application. I then got an Open GeoSMS with the coordinate embedded in URL that points to Google Map service. At the end I totally new where he was and drove my little car to rescue him.</p>
<p style="text-align: justify;"><a href="http://blog.ushahidi.com/wp-content/uploads/2011/12/OpenGeoSMS1.jpeg"><img class="alignnone size-medium wp-image-6575" title="OpenGeoSMS1" src="http://blog.ushahidi.com/wp-content/uploads/2011/12/OpenGeoSMS1-300x500.jpg" alt="" width="300" height="500" /></a></p>
<p style="text-align: justify;">In the previous case, Open GeoSMS sent as a peer to peer message between mobile phones. It can be also used between mobile and server in disaster management. Users who have smart phone with GPS for incident report can attach coordinate in SMS with Open GeoSMS format (usually, with an App such as Ushahidi app on Android that we hacked).</p>
<p style="text-align: justify;"><a href="http://blog.ushahidi.com/wp-content/uploads/2011/12/OpenGeoSMS2.png"><img class="alignnone size-medium wp-image-6576" title="OpenGeoSMS2" src="http://blog.ushahidi.com/wp-content/uploads/2011/12/OpenGeoSMS2-300x500.png" alt="" width="300" height="500" /></a></p>
<p style="text-align: justify;">This feature enables users to do incident reporting without a data connection. We know some volunteers bring their own smart phones and work with expensive data roaming fee. This feature also enables the backend server to auto-process the geo-tagged report, and insert this POI to map automatically. Rescuing activity or the resource transportation tasks can be assigned with Open GeoSMS for more specific location information. Especially with the offline map supported such as Open Street Map, POI-based information exchange can be easily achieved through Open GeoSMS.</p>
<p style="text-align: justify;">As for the notification, the server doesn&#8217;t need to care if the receiver is a smart phone user or not. Open GeoSMS notification is just an SMS and that works for almost every phone. On a smart phone, Open GeoSMS can bring out more information via URL. The latest spec and code are <a href="http://code.google.com/p/ogs-sdk/">available on Google Code</a>. If the SMS with coordinate is compliant to Open GeoSMS, other applications or services can easily parse it and get the x and y coordinates. Last month during a cyclone simulation of Samoa, PinPointAlerts provided Open GeoSMS as a notification option on <a href="http://www.samoalert.com/" target="_blank">http://www.SamoAlert.com</a> so the simulation notification could be sent with this open standard. Our team also shipped five smart phones to Samoa with an Open GeoSMS enabled Ushahidi app installed or this Cyclone Simulation activity. As a result, not only could the general SMS-based incident reports be made, but also the Open GeoSMS style geo-tagged SMS could be sent to server for the possible automation afterwards.</p>
<p style="text-align: justify;">Our team has hacked an Open GeoSMS enabled Ushahidi Android App, now we are working with Ushahidi mobile app team on additional projects to merge our technologies. Our next step is to implement a plug-in for Ushahidi to parse Open GeoSMS in order to gain the automated processing ability. Further objectives include working with offline maps such as Open Street Map (OSM) so users can have a better understanding re incoming Open GeoSMS. For more information and our latest activities, <a href="http://www.facebook.com/OpenGeoSMS">please visit our facebook page</a>.</p>
<p style="text-align: justify;">We really hope this tiny handy open standard can help people in various way <img src='http://blog.ushahidi.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ushahidi.com/index.php/2011/12/19/open-geosms/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Launching SMSsync: An Android Phone as SMS Gateway</title>
		<link>http://blog.ushahidi.com/index.php/2010/11/10/launching-smssync-an-android-phone-as-sms-gateway/</link>
		<comments>http://blog.ushahidi.com/index.php/2010/11/10/launching-smssync-an-android-phone-as-sms-gateway/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 15:23:24 +0000</pubDate>
		<dc:creator>Erik Hersman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Ushahidi]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[smssync]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://blog.ushahidi.com/?p=2984</guid>
		<description><![CDATA[SMSsync is a simple SMS to HTTP sync utility. It turns any Android phone into a local SMS gateway that syncs to the web. SMSsync supports filtering text messages by keywords and can transmit the text message to a configured callback URL via HTTP POST request. We already used this internally in the Ushahidi Android [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2985" class="wp-caption alignnone" style="width: 510px"><a href="http://blog.ushahidi.com/wp-content/uploads/2010/11/smssync.png"><img src="http://blog.ushahidi.com/wp-content/uploads/2010/11/smssync-500x264.png" alt="SMSsync - a simple SMS to HTTP sync utility from Ushahidi" title="SMSsync - a simple SMS to HTTP sync utility from Ushahidi" width="500" height="264" class="size-medium wp-image-2985" /></a><p class="wp-caption-text">SMSsync - a simple SMS to HTTP sync utility from Ushahidi</p></div>
<p><strong><a href="http://smssync.ushahidi.com/">SMSsync</a> is a simple SMS to HTTP sync utility.  It turns any Android phone into a local SMS gateway that syncs to the web.</strong></p>
<p>SMSsync supports filtering text messages by keywords and can transmit the text message to a configured callback URL via HTTP POST request.  We already used this internally in the Ushahidi Android app, and we decided that it was a valuable enough utility to create a simple app around it for everyone to use.  </p>
<h3>Instructions</h3>
<p><img src="http://qrcode.kaywa.com/img.php?s=6&#038;d=http%3A%2F%2Fmarket.android.com%2Fdetails%3Fid%3Dorg.addhen.smssync" alt="qrcode"  align="right"/>
<ul>
<li>To start the SMSSync Gateway, you&#8217;ll need to specify a callback URL. This URL is where all incoming text messages will be transmitted to.</li>
<li>For  security you can specify at secret at the callback URL. If the secret doesn&#8217;t match, the callback URL will ignore the transmission.</li>
<li>Additionally, you can specify keywords with which to filter incoming messages. Only matching text messages will be sent to the SMSSync Gateway URL.</li>
<li>The SMSSync sends the following variables via the POST method:
<ul>
<li><strong>from</strong></li>
<li><strong>message</strong></li>
<li><strong>secret</strong></li>
</ul>
</li>
</ul>
<p>[<a href="http://www.appbrain.com/app/smssync-sms-gateway/org.addhen.smssync">Download SMSsync here</a>]</p>
<h3>Genesis</h3>
<p>A couple months ago, on one of my trips to the US, David and I were sitting working in a coffeeshop and started talking about how we could make it easy for people without access to computers to easily send SMS messages to Ushahidi.  Of course, you still need a phone, but at least in this case it&#8217;ll cost you less.  Henry Addo, in Ghana, got started on it, and we&#8217;ve got the first release to show you now.</p>
<p>The design was to be able to send SMS reports to Ushahidi by just putting the deployment particulars into it.  As long as your phone has an internet connection and power, you can just put it in the corner and let it chug away syncing incoming reports to Ushahidi.</p>
<h3>Other Uses</h3>
<p><a href="http://blog.ushahidi.com/wp-content/uploads/2010/11/smssync_logo.png"><img src="http://blog.ushahidi.com/wp-content/uploads/2010/11/smssync_logo.png" alt="SMSsync logo" title="SMSsync logo" width="251" height="88" class="alignright size-full wp-image-2988" /></a>Realizing that SMSsync had a lot of value for other use cases beyond Ushahidi, we set simple parameters for it.  For instance, you can create your own in-country SMS-to-Twitter app now utilizing SMSsync and the Twitter API.  We&#8217;re playing around with this in Nairobi right now, and it works great.  Another example, imagine a radio station using SMSSync to have users respond to something on air.  There are hundreds of use applications for this.</p>
<p>We think there might be a good reason to create SMSsync for other mobile platforms as well.  If you&#8217;d like to get involved with that, let us know.</p>
<p>We&#8217;re looking forward to seeing if everyone else finds this as useful as we do.  Let us know what you do with it.  </p>
<p>SMSsync is also built in as a plugin for the next release of Ushahidi (v2.0) &#8220;Luanda&#8221; coming out very soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ushahidi.com/index.php/2010/11/10/launching-smssync-an-android-phone-as-sms-gateway/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Dale Zak Joins Ushahidi&#8217;s Mobile Rodeo</title>
		<link>http://blog.ushahidi.com/index.php/2010/07/28/dale-zak-joins-ushahidis-mobile-rodeo/</link>
		<comments>http://blog.ushahidi.com/index.php/2010/07/28/dale-zak-joins-ushahidis-mobile-rodeo/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:27:50 +0000</pubDate>
		<dc:creator>Erik Hersman</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Ushahidi]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[dale zak]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[winmo]]></category>

		<guid isPermaLink="false">http://blog.ushahidi.com/?p=2403</guid>
		<description><![CDATA[Dale Zak has been a long-time volunteer developer on the Ushahidi platform. He created the Windows Mobile app, and has been helpful connecting and working with our other friends and partners at places like The Extraordinairies and FrontlineSMS. His work is always top-notch, and he&#8217;s widely respected within the mobile app dev circles in our [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dalezak.ca"><img src="http://blog.ushahidi.com/wp-content/uploads/2010/07/dale_zak.jpg" alt="Dale Zak" title="Dale Zak" width="200" height="202" class="alignright size-full wp-image-2404" /></a><a href="http://www.dalezak.ca/">Dale Zak</a> has been a long-time volunteer developer on the Ushahidi platform.  He created the Windows Mobile app, and has been helpful connecting and working with our other friends and partners at places like <a href="http://app.beextra.org/home">The Extraordinairies</a> and <a href="http://www.frontlinesms.com">FrontlineSMS</a>.  His work is always top-notch, and he&#8217;s widely respected within the mobile app dev circles in our non-profit space as one of the best around. </p>
<p>Dale has been an influential member of the Ushahidi community, dedicating many hours of his time to release top quality code for the rest of us to use, and working with the others in the dev community to get things done.  </p>
<p>It&#8217;s because of that latter trait that we started talking to Dale and asked him to join the Ushahidi team in a part-time role as <em>Mobile Project Manager</em>.  In this position he&#8217;ll be working not only on the WinMo app, but also coordinating and helping the others around the world who are contributing to the Android, iPhone and Java apps.  </p>
<p>If you&#8217;re interested in taking part on the mobile apps, start with these links, and then get in touch with Dale.</p>
<ul>
<li><a href="http://wiki.ushahidi.com/doku.php?id=mobile_requirements">Ushahidi Mobile on our Wiki </a></li>
<li><a href="http://github.com/ushahidi">Ushahidi&#8217;s Github code respository</a></li>
</ul>
<p>Welcome aboard Dale!  <img src='http://blog.ushahidi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ushahidi.com/index.php/2010/07/28/dale-zak-joins-ushahidis-mobile-rodeo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Demos of the Ushahidi Mobile Apps</title>
		<link>http://blog.ushahidi.com/index.php/2009/12/10/demos-of-the-ushahidi-mobile-apps/</link>
		<comments>http://blog.ushahidi.com/index.php/2009/12/10/demos-of-the-ushahidi-mobile-apps/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:17:49 +0000</pubDate>
		<dc:creator>Erik Hersman</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nairobi]]></category>
		<category><![CDATA[Ushahidi]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Kenya]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[winmo]]></category>

		<guid isPermaLink="false">http://blog.ushahidi.com/?p=1048</guid>
		<description><![CDATA[All of the Ushahidi mobile apps run utilizing the Ushahidi API. They work as a mobile client, where you can access a specific web-based instance of Ushahidi (ex: http://hatari.co.ke or http://drc.ushahidi.com). The basic functionality allowed is for you to see new reports that others have reported, upload incidents with pictures/links/location and it allows you to [...]]]></description>
			<content:encoded><![CDATA[<p>All of the Ushahidi mobile apps run utilizing the Ushahidi API.  They work as a mobile client, where you can access a specific web-based instance of Ushahidi (ex: http://hatari.co.ke or http://drc.ushahidi.com).  The basic functionality allowed is for you to see new reports that others have reported, upload incidents with pictures/links/location and it allows you to run and report things offline for sync later when you are able to connect.</p>
<p><strong>Android</strong><br />
<a href="http://download.ushahidi.com"><img src="http://blog.ushahidi.com/wp-content/uploads/2009/07/ushahidi-mobile-apps.png" alt="Ushahidi mobile phone applications - Android, Windows Mobile and J2ME Java" title="Ushahidi mobile phone applications - Android, Windows Mobile and J2ME Java" width="285" height="281" class="aligncenter size-full wp-image-690" align="right" /></a>Josiah Mugambi is starting us off with an overview of the Ushahidi Android application.  His phone is synced with the Hatari instance, which maps crime and corruption in Nairobi.  The Android app seems to have a number of bugs, including the instance map is not syncing with the Android app&#8217;s map.  You can help us fix these bugs, or create your own using the <a href="http://github.com/ushahidi/Ushahidi_Android">source code</a> found here.</p>
<p><strong>iPhone</strong><br />
Wilfred Mworia is here to show some of the development on the Ushahidi iPhone app.  Of all the mobile apps, this is the only one that isn&#8217;t in production and ready to use.  The source code is available on <a href="http://github.com/ushahidi/Ushahidi_iPhone">Github</a>, for anyone who would like to help complete it.</p>
<p><strong>J2ME (Java)</strong><br />
Jessica Colaco is showing the J2ME application for Ushahidi.  It&#8217;s a very basic setup that works on all Java-enabled phones.  This app gives us the greatest reach, especially beyond people with specific smartphone applications.  The <a href="http://github.com/ushahidi/Ushahidi_j2me">code</a> is here.</p>
<p><strong>Windows Mobile</strong><br />
Unfortunately Dale Zak wasn&#8217;t present to give us a demo of the WinMo app.  It&#8217;s the one that has had the most feedback and iterations to its development, and is the most stable of the whole group.  You can grab the <a href="http://github.com/ushahidi/Ushahidi_WinMobile">code</a> and extend it here.</p>
<h3>Ideas</h3>
<ul>
<li>A way to manage the administrative functions of Ushahidi from your mobile phone.</li>
<li>Connect the mobile apps into social networks.</li>
<li>Ability to pull up just specific people&#8217;s reports.</li>
</ul>
<p>What would you do to make the Ushahidi mobile apps better?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ushahidi.com/index.php/2009/12/10/demos-of-the-ushahidi-mobile-apps/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Goma, a major Ushahidi update!</title>
		<link>http://blog.ushahidi.com/index.php/2009/08/13/goma-a-major-ushahidi-update/</link>
		<comments>http://blog.ushahidi.com/index.php/2009/08/13/goma-a-major-ushahidi-update/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:15:59 +0000</pubDate>
		<dc:creator>Erik Hersman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Ushahidi]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[goma]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[kobia]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[winmo]]></category>

		<guid isPermaLink="false">http://blog.ushahidi.com/?p=688</guid>
		<description><![CDATA[An Ushahidi tradition is to name all of our major releases after African cities that have had disturbances. Today we&#8217;re announcing the &#8220;Goma&#8221; release of the platfrom, version 0.9 &#8211; named after that oft-beleaguered town in the Democratic Republic of the Congo. We had three main areas that we focused on for this Goma; stability, [...]]]></description>
			<content:encoded><![CDATA[<p>An Ushahidi tradition is to name all of our major releases after African cities that have had disturbances.  Today we&#8217;re announcing the &#8220;Goma&#8221; release of the platfrom, version 0.9 &#8211; named after that oft-beleaguered <a href="http://en.wikipedia.org/wiki/Goma">town</a> in the Democratic Republic of the Congo.   </p>
<p>We had three main areas that we focused on for this Goma; stability, speed and mobile apps.  To introduce the release, here&#8217;s David Kobia:</p>
<p><object width="500" height="383"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5844409&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5844409&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="383"></embed></object>
<p><a href="http://vimeo.com/5844409">Stability, Speed and Mobile Apps: Ushahidi&#8217;s Goma Release</a> from <a href="http://vimeo.com/whiteafrican">WhiteAfrican</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h3>What&#8217;s in Goma?</h3>
<p>It&#8217;s not possible to track all of the minor upgrades, changes and additions to the platform here, but here are some of the items that are important for everyone to know about.</p>
<ul>
<li>Caching &#8211; map and database queries have been slowing load times down considerably.  All pages with maps now have caching built-in.</li>
<li>Alerts &#8211; email and SMS proximity-based alerts are now fully functional.  </li>
<li>You can now watch incidents play chronologically on the main map using the &#8220;Play&#8221; button. </li>
<li>Refined the submissions page, simplifying the location chooser, date/time and other minor features.</li>
<li>On the detailed incident report page the map shows other incidents by proximity.</li>
<li><del datetime="2009-08-12T01:39:04+00:00">Admins can import KML or GeoRSS feeds, and these can show up on the map as overlays on top of the normal Ushahidi data.</del> (delayed for a couple days, working out some kinks&#8230;)</li>
<li>Admins can now download a CSV file of all their data.  </li>
<li>Admins can now do a &#8220;mass upload&#8221; of data into the database.</li>
<li>We&#8217;re trying to make it easier to get a fresh install of Ushahidi up on your own server. To this end, we&#8217;ve moved the config.php items into the admin area for easier modification by non-techies.</li>
<li>Improved feedback form, residing in every instances footer, that makes it easy for end users to send feedback to the admin.  This shows up in their admin panel.</li>
<li>Sharing of data between instances of Ushahidi is fully functional now.</li>
<li>Added a &#8220;Comments&#8221; tab into the admin area for moderation.</li>
<li>Added a new feature to track veracity and trust of users by the admin</li>
</ul>
<p><strong>Find a bug? </strong> Submit it to <a href="http://bugs.ushahidi.com">bugs.ushahidi.com</a><br />
<strong>Have a question?</strong> Ask it on the <a href="http://forums.ushahidi.com">forums</a><br />
<strong>Want to pitch in?</strong> Start on the <a href="http://wiki.ushahidi.com">wiki</a> or <a href="http://github.com/ushahidi">download</a> the code</p>
<h3>Mobile phone applications</h3>
<p>A small team of dedicated devs put a lot of time into creating the new <a href="http://download.ushahidi.com">Ushahidi mobile apps</a> that are available for you to run on your phone.  The basic functionality of all the mobile apps are to sync with an instance of Ushahidi. It allows you to send reports with images and location information as well as receive alerts from others who have sent in reports to the site. With this, you can track what is going on in an emergency, disaster or crisis anywhere in the world.</p>
<p>The mobile apps work in offline mode as well, so you can create reports and send them when you reconnect, or you can download and see the incidents that have been reported and still view them when you&#8217;re not connected.  </p>
<p><a href="http://download.ushahidi.com"><img src="http://blog.ushahidi.com/wp-content/uploads/2009/07/ushahidi-mobile-apps.png" alt="Ushahidi mobile phone applications - Android, Windows Mobile and J2ME Java" title="Ushahidi mobile phone applications - Android, Windows Mobile and J2ME Java" width="285" height="281" class="aligncenter size-full wp-image-690" align="right" /></a><strong>Android</strong> &#8211; Henry Addo, our Ghanaian dev, has been part of the team since January, but he started fiddling around with Android well before that.  </p>
<p><strong>Windows Mobile </strong>- Dale Zak is an amazing Canadian mobile phone dev.  He does a lot of cool stuff out there, and we were extremely happy when he volunteered to create the WinMo version of Ushahidi.</p>
<p><strong>J2ME (Java)</strong> &#8211; Steve Mutinda is an outstanding Kenyan mobile app developer, he and his firm <a href="http://www.shimbamobile.com/">Shimba Mobile</a> dedicated a lot of resources to see this app come into being.  The J2ME app will work on any phone that runs Java, so it should work on the widest number of phones available. </p>
<p>This is their beta release, so there will be some bugs, submit them to <a href="http://bugs.ushahidi.com">bugs.ushahidi.com</a> and they&#8217;ll be on them right away.</p>
<h3>Major contributors</h3>
<p>Projects like Ushahidi wouldn&#8217;t be where they are without the help of programmers who volunteer their time, brains and energy to solving some very difficult challenges.  A BIG thanks goes out to all the devs who made this happen. Major contributors included:</p>
<ul>
<li><a href="http://twitter.com/jmule">Jason Mule</a> (Kenya)</li>
<li><a href="http://www.twitter.com/69mb">Brian Muita</a> (Kenya)</li>
<li><a href="http://twitter.com/soyapi">Soyapi Mumba</a> (Malawi)</li>
<li><a href="http://twitter.com/bytebandit">Emmanuel Kala</a> (Kenya)</li>
<li><a href="http://www.twitter.com/eyedol">Henry Addo</a> (Ghana)</li>
<li><a href="http://twitter.com/smutinda">Steve Mutinda</a> (Kenya)</li>
<li><a href="http://twitter.com/dalezak">Dale Zak</a> (Canada) </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.ushahidi.com/index.php/2009/08/13/goma-a-major-ushahidi-update/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Henry Addo Joins the Ushahidi Team</title>
		<link>http://blog.ushahidi.com/index.php/2009/01/06/henry-addo-joins-the-ushahidi-team/</link>
		<comments>http://blog.ushahidi.com/index.php/2009/01/06/henry-addo-joins-the-ushahidi-team/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 20:31:30 +0000</pubDate>
		<dc:creator>Erik Hersman</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Ushahidi]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ghana]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://blog.ushahidi.com/?p=183</guid>
		<description><![CDATA[It&#8217;s an exciting week here at Ushahidi. We’d like to officially welcome Henry Addo (@eyedol on Twitter) from Ghana as the newest, and first, full-time member of the Ushahidi team! As of this week, Henry will be working on Ushahidi as one of the core architecture and development team members. As part of the volunteer [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.ushahidi.com/wp-content/uploads/2009/01/henry-addo_sm.jpg" alt="" title="Henry Addo " width="250" height="249" class="alignleft size-full wp-image-184" />It&#8217;s an exciting week here at Ushahidi.  We’d like to officially welcome <a href="http://www.addhen.org/blog/">Henry Addo</a> (<a href="http://explore.twitter.com/eyedol">@eyedol</a> on Twitter) from Ghana as the newest, and first, full-time member of the Ushahidi team! </p>
<p>As of this week, Henry will be working on Ushahidi as one of the core architecture and development team members. As part of the volunteer development community that works on Ushahidi, he has already created the Ushahidi Android app, and is now doing some new discovery work in the area of using Laconica in conjunction with Ushahidi, and the use of <a href="http://whiteafrican.com/2008/12/23/microblogging-location-and-emergencies/">microblogging and mobile networks in emergencies</a>.</p>
<p>Basically, he has a long history of doing extraordinary work on Ushahidi, and he has the passion and desire we’re looking for to help Ushahidi continue to grow.  He&#8217;s smart, and he gets things done.  He’s a perfect fit, and we’re so happy to have him on board.</p>
<p>A word of advice for anyone else looking to join Ushahidi full-time as things open up in the future:  we look to our most active and dedicated volunteer devs first.  They are a known quantity, and prove by their actions their belief in what Ushahidi is about.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ushahidi.com/index.php/2009/01/06/henry-addo-joins-the-ushahidi-team/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ushahidi Smart Phone Application Development</title>
		<link>http://blog.ushahidi.com/index.php/2008/10/04/ushahidi-smart-phone-application-development/</link>
		<comments>http://blog.ushahidi.com/index.php/2008/10/04/ushahidi-smart-phone-application-development/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 18:34:28 +0000</pubDate>
		<dc:creator>Erik Hersman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Ushahidi]]></category>
		<category><![CDATA[africa]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[ghana]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Kenya]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://blog.ushahidi.com/?p=62</guid>
		<description><![CDATA[Let me start by saying that we do not expect smart phones to be the primary way for most mobile users of Ushahidi. Direct SMS messaging is still our primary integration point. However, mobile applications on these devices can take advantage of mapping, GPS and triangulation features that make the plotting of incidents a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Let me start by saying that we do not expect smart phones to be the primary way for most mobile users of Ushahidi.  Direct SMS messaging is still our primary integration point.  However, mobile applications on these devices can take advantage of mapping, GPS and triangulation features that make the plotting of incidents a lot easier to handle.  </p>
<p>So far, the Ushahidi Mobile Team is working on J2ME, iPhone and Android apps.  MMS messaging for images and videos is also being tested out, and we think we can get that into the first build too.</p>
<p>[<em><strong>Please continue to provide feedback on Ushahidi's mobile app interfaces and features</strong></em>]</p>
<h3>Ushahidi J2ME (Java application for all GPRS phones)</h3>
<p>I&#8217;m in Kenya this week, and was at a local tech conference.  Of course, you can&#8217;t go 2 steps in any tech circle without meeting up with an Ushahidi developer, and I wasn&#8217;t disappointed.  <a href="http://whiteafrican.com/2008/06/19/steve-mutinda-brains-initiative-and-j2me-skills/">Steve Mutinda</a>, the outrageously talented J2ME developer had been at it again.  He sauntered up, whipped out his phone and started showing me the newest mobile phone integration for Ushahidi, with maps, lists, and full database integration.  </p>
<p><a href="http://www.flickr.com/photos/whiteafrican/2912773378/" title="Ushahidi J2ME App by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3142/2912773378_83676b5c2a.jpg" width="500" height="333" alt="Ushahidi J2ME App" /></p>
<p>(more pictures in the <a href="http://www.flickr.com/groups/ushahidi/pool/">Ushahidi Flickr group</a>)</p>
<p>This is one of the wonderful things about being part of an open source project.  When you attract really smart and driven individuals, they tend to put out some amazing work.  </p>
<h3>Ushahidi iPhone application v0.3</h3>
<p>Chris and Joe have been hard at work, using great feedback from the <a href="http://blog.ushahidi.com/index.php/2008/09/16/the-ushahidi-iphone-application-please-critique/">last post</a> we did on the iPhone design, they&#8217;ve changed up the interface and have provided some notes on the changes.  We&#8217;re going with this version for the first actual application, which Wilfred has begun working on already.  </p>
<p><a href="http://www.flickr.com/photos/whiteafrican/2911970955/sizes/l/" title="Ushahidi iPhone Interface v0.3 by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3132/2911970955_6bbe9d3058.jpg" width="500" height="318" alt="Ushahidi iPhone Interface v0.3" /></a></p>
<p>Changes, by image number on the image above: </p>
<ul>
<li>#1 Homepage has clearer, more obviously clickable buttons. Removed &#8220;13 events near you&#8221; text on the homepage to make it faster (not sure this is necessary)</li>
<li>#2 Changed dropdown text to &#8220;all incident types&#8221;</li>
<li>#5 Cleaned up the typography, simplified and removed some text. </li>
<li>#6 Removed the three-part list (was at the bottom) in favor of just putting A) photos B) summary and C) two big buttons, &#8220;Read Incident Reports (1)&#8221; and &#8220;Add Incident Report.&#8221;</li>
<li>#6 &#8220;email/sms/add&#8221; (triple button at the top) removed for this release. It&#8217;s just poorly specified how that should work, it&#8217;s probably complex to develop, and it&#8217;s not essential. </li>
<li>#7, #9  Simplified the &#8220;edit location&#8221; button and made the camera icon much bigger.</li>
<li>#10 Changed text of the buttons on the pin-dropping Gmap interface.</li>
<li>#11 Added direct link to ushahidi.com</li>
</ul>
<h3>Ushahidi Android application</h3>
<p>Rounding out our smart phone tri-fecta is <a href="http://www.addhen.org/blog">Henry Addo</a>, our Ghanaian developer, on the hot new Android mobile phone platform.  Though I don&#8217;t have any screens to show, Henry is taking his lead from the iPhone design.  We do this with all three operating systems to ensure some uniformity in design, features and actions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ushahidi.com/index.php/2008/10/04/ushahidi-smart-phone-application-development/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

