<?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 on: EDGE UPDATE: Android 1.x Database Storage</title>
	<atom:link href="http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/</link>
	<description>A blog about what I do during the day</description>
	<lastBuildDate>Thu, 07 Jul 2011 01:00:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Mare</title>
		<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/comment-page-1/#comment-13077</link>
		<dc:creator>Mare</dc:creator>
		<pubDate>Mon, 24 May 2010 11:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=161#comment-13077</guid>
		<description>Any news on this incompatibility with 1.5??</description>
		<content:encoded><![CDATA[<p>Any news on this incompatibility with 1.5??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe B</title>
		<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/comment-page-1/#comment-11818</link>
		<dc:creator>Joe B</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=161#comment-11818</guid>
		<description>Then why don&#039;t you submit a patch if you feel it&#039;s necessary?</description>
		<content:encoded><![CDATA[<p>Then why don&#8217;t you submit a patch if you feel it&#8217;s necessary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Drofa</title>
		<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/comment-page-1/#comment-11753</link>
		<dc:creator>Alex Drofa</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=161#comment-11753</guid>
		<description>Edge version of phonegap used constants which are not present in Android 1.5 , that&#039;s why verification fails
That&#039;s why we have verification error and can&#039;t start it on 1.5

if (android.os.Build.VERSION.SDK_INT &lt;= android.os.Build.VERSION_CODES.DONUT)

Build.VERSION.SDK_INT - starting from 1.6
Build.VERSION_CODES.DONUT - also seems starting from 1.6</description>
		<content:encoded><![CDATA[<p>Edge version of phonegap used constants which are not present in Android 1.5 , that&#8217;s why verification fails<br />
That&#8217;s why we have verification error and can&#8217;t start it on 1.5</p>
<p>if (android.os.Build.VERSION.SDK_INT &lt;= android.os.Build.VERSION_CODES.DONUT)</p>
<p>Build.VERSION.SDK_INT &#8211; starting from 1.6<br />
Build.VERSION_CODES.DONUT &#8211; also seems starting from 1.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe B</title>
		<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/comment-page-1/#comment-11341</link>
		<dc:creator>Joe B</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=161#comment-11341</guid>
		<description>kaptron: Can you let me know how you&#039;re trying to run it?  Usually verify errors happen when there&#039;s an error in the AndroidManifest.xml  

That being said, I don&#039;t usually run PhoneGap in the PhoneGap directory EXCEPT for debugging.  Instead, I build a jar and run the build.rb ruby script to generate ready-made Android applications that I can customize later.  This works very well, and I&#039;ll blog about it when I get the chance.

As far as keyboard errors, that has nothing to do with us.  We don&#039;t mess with any of the input methods on Android, we just catch events from the menu keypress.</description>
		<content:encoded><![CDATA[<p>kaptron: Can you let me know how you&#8217;re trying to run it?  Usually verify errors happen when there&#8217;s an error in the AndroidManifest.xml  </p>
<p>That being said, I don&#8217;t usually run PhoneGap in the PhoneGap directory EXCEPT for debugging.  Instead, I build a jar and run the build.rb ruby script to generate ready-made Android applications that I can customize later.  This works very well, and I&#8217;ll blog about it when I get the chance.</p>
<p>As far as keyboard errors, that has nothing to do with us.  We don&#8217;t mess with any of the input methods on Android, we just catch events from the menu keypress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaptron</title>
		<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/comment-page-1/#comment-11332</link>
		<dc:creator>kaptron</dc:creator>
		<pubDate>Tue, 05 Jan 2010 19:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=161#comment-11332</guid>
		<description>I&#039;m using the latest EDGE as well and it crashes in 1.5 for me too. It says &quot;The application PhoneGap (process com.phonegap) has stopped unexpectedly.Please try again&quot;

logcat says: &quot;E/AndroidRuntime(  848): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime(  848): java.lang.VerifyError: com.phonegap.DroidGap&quot; ...

Not sure if it is related but when the app first pops up in 2.0 it gives an error about application Android Keyboard fail (process com.android.inputmethod.latin).

Anyway, just reporting what I&#039;ve found. Otherwise I&#039;ve been playing with the latest versions in the 2.0 emulator and it&#039;s been great, keep up the awesome work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the latest EDGE as well and it crashes in 1.5 for me too. It says &#8220;The application PhoneGap (process com.phonegap) has stopped unexpectedly.Please try again&#8221;</p>
<p>logcat says: &#8220;E/AndroidRuntime(  848): Uncaught handler: thread main exiting due to uncaught exception<br />
E/AndroidRuntime(  848): java.lang.VerifyError: com.phonegap.DroidGap&#8221; &#8230;</p>
<p>Not sure if it is related but when the app first pops up in 2.0 it gives an error about application Android Keyboard fail (process com.android.inputmethod.latin).</p>
<p>Anyway, just reporting what I&#8217;ve found. Otherwise I&#8217;ve been playing with the latest versions in the 2.0 emulator and it&#8217;s been great, keep up the awesome work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe B</title>
		<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/comment-page-1/#comment-11111</link>
		<dc:creator>Joe B</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=161#comment-11111</guid>
		<description>It&#039;s all in EDGE.  The Android 1.5 branch was created before I decided to mess with Java Reflection.</description>
		<content:encoded><![CDATA[<p>It&#8217;s all in EDGE.  The Android 1.5 branch was created before I decided to mess with Java Reflection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Darbyshire</title>
		<link>http://blogs.nitobi.com/joe/2009/12/08/edge-update-android-1-x-database-storage/comment-page-1/#comment-11050</link>
		<dc:creator>Mark Darbyshire</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=161#comment-11050</guid>
		<description>It&#039;s very exciting to hear about your progress on Android.

Is the stuff you&#039;ve been working on available in Edge? So far I&#039;ve been trying to get stuff working on Android 1.5 by using what I checked out of the android_1.5 branch a week or so ago. I&#039;d love to switch to a more up-to-date version of PhoneGap with support for as much as possible on Android 1.5, but at the moment the default project in Edge crashes when run on Android 1.5. Are you able to advise on what I should check out or when what you&#039;ve been working on will be available to try using?

Thanks for all the great work you&#039;ve been doing. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s very exciting to hear about your progress on Android.</p>
<p>Is the stuff you&#8217;ve been working on available in Edge? So far I&#8217;ve been trying to get stuff working on Android 1.5 by using what I checked out of the android_1.5 branch a week or so ago. I&#8217;d love to switch to a more up-to-date version of PhoneGap with support for as much as possible on Android 1.5, but at the moment the default project in Edge crashes when run on Android 1.5. Are you able to advise on what I should check out or when what you&#8217;ve been working on will be available to try using?</p>
<p>Thanks for all the great work you&#8217;ve been doing. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

