<?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: Repacking an AIR based .apk to PlayBook .bar</title> <atom:link href="http://renaun.com/blog/2010/11/repacking-an-air-based-apk-to-playbook-bar/feed/" rel="self" type="application/rss+xml" /><link>http://renaun.com/blog/2010/11/repacking-an-air-based-apk-to-playbook-bar/</link> <description>My ideas on the web and mobile application/game technologies</description> <lastBuildDate>Sat, 27 Jun 2015 02:02:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Colin Holgate</title><link>http://renaun.com/blog/2010/11/repacking-an-air-based-apk-to-playbook-bar/#comment-488254</link> <dc:creator>Colin Holgate</dc:creator> <pubDate>Thu, 09 Dec 2010 19:38:05 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/?p=888#comment-488254</guid> <description><![CDATA[Curiously, the version cannot be 1.0 either. Setting it to be 1.0.0 did let it package ok.]]></description> <content:encoded><![CDATA[<p>Curiously, the version cannot be 1.0 either. Setting it to be 1.0.0 did let it package ok.</p> ]]></content:encoded> </item> <item><title>By: @renaun posts: Browse Files on PlayBook</title><link>http://renaun.com/blog/2010/11/repacking-an-air-based-apk-to-playbook-bar/#comment-488073</link> <dc:creator>@renaun posts: Browse Files on PlayBook</dc:creator> <pubDate>Wed, 01 Dec 2010 22:41:08 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/?p=888#comment-488073</guid> <description><![CDATA[[...] The 2nd method is to use my old post of repackaging .apk files to .bar files found here. [...]]]></description> <content:encoded><![CDATA[<p>[...] The 2nd method is to use my old post of repackaging .apk files to .bar files found here. [...]</p> ]]></content:encoded> </item> <item><title>By: Renaun Erickson</title><link>http://renaun.com/blog/2010/11/repacking-an-air-based-apk-to-playbook-bar/#comment-487925</link> <dc:creator>Renaun Erickson</dc:creator> <pubDate>Thu, 18 Nov 2010 20:47:13 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/?p=888#comment-487925</guid> <description><![CDATA[Yes, the simple fix is the versionNumber can&#039;t be 0 based. Make it 1.0.0 its a quirk in the BlackBerry packager script.]]></description> <content:encoded><![CDATA[<p>Yes, the simple fix is the versionNumber can&#8217;t be 0 based. Make it 1.0.0 its a quirk in the BlackBerry packager script.</p> ]]></content:encoded> </item> <item><title>By: Jason Graham</title><link>http://renaun.com/blog/2010/11/repacking-an-air-based-apk-to-playbook-bar/#comment-487924</link> <dc:creator>Jason Graham</dc:creator> <pubDate>Thu, 18 Nov 2010 20:43:14 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/?p=888#comment-487924</guid> <description><![CDATA[I followed the directions you showed here and having a few issues.  I am using Flex Builder Burrito and Flex Hero SDK.I removed all the android specific entries from the air descriptor file for my application.When I try to run the command line to build the .bar file, I get this error.Any ideas on what or where I set a Package-Version to?/Applications/Burrito/Adobe\ Flash\ Builder\ Burrito/sdks/blackberry-tablet-sdk-0.9.0/bin/blackberry-airpackager -package MyMobileApp.bar -installApp -launchApp META-INF/AIR/application.xml MyMobileApp.swf -device 192.168.1.36Using default icon: /Applications/Burrito/Adobe Flash Builder Burrito/sdks/blackberry-tablet-sdk-0.9.0/bin/../samples/icons/blackberry-tablet-default-icon.pngInvalid manifest file /var/folders/EV/EVX86d-GExSaaOTq0AmdmU+++TI/-Tmp-/bar2239407493415422066.MF. Invalid value &#039;0.0.0.0&#039; for Package-Version.]]></description> <content:encoded><![CDATA[<p>I followed the directions you showed here and having a few issues.  I am using Flex Builder Burrito and Flex Hero SDK.</p><p>I removed all the android specific entries from the air descriptor file for my application.</p><p>When I try to run the command line to build the .bar file, I get this error.</p><p>Any ideas on what or where I set a Package-Version to?</p><p>/Applications/Burrito/Adobe\ Flash\ Builder\ Burrito/sdks/blackberry-tablet-sdk-0.9.0/bin/blackberry-airpackager -package MyMobileApp.bar -installApp -launchApp META-INF/AIR/application.xml MyMobileApp.swf -device 192.168.1.36</p><p>Using default icon: /Applications/Burrito/Adobe Flash Builder Burrito/sdks/blackberry-tablet-sdk-0.9.0/bin/../samples/icons/blackberry-tablet-default-icon.png</p><p>Invalid manifest file /var/folders/EV/EVX86d-GExSaaOTq0AmdmU+++TI/-Tmp-/bar2239407493415422066.MF.<br /> Invalid value &#8217;0.0.0.0&#8242; for Package-Version.</p> ]]></content:encoded> </item> <item><title>By: Rich Tretola</title><link>http://renaun.com/blog/2010/11/repacking-an-air-based-apk-to-playbook-bar/#comment-487922</link> <dc:creator>Rich Tretola</dc:creator> <pubDate>Thu, 18 Nov 2010 17:34:23 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/?p=888#comment-487922</guid> <description><![CDATA[Tour de Mobile Flex compiled to PlayBook. Thanks Renaun! http://blog.everythingflex.com/2010/11/18/flex-based-air-on-playbook-tutorial/]]></description> <content:encoded><![CDATA[<p>Tour de Mobile Flex compiled to PlayBook. Thanks Renaun!<br /> <a href="http://blog.everythingflex.com/2010/11/18/flex-based-air-on-playbook-tutorial/" rel="nofollow">http://blog.everythingflex.com/2010/11/18/flex-based-air-on-playbook-tutorial/</a></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 368/373 objects using disk: basic

 Served from: renaun.com @ 2026-06-13 03:57:40 by W3 Total Cache -->