<?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>LG Cell Phones Blog &#187; LG-Xenon info</title>
	<atom:link href="http://www.lg-phones.org/category/lg-xenon-info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lg-phones.org</link>
	<description>Phones,games,software all in here</description>
	<lastBuildDate>Tue, 16 Mar 2010 15:00:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LG Xenon Tricks</title>
		<link>http://www.lg-phones.org/lg-xenon-tricks.html</link>
		<comments>http://www.lg-phones.org/lg-xenon-tricks.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:31:24 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/lg-xenon-tricks.html</guid>
		<description><![CDATA[LG Xenon tricks]]></description>
			<content:encoded><![CDATA[<p><strong>LG Xenon tricks: </strong>Temporarily using the camera flash as a flashlight</p>
<ol>
<li>Go to video camera mode </li>
<li>Tap the flash icon </li>
</ol>
<p>Note:It may not be a good idea to leave the light running for long periods of time.</p>
<p><strong>LG Xenon tricks: </strong>Stop favorite contacts keep moving around on the screen.</p>
<ol>
<li>On the hello ui screen, tap and hold an empty part of the screen until the OK/Pin/Grid/+symbols appear. </li>
<li>Tap the Align icon </li>
<li>Tap the Fixi con </li>
<li>“Contacts will not move along the device orientation” should pop on the screen. If not, tap the fix icon again.&#160; <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></li>
</ol>
<p><strong>LG Xenon <strong>Phone</strong> <strong>Photos – </strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell Phone Pictures</strong></a></strong></p>
<p><strong><font color="#004a80"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="lg-xenon" border="0" alt="lg-xenon" src="http://www.lg-phones.org/wp-content/uploads/2010/02/lgxenon.jpg" width="514" height="384" /></font></strong></p>
<p> <span id="more-4872"></span>
<p>&#160;</p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/how-to-make-full-screen-java-gamesapps-on-lg-xenon.html">How to make full-screen Java Games/Apps on LG Xenon</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-bypass-java-security.html">LG Xenon Bypass Java security?</a> </li>
<li><a href="http://www.lg-phones.org/how-to-load-applications-via-memory-card-on-lg-xenon.html">How to load applications via memory card on LG Xenon?</a> </li>
<li><a href="http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html">How to turn off 3G on LG Xenon?</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-problems-with-youtube.html">LG Xenon problems with youtube?</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/lg-xenon-tricks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make full-screen Java Games/Apps on LG Xenon</title>
		<link>http://www.lg-phones.org/how-to-make-full-screen-java-gamesapps-on-lg-xenon.html</link>
		<comments>http://www.lg-phones.org/how-to-make-full-screen-java-gamesapps-on-lg-xenon.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:57:36 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Phone Problem and Solution]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/how-to-make-full-screen-java-gamesapps-on-lg-xenon.html</guid>
		<description><![CDATA[how to make Full-screen Java Games/Apps on lg xenon]]></description>
			<content:encoded><![CDATA[<p>Hello all, I am back with another great tutorial about how to install Java games &amp; application in <strong>LG Xenon </strong>with full screen without the on-screen virtual keypad. So have fun with this trick. <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p>Here is step by step procedure for installing full screen games on <strong>LG Xenon</strong>.</p>
<p>Simply open the .jar file with WinZip or WinRAR, go to the META-INF folder, and open the MANIFEST.MF file. <a href="http://www.lg-phones.org/category/lg-phone-problem-and-solution">LG Phone Problem and Solution</a></p>
<p>At the bottom of the file, insert the following lines to make it full-screen in portrait view:   <br />LGE-MIDlet-Width: 240    <br />LGE-MIDlet-Height: 400</p>
<p>If you want the game/app in full-screen in landscape view, insert these lines:   <br />LGE-MIDlet-Width: 400    <br />LGE-MIDlet-Height: 240</p>
<p> <span id="more-4870"></span>
<p>If you extracted the MANIFEST.MF file, then drag it back into the .jar file, and into the META-INF folder.</p>
<p>If you can&#8217;t get the game/app to run from your memory card, upload the .jar file to a website, and download it from there from your phone; as most games/apps don&#8217;t work directly from the memory card.</p>
<p>This has not been posted anywhere on the internet, after extensive searching, so I thought I&#8217;d post my findings here.</p>
<p>FOR THOSE WHO DON&#8217;T KNOW, THESE ARE THE DIFFERENCES BETWEEN PORTRAIT AND LANDSCAPE:</p>
<p>Portrait:   <br /> _ _ _    <br />|&#160;&#160;&#160;&#160;&#160;&#160; |    <br />|&#160;&#160;&#160;&#160;&#160;&#160; |    <br />|&#160;&#160;&#160;&#160;&#160;&#160; |    <br />|_ _ _|</p>
<p>Landscape:   <br /> _ _ _ _ _    <br />|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |    <br />|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |    <br />|_ _ _ _ _|</p>
<p>&#160;</p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/lg-xenon-bypass-java-security.html">LG Xenon Bypass Java security?</a></li>
<li><a href="http://www.lg-phones.org/how-to-load-applications-via-memory-card-on-lg-xenon.html">How to load applications via memory card on LG Xenon?</a></li>
<li><a href="http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html">How to turn off 3G on LG Xenon?</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-problems-with-youtube.html">LG Xenon problems with youtube?</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html">LG Xenon Software – Full Screen Touch Google Maps with GPS</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/how-to-make-full-screen-java-gamesapps-on-lg-xenon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG Xenon Bypass Java security?</title>
		<link>http://www.lg-phones.org/lg-xenon-bypass-java-security.html</link>
		<comments>http://www.lg-phones.org/lg-xenon-bypass-java-security.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 16:37:35 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Phone Problem and Solution]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/lg-xenon-bypass-java-security.html</guid>
		<description><![CDATA[I have read the thread about bypassing the java restrictions on a LG TU720 (Shine) and LG Vu, and i was wondering if the same thing was possible on the ATT network with my LG Xenon?&#160; LG Phone Problem and Solution
The Java signing policies say that only AT&#38;T-signed apps can access Internet without prompting. Third-party [...]]]></description>
			<content:encoded><![CDATA[<p>I have read the thread about bypassing the java restrictions on a LG TU720 (Shine) and LG Vu, and i was wondering if the same thing was possible on the ATT network with my <strong>LG Xenon</strong>?&#160; <a href="http://www.lg-phones.org/category/lg-phone-problem-and-solution">LG Phone Problem and Solution</a></p>
<p>The Java signing policies say that only AT&amp;T-signed apps can access Internet without prompting. Third-party signed apps have session &quot;one-shot&quot; (prompt at first access), and third-party unsigned apps prompt on every access. <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p>Anyone figure this out? Please let me know, thanks.</p>
<p><strong>LG Xenon</strong> <strong>Phone</strong> <strong>Photos – </strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell Phone Pictures</strong></a></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="AT&amp;T-LG-Xenon" border="0" alt="AT&amp;T-LG-Xenon" src="http://www.lg-phones.org/wp-content/uploads/2010/02/ATTLGXenon.jpg" width="514" height="289" /></p>
<p> <span id="more-4869"></span>
<p>&#160;</p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/how-to-load-applications-via-memory-card-on-lg-xenon.html">How to load applications via memory card on LG Xenon?</a></li>
<li><a href="http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html">How to turn off 3G on LG Xenon?</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-problems-with-youtube.html">LG Xenon problems with youtube?</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html">LG Xenon Software – Full Screen Touch Google Maps with GPS</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-browser-settings.html">LG Xenon Browser Settings</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/lg-xenon-bypass-java-security.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to load applications via memory card on LG Xenon?</title>
		<link>http://www.lg-phones.org/how-to-load-applications-via-memory-card-on-lg-xenon.html</link>
		<comments>http://www.lg-phones.org/how-to-load-applications-via-memory-card-on-lg-xenon.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 04:21:30 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Phone Problem and Solution]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/how-to-load-applications-via-memory-card-on-lg-xenon.html</guid>
		<description><![CDATA[How to load applications via memory card on LG Xenon]]></description>
			<content:encoded><![CDATA[<p>I just found the <strong>LG Xenon</strong> trick and copied it to my blog!!&#160; This thread is originally posted by <strong>bhiga </strong>which I found on <strong>LG Xenon forum.</strong> Thanks for <strong>bhiga!</strong>&#160; <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p>Credit: <strong>bhiga</strong></p>
<p>Source: <a title="http://www.youmobile.org/lg-xenon/lg-xenon-tips-and-tricks/load-java-apps-from-memory-card/" href="http://www.youmobile.org/lg-xenon/lg-xenon-tips-and-tricks/load-java-apps-from-memory-card/" rel="nofollow" target="_blank">http://www.youmobile.org/load-java-apps-from-memory-card/</a></p>
<p>It’s working on AT&amp;T. Rogers may or may not allow you to load applications this way. </p>
<p>Note: &quot;Context menu button&quot; = the rectangle with horizontal lines through it, that appears on the upper-right hand corner of some screens.</p>
<p>Note2: .jad files with a MIDlet-Install-Notify line may use Internet. If you have pay-per-use data, you may want to try removing the MIDlet-Install-Notify line to avoid data usage &#8211; or just install the .jar and not the .jad <a href="http://www.lg-phones.org/category/lg-phone-problem-and-solution">LG Phone Problem and Solution</a></p>
<p> <span id="more-4762"></span>
<p><strong>How to load applications via memory card on LG Xenon</strong></p>
<p>1. Obtain the .jar file (and .jad file, if possible) for the application you want to load.   <br />2. Open the .jad file (if you have one) and check the MIDlet-Jar-URL line.&#160; It should NOT have a <a href="http://web.site.address/folder/folder2/etc">http://web.site.address/folder/folder2/etc</a> at the beginning.&#160; If it does, remove everything except the .jar file name.    <br />For example (this is for Google Maps), change    <br />MIDlet-Jar-URL: <a href="http://m.google.com/maps/download/binaries/L1/2.3.2/maps_m2.jar">http://m.google.com/maps/download/binaries/L1/2.3.2/maps_m2.jar</a>    <br />to    <br />MIDlet-Jar-URL: maps_m2.jar    <br />2. Copy the .jar (and .jad if you have it) file to the memory card via your PC (use a MicroSD card reader, or if you have a USB cable, connect the phone to the PC in Mass Storage mode).    <br />3.&#160; From the Home screen, tap the Application button (box with 4 dots).    <br />4. Tap the Folder tab.    <br />5. Tap More.    <br />6. Tap Other Files.    <br />A list of files will appear here.&#160; This seems to be a list of all the files the phone doesn&#8217;t &quot;know&quot; about.    <br />NOTE: You will likely see .jad and .jar files here with numbered names, like 020.jad and 020.jar, etc.&#160; DO NOT DELETE these!&#160; These are the applications that you have copied to your memory card.&#160; If you delete these, the associated application won&#8217;t work anymore and you will need to reload it.    <br />7. Tap the .jad or .jar file you want to install.&#160; Once you go through the confirmation screens, it will be installed TO YOUR PHONE.&#160; NOTE: You may need to copy/move the .jad and .jar files to phone memory first.    <br />8. If you want, go to Games or Applications and tap the Context menu button and tap Copy to or Move to if you want to move or copy the application to the memory card.&#160; Yes, I KNOW it is ALREADY on the memory card, but if you don&#8217;t do it this way, it&#8217;s not somewhere the phone knows how to access it.    <br />9. To clean up the files you used to install the app, go back to Other Files, then tap the Context menu button, tap Delete, then choose the file(s) to delete.</p>
<p>Hope that helps folks! </p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html">How to turn off 3G on LG Xenon?</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-problems-with-youtube.html">LG Xenon problems with youtube?</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html">LG Xenon Software – Full Screen Touch Google Maps with GPS</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-browser-settings.html">LG Xenon Browser Settings</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-manualfaq-download.html">LG Xenon Manual/FAQ Download</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/how-to-load-applications-via-memory-card-on-lg-xenon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to turn off 3G on LG Xenon?</title>
		<link>http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html</link>
		<comments>http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 03:59:42 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Phone Problem and Solution]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html</guid>
		<description><![CDATA[how to turn off 3g on lg xenon]]></description>
			<content:encoded><![CDATA[<p>If you don’t need the <strong>3G connection</strong> your <strong>LG Xenon</strong>, for sure turn it off, the following is the <strong>LG Xenon’s </strong>factory default Dual Mode and it’s easy to access the menu. <a href="http://www.lg-phones.org/category/lg-phone-problem-and-solution">LG Phone Problem and Solution</a></p>
<p>From the standby screen [on your <strong>LG Xenon</strong>]</p>
<ol>
<li>Select Dialing Button </li>
<li>Dial 3845#*500# (you will then be in the engineering menu) </li>
<li>Select &quot;Modem Setting&quot; </li>
<li>Select &quot;Network Mode&quot; </li>
<li>[Select &quot;Network Mode&quot;]&#160; *** </li>
<li>Select &quot;2G Only&quot; </li>
</ol>
<p>Done it already! You have now forced your <strong>LG Xenon </strong>into using on 2G only sevice. <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p><strong>LG Xenon <strong>Phone Photos – </strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell Phone Pictures</strong></a></strong></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="LG Xenon" border="0" alt="LG Xenon" src="http://www.lg-phones.org/wp-content/uploads/2010/02/LGXenon.jpg" width="514" height="289" /></p>
<p> <span id="more-4761"></span>
<p>&#160;</p>
<p><strong><font color="#004a80"></font></strong></p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/lg-xenon-problems-with-youtube.html">LG Xenon problems with youtube?</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html">LG Xenon Software – Full Screen Touch Google Maps with GPS</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-browser-settings.html">LG Xenon Browser Settings</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-manualfaq-download.html">LG Xenon Manual/FAQ Download</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-engineering-menu.html">LG Xenon – Engineering Menu</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/how-to-turn-off-3g-on-lg-xenon.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LG Xenon problems with youtube?</title>
		<link>http://www.lg-phones.org/lg-xenon-problems-with-youtube.html</link>
		<comments>http://www.lg-phones.org/lg-xenon-problems-with-youtube.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 13:05:28 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Phone Problem and Solution]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/lg-xenon-problems-with-youtube.html</guid>
		<description><![CDATA[My friend told me that he want to watch a youtube video on his LG Xenon phone, but the video would go gray and make some strange noises than it would freeze up. He tried taking out the battery and putting it back in but it would do the same thing when he try to [...]]]></description>
			<content:encoded><![CDATA[<p>My friend told me that he want to watch a <strong>youtube video</strong> on his <strong>LG Xenon phone</strong>, but the video would go gray and make some strange noises than it would freeze up. He tried taking out the battery and putting it back in but it would do the same thing when he try to view a video on youtube. <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p>I got <strong>youtube</strong> to play on my <strong>LG Xenon</strong>. It&#8217;s a fix i read somewhere earlier.</p>
<p>I&#8217;m using opera. Make sure you have a <strong>youtube</strong> account created and you are logged in (if you are already logged into google then you should automatically be logged into <strong>youtube</strong>). <a href="http://www.lg-phones.org/category/lg-phone-problem-and-solution">LG Phone Problem and Solution</a></p>
<p>What you need to do is look on the bottom of of youtube mobile&#8217;s site and click the help button. then scroll down the page and there is a section about optimization. Click optimise. Then lie on all the questions. (example: if you see an image lie and say no you don’t see it)</p>
<p><strong>LG Xenon</strong> <strong>Phone Photos – </strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell Phone Pictures</strong></a></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="lg-xenon" border="0" alt="lg-xenon" src="http://www.lg-phones.org/wp-content/uploads/2010/01/lgxenon.jpg" width="514" height="703" /></p>
<p> <span id="more-4726"></span>
<p>&#160;</p>
<p>On question 4 there is a button that says click here. Click that button. The next few questions lie and say you do see the videos. </p>
<p>Once you have finished optimising click on a video and hopefully you are lucky like me and it plays.</p>
<p>You can also go back to the optimization page and reset the settings if you screw up. I had to do this as I screwed up my first try. Hope it helps you, enjoy!</p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html">LG Xenon Software – Full Screen Touch Google Maps with GPS</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-browser-settings.html">LG Xenon Browser Settings</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-manualfaq-download.html">LG Xenon Manual/FAQ Download</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-engineering-menu.html">LG Xenon – Engineering Menu</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-tips-hiding-text-messages.html">LG Xenon tips – hiding text messages</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/lg-xenon-problems-with-youtube.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG Xenon Software &#8211; Full Screen Touch Google Maps with GPS</title>
		<link>http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html</link>
		<comments>http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 04:22:03 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Cell Phone Software]]></category>
		<category><![CDATA[LG Phone Problem and Solution]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html</guid>
		<description><![CDATA[This software works great on the Samsung impression and I think it will work on the LG Xenon as well. Maybe this will work for you.&#160; LG Phone Problem and Solution
For those of you that have downloaded google maps from google mobile and were disappointed as to not receive the touch version I have the [...]]]></description>
			<content:encoded><![CDATA[<p>This software works great on the Samsung impression and I think it will work on the <strong>LG Xenon</strong> as well. Maybe this will work for you.&#160; <a href="http://www.lg-phones.org/category/lg-phone-problem-and-solution">LG Phone Problem and Solution</a></p>
<p>For those of you that have downloaded <strong>google maps</strong> from <strong>google</strong> mobile and were disappointed as to not receive the touch version I have the solution for you.&#160; Matter of fact I have one better for you.&#160; How would you like your <strong>google maps</strong> to work with the gps? Follow my directions. <a href="http://www.lg-phones.org/category/lg-cell-phone-software">LG Cell Phone Software</a>     <br />1) Delete any previous versions of <strong>google maps</strong>     <br />2) Download the jar and the jad below to your computer     <br />3) Upload the jar to Imserba&#160;&#160; <a href="http://www.imserba.com/wapupload/">http://www.imserba.com/wapupload/</a> and follow directions to install on phone. (may work with rumkin but not tested)     <br />4) Do not run <strong>google maps</strong> yet     <br />5) Connect you phone to your computer using TKFE     <br />6)&#160; Navigate to the <strong>google maps</strong> folder and delete the jad and the appdb folder     <br />7)&#160; In the top pane of TKFE navigate to where you have the jad that you downloaded     <br />8 ) Download the jad to your phone replacing the one you deleted     <br />9) Rename the jad exactly like the jar. ex: AB123456.JAD     <br />10) Disconnect and go outside and start <strong>google maps</strong> allowing the gps to connect     <br />11) Enjoy <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p><strong>LG Xenon <strong>Phone Photos – </strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell Phone Pictures</strong></a></strong></p>
<p><strong><font color="#004a80"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="att-lg-xenon-lg-neon" border="0" alt="att-lg-xenon-lg-neon" src="http://www.lg-phones.org/wp-content/uploads/2010/01/attlgxenonlgneon.jpg" width="514" height="476" /></font></strong></p>
<p> <span id="more-4690"></span>
<p>&#160;</p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/lg-xenon-browser-settings.html">LG Xenon Browser Settings</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-manualfaq-download.html">LG Xenon Manual/FAQ Download</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-engineering-menu.html">LG Xenon – Engineering Menu</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-tips-hiding-text-messages.html">LG Xenon tips – hiding text messages</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-cd-download.html">LG Xenon CD download</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/lg-xenon-software-full-screen-touch-google-maps-with-gps.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LG Xenon Browser Settings</title>
		<link>http://www.lg-phones.org/lg-xenon-browser-settings.html</link>
		<comments>http://www.lg-phones.org/lg-xenon-browser-settings.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 06:21:51 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Phone Problem and Solution]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/lg-xenon-browser-settings.html</guid>
		<description><![CDATA[LG Xenon Browser Settings]]></description>
			<content:encoded><![CDATA[<p>If you have no idea or fail to connect to the Internet on your <strong>LG Xenon</strong>, try this<strong> browser setting</strong>, hope it helps: <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a>     <br />- go settings &#8211;&gt; more &#8211;&gt; connection &#8211;&gt; access point and configure like this:     <br />connection title: the internet     <br />authentication: medium     <br />user name: fido     <br />password: fido     <br />apn: internet.fido.ca     <br />- go internet profile and configure     <br />profile name: the internet     <br />dont use proxy     <br />access point: the internet (from the configuration on top)     <br />- go in applications &#8211;&gt; browser &#8211;&gt; accounts     <br />create a new account     <br />account name: whatever u want, i put in &quot;my net&quot;     <br />homepage: <a href="http://www.gmail.com">http://www.gmail.com</a> (still whatever u want)     <br />internet profile: the internet (from above)     <br />and now, when you go and run your browser, it goes to this profile and runs! <a href="http://www.lg-phones.org/category/lg-phone-problem-and-solution">LG Phone Problem and Solution</a></p>
<p><strong>LG Xenon Phone Photos &#8211; </strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell Phone Pictures</strong></a></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="AT&amp;T-LG-Xenon" border="0" alt="AT&amp;T-LG-Xenon" src="http://www.lg-phones.org/wp-content/uploads/2009/10/ATTLGXenon.jpg" width="514" height="289" /></p>
<p> <span id="more-4205"></span>
<p>&#160;</p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/lg-xenon-manualfaq-download.html">LG Xenon Manual/FAQ Download</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-engineering-menu.html">LG Xenon – Engineering Menu</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-tips-hiding-text-messages.html">LG Xenon tips – hiding text messages</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-cd-download.html">LG Xenon CD download</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-making-opera-mini-full-screen.html">LG Xenon – making Opera Mini full screen</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/lg-xenon-browser-settings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG Xenon Manual/FAQ Download</title>
		<link>http://www.lg-phones.org/lg-xenon-manualfaq-download.html</link>
		<comments>http://www.lg-phones.org/lg-xenon-manualfaq-download.html#comments</comments>
		<pubDate>Sat, 19 Sep 2009 14:15:43 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/lg-xenon-manualfaq-download.html</guid>
		<description><![CDATA[LG Xenon Manual donwload]]></description>
			<content:encoded><![CDATA[<p>The <strong>LG Xenon Manual</strong> has just posted by bhiga on Xenon forum, So, here you have it, LG GR500 Xenon: The Better Manual WIP3 Right-click and Save Link As&#8230; or Save Target As&#8230; to save it to your computer. Please note, This is still not finished. <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p><strong>LG Xenon Manual</strong> <strong>Download Link</strong>: <a title="http://www.lg-xenon.com/index.php?topic=431.msg1400#msg1400" href="http://www.lg-xenon.com/index.php?topic=431.msg1400#msg1400">http://www.lg-xenon.com/index.php?topic=431.msg1400#msg1400</a></p>
<p><strong>LG Xenon Phone Photos &#8211; </strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell phone pictures</strong></a></p>
<p><strong><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="att-lg-xenon-lg-neon" border="0" alt="att-lg-xenon-lg-neon" src="http://www.lg-phones.org/wp-content/uploads/2009/09/attlgxenonlgneon.jpg" width="514" height="476" /></strong></p>
<p> <span id="more-3968"></span>
<p>&#160;</p>
<p><strong>LG Cell Phone – Related Posts</strong></p>
<ul>
<li><a href="http://www.lg-phones.org/lg-xenon-engineering-menu.html">LG Xenon – Engineering Menu</a></li>
<li><a href="http://www.lg-phones.org/lg-xenon-tips-hiding-text-messages.html">LG Xenon tips – hiding text messages</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-cd-download.html">LG Xenon CD download</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-making-opera-mini-full-screen.html">LG Xenon – making Opera Mini full screen</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-master-clear-and-master-reset.html">LG Xenon Master Clear and Master Reset</a> </li>
<li><a href="http://www.lg-phones.org/lg-xenon-tips-and-tricks.html">LG Xenon Tips and Tricks</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/lg-xenon-manualfaq-download.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T LG Xenon</title>
		<link>http://www.lg-phones.org/att-lg-xenon.html</link>
		<comments>http://www.lg-phones.org/att-lg-xenon.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 12:51:55 +0000</pubDate>
		<dc:creator>lg-phones</dc:creator>
				<category><![CDATA[LG Cell Phone Reviews]]></category>
		<category><![CDATA[LG-Xenon info]]></category>

		<guid isPermaLink="false">http://www.lg-phones.org/att-lg-xenon.html</guid>
		<description><![CDATA[I got the AT&#38;T LG Xenon phone about 3 months ago. This phone is absolutely awesome, it’s very easy to use and so durable. I love it. The touch screen is great you can adjust the size of the words and buttons but not responsive, you have to put a little pressure on it unlike [...]]]></description>
			<content:encoded><![CDATA[<p>I got the <strong>AT&amp;T LG Xenon</strong> <strong>phone</strong> about 3 months ago. This phone is absolutely awesome, it’s very easy to use and so durable. I love it. The touch screen is great you can adjust the size of the words and buttons but not responsive, you have to put a little pressure on it unlike the iPhone, and it is occasionally slow or freezes but it is not for more than a second.&#160; <a href="http://www.lg-phones.org/category/lg-cell-phone-reviews">LG Cell phone Reviews</a></p>
<p>I am personally a huge texter, it&#8217;s my life and this phone is great for texting. The <strong><strong>AT&amp;T </strong>LG Xenon’s</strong> keyboard is actually a perfect size and a very well designed keyboard. Texting is great, it is easy to get used to, and the texts show up all together like an instant message. The camera has great quality, it does have a flash, I feel like I&#8217;m using a digital camera, it fits right in with my Photography life style. The voice recorder and the video recorder is real good and the speaker has great sound. The <strong><strong>AT&amp;T </strong>LG Xenon’s </strong>battery isn’t the best but its pretty good, it just needs to be charged like every 2 days. Tip: Since I don’t use the internet, I turn off 3G (set to 2G) to make the battery charge last longer. Calls and texting are not affected. <a href="http://www.lg-phones.org/category/lg-xenon-info">LG-Xenon info</a></p>
<p><strong><strong>AT&amp;T </strong>LG Xenon</strong> <strong>phone photos &#8211; <strong><a href="http://www.lg-phones.org/category/lg-cell-phone-pictures"><strong>LG Cell phone pictures</strong></a></strong></strong></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="AT&amp;T-LG-Xenon-phone" border="0" alt="AT&amp;T-LG-Xenon-phone" src="http://www.lg-phones.org/wp-content/uploads/2009/08/image2.png" width="514" height="276" /></p>
<p><span id="more-3603"></span></p>
<p>&#160;</p>
<p>Only one problem I have was transferring contacts from the SIM card to phone memory. The phone numbers didn’t show up in phone memory. This was fixed by taking out the battery and re-inserting. You only need to do this one time (after transferring contacts).</p>
<p><strong>AT&amp;T LG Xenon</strong> <strong>Phone Details and Specifications </strong></p>
<ul>
<li>Frequency: GSM/GPRS (850/900/1800/1900 MHz), 3G (UMTS/HSDPA 850/1900 MH) </li>
<li>Dimensions: 4.16 x 2.11 x 0.62 inches </li>
<li>Weight: 3.81 ounces </li>
<li>Display: 2.8 inch with a Resolution of 240 x 320 pixels, 65K colours </li>
<li>2 megapixels Camera </li>
<li>BLUETOOTH® 2.0 </li>
<li>Music Player for: AAC, AAC+, MP3, WMA </li>
<li>Battery Capacity: Li-Ion 950mAh </li>
<li>Talk time: Up to 4 hours </li>
<li>Standby time: Up to 11 days </li>
<li>Internal memory storage: 100 MB internal memory </li>
<li>Expandable memory storage: 16G microSD card </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lg-phones.org/att-lg-xenon.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
