<?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>Limi&#039;s Sphere of Influence &#187; Mobile Technology</title>
	<atom:link href="http://blogs.gerbilsofwar.com/limi/category/random/mobile-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gerbilsofwar.com/limi</link>
	<description>dabbling, frivolling, idling, loafing, loitering, playing and procrastinating</description>
	<lastBuildDate>Wed, 04 Nov 2009 20:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VOIP phones on SpeedTouch 780 (BeBox)</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/11/17/fixing-voip-phones-on-speedtouch-780-bebox/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/11/17/fixing-voip-phones-on-speedtouch-780-bebox/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 10:49:17 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[SpeedTouch]]></category>
		<category><![CDATA[bebox]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[speedtouch 780]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[voxhub]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=176</guid>
		<description><![CDATA[Getting VOIP phones working through a SpeedTouch 780 can be somewhat&#8230; frustrating. They seem to have a talent for wanting the NAT config option enabled, then decided that it doesn&#8217;t want it enabled at a random interval. The easiest fix is just to toggle the NAT options on and off in your phone configuration.
However, if [...]]]></description>
			<content:encoded><![CDATA[<p>Getting VOIP phones working through a SpeedTouch 780 can be somewhat&#8230; frustrating. They seem to have a talent for wanting the NAT config option enabled, then decided that it doesn&#8217;t want it enabled at a random interval. The easiest fix is just to toggle the NAT options on and off in your phone configuration.</p>
<p>However, if this fails to work it might be that your SpeedTouch has some SIP options enabled and is technically blocking your phone from being able to receive data from your phone provider.</p>
<p>We have found 2 fixes, and if one doesn&#8217;t work, the other should, but we&#8217;ll apply both just to make sure. So let&#8217;s start off shall we!</p>
<p>Connect to your SpeedTouch over Telnet and type the following&#8230;</p>
<blockquote><p>:connection unbind application=SIP port=5060<br />
:saveall</p></blockquote>
<blockquote><p>connection<br />
appconfig application=SIP SIP_ALG=disabled<br />
:saveall</p></blockquote>
<p>After you&#8217;ve done that, if the phone isn&#8217;t already working, give it a quick reboot and try again. If it&#8217;s still not working, toggle the NAT options to whatever they aren&#8217;t already on and try then.
<p>Hopefully this gets someone else&#8217;s VOIP phone working correctly, as it seems to be one of the most annoying fixes I&#8217;ve had to do to get them working again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/11/17/fixing-voip-phones-on-speedtouch-780-bebox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Today screen&#8217;s font colour</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/08/20/how-to-change-a-pocketpcs-today-screens-font-colour/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/08/20/how-to-change-a-pocketpcs-today-screens-font-colour/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:11:14 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[PocketPC]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[today screen]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=99</guid>
		<description><![CDATA[I recently changed the background image for the Today screen on my XDA Orbit, however when you set an image to background it washes it out with a grey layer so that text is still readable. However, if you used a very light image to begin with, the standard white text of the Today screen [...]]]></description>
			<content:encoded><![CDATA[<p>I recently changed the background image for the Today screen on my XDA Orbit, however when you set an image to background it washes it out with a grey layer so that text is still readable. However, if you used a very light image to begin with, the standard white text of the Today screen becomes almost unreadable.</p>
<p>In true Microsoft style, there&#8217;s no way to change this easily through the Settings pane, or through the Theme settings pane either. So how do you do it?</p>
<ol>
<li>Download <a href="http://www.breaksoft.com/Blog/Utilities/2005/1/Mobile_Registry_Editor.aspx" target="_blank">Mobile Registry Editor</a></li>
<li>Make sure your phone is connected over ActiveSync</li>
<li>Load Mobile Registry Editor</li>
<li>Goto <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Color\</code></li>
</ol>
<p>If you see a binary key named <code>4</code> simply edit that and if you want the colour black, put in <code>00 00 00 00</code> then save it.</p>
<p>If you don&#8217;t see a binary key named <code>4</code> then you&#8217;ll need to create it. Do this by right clicking and going to New -&gt; Binary Value&#8230;</p>
<blockquote><p>Value Name: <code>4</code><br />
Value Data: <code>00 00 00 00</code></p></blockquote>
<p>If you had to create the key then the colour change should be immediate, if you were editing it you probably need to restart the phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/08/20/how-to-change-a-pocketpcs-today-screens-font-colour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3G delusion.. the apple has gone rotten</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/06/27/iphone-3g-delusion-the-apple-has-gone-rotten/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/06/27/iphone-3g-delusion-the-apple-has-gone-rotten/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 15:41:30 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=33</guid>
		<description><![CDATA[Well, I think I have decided against getting the new iPhone as a replacement for my trusty XDA Orbit. The reason why I was going to get one was so that I lost no functionality between my current phone and the new one, that included GPS functionality. I was very happy to hear on launch [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I think I have decided against getting the new iPhone as a replacement for my trusty XDA Orbit. The reason why I was going to get one was so that I lost no functionality between my current phone and the new one, that included GPS functionality. I was very happy to hear on launch that the 3G version was going to include A-GPS technology, that was the last thing on the check-list I had against getting an iPhone.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://images.jupiterimages.com/common/detail/83/62/23366283.jpg" alt="" width="250" height="70" /></p>
<p>So after a few weeks of looking forward to the 11th of July today I have decided against getting one, but why? The GPS, by Apple terms and conditions, cannot be used for navigation&#8230;</p>
<blockquote><p>Applications [that use location-based APIs] may not be designed or marketed for real time route guidance; automatic or autonomous control of vehicles, aircraft, or other mechanical devices; dispatch or fleet management; or emergency or life-saving purposes.</p></blockquote>
<p>Fantastic, so just what is the GPS used for then?</p>
<ul>
<li>Photo Geo-tagging</li>
<li>Location finding</li>
</ul>
<p>So.. Apple make possibly one of the most sought after phones this year, yet put a stupid restriction on the GPS side of it. I expect GPS was a real deal breaker for lots of people, but will those users ever be told about the restrictions? I wonder what will happen if I go ask the people in the o2 shop about it, I wonder if they&#8217;ll try to sell it to me neglecting to tell me that fact.</p>
<p>Guess I&#8217;ll be waiting a month or two after release for the jail breakers to take it apart, and allow the functionality that Apple have restricted&#8230;</p>
<ul>
<li>No VoIP Apps on EDGE</li>
<li>Only Apple Approved Code</li>
<li>No Background Processes</li>
<li>Applications are sand-boxed</li>
<li>Only Official APIs</li>
<li>3rd party applications without $99 charge</li>
</ul>
<p>Congratulations Apple, you&#8217;ve not only shot yourselves in the foot again, but also given the jail breakers more reason to carry on their work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/06/27/iphone-3g-delusion-the-apple-has-gone-rotten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMS Backup on a WM5 XDA Orbit</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/06/22/sms-backup-on-a-wm5-xda-orbit/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/06/22/sms-backup-on-a-wm5-xda-orbit/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 10:15:17 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[orbit]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[txt]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[xda orbit]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=16</guid>
		<description><![CDATA[Well, this is something I&#8217;ve been trying to work out how to do for quite a while, I had browsed the entire file system of the phone through Windows, and by looking at it specifically through the phone, but couldn&#8217;t find anything as to where it stored SMS text messages. I have over 4,500 text [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this is something I&#8217;ve been trying to work out how to do for quite a while, I had browsed the entire file system of the phone through Windows, and by looking at it specifically through the phone, but couldn&#8217;t find anything as to where it stored SMS text messages. I have over 4,500 text messages on my phone, and I have made it a habit of mine to never delete anything, this includes every e-mail I send and receive and all IRC channels.</p>
<p>So when Apple announced the iPhone 3g, I needed to find a way to save or backup these messages, otherwise they&#8217;ll be lost forever and stuck on this little XDA Orbit. o2 came to a possible rescue with their Bluebook website, however this only backs up messages once you sign in and agree to it, no storing things from the past. You can however send it new messages, but im not going to forward it 3000 text&#8217;s, no only will it take me forever, itll probably cost me a kidney (or 2).</p>
<p>Instead of the obvious health problems I would get after doing that, I started Googling for a solution, and it seems that quite a few people want to be able to backup their txt messages from their Windows Mobile phones. Luckily after a little time I managed to find something partly useful which just about does the job while providing a few extra little functions.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.jeyo.com/images/box-extender.gif" alt="" width="93" height="105" /></p>
<p>This program is called <a href="http://www.jeyo.com/extender.asp" target="_blank">Jeyo Mobile Extender</a>, this allows you to backup all your text messages from your phone into Outlook. It also provides you with a way of responding to text messages through that, so if you have your phone connected via ActiveSync no longer do you have to reply through that! It&#8217;s SMS downloader however is a little buggy, when telling it to download every text message I have it took a little while to think about it, then just crashed out telling me my phone was not connected. I then found a way to tell it to download certain text messages from certain folders, and it seemed to be much happier doing it this way.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.jeyo.com/extender/images/toolbar.gif" alt="" width="471" height="110" /></p>
<p>This appears to be a nice solution to a problem lots of people are having, and seems to work quite well, other than in the extremes of thousands of messages. Either way, i&#8217;ll be using this until my new iPhone arrives!</p>
<p>Although that bodes the next problem&#8230; how do I transfer these text messages onto an iPhone? Doh!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/06/22/sms-backup-on-a-wm5-xda-orbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
