Packaging and signing in Flash Builder Burrito using 0.9.4 SDK

Hey guys. I know frankly, there are 1 million post on the forums about this, but I wanted to be sure and had a few questions myself. Good so I used Flash Builder Burrito to sign and package my request. My app is a Mobile Flex Application and I use 0.9.4 SDK. I used the MANY post on this forum through signature and methods of packaging and it worked perfectly, no errors at all. The two files that I got after conditioning and signature was my apps .bar and bar.sign files. I saw in other post to extract the .bar file to see if its signed and if the icon is there. How do you do this will WinRAR or PowerISO to extract this file type. I fear only because all Iv seen post are all saying theres tons of bugs with the packaging and signing using burrito, but all I could see was that they were using the SDK 0.9.3. Should I have a problem with my .bar file? I don't know how to extract my .bar file to view the contents, so I can at least check to make sure that it is signed and packaged properly. Can someone me another message or an article on how to extract the .bar file and check to make sure that its all good to present, RIMM. My previous version was rejected of RIMM is not signed and sent the Bug of version. I have just re-climbed the .bar I got to use the new SDK and had no errors, so I hope this is right. Anyway thanks in advance and any help would be great.

The .bar file is just a zip file.  It will work any util that allows to read a zip file.  If you need to rename the .bar to a zip file, which is OK, but be sure to rename it before upload.

Tags: BlackBerry Developers

