<?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: THE ADVANTAGES OF DIGITAL TV MOBILE PHONE &#8211; COMPARED TO ANALOG TV PHONES</title>
	<atom:link href="http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm</link>
	<description>Stay up to date with issues at ampsd.com</description>
	<lastBuildDate>Sat, 05 Dec 2009 15:21:21 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: abdulai s</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1198</link>
		<dc:creator>abdulai s</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1198</guid>
		<description>Nokia is one of the best phone companies in the world. As for the N95 I have one and it is of the highest quality of phones in the world. It has amazing graphics, memory, sturdiness, compatibility, usage, speed, camera, and design. It also contains special features never before put on phones. Like the ability to play slide shows and videos on your TV using a simple wire. Its bluetooth range is double any phone on the markets. With only the I-phone as its competition this is a world-wide notable phone and truly original one of a kind.
-----Sean</description>
		<content:encoded><![CDATA[<p>Nokia is one of the best phone companies in the world. As for the N95 I have one and it is of the highest quality of phones in the world. It has amazing graphics, memory, sturdiness, compatibility, usage, speed, camera, and design. It also contains special features never before put on phones. Like the ability to play slide shows and videos on your TV using a simple wire. Its bluetooth range is double any phone on the markets. With only the I-phone as its competition this is a world-wide notable phone and truly original one of a kind.<br />
&#8212;&#8211;Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa S</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1199</link>
		<dc:creator>Lisa S</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1199</guid>
		<description>One of the best sites for phone comparision that I&#039;ve found is 
http://www.phonescoop.com
The site lets you see detailed phone specs and compare them side by side and they show both CDMA and GSM technology phones.</description>
		<content:encoded><![CDATA[<p>One of the best sites for phone comparision that I&#039;ve found is<br />
<a href="http://www.phonescoop.com" rel="nofollow">http://www.phonescoop.com</a><br />
The site lets you see detailed phone specs and compare them side by side and they show both CDMA and GSM technology phones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M S</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1200</link>
		<dc:creator>M S</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1200</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: daduccck</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1196</link>
		<dc:creator>daduccck</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1196</guid>
		<description>I&#039;m assuming your trying to sync the entire file. That is, you want the latest version of the file on both systems when you&#039;re done. 

You MUST have accurate timestamps or you simply can&#039;t sync. You can read the time on both platforms to determine what the difference is between the two. Apply this difference to one of the time stamps so you can compare the dates/times on the two files. This isn&#039;t entirely trustworthy, but it&#039;s the best you can do. Your application could request that the user set the times to be as close as possible to each other.

This procedure assumes you have stored the time that you last synchronized the PC and the phone:

1. If the file on the PDA was changed after the last sync time and the PC file is older than the last sync time, then the PDA file is newer and should be copied to the PC.

2. If the file on the PDA is missing and the file on the PC is older than the last sync time, then it was deleted from the PDA and should be deleted from the PC.

3. If the file on the PDA is missing and the file on the PC is newer than the last sync time, then the PC file is either new or was modified after the PDA file was deleted, so the PC file should be copied to the PDA.

4. If both files are newer than the last sync time you have a conflict and need to ask the user which to keep.

5-7. Repeat steps 1-3 substituting PC for PDA and vice versa.

8. Store the sync time so you have it for next time.

You can apply a similar algorithm to sync the records in a database. You just need to timestamp each record.</description>
		<content:encoded><![CDATA[<p>I&#039;m assuming your trying to sync the entire file. That is, you want the latest version of the file on both systems when you&#039;re done. </p>
<p>You MUST have accurate timestamps or you simply can&#039;t sync. You can read the time on both platforms to determine what the difference is between the two. Apply this difference to one of the time stamps so you can compare the dates/times on the two files. This isn&#039;t entirely trustworthy, but it&#039;s the best you can do. Your application could request that the user set the times to be as close as possible to each other.</p>
<p>This procedure assumes you have stored the time that you last synchronized the PC and the phone:</p>
<p>1. If the file on the PDA was changed after the last sync time and the PC file is older than the last sync time, then the PDA file is newer and should be copied to the PC.</p>
<p>2. If the file on the PDA is missing and the file on the PC is older than the last sync time, then it was deleted from the PDA and should be deleted from the PC.</p>
<p>3. If the file on the PDA is missing and the file on the PC is newer than the last sync time, then the PC file is either new or was modified after the PDA file was deleted, so the PC file should be copied to the PDA.</p>
<p>4. If both files are newer than the last sync time you have a conflict and need to ask the user which to keep.</p>
<p>5-7. Repeat steps 1-3 substituting PC for PDA and vice versa.</p>
<p>8. Store the sync time so you have it for next time.</p>
<p>You can apply a similar algorithm to sync the records in a database. You just need to timestamp each record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martyj54</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1197</link>
		<dc:creator>martyj54</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1197</guid>
		<description>www.letstalk.com
www.wirefly.com

www.cnet.com lets you compare phones as does www.phonescope.com and others 

good luck</description>
		<content:encoded><![CDATA[<p><a href="http://www.letstalk.com" rel="nofollow">http://www.letstalk.com</a><br />
<a href="http://www.wirefly.com" rel="nofollow">http://www.wirefly.com</a></p>
<p><a href="http://www.cnet.com" rel="nofollow">http://www.cnet.com</a> lets you compare phones as does <a href="http://www.phonescope.com" rel="nofollow">http://www.phonescope.com</a> and others </p>
<p>good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter_patterfritz</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1194</link>
		<dc:creator>peter_patterfritz</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1194</guid>
		<description>If you&#039;re talking reception-wise.... It depends where you live!!</description>
		<content:encoded><![CDATA[<p>If you&#039;re talking reception-wise&#8230;. It depends where you live!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carter</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1195</link>
		<dc:creator>Carter</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1195</guid>
		<description>Phones can be used for car navigation but they are not as accurate as a stand alone device like the Nuvi. Another drawback is the small screen. Nothing beats a dedicated navigation device. Buy the Nuvi.</description>
		<content:encoded><![CDATA[<p>Phones can be used for car navigation but they are not as accurate as a stand alone device like the Nuvi. Another drawback is the small screen. Nothing beats a dedicated navigation device. Buy the Nuvi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucyblue_1999</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1192</link>
		<dc:creator>lucyblue_1999</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1192</guid>
		<description>Virgin mobile charge more for mothly plan, but the good thing is without a contract, you can check out their web for more details.
www.virginmoblieusa.com

But if you just use your phone a few times a week, VM has the lowest per minute rate 18c/min. among all prepaid carriers.

because VM is using Sprint PCS network(which is sucks!), you may experience poor receptions in rural areas/buildings/stores,etc.
T-mobile have better coverage than VM.</description>
		<content:encoded><![CDATA[<p>Virgin mobile charge more for mothly plan, but the good thing is without a contract, you can check out their web for more details.<br />
<a href="http://www.virginmoblieusa.com" rel="nofollow">http://www.virginmoblieusa.com</a></p>
<p>But if you just use your phone a few times a week, VM has the lowest per minute rate 18c/min. among all prepaid carriers.</p>
<p>because VM is using Sprint PCS network(which is sucks!), you may experience poor receptions in rural areas/buildings/stores,etc.<br />
T-mobile have better coverage than VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salgado j</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1193</link>
		<dc:creator>salgado j</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1193</guid>
		<description>www.phonescoop.com

I use it all the time, and you can do side-by-side comparisons for phones of all brands and service providers, as well as read reviews from people who have actually had the phone.</description>
		<content:encoded><![CDATA[<p><a href="http://www.phonescoop.com" rel="nofollow">http://www.phonescoop.com</a></p>
<p>I use it all the time, and you can do side-by-side comparisons for phones of all brands and service providers, as well as read reviews from people who have actually had the phone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: armidons</title>
		<link>http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm/comment-page-1#comment-1191</link>
		<dc:creator>armidons</dc:creator>
		<pubDate>Sat, 12 Sep 2009 02:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ampsd.com/the-advantages-of-digital-tv-mobile-phone-compared-to-analog-tv-phones.htm#comment-1191</guid>
		<description>it is not that good</description>
		<content:encoded><![CDATA[<p>it is not that good</p>
]]></content:encoded>
	</item>
</channel>
</rss>
