<?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: OpenBaseMovil 3.0 final Released</title>
	<atom:link href="http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/</link>
	<description>J2ME Framework, J2ME database and more</description>
	<pubDate>Wed, 07 Jan 2009 01:25:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Narciso Cerezo</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-83</link>
		<dc:creator>Narciso Cerezo</dc:creator>
		<pubDate>Thu, 18 Dec 2008 12:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-83</guid>
		<description>Hi sigma12,

What you are looking for is exactly what we do with BaseMovil, the framework from which OpenBaseMovil was born.
OpenBaseMovil has all the features (in fact we are migrating BaseMovil to sit on top of OpenBaseMovil) but synchronization.
We offer synchronization services in a variety of ways and business models, and you can even try them free.
Please, contact me for more information: narciso /at/ elondra /dot/ com

Regards,
Narciso</description>
		<content:encoded><![CDATA[<p>Hi sigma12,</p>
<p>What you are looking for is exactly what we do with BaseMovil, the framework from which OpenBaseMovil was born.<br />
OpenBaseMovil has all the features (in fact we are migrating BaseMovil to sit on top of OpenBaseMovil) but synchronization.<br />
We offer synchronization services in a variety of ways and business models, and you can even try them free.<br />
Please, contact me for more information: narciso /at/ elondra /dot/ com</p>
<p>Regards,<br />
Narciso</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sigma12</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-82</link>
		<dc:creator>sigma12</dc:creator>
		<pubDate>Wed, 17 Dec 2008 06:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-82</guid>
		<description>Hi Narciso Cerezo,
Thanks for your reply. It is quite helpful indeed. Is it possible to access this database created on Symbian phone (S60) 3rd edition and transfer it to a PC? 
I have a database on PC (server) and I want to create a java module to synchronize it with the database present on symbian device. Do you think it is possible?

Thanks in advance for your inputs.</description>
		<content:encoded><![CDATA[<p>Hi Narciso Cerezo,<br />
Thanks for your reply. It is quite helpful indeed. Is it possible to access this database created on Symbian phone (S60) 3rd edition and transfer it to a PC?<br />
I have a database on PC (server) and I want to create a java module to synchronize it with the database present on symbian device. Do you think it is possible?</p>
<p>Thanks in advance for your inputs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narciso Cerezo</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-81</link>
		<dc:creator>Narciso Cerezo</dc:creator>
		<pubDate>Tue, 16 Dec 2008 13:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-81</guid>
		<description>Hi sigma12,
The database storage engine uses the RMS, so the actual location and contents vary a lot between devices.
I can't tell you exactly where the S60 emulator places the files. Sun WTK's and emulators based on it by various manufacturers store the rms files in the appdb folder. For WTK 2.2 it was just beneath the root instalation folder of the WTK, for WTK 2.5.2 a folder called j2mewtk is created on the user home folder, and the appdb folder is on it.
On the device, usually the rms files are not accessible due to security constraints.
But on Symbian phones it is possible to get to them. For 2nd edition devices they are placed in the same folder of the .jar file and it is a single file that can be more or less viewed with an hexadecimal editor. For 3rd edition devices, this was improved and it is more difficult to actually view the contents of the file.
In fact, with 2nd edition phones you could move the data file from one device to another and it will work, but that doesn't work for 3rd edition.
Of course, you need FExplorer or similar software on Symbian to view the internal filesystem.
We will provide in the future a file based storage, but probably only for BlackBerry, since the file storage has many drawbacks in terms of security and API access (applications need to be signed).</description>
		<content:encoded><![CDATA[<p>Hi sigma12,<br />
The database storage engine uses the RMS, so the actual location and contents vary a lot between devices.<br />
I can&#8217;t tell you exactly where the S60 emulator places the files. Sun WTK&#8217;s and emulators based on it by various manufacturers store the rms files in the appdb folder. For WTK 2.2 it was just beneath the root instalation folder of the WTK, for WTK 2.5.2 a folder called j2mewtk is created on the user home folder, and the appdb folder is on it.<br />
On the device, usually the rms files are not accessible due to security constraints.<br />
But on Symbian phones it is possible to get to them. For 2nd edition devices they are placed in the same folder of the .jar file and it is a single file that can be more or less viewed with an hexadecimal editor. For 3rd edition devices, this was improved and it is more difficult to actually view the contents of the file.<br />
In fact, with 2nd edition phones you could move the data file from one device to another and it will work, but that doesn&#8217;t work for 3rd edition.<br />
Of course, you need FExplorer or similar software on Symbian to view the internal filesystem.<br />
We will provide in the future a file based storage, but probably only for BlackBerry, since the file storage has many drawbacks in terms of security and API access (applications need to be signed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sigma12</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-80</link>
		<dc:creator>sigma12</dc:creator>
		<pubDate>Tue, 16 Dec 2008 13:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-80</guid>
		<description>I am not sure whether this is the right forum to post this question but I want to know that when I create a database using openbasemovil, where is the database file store (1) when I am using nokia S60 emulator to test and (2) on the device. I mean at which location the database is created. Will appreciate any pointers.</description>
		<content:encoded><![CDATA[<p>I am not sure whether this is the right forum to post this question but I want to know that when I create a database using openbasemovil, where is the database file store (1) when I am using nokia S60 emulator to test and (2) on the device. I mean at which location the database is created. Will appreciate any pointers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narciso Cerezo</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-63</link>
		<dc:creator>Narciso Cerezo</dc:creator>
		<pubDate>Wed, 06 Feb 2008 14:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-63</guid>
		<description>Thanks again, Stefan.
We'll review the bugs and fix them for the next release.</description>
		<content:encoded><![CDATA[<p>Thanks again, Stefan.<br />
We&#8217;ll review the bugs and fix them for the next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-62</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 06 Feb 2008 14:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-62</guid>
		<description>I also filed 2 Bug Reports on Sourceforge so you could include the fixes for them in the next release.

I've been trying to get around any limitations myself. It's messy right now but kinda works. I didn't touch your code at all, maybe that's why it's a bit messy. As I have to work with that I get from your public functions :P

I'll see what I can come up with which may be handy and actually usable ;P</description>
		<content:encoded><![CDATA[<p>I also filed 2 Bug Reports on Sourceforge so you could include the fixes for them in the next release.</p>
<p>I&#8217;ve been trying to get around any limitations myself. It&#8217;s messy right now but kinda works. I didn&#8217;t touch your code at all, maybe that&#8217;s why it&#8217;s a bit messy. As I have to work with that I get from your public functions <img src='http://www.openbasemovil.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I&#8217;ll see what I can come up with which may be handy and actually usable ;P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narciso Cerezo</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-61</link>
		<dc:creator>Narciso Cerezo</dc:creator>
		<pubDate>Wed, 06 Feb 2008 13:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-61</guid>
		<description>Great!
Very good news, and thanks for the information.
We hope to be able to give you a new storage engine for overriding the limitations.
Next week will be a busy one with the 3GSM show, but the next one we'll try to give you an approximate release date.</description>
		<content:encoded><![CDATA[<p>Great!<br />
Very good news, and thanks for the information.<br />
We hope to be able to give you a new storage engine for overriding the limitations.<br />
Next week will be a busy one with the 3GSM show, but the next one we&#8217;ll try to give you an approximate release date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-60</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 06 Feb 2008 13:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-60</guid>
		<description>I can now confirm, that the database works on a real device.
After getting my code working again I loaded the Application onto my BB and it worked exactly as it was in the simulator.</description>
		<content:encoded><![CDATA[<p>I can now confirm, that the database works on a real device.<br />
After getting my code working again I loaded the Application onto my BB and it worked exactly as it was in the simulator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-59</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-59</guid>
		<description>I didn't test it on a real device yet, but I will as soon as i get my current code running again ;P Did some coding this morning, but wasn't able to test it yet.

I'll get back to you as soon as i can.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t test it on a real device yet, but I will as soon as i get my current code running again ;P Did some coding this morning, but wasn&#8217;t able to test it yet.</p>
<p>I&#8217;ll get back to you as soon as i can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narciso Cerezo</title>
		<link>http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/comment-page-1/#comment-58</link>
		<dc:creator>Narciso Cerezo</dc:creator>
		<pubDate>Tue, 05 Feb 2008 12:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.openbasemovil.org/2008/01/23/openbasemovil-30-final-released/#comment-58</guid>
		<description>Hi Sebastian,
Thanks for the info. Stefan reported the same, but I think that he has tested it on a real BB device.
We'll investigate on how to use the prebuilt libraries for BB, but the important thing is that you can use it, no matter how. :-)</description>
		<content:encoded><![CDATA[<p>Hi Sebastian,<br />
Thanks for the info. Stefan reported the same, but I think that he has tested it on a real BB device.<br />
We&#8217;ll investigate on how to use the prebuilt libraries for BB, but the important thing is that you can use it, no matter how. <img src='http://www.openbasemovil.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
