<?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: Installing Applications</title>
	<atom:link href="http://newbbie.com/2007/12/31/installing-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://newbbie.com/2007/12/31/installing-applications/</link>
	<description>For new BlackBerry (BB) owners, owners with a new BB,...or anyBBody else!</description>
	<lastBuildDate>Thu, 24 Sep 2009 17:35:53 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kevin</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6142</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 05 Nov 2008 04:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6142</guid>
		<description>Kelly,

I have the version of the .cod file signed by RIM.So i dont think it could be due to invalid signing.
I will research more onto it and will let you know in case i find anything.
Thanks for your help.

Kevin</description>
		<content:encoded><![CDATA[<p>Kelly,</p>
<p>I have the version of the .cod file signed by RIM.So i dont think it could be due to invalid signing.<br />
I will research more onto it and will let you know in case i find anything.<br />
Thanks for your help.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Carter</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6141</link>
		<dc:creator>Kelly Carter</dc:creator>
		<pubDate>Wed, 05 Nov 2008 00:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6141</guid>
		<description>Kevin,
Sorry I didn&#039;t understand your question the first time. I don&#039;t have much experience here. From what I read, that error can mean (1) a policy prohibits it (not your case since you&#039;re not on a BES), or (2) the app (midlet?) isn&#039;t digitally signed correctly to pass some test.

There is some evidence that if your app exceeds some size limit, you will get that error.

There is evidence that some wireless carriers, Sprint for one, that has some severe restrictions on what you can install, so your app might be prohibited by carrier.

I wish I knew more about this. If you ever figure it out, please let me know.
Kelly</description>
		<content:encoded><![CDATA[<p>Kevin,<br />
Sorry I didn&#8217;t understand your question the first time. I don&#8217;t have much experience here. From what I read, that error can mean (1) a policy prohibits it (not your case since you&#8217;re not on a BES), or (2) the app (midlet?) isn&#8217;t digitally signed correctly to pass some test.</p>
<p>There is some evidence that if your app exceeds some size limit, you will get that error.</p>
<p>There is evidence that some wireless carriers, Sprint for one, that has some severe restrictions on what you can install, so your app might be prohibited by carrier.</p>
<p>I wish I knew more about this. If you ever figure it out, please let me know.<br />
Kelly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6140</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Tue, 04 Nov 2008 03:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6140</guid>
		<description>I have created the .jad file and modified it to point to the correct .cod file.The problem is that i can download the .jad file and install application from the server in the simulator but when i try on an actual blackberry it gives the 910 error of authorization failed.</description>
		<content:encoded><![CDATA[<p>I have created the .jad file and modified it to point to the correct .cod file.The problem is that i can download the .jad file and install application from the server in the simulator but when i try on an actual blackberry it gives the 910 error of authorization failed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Carter</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6139</link>
		<dc:creator>Kelly Carter</dc:creator>
		<pubDate>Mon, 03 Nov 2008 18:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6139</guid>
		<description>Kevin,
I would expect a .code file to run in a simulator, because that&#039;s what runs on the BB--a .cod file. When you install from your computer using Desktop Manager&#039;s Application Loader, you select a .alx file which in turn points to one or more .cod files.

However, for an OTA download, you need a .jad file alone. I don&#039;t know the inner workings of a .jad file but I&#039;m sure the .cod is somehow embedded in it.

There is also a .jar file format that supposedly you can install from a media card. I have had some succeed but most fail due to &quot;invalid .jar format.&quot; I gave up trying to do that.

Having said all that, I&#039;m not an expert on Java development for the BB (although I&#039;d like to if I had more time), so don&#039;t take my word on this as gospel truth.
Kelly</description>
		<content:encoded><![CDATA[<p>Kevin,<br />
I would expect a .code file to run in a simulator, because that&#8217;s what runs on the BB&#8211;a .cod file. When you install from your computer using Desktop Manager&#8217;s Application Loader, you select a .alx file which in turn points to one or more .cod files.</p>
<p>However, for an OTA download, you need a .jad file alone. I don&#8217;t know the inner workings of a .jad file but I&#8217;m sure the .cod is somehow embedded in it.</p>
<p>There is also a .jar file format that supposedly you can install from a media card. I have had some succeed but most fail due to &#8220;invalid .jar format.&#8221; I gave up trying to do that.</p>
<p>Having said all that, I&#8217;m not an expert on Java development for the BB (although I&#8217;d like to if I had more time), so don&#8217;t take my word on this as gospel truth.<br />
Kelly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6135</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 03 Nov 2008 11:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6135</guid>
		<description>I have created a .cod file.It works fine in the simulator.I deployed the .cod and .jad file to a server.When i try to download the .cod file from the blackberry browser,it gives me a 910 authorization failed.I am not a BES user.So there is no security policy preventing me from installing 3rd party apps.
Please let me know how i can install the app in my blackberry..
thanks</description>
		<content:encoded><![CDATA[<p>I have created a .cod file.It works fine in the simulator.I deployed the .cod and .jad file to a server.When i try to download the .cod file from the blackberry browser,it gives me a 910 authorization failed.I am not a BES user.So there is no security policy preventing me from installing 3rd party apps.<br />
Please let me know how i can install the app in my blackberry..<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Carter</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6091</link>
		<dc:creator>Kelly Carter</dc:creator>
		<pubDate>Wed, 15 Oct 2008 18:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6091</guid>
		<description>Amey,
I think you can install .cod files from your computer using javaloader.exe (downloadable from the Internet) but not from the phone off the media card. Theoretically you should be able to install .jar files from the media card, but on most cases I&#039;ve tried, it claims that the .jar file is invalid (even though I know it isn&#039;t). I&#039;ve never been able to resolve that.
Kelly</description>
		<content:encoded><![CDATA[<p>Amey,<br />
I think you can install .cod files from your computer using javaloader.exe (downloadable from the Internet) but not from the phone off the media card. Theoretically you should be able to install .jar files from the media card, but on most cases I&#8217;ve tried, it claims that the .jar file is invalid (even though I know it isn&#8217;t). I&#8217;ve never been able to resolve that.<br />
Kelly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amey</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6083</link>
		<dc:creator>Amey</dc:creator>
		<pubDate>Tue, 14 Oct 2008 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6083</guid>
		<description>Is it possible to copy cod file in media card and when it is inserted in a blackberry device, the application can be installed in device by either selecting the cod file?

Is there any way to do this?</description>
		<content:encoded><![CDATA[<p>Is it possible to copy cod file in media card and when it is inserted in a blackberry device, the application can be installed in device by either selecting the cod file?</p>
<p>Is there any way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Carter</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6075</link>
		<dc:creator>Kelly Carter</dc:creator>
		<pubDate>Tue, 14 Oct 2008 00:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6075</guid>
		<description>Paul,
It&#039;s common to install a theme and it not show up as a selection until you do a battery pull (remove battery, wait a bit, replace battery, wait for recovery). Please try that and let me know if it works or not.
Kelly</description>
		<content:encoded><![CDATA[<p>Paul,<br />
It&#8217;s common to install a theme and it not show up as a selection until you do a battery pull (remove battery, wait a bit, replace battery, wait for recovery). Please try that and let me know if it works or not.<br />
Kelly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6070</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 13 Oct 2008 03:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6070</guid>
		<description>Kelly,

I can not seem to get my bPhone theme working on my Blackberry 8100 v4.2.0.64. I have installed it in my blackberry. It is showing up only in my applications area but not in my themes. Do you know what I can do? Thanks so much!

Paul</description>
		<content:encoded><![CDATA[<p>Kelly,</p>
<p>I can not seem to get my bPhone theme working on my Blackberry 8100 v4.2.0.64. I have installed it in my blackberry. It is showing up only in my applications area but not in my themes. Do you know what I can do? Thanks so much!</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Carter</title>
		<link>http://newbbie.com/2007/12/31/installing-applications/comment-page-1/#comment-6038</link>
		<dc:creator>Kelly Carter</dc:creator>
		<pubDate>Sat, 04 Oct 2008 22:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blackberry8130.wordpress.com/2007/12/31/installing-applications/#comment-6038</guid>
		<description>Bobbie,
I&#039;ve read great things about VLingo but haven&#039;t yet tried. Thanks for sharing with readers your review.

I agree that apps like this are great safety features since we shouldn&#039;t be fiddling with our phones while we drive.
Kelly</description>
		<content:encoded><![CDATA[<p>Bobbie,<br />
I&#8217;ve read great things about VLingo but haven&#8217;t yet tried. Thanks for sharing with readers your review.</p>
<p>I agree that apps like this are great safety features since we shouldn&#8217;t be fiddling with our phones while we drive.<br />
Kelly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