Similar Questions

  • App packaging and Code-signing (Flash Builder Burrito)

    Hi guys,.

    I would like to know if the function "export version Release" (the tab Flash Builder project in the top menu) does not work correctly or if I should use the command line for the packaging. I see that my .bar includes the META-INF / "MANIFEST. MF' it's supposed to get generated only after the signature of the app.

    Thank you

    Hi daniel,.

    Yes, you should always use the tools of command line to package and sign your applications. There is a bug in the IDE that prevents it to properly sign the app here is a thread that can help you with the signature of the command line:

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/useful-tip-package-images-via-com...

    Good luck!

  • How to access the camera in the Blackberry Playbook using Adobe Air SDK (in Flash builder Burrito)

    Hi all

    How to access the camera in the Blackberry Playbook using Adobe Air SDK (in Flash builder Burrito).

    Provide me with examples of coding please.

    Thanks in advance.

    With respect,

    Sampath

    Not possible yet. See http://docs.blackberry.com/en/developers/deliverables/21880/Known_issues_1360895_11.jsp

  • Package and sign Air apps for BlackBerry 10?

    Hello

    I use Flash CS6 and Air under Windows 3.1 to build my apps BlackBerry 10.

    What tools are available to package and sign the apps?

    Thank you.

    Vibes

    There is an AIR application that helps organized all the stages together (Blackberry Tablet OS graphic Help)

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/BlackBerry-Tablet-OS-graphical-aid/TA-...

  • Package and sign

    Hi all

    I use mac and I tried to package and sign with ripple and this is the error I got

    "Oh Snap!" "Build request failed with the message: [ERROR] CAP exception has occurred.

    Really need help heeeellllppppppp

    Use the search .

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/RAPC-exception-occurred-v-doesn-...

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/Hello-world-app-RAPC-exception-o...

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/error-compiling-WebWorks-app/m-p...

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/problem-with-number-of-files/m-p...

    You probably have a syntax somewhere error...

  • I have some difficulties to export a mobile application with Android Adobe Flash Builder Burrito

    Hi, eveybody.

    I do a simple mobile application with Adobe Flash Builder Burrito, and it works well on windows.

    Then, I want to export it as a .apk and install on the android emulator. But I failed. I have received a few messages as follows:

    E:\android\a\android-SDK-windows\platform-tools > ADB install Twitter.apk
    594 KB/s (875316 bytes in s 1.437)
    pkg: /data/local/tmp/Twitter.apk
    Failure [INSTALL_FAILED_INVALID_APK]

    Then I download AdobeAIRSDK2.6, unzip and copy the files in the sdk (D:\Program Adobe Adobe Flash Builder Burrito\sdks\4.5.0).

    "I change < application xmlns =http://ns.adobe.com/air/application/2.5> to < application xmlns ="http://ns.adobe.com/air/application/2.6">."

    Then he can't export it as a .apk...

    Thank you!

    Are you using the pre-release version of Burrito which was released to the MAX?  If so, I doubt that will support 2.6.  You can apply for the pre-release program get the latest versions.

  • Flash Builder Burrito - Geolocation-enabled device market?

    Hi, I'm developing a simple application that will show you the location of the user on the map.

    I use code like this:

    protected function view1_creationCompleteHandler(event:FlexEvent):void
    {
    If (Geolocation.isSupported)
    {
    g = new Geolocation();
    g.setRequestedUpdateInterval (100);
    If (g.muted)
    {

    Do nothing if the sensor of the device is muted.

    return;
    }

    g.addEventListener(GeolocationEvent.UPDATE,geoLocation_UpdateHandler,false,0,true);

    }

    }

    Then I modified application.xml in project like this (according to Adobe TV video of Ryan Strewart ):

    < android >
    < manifestAdditions > <! [CDATA]

    < manifest android: installLocation = "auto" >

    <! - see the Adobe AIR documentation for more information on configuring the permissions of Google Android - >

    < android:name="android.permission.INTERNET"/ uses-permission >
    < android:name="android.permission.WRITE_EXTERNAL_STORAGE"/ uses-permission >
    < android:name="android.permission.ACCESS_FINE_LOCATION"/ uses-permission >
    < configuration uses android: reqFiveWayNav = "true" / >
    < media screens android: normalScreens = "true" / >
    < feature uses android: required = "true" android:name="android.hardware.touchscreen.multitouch"/ >

    < / manifesto >

    []] > < / manifestAdditions >
    < / android >

    Then, I use Flash Builder Burrito to install and run the application in the device. The geolocation object is cut. Even I turn on all the settings of the geolocation. An interesting thing is, Geolocation is the work in the Flex Mobile application round.

    I use the Samsung Galaxy S with Froyo 2.2

    I could test the purpose of geolocation successfully on a Motorola Droid using the following code:

    GeoTest1.mxml:

    http://ns.Adobe.com/MXML/2009.

    xmlns:s = "library://ns.adobe.com/flex/spark" firstView = 'views. GeoTest1Home">

    GeoTest1Home.mxml:

    http://ns.Adobe.com/MXML/2009.

    xmlns:s = "library://ns.adobe.com/flex/spark" title = "home".

    creationComplete = "view1_creationCompleteHandler (event)" > "

    import flash.sensors.Geolocation;

    Import mx.events.FlexEvent;

    private var g:Geolocation;

    protected function view1_creationCompleteHandler(event:FlexEvent):void

    {

    If (Geolocation.isSupported)

    {

    g = new Geolocation();

    g.setRequestedUpdateInterval (100);

    If (g.muted)

    {

    Do nothing if the sensor of the device is muted.

    Msg. Text = "geo muted."

    return;

    }

    Msg. Text = "active geo;

    g.addEventListener (GeolocationEvent.UPDATE, geoLocation_UpdateHandler, false, 0, true);

    }

    }

    protected function geoLocation_UpdateHandler(event:Event):void

    {

    Msg. Text += "\ngeolocation update";

    }

    ]]>

    GeoTest1 - App.Xml

    http://ns.Adobe.com/air/application/2.6">

    GeoTest1

    GeoTest1

    GeoTest1

    1.0.0

    [This value will be replaced by Flash Builder in the output app.xml]

    ]]>

    Please try the above and see if it works.

    -Tom

    Flex SDK engineer

  • AutoComplete does not work in Flash Builder burrito

    Hello!

    What are the causes could prevent the autocompletion of working in Flash Builder burrito? in flash builder 4, it works fine, but not at all in the burrito. Maybe I changed a few settings somehow? If I open settings-> Flash Builder-> Editors then 'activate the Activation Auto' under "Code Assist" is checked.

    What other reason could there be for this problem?

    Hello

    Using 'Flash Builder Overview Burrito'? You might have faced this known issue https://bugs.adobe.com/jira/browse/FB-28451 . This is fixed in the future of the generations of Flash Builder.

    Workaround is, click on "Restore defaults" in preferences-> editors-> ActionScript Code-> content-> Flash Builder Help cycling

    Or change your workspace.

    Let us know if this solution solves the problem.

    -Rahma

  • Cannot get my BlackBerry packaged and signed application

    Help, please.

    I am currently submit a deployable package for testing to my clients who are waiting to test the application, and I was stuck with it. During packaging and signing, the progress indicator is stuck at 99%, and the window "Tool of signed" says "Receive the response" all the required signature and doesn't get anywhere.

    I decided to try it with the simple "HelloBlackBerry" application (you know, like "Hello World"), and it does not work either. Note that he had worked until I think that last night. Is there something to do with the BB Signing Server?

    Urgent response appreciated my customers are waiting on the other end.

    Thank you so much in advance.

    It is Java. BlackBerry Java plug-in Eclipse. BlackBerry API 5. Windows XP, packaging for 8520 (but one last question?). Do not worry about that now, however. Another machine was able to package and sign, so I was saved, and the package was delivered to the customer. But it still doesn't on my PC the last time I tested.

    But the project is, and I think this will be my last project of BlackBerry. Honestly, it was a real pain, and we decided to stop accepting the BB development project for good.

    Thanks anyway, The_Anomaly.

    PS since this topic is not really resolved. Do you know what I have to do?

  • Purchase of Flash Builder Burrito

    Hello

    Sorry if this is the wrong forum, but didn't know where to ask. Just wondering if Flash Builder Burrito will release an update for Flash Builder or if this will be a new version to buy. I have the intention to buy Flash Builder, but wasn't sure if I should wait Burrito is released or not.

    Thank you

    Hello

    We have not announced prices or availability yet for the next version of Flash Builder.

    The new version contains new features, it will be a paid upgrade of the current version of Flash Builder 4.

    Thank you

    Andrew Shorten

    Adobe Group Product Manager, development tools.

  • using ripple to package and sign

    I try to use the "Package and signature" feature in Wellington. However, I get the error message "Oh Snap!" Build request failed with [error] unable to connect application - failed to find signature keys"

    Under settings... I have:

    SDK path: C:\Program search in Motion\BlackBerry WebWorks SDK 2.2.0.15

    The project root: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs

    Archive name: HelloWorld

    Output folder: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\package

    I copied my old signature keys that I used to sign my BB-Java apps with in the folder SDK WebWorks 2.2.0.15\bin. Don't know how to "install" my signature keys.

    Help, please...

    Just found out from the area of developer that is not supported. I have to use the command line.

  • Debug Player Flash Builder burrito

    Is there a player of debugging on the release of Burrito FB? Mine has been to complain about the version of the player when I went to debug. I installed the latest version and now he isn't complaining, but I get no trace (which usually means the wrong version of the debug version).

    I have to reinstall FB (B) and hope for the best, or someone can direct me to a download of stand alone?

    See you soon!

    Hello

    There is a known bug with the pre-release of the trace() calls disappear when an FXG file is present in your project and creation mode.

    Can you please confirm if exit design mode by activating / disabling window-> Fashion Design allow, to restart Flash Builder with a clean project brings back traces for good?

    PS: It is in the release notes - http://labs.adobe.com/wiki/index.php/Flash_Builder_Burrito and this is the bug - https://bugs.adobe.com/jira/browse/FB-27654

    Thank you

    Rémy

  • Flash Builder Burrito will identify the plugin Playbook

    I installed the BlackBerry Tablet OS SDK for Adobe AIR by following the instructions included in the

    Getting Started Guide for Windows developers.

     

    Everything appears to install fine and when I go to help > about Flash Builder > installation details it shows that the Function of Blackberry Tablet OS is installed.

    When I go to create the Hello World application, I chose file > New > ActionScript Project Mobile enter a project name and choose the Flex SDK hero. [correction]

    I click Next and the settings of the Mobile screen. The only displayed target platform is the platform Google Android - Tablet Blackbery is not available.

    Can someone give me an idea of how to get the Playbook sdk to be recognized?

    -Bryan

    My problem was solved on the following thread:

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/problem-connecting-Flash-Builder-...

  • Need quick help to package and sign the application.

    Hey guys,.

    I'm trying to submit my application.

    I crossed the babou of my product management process and added the product. Now I see my registered product name, status shows the project and releases and merchandise see none.

    What should I do now to present my application? What is cargo? Do we need to do?

    Question 1: How do I package the application?

    Question2: I sign the application money for the free offer of PB?

    I know that I can follow a few threads to sign, but I can sign an application later. If it's possible, I'll try to postpone to save time and submite the app before midnight.

    Thank you

    harshvt wrote:

    Hey guys,.

    Question2: I sign the application money for the free offer of PB?

    No you don't need to sign in order to qualify. You will need to sign it later so that you can actually so people can actually buy/download your application.

  • KeyboardDrake: changing the default blackberry type in Adobe Flash Builder

    Hey guys,.

    How can I change the default layout in Adobe Flash Builder Burrito using the SDK software BB Playbook

    Essentially, I want the navigation bar at the top down on the left side

    How can I do this

    Thank you

    Chris

    Hey chris,

    Sorry for the delay, the image takes some time before it appears (pending approval of the host). in any case the bar that is displayed is known as an "action bar" in MXML. IM unfamiliar with too much Flex, so I can't tell you how to position it yourself. just google or search for "Flex Action Bar" and which should help you in the right direction. hope that helps. Good luck!

Maybe you are looking for