<?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>Mobil Teknoloji Haberleri &#187; GPS</title>
	<atom:link href="http://www.mobileagenda.org/category/gps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mobileagenda.org</link>
	<description>Junior .Net Mobile Developer Kemal Serkan YILDIRIM</description>
	<lastBuildDate>Wed, 18 Aug 2010 18:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Adding location to a non GPS phone: introducing OpenCellID</title>
		<link>http://www.mobileagenda.org/2008/09/24/adding-location-to-a-non-gps-phone-introducing-opencellid/</link>
		<comments>http://www.mobileagenda.org/2008/09/24/adding-location-to-a-non-gps-phone-introducing-opencellid/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 10:17:00 +0000</pubDate>
		<dc:creator>kemalserkan</dc:creator>
				<category><![CDATA[GPS]]></category>

		<guid isPermaLink="false">http://mobiledeneme.wordpress.com/2008/09/24/adding-location-to-a-non-gps-phone-introducing-opencellid/</guid>
		<description><![CDATA[In this two part article, we will introduce mobile positioning based on CellID, and we will take a look at OpenCellID, the open source database of CellIDs. We will demonstrate how to use OpenCellID through some simple examples. The second part of the article will show how to use OpenCellID with OpenStreetMap and the 8Motion [...]


Related posts:<ol><li><a href='http://www.mobileagenda.org/2007/12/14/location-sms/' rel='bookmark' title='&lt;!--:tr--&gt;Location SMS&lt;!--:--&gt;'><!--:tr-->Location SMS<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/11/30/332/' rel='bookmark' title='&lt;!--:tr--&gt;GPS Action&lt;!--:--&gt;'><!--:tr-->GPS Action<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/08/04/gps-pokes-new-peepholes-into-mobile-screens/' rel='bookmark' title='&lt;!--:tr--&gt;GPS pokes new peepholes into mobile screens&lt;!--:--&gt;'><!--:tr-->GPS pokes new peepholes into mobile screens<!--:--></a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><!--:tr--><a href="http://2.bp.blogspot.com/_TYmHpqLd9Wc/SNoUCnvzDrI/AAAAAAAAA1M/XB-il0qpuS4/s1600-h/untitled.bmp"><img style="float:left;cursor:hand;margin:0 10px 10px 0;" src="http://2.bp.blogspot.com/_TYmHpqLd9Wc/SNoUCnvzDrI/AAAAAAAAA1M/XB-il0qpuS4/s400/untitled.bmp" border="0" alt="" /></a><br />
In this two part article, we will introduce mobile positioning based on CellID, and we will take a look at OpenCellID, the open source database of CellIDs. We will demonstrate how to use OpenCellID through some simple examples. The second part of the article will show how to use OpenCellID with OpenStreetMap and the 8Motion library to create a full interactive mobile mapping experience in JavaME, with each of these examples being less than 100 lines of code.</p>
<p>What is CellID?<br />
We all know that GPS will be deployed in the vast majority of phones in the future. For now though, only a few high-end handsets are GPS enabled. An alternative, which has been available for some time, but which has gained momentum only recently is location based on CellID. So, what is CellID? A CellID is a number which is associated with a specific cell (the radio tower to which your handset is connected). In most cases, this is the closest tower to your location. So by knowing the location of this tower, then you can know approximately where the handset is. This concept is illustrated below. However, a tower can cover a huge area, from a few hundred meters, in high density areas, to several kilometers in lower density areas. This is why location CellID accuracy is lower than GPS accuracy. Nevertheless location via CellID still presents a very useful alternative.</p>
<p>CellID has recently become much more popular, thanks mainly to its seamless integration into GoogleMaps for Mobile.</p>
<p>OpenCellID<br />
So this sounds great, let&#8217;s just get the device&#8217;s CellID, and then we will know its location. So what&#8217;s the catch? The issue is that the location of cells is not public information. Operators keep this private, for many reasons including:</p>
<p>They don’t want to give tower location information to their competitors<br />
They use this as an extra revenue income, as they provide paying services to retrieve cell location<br />
This is the reason we have set up a service called &#8220;OpenCellID&#8221;. OpenCellID.org is an open source database of CellIDs, serving two purposes:</p>
<p>Anyone can create or use an application to gather information about cell locations, and send this information to the OpenCellID server, thereby improving the coverage<br />
The database can be used by any application to retrieve the location of a cell, according to the CellID</p>
<p><a href="http://1.bp.blogspot.com/_TYmHpqLd9Wc/SNoULr7OWfI/AAAAAAAAA1U/rgigfLRSrYY/s1600-h/network.jpg"><img style="display:block;text-align:center;cursor:hand;margin:0 auto 10px;" src="http://1.bp.blogspot.com/_TYmHpqLd9Wc/SNoULr7OWfI/AAAAAAAAA1U/rgigfLRSrYY/s400/network.jpg" border="0" alt="" /></a></p>
<p><a href="http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-introducing-opencellid">to be continued </a><!--:--></p>
<div class="shr-publisher-668"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://www.mobileagenda.org/2007/12/14/location-sms/' rel='bookmark' title='&lt;!--:tr--&gt;Location SMS&lt;!--:--&gt;'><!--:tr-->Location SMS<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/11/30/332/' rel='bookmark' title='&lt;!--:tr--&gt;GPS Action&lt;!--:--&gt;'><!--:tr-->GPS Action<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/08/04/gps-pokes-new-peepholes-into-mobile-screens/' rel='bookmark' title='&lt;!--:tr--&gt;GPS pokes new peepholes into mobile screens&lt;!--:--&gt;'><!--:tr-->GPS pokes new peepholes into mobile screens<!--:--></a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileagenda.org/2008/09/24/adding-location-to-a-non-gps-phone-introducing-opencellid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Police turning to GPS to track cars more than ever</title>
		<link>http://www.mobileagenda.org/2008/08/15/police-turning-to-gps-to-track-cars-more-than-ever/</link>
		<comments>http://www.mobileagenda.org/2008/08/15/police-turning-to-gps-to-track-cars-more-than-ever/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 15:28:00 +0000</pubDate>
		<dc:creator>kemalserkan</dc:creator>
				<category><![CDATA[GPS]]></category>

		<guid isPermaLink="false">http://mobiledeneme.wordpress.com/2008/08/15/police-turning-to-gps-to-track-cars-more-than-ever/</guid>
		<description><![CDATA[t&#8217;s no secret that the police have been using GPS to track cars for some time now, often without a warrant or court order and, as The Washington Post now reports, it looks like the practice is only getting more and more commonplace. That is mostly due to the fact that courts usually side with [...]


Related posts:<ol><li><a href='http://www.mobileagenda.org/2008/11/08/mobile-millennium-project-promises-to-track-traffic-with-cellphones/' rel='bookmark' title='&lt;!--:tr--&gt;Mobile Millennium project promises to track traffic with cellphones&lt;!--:--&gt;'><!--:tr-->Mobile Millennium project promises to track traffic with cellphones<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2009/05/16/windows-mobile-track-for-rampup-has-been-launched/' rel='bookmark' title='&lt;!--:tr--&gt;Windows Mobile Track for RampUp has been Launched&lt;!--:--&gt;'><!--:tr-->Windows Mobile Track for RampUp has been Launched<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/08/20/samsung-i900-omnia-turning-up-in-uk/' rel='bookmark' title='&lt;!--:tr--&gt;Samsung i900 Omnia turning up in UK&lt;!--:--&gt;'><!--:tr-->Samsung i900 Omnia turning up in UK<!--:--></a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><!--:tr--><a href="http://2.bp.blogspot.com/_TYmHpqLd9Wc/SKWhAKRqcrI/AAAAAAAAAqU/NcXcYtIGO7M/s1600-h/chase-hq-gps-08-14-08.jpg"><img style="display:block;text-align:center;cursor:hand;margin:0 auto 10px;" src="http://2.bp.blogspot.com/_TYmHpqLd9Wc/SKWhAKRqcrI/AAAAAAAAAqU/NcXcYtIGO7M/s320/chase-hq-gps-08-14-08.jpg" border="0" alt="" /></a><br />
t&#8217;s no secret that the police have been using GPS to track cars for some time now, often without a warrant or court order and, as The Washington Post now reports, it looks like the practice is only getting more and more commonplace. That is mostly due to the fact that courts usually side with the police in the resulting cases that arise out of the use of GPS trackers, with them agreeing with the argument that it is essentially no different than having an officer physically track a car themselves. They also cite a 1983 Supreme Court case that allowed the use of &#8220;beepers&#8221; that relay a car&#8217;s location to police. Of course, others, like attorney Chris Leibig, have an entirely different opinion, saying that, &#8220;tracking a person everywhere they go and keeping a computer record of it for days and days without that person knowing is a completely different type of intrusion.&#8221; Given that at least some state courts, like Washington state, side with that position and require a warrant for GPS trackers to be used, it would seem likely that this matter could eventually wind up being decided in the Supreme Court as well.<!--:--></p>
<div class="shr-publisher-601"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://www.mobileagenda.org/2008/11/08/mobile-millennium-project-promises-to-track-traffic-with-cellphones/' rel='bookmark' title='&lt;!--:tr--&gt;Mobile Millennium project promises to track traffic with cellphones&lt;!--:--&gt;'><!--:tr-->Mobile Millennium project promises to track traffic with cellphones<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2009/05/16/windows-mobile-track-for-rampup-has-been-launched/' rel='bookmark' title='&lt;!--:tr--&gt;Windows Mobile Track for RampUp has been Launched&lt;!--:--&gt;'><!--:tr-->Windows Mobile Track for RampUp has been Launched<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/08/20/samsung-i900-omnia-turning-up-in-uk/' rel='bookmark' title='&lt;!--:tr--&gt;Samsung i900 Omnia turning up in UK&lt;!--:--&gt;'><!--:tr-->Samsung i900 Omnia turning up in UK<!--:--></a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileagenda.org/2008/08/15/police-turning-to-gps-to-track-cars-more-than-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone experiencing GPS problems after 2.0.1 update?</title>
		<link>http://www.mobileagenda.org/2008/08/11/iphone-experiencing-gps-problems-after-2-0-1-update/</link>
		<comments>http://www.mobileagenda.org/2008/08/11/iphone-experiencing-gps-problems-after-2-0-1-update/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 21:50:00 +0000</pubDate>
		<dc:creator>kemalserkan</dc:creator>
				<category><![CDATA[GPS]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://mobiledeneme.wordpress.com/2008/08/11/iphone-experiencing-gps-problems-after-2-0-1-update/</guid>
		<description><![CDATA[While some complaints after any firmware update are to be expected, there seems to be a decided uptick in the number of reports of problems with the iPhone&#8217;s GPS (ranging from general wonkiness to all out failure) after the most recent 2.0.1 update. As the responses on the MacRumors forums indicate, however, the problems are [...]


Related posts:<ol><li><a href='http://www.mobileagenda.org/2008/09/13/finally-some-good-news-from-apple-as-we-test-our-apple-iphone-3g-with-the-most-recent-update-iphone-2-1/' rel='bookmark' title='&lt;!--:tr--&gt;Finally some good news from Apple, as we test our Apple iPhone 3G with the most recent update, iPhone 2.1.&lt;!--:--&gt;'><!--:tr-->Finally some good news from Apple, as we test our Apple iPhone 3G with the most recent update, iPhone 2.1.<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/08/05/apple-releases-iphone-2-0-1-software-update/' rel='bookmark' title='&lt;!--:tr--&gt;Apple Releases iPhone 2.0.1 Software Update&lt;!--:--&gt;'><!--:tr-->Apple Releases iPhone 2.0.1 Software Update<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/09/15/iphone-2-1-update-the-aftermath/' rel='bookmark' title='&lt;!--:tr--&gt;iPhone 2.1 update: the aftermath&lt;!--:--&gt;'><!--:tr-->iPhone 2.1 update: the aftermath<!--:--></a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><!--:tr--><a href="http://4.bp.blogspot.com/_TYmHpqLd9Wc/SKC0h2ISE-I/AAAAAAAAAps/MmC9Gu8922Y/s1600-h/iphone-gps-08-11-08.jpg"><img style="display:block;text-align:center;cursor:hand;margin:0 auto 10px;" src="http://4.bp.blogspot.com/_TYmHpqLd9Wc/SKC0h2ISE-I/AAAAAAAAAps/MmC9Gu8922Y/s320/iphone-gps-08-11-08.jpg" border="0" alt="" /></a><br />
While some complaints after any firmware update are to be expected, there seems to be a decided uptick in the number of reports of problems with the iPhone&#8217;s GPS (ranging from general wonkiness to all out failure) after the most recent 2.0.1 update. As the responses on the MacRumors forums indicate, however, the problems are far from across the board (or confined to the iPhone 3G), and GPS problems haven&#8217;t exactly been that rare of an occurrence before this latest update either. So, we&#8217;ll open it up to you, dear readers &#8212; have you had any newfound iPhone GPS problems?<!--:--></p>
<div class="shr-publisher-597"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://www.mobileagenda.org/2008/09/13/finally-some-good-news-from-apple-as-we-test-our-apple-iphone-3g-with-the-most-recent-update-iphone-2-1/' rel='bookmark' title='&lt;!--:tr--&gt;Finally some good news from Apple, as we test our Apple iPhone 3G with the most recent update, iPhone 2.1.&lt;!--:--&gt;'><!--:tr-->Finally some good news from Apple, as we test our Apple iPhone 3G with the most recent update, iPhone 2.1.<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/08/05/apple-releases-iphone-2-0-1-software-update/' rel='bookmark' title='&lt;!--:tr--&gt;Apple Releases iPhone 2.0.1 Software Update&lt;!--:--&gt;'><!--:tr-->Apple Releases iPhone 2.0.1 Software Update<!--:--></a></li>
<li><a href='http://www.mobileagenda.org/2008/09/15/iphone-2-1-update-the-aftermath/' rel='bookmark' title='&lt;!--:tr--&gt;iPhone 2.1 update: the aftermath&lt;!--:--&gt;'><!--:tr-->iPhone 2.1 update: the aftermath<!--:--></a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileagenda.org/2008/08/11/iphone-experiencing-gps-problems-after-2-0-1-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

