<?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: Maverick &#8211; GPS app for Android OS</title>
	<atom:link href="http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/</link>
	<description>Software news and reviews</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2830</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 11 Feb 2011 20:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2830</guid>
		<description>Maverick uses getExternalStorageDirectory() function to get location of SD card. Android currently have no way to select between internal and external SD cards, I&#039;ll need to add a manual selection for maps folder location.</description>
		<content:encoded><![CDATA[<p>Maverick uses getExternalStorageDirectory() function to get location of SD card. Android currently have no way to select between internal and external SD cards, I&#8217;ll need to add a manual selection for maps folder location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2829</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 11 Feb 2011 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2829</guid>
		<description>Hi,

As we all know, if you download any quantity of detailed map tiles the storage requirement racks up quickly, and most phones only have a limited storage (especially once you put a few apps on). Is there anyway to move the folder structure with the tiles to my external SD card? I put 32GB sd card in the phone thinking I could use that for maps but I&#039;m unable to find any option in the app (or any ini file) that i can point at &quot;mntsdcardextrernal_sd&quot;. I bough the paid version based on a user comment saying move to SD was now available, but that seems to only moves the app, the tile folder still gets created on the internal SD card. I&#039;m wondering if this is actually a bug, and that move to SD should re-point the folders too?

Help!
Tim </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>As we all know, if you download any quantity of detailed map tiles the storage requirement racks up quickly, and most phones only have a limited storage (especially once you put a few apps on). Is there anyway to move the folder structure with the tiles to my external SD card? I put 32GB sd card in the phone thinking I could use that for maps but I&#8217;m unable to find any option in the app (or any ini file) that i can point at &#8220;mntsdcardextrernal_sd&#8221;. I bough the paid version based on a user comment saying move to SD was now available, but that seems to only moves the app, the tile folder still gets created on the internal SD card. I&#8217;m wondering if this is actually a bug, and that move to SD should re-point the folders too?</p>
<p>Help!<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: android apps development</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2820</link>
		<dc:creator>android apps development</dc:creator>
		<pubDate>Thu, 03 Feb 2011 12:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2820</guid>
		<description>This is great map app for android os.</description>
		<content:encoded><![CDATA[<p>This is great map app for android os.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M8erdave</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2808</link>
		<dc:creator>M8erdave</dc:creator>
		<pubDate>Mon, 17 Jan 2011 04:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2808</guid>
		<description>DON&#039;T buy this app! The lite version is awesome but the paid version is bogus. Promised features don&#039;t work and support is just a pretend email address. Save your money and stick to the free version!</description>
		<content:encoded><![CDATA[<p>DON&#8217;T buy this app! The lite version is awesome but the paid version is bogus. Promised features don&#8217;t work and support is just a pretend email address. Save your money and stick to the free version!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2800</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Tue, 04 Jan 2011 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2800</guid>
		<description>I have this app for quite a while and likes it very much for its offline mode. The only regret  I have is the database format used which is plain raw filesystem. Unless you have formatted your SD card with small chunk size, *you will waste a lot of SD space* and quickly run out of space. I would really appreciate a better, more compact, format such as a sqlite DB. I know that Mobile Atlas Creator can already export in this format for other apps. Any chance to have this in future release ?</description>
		<content:encoded><![CDATA[<p>I have this app for quite a while and likes it very much for its offline mode. The only regret  I have is the database format used which is plain raw filesystem. Unless you have formatted your SD card with small chunk size, *you will waste a lot of SD space* and quickly run out of space. I would really appreciate a better, more compact, format such as a sqlite DB. I know that Mobile Atlas Creator can already export in this format for other apps. Any chance to have this in future release ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdulmateen Moghal</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2791</link>
		<dc:creator>Abdulmateen Moghal</dc:creator>
		<pubDate>Wed, 29 Dec 2010 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2791</guid>
		<description>This is more for offroad type usage so hence no turn by turn/voice guidance.

You can import Google data by using a convertor utility to turn the KML into a GPX file format.

Get your maps using Mobile Atlas Creator:-)

This app is actually very usable and I think a giveaway for $5!!!!!</description>
		<content:encoded><![CDATA[<p>This is more for offroad type usage so hence no turn by turn/voice guidance.</p>
<p>You can import Google data by using a convertor utility to turn the KML into a GPX file format.</p>
<p>Get your maps using Mobile Atlas Creator:-)</p>
<p>This app is actually very usable and I think a giveaway for $5!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2788</link>
		<dc:creator>Nir</dc:creator>
		<pubDate>Tue, 28 Dec 2010 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2788</guid>
		<description>very good map , fast and detaild . but must have turen by turen option and voice nevigation . any suggest ? </description>
		<content:encoded><![CDATA[<p>very good map , fast and detaild . but must have turen by turen option and voice nevigation . any suggest ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2357</link>
		<dc:creator>D</dc:creator>
		<pubDate>Sat, 01 May 2010 09:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2357</guid>
		<description>I&#039;m new to Android, Maverick etc. so may be just incompetence ;)

I have just downloaded the light version 1.2.0 (on HTC Desire). Things seem to be quite simple, and I&#039;ve managed to figure out how most things work. I am using the OSM mapnik maps, and have a couple of problems with waypoints.

1) If I add a way point (pressing green flag) it appears in the waypoint list, but if I then delete it from the waypoint list, it is still visible on the screen.

2) If I select geocaching, and work through the process to add the geocache waypoint it doesn&#039;t appear anywhere. All looks as expect until you return to the Maverick map screen, but at that point there is no sign of the waypoint :(.</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to Android, Maverick etc. so may be just incompetence ;)</p>
<p>I have just downloaded the light version 1.2.0 (on HTC Desire). Things seem to be quite simple, and I&#8217;ve managed to figure out how most things work. I am using the OSM mapnik maps, and have a couple of problems with waypoints.</p>
<p>1) If I add a way point (pressing green flag) it appears in the waypoint list, but if I then delete it from the waypoint list, it is still visible on the screen.</p>
<p>2) If I select geocaching, and work through the process to add the geocache waypoint it doesn&#8217;t appear anywhere. All looks as expect until you return to the Maverick map screen, but at that point there is no sign of the waypoint :(.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lemoi</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2333</link>
		<dc:creator>lemoi</dc:creator>
		<pubDate>Thu, 15 Apr 2010 09:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2333</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-2237&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-2237&quot; rel=&quot;nofollow&quot;&gt;Marshall&lt;/a&gt; :&lt;/strong&gt;
Dear Jeff,
Can you advise me on adding .kmz overlay into Maverick?&lt;/blockquote&gt;
I&#039;m also interested!</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-2237"><p>
<strong><a href="#comment-2237" rel="nofollow">Marshall</a> :</strong><br />
Dear Jeff,<br />
Can you advise me on adding .kmz overlay into Maverick?</p></blockquote>
<p>I&#8217;m also interested!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marshall</title>
		<link>http://blog.codesector.com/2009/09/08/maverick-gps-application-for-android-os/comment-page-1/#comment-2237</link>
		<dc:creator>Marshall</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codesector.com/?p=192#comment-2237</guid>
		<description>Dear Jeff,
Can you advise me on adding .kmz overlay into Maverick?  I have 2 overlays that I have converted into .kmz that I would like to view on my Nexus One as overlays on top of the other map choices.  One is small and simple: vector data.  The other one is a geologic map of 80mb.  

Can I add a new map into Maverick? (from the geologic map) Can I make an overlay from my vector data?  

Please let me know your thoughts and advise.  Thanks for the great program.</description>
		<content:encoded><![CDATA[<p>Dear Jeff,<br />
Can you advise me on adding .kmz overlay into Maverick?  I have 2 overlays that I have converted into .kmz that I would like to view on my Nexus One as overlays on top of the other map choices.  One is small and simple: vector data.  The other one is a geologic map of 80mb.  </p>
<p>Can I add a new map into Maverick? (from the geologic map) Can I make an overlay from my vector data?  </p>
<p>Please let me know your thoughts and advise.  Thanks for the great program.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
