<?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>Latest In Tech &#187; Mobile Phones</title>
	<atom:link href="http://www.latestintech.com/category/mobile-phones/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.latestintech.com</link>
	<description>get lit</description>
	<lastBuildDate>Sat, 20 Mar 2010 01:05:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Bluetooth Proximity Detection on OS X</title>
		<link>http://www.latestintech.com/bluetooth-proximity-detection-on-os-x/</link>
		<comments>http://www.latestintech.com/bluetooth-proximity-detection-on-os-x/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 19:16:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/bluetooth-proximity-detection-on-os-x/</guid>
		<description><![CDATA[I use this to lock and unlock my Mac, at work, based on the bluetooth connection between my phone and computer. Once my Mac detects that the phone is unavailable it locks itself. What you&#8217;ll need: Proximity 1.0 a free download from Apple. A compiled version of notify.c #include int main(int argc, char ** argv) [...]]]></description>
			<content:encoded><![CDATA[<p>I use this to lock and unlock my Mac, at work, based on the bluetooth connection between my phone and computer. Once my Mac detects that the phone is unavailable it locks itself.</p>
<p>What you&#8217;ll need:</p>
<ul>
<li><a href="http://www.apple.com/downloads/macosx/system_disk_utilities/proximity.html">Proximity 1.0</a> a free download from Apple.</li>
<li>A compiled version of notify.c<br />
<code>#include <CoreFoundation/CoreFoundation.h><br />
int main(int argc, char ** argv)<br />
{<br />
    CFMessagePortRef port = CFMessagePortCreateRemote(NULL, CFSTR("com.apple.loginwindow.notify"));<br />
    CFMessagePortSendRequest(port, 500, 0, 0, 0, 0, 0);<br />
    CFRelease(port);<br />
    return 0;<br />
}</code><br />
You can download a pre-compiled version here, or compile it yourself (Apple&#8217;s Dev Tools required) with the command<br />
<code>cc -arch ppc -arch i386 -o notif notif.c -framework CoreFoundation</code></li>
<li>An Apple Script to set the screen saver<br />
<code>-- Turn on the screen saver password<br />
do shell script "defaults -currentHost write com.apple.screensaver askForPassword -int 1"<br />
set MyName to do shell script "whoami"<br />
set runFile to "/Users/" &#038; MyName &#038; "/notif"<br />
-- display dialog runFile<br />
do shell script runFile<br />
-- Activate the screen saver<br />
tell application "ScreenSaverEngine" to activate</code><br />
N.B. You&#8217;ll need to change &#8220;/notif&#8221; to match the location if the compiled notif binary</li>
<li>An Applescript to unset the screensaver.<br />
<code>-- Disable the screen Saver Password<br />
set MyName to do shell script "whoami"<br />
set runFile to "/Users/" &#038; MyName &#038; "/notif"<br />
do shell script "defaults -currentHost write com.apple.screensaver askForPassword -int 0"<br />
do shell script runFile<br />
-- Turn OFF the screen saver<br />
tell application "ScreenSaverEngine" to quit</code><br />
N.B. You&#8217;ll need to change &#8220;/notif&#8221; to match the location if the compiled notif binary</li>
<li>Connect your bluetooth device to the Mac via bluetooth.</li>
<li>Run Proximity, set your device, set the Applescripts</li>
</ul>
<p>Useful Links:</p>
<ul>
<li><a href="http://meckimac.com/drupal/?q=node/25">Lock Computer Using DeskShade</a></li>
<li><a href="http://web.mac.com/jhollington/technocrat/The_Technocrat/Entries/2007/3/18_Bluetooth_Proximity_Detection_on_OS_X.html">Bluetooth Proximity Detection on OS X</a></li>
<li><a href="http://forums.macosxhints.com/showthread.php?p=335913#post335913">Automatically turn on/off Password Protection for the Screensaver</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/bluetooth-proximity-detection-on-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom Ringtones and SMS alerts for hacked iPhones</title>
		<link>http://www.latestintech.com/custom-ringtones-and-sms-alerts-for-hacked-iphones/</link>
		<comments>http://www.latestintech.com/custom-ringtones-and-sms-alerts-for-hacked-iphones/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 19:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hack or Crack]]></category>
		<category><![CDATA[Mobile Phones]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/custom-ringtones-and-sms-alerts-for-hacked-iphones/</guid>
		<description><![CDATA[This is really here for me to keep track of. Life in 0 and 1 has a nice little tutorial on how to change SMS alerts on a hacked iPhone. This is for hacked iPhones only. You can pick up quickpwn here]]></description>
			<content:encoded><![CDATA[<p>This is really here for me to keep track of.</p>
<p>Life in 0 and 1 has a nice little tutorial on how to <a href="http://lifein0and1.com/2008/09/09/iphone-hacking-custom-ringtone-and-sms-notification/">change SMS alerts</a> on a hacked iPhone.</p>
<p>This is for hacked iPhones only. You can pick up quickpwn <a href="http://blog.iphone-dev.org/post/49988701/pwnagetool-and-quickpwn-for-2-1-firmware">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/custom-ringtones-and-sms-alerts-for-hacked-iphones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on the Palm</title>
		<link>http://www.latestintech.com/linux-on-the-palm/</link>
		<comments>http://www.latestintech.com/linux-on-the-palm/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 05:08:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hack or Crack]]></category>
		<category><![CDATA[M.S. Smartphone]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Palm]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/linux-on-the-palm/</guid>
		<description><![CDATA[It looks like Linux hackers had to do what Palm has been promising for years now; release Linux for the Palm platform. If I had seen this coming, I probably wouldn&#8217;t have moved to Microsoft&#8217;s Smartphone OS. Of course, if I had known how bad the Smartphone OS was going to be, I probably would&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like Linux hackers had to do what Palm has been promising for years now; release <a href="http://mytreo.net/archives/2007/08/linux-treo-available-now.html">Linux for the Palm platform</a>. If I had seen this coming, I probably wouldn&#8217;t have moved to Microsoft&#8217;s Smartphone OS. Of course, if I had known how bad the Smartphone OS was going to be, I probably would&#8217;ve just killed myself. At this point I&#8217;m not sure if anything will save this sinking ship, but at least it means there&#8217;s life, after Palm Inc. dies, for our Palm OS devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/linux-on-the-palm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Youtube Now Working</title>
		<link>http://www.latestintech.com/mobile-youtube-now-working/</link>
		<comments>http://www.latestintech.com/mobile-youtube-now-working/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 00:32:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/mobile-youtube-now-working/</guid>
		<description><![CDATA[I know years from now you&#8217;ll look back and say WTF? In the mean time youtube finally releasing their mobile site is news to me. Mkay, thanks bye.]]></description>
			<content:encoded><![CDATA[<p>I know years from now you&#8217;ll look back and say WTF? In the mean time youtube finally releasing their <a href="http://m.youtube.com">mobile site</a> is news to me. Mkay, thanks bye.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/mobile-youtube-now-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft; Why we removed Bluetooth DUN</title>
		<link>http://www.latestintech.com/microsoft-why-we-removed-bluetooth-dun/</link>
		<comments>http://www.latestintech.com/microsoft-why-we-removed-bluetooth-dun/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 23:15:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[M.S. Smartphone]]></category>
		<category><![CDATA[Mobile Phones]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/microsoft-why-we-removed-bluetooth-dun/</guid>
		<description><![CDATA[Kudos to Microsoft&#8217;s mobile team. On the Windows Mobile Team blog they&#8217;ve been asking developers what they would like to see in the smartphone, and producing personal programs they needed on their phones. Now the developers are even addressing negative feedback they&#8217;ve received from WM5 AKU3. Specifically, people want to know why Bluetooth DUN has [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.latestintech.com/bimage/blueBite.jpg" alt="Biting bluetooth" align="left" float="right" border=10/><br />
Kudos to Microsoft&#8217;s mobile team. On the <a href="http://blogs.msdn.com/windowsmobile/default.aspx">Windows Mobile Team blog</a> they&#8217;ve been asking developers what they would like to see in the smartphone, and producing personal programs they needed on their phones. Now the developers are even addressing negative feedback they&#8217;ve received from WM5 AKU3. Specifically, people want to know why Bluetooth DUN has been dropped. The answer looks pretty simple, from <a href="http://blogs.msdn.com/windowsmobile/archive/2007/04/17/why-did-we-remove-bluetooth-dun.aspx">the article</a>:</p>
<blockquote><p>So you may be thinking, ok, Internet Sharing is really cool but why did you need to remove Bluetooth DUN?!?  My car kit or Mac does not support Bluetooth PAN and I relied on this legacy technology.</p>
<p>Actually, Microsoft did not remove Bluetooth DUN completely.  We still ship this technology to our OEMs.  It is included in an optional package that OEMs and operators can decide to ship on a per device basis. </p></blockquote>
<p>or is it&#8230;</p>
<blockquote><p> Internet Sharing is also in an optional package.  We did change one thing though.  Internet Sharing is included by default and Bluetooth DUN no longer is.</p></blockquote>
<p>I&#8217;d like to think it&#8217;s simply Microsoft culling legacy technologies, but I can&#8217;t think of a reason why you&#8217;d want to cull a technology you&#8217;ve already put the work in to producing. I hesitate to say that the actual developers are practicing some sort of anti-competitive behavior, but the previous statement does seem odd. If it&#8217;s made optional, and it&#8217;s not included, then for all tense and purpose it has been removed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/microsoft-why-we-removed-bluetooth-dun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pair and Send SMS Messages with OS X</title>
		<link>http://www.latestintech.com/pair-and-send-sms-messages-with-os-x/</link>
		<comments>http://www.latestintech.com/pair-and-send-sms-messages-with-os-x/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 01:49:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile Phones]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/24/pair-and-send-sms-messages-with-os-x/</guid>
		<description><![CDATA[DigMo! has a pretty good write-up of what&#8217;s needed to pair and send SMS messages with your bluetooth enabled phone and OS X. Link via Hawk Wings]]></description>
			<content:encoded><![CDATA[<p>DigMo! has a pretty good write-up of what&#8217;s needed to pair and send SMS messages with your bluetooth enabled phone and OS X.</p>
<p><a href="http://www.digmo.co.uk/misc/sending-sms-via-address-book/">Link</a> via Hawk Wings</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/pair-and-send-sms-messages-with-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo does a little Windows Mobile</title>
		<link>http://www.latestintech.com/yahoo-does-a-little-windows-mobile/</link>
		<comments>http://www.latestintech.com/yahoo-does-a-little-windows-mobile/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 07:25:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[M.S. Smartphone]]></category>
		<category><![CDATA[Mobile Phones]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/06/yahoo-does-a-little-windows-mobile/</guid>
		<description><![CDATA[Yahoo! has announced a revision of it&#8217;s Yahoo! Mobile; now Yahoo! Mobile 2.0. In full web 2.0 catch phrase effect; &#8220;At its core is the carousel, used to navigate intuitively among the various Yahoo! Go widgets: your own personal channels for email, local info &#038; maps, news, sports, finance, entertainment, weather, Flickr™ photos and search.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="./bimage/Yahoo_Carousel.png" alt="Yahoo's Carousel" align="left" float="right"/><br />
Yahoo! has announced a revision of it&#8217;s Yahoo! Mobile; now <a href="http://mobile.yahoo.com/go">Yahoo! Mobile 2.0</a>. In full web 2.0 catch phrase effect;  &#8220;At its core is the carousel, used to navigate intuitively among the various Yahoo! Go <b>widgets</b>: your own personal channels for email, local info &#038; maps, news, sports, finance, entertainment, weather, Flickr™ photos and search.&#8221; From the <a href="http://biz.yahoo.com/bw/070307/20070306006394.html?.v=1">press blurb</a></p>
<blockquote><p>Key features of Yahoo! Go 2.0 for Windows Mobile include:
<ul>
<li>Search reinvented for mobile consumers &#8212; oneSearch(TM) is designed to recognize the intent of a search term and presents relevant content &#8212; not just a list of web links to PC sites &#8212; on the results page. Results are grouped by subject making it easy to read through and drill down to get more details.</li>
<li>Be local, no matter where you are &#8212; The Local &#038; Maps widget gives quick access to comprehensive local directory information for businesses across the US, enhanced with ratings and reviews from the millions-strong Yahoo! community. Interactive maps feature the ability to search directly for businesses, get driving directions and real time traffic updates.</li>
<li>Rich, highly personalizable content from millions of sources &#8212; Current headlines and a breaking news ticker in the News, Sports, Entertainment, Weather and Finance widgets keep consumers connected to the information that matters to them. Consumers can customize to receive content from the millions of sources on the Web that publish in RSS.</li>
<li>Photo sharing keeps consumers connected to their community &#8212; The Flickr(TM) widget integrates one of the Web&#8217;s most innovative and prolific photo-sharing communities, making it easy to upload(1) and manage images from their camera phone. Consumers can also easily share photos, view their friends&#8217; pictures and browse or search the millions of images.</li>
<li>Streamlined e-mail keeps consumers in sync &#8212; The E-mail widget allows consumers to quickly respond to, delete or compose new messages or view attachments with a single click &#8212; all automatically synchronized with their Yahoo! Mail account in real time. </li>
</ul>
</blockquotes>
<p>I couldn&#8217;t actually test the program; annoyingly it seems to still be in beta. Yahoo! Mobile differentiates its self from competitors, like Handmark&#8217;s On Demand a paid application, by pushing content to the phone. The most interesting feature; <b>personal info, including your contacts and email, remain in sync with your Yahoo! Web account.</b> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/yahoo-does-a-little-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smartphone Software</title>
		<link>http://www.latestintech.com/smartphone-software/</link>
		<comments>http://www.latestintech.com/smartphone-software/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 06:58:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[M.S. Smartphone]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Phones]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/05/smartphone-software/</guid>
		<description><![CDATA[Lets just jump right in; I&#8217;ve been using a Motorola Q for 3 weeks now, below are the programs I&#8217;ve found useful. zaTelnet, a Telnet / SSH / SSH1 / SSH2 client for devices supporting Microsoft Compact Framework 1.0 or 2.0. TCPMP is a free open-source media player for Palm OS-based and Windows CE / [...]]]></description>
			<content:encoded><![CDATA[<p>Lets just jump right in; I&#8217;ve been using a Motorola Q for 3 weeks now, below are the programs I&#8217;ve found useful.
<ul>
<li><a href="http://www.codebrowser.org/main.php">zaTelnet</a>, a Telnet / SSH / SSH1 / SSH2 client for devices supporting Microsoft Compact Framework 1.0 or 2.0.</li>
<li><a href="http://www.latestintech.com/2007/02/27/the-core-media-player/">TCPMP</a> is a free open-source media player for Palm OS-based and Windows CE / Windows Mobile-based devices.</li>
<li><a href="http://blogs.msdn.com/dennisq/archive/2006/08/28/728701.aspx">Candlelight</a>, want to dim your back light?</li>
<li><a href="http://www.google.com/gmm/index.html">Google Maps</a>, Google Maps Mobile for Windows Mobile devices.</li>
<li><a href="http://www.phm.lu/Products/Smartphone/RegEdit/">PHM Registry Editor</a>, how else are you going to edit the registry for all those cool <a href="http://www.latestintech.com/2007/03/04/motorola-q-hacks/">smartphone hacks</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/smartphone-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Treo 750 Gets Reviewed</title>
		<link>http://www.latestintech.com/treo-750-gets-reviewed/</link>
		<comments>http://www.latestintech.com/treo-750-gets-reviewed/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 06:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Pocket PC]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/02/26/treo-750-gets-reviewed/</guid>
		<description><![CDATA[Mobility site reviews the 750 and declares &#8220;one of the best phones in the past 2 years.&#8221; There&#8217;s a bonus &#8220;unboxing&#8221; video included. Go read the review]]></description>
			<content:encoded><![CDATA[<p>Mobility site reviews the 750 and declares &#8220;one of the best phones in the past 2 years.&#8221; There&#8217;s a bonus &#8220;unboxing&#8221; video included.</p>
<p>Go read the <a href="http://www.mobilitysite.com/articles/link.php?id=399">review</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/treo-750-gets-reviewed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Mobile Naming Scheme</title>
		<link>http://www.latestintech.com/windows-mobile-naming-scheme/</link>
		<comments>http://www.latestintech.com/windows-mobile-naming-scheme/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 06:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Pocket PC]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/?p=236</guid>
		<description><![CDATA[No more Windows Mobile for Pocket PC, Windows Mobile for Pocket PC Phone Edition and Windows Mobile for Smartphone editions. Microsoft has decided to rebrand everything and introduce a new scheme. Introducing Windows Mobile Classic, Professional and Standard editions. Classic, Pro, and Standard coincide with the previous Pocket PC, Pocket PC Phone, and Smartphone editions. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="./bimage/WinMo.gif" alt="Windows Mobile Logo" /></p>
<p>No more Windows Mobile for Pocket PC, Windows Mobile for Pocket PC Phone Edition and Windows Mobile for Smartphone editions. Microsoft has decided to rebrand everything and introduce a new scheme. Introducing Windows Mobile Classic, Professional and Standard editions. Classic, Pro, and Standard coincide with the previous Pocket PC, Pocket PC Phone, and Smartphone editions.</p>
<p><a href="http://www.theunwired.net/?itemid=3582">Link</a> via Pocket PC Thoughts</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/windows-mobile-naming-scheme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.464 seconds -->
