AIRI to AIR using adt

I'm more of a user interface kindof person and after reading a bunch of pages on how to sign an airi with a certificate using adt.bat, I'm probably more lost than I was before I started.
adt -checkstore -storetype pkcs12 -keystore yourCert.p12
I tried changing the adt.bat tool to this (changing the location of my certificate) but it didn't work at all.
Could someone please give me some indication as to what I'm actually supposed to do, step by step, to sign an airi with a certificate? Any help would be greatly appreciated.
Thanks,
Matt

You don't modify the adt.bat file. You just need to type in at the command line.
To simplify the command, you can put the certificate and the .airi files in the same dir. Let's say C:\test.
Then you can cd to the dir.
Then the following command should work:
"C:\Program Files\AIR SDK\bin\adt"  –sign -storetype pkcs12 -keystore cert.p12 unsignedMyApp.airi myApp.air

Similar Messages

  • Possible Solution: Allow native code packaging with AIR using ADT?

    Packager / ADT are providing huge benefits for AS3 developers targetting mobile as we all know.  We also know that we'd like as much access to the native libs for the various platforms as we can possibly get.  Two cases in point, in-app purchasing and access to Apple's iAd network.  Discussions about these requirements over the last few days with a colleague of mine have resulted in him coming up with a very strong idea for providing adhoc access to native libraries.  He has posted his suggestion, (which involves a feature request to Adobe), on Adobe AIR Ideas at Labs.  I really encourage as many people as possible to read his suggestion to get the discussion warmed up.  If you think the proposal is worthy, please make sure you vote it up so that it registers on Adobe's radar.  I believe this would really benefit all of us working with AIR for mobile. Here is the link.
    Peter Robertson

    manicjames wrote:
    I have packaged my AIR app into a Native .exe installer using ADT. If the user does not have air installed and they are connected to the internet, the AIR runtime is automatically installed.
    Is it possible to package the AIR runtime into the exe so that if the user is not online the AIR runtime is installed?
    I have experimented with the sidecar install and .air file but ideally I want to only have the one file(.exe). I already have a distribution licence from Adobe.
    This isn't available at this time, but I think it's a great idea.  You might want to add a feature request for this over at ideas.adobe.com and bugbase.adobe.com, or review and vote for these current feature requests if they provide for what you're looking for:
    Portable AIR Apps
    Create portable AIR apps
    If you decide to add a new request, please post back with the URL so others can cast their votes and add comments.
    Chris

  • Sidecar AIR Runtime install with  Native .exe installer using ADT

    I have packaged my AIR app into a Native .exe installer using ADT. If the user does not have air installed and they are connected to the internet, the AIR runtime is automatically installed.
    Is it possible to package the AIR runtime into the exe so that if the user is not online the AIR runtime is installed?
    I have experimented with the sidecar install and .air file but ideally I want to only have the one file(.exe). I already have a distribution licence from Adobe.

    manicjames wrote:
    I have packaged my AIR app into a Native .exe installer using ADT. If the user does not have air installed and they are connected to the internet, the AIR runtime is automatically installed.
    Is it possible to package the AIR runtime into the exe so that if the user is not online the AIR runtime is installed?
    I have experimented with the sidecar install and .air file but ideally I want to only have the one file(.exe). I already have a distribution licence from Adobe.
    This isn't available at this time, but I think it's a great idea.  You might want to add a feature request for this over at ideas.adobe.com and bugbase.adobe.com, or review and vote for these current feature requests if they provide for what you're looking for:
    Portable AIR Apps
    Create portable AIR apps
    If you decide to add a new request, please post back with the URL so others can cast their votes and add comments.
    Chris

  • Packaging an AIR application in a .EXE file using ADT

         Hi All,
    I have to package a .AIR file in  .exe file with ADT.
    Is it possible setting a default installation path in exe file using ADT tool?
    I would like to create a .exe file where user can't interact with installation wizard to set a particular path.
    Does it exist a particular option?
    Would you suggest an example?
    (...adt -package -target native ??? myApp.exe myApp.air)
    Thanks in advance
    Gianni

         Hi All,
    I have to package a .AIR file in  .exe file with ADT.
    Is it possible setting a default installation path in exe file using ADT tool?
    I would like to create a .exe file where user can't interact with installation wizard to set a particular path.
    Does it exist a particular option?
    Would you suggest an example?
    (...adt -package -target native ??? myApp.exe myApp.air)
    Thanks in advance
    Gianni

  • Error using ADT to package .ipa file

    I've got an ANT build file that uses ADT to package a debug ipa file, which used to work fine.  But now everytime I run it, it says the following:
         Compilation failed while executing : ld64
         ld: library not found for -lgcc_s.1
         Result: 12
    I was just wondering if anyone else has encountered this problem, or something similar?

    In reply to all of the above questions...
    Using AIR 3.6, and i believe it's still in beta? So this was probably the wrong place to post. But as I mentioned before, it used to work and I haven't updated the SDK.  I am using -platformsdk to point to iPhoneSimulator6.0 sdk.
    Thank you all for your replies.

  • How to include style SWF in windows native executable using ADT command

    down vote  favorite   
    'adt -package -target native MyApp.exe MyApp.air' successfully creates a Windows executable.
    Need to include a style sheet in the MyApp.exe. Its in the style sub-directory.
    When I use 'adt -package -target native MyApp.exe MyApp.air style\blue.swf' get the error:
    Signing options required to package from descriptor and fileset.
    What is the syntax to include style\blue.swf in the MyApp.exe? Thanks in advance.

    Well whenever I publish AIR apps from Flash CS5 Pro if I have the filename property set to "myApp" for example in the dialog box . . . then the program gets published and when you install it "myApp" appears in the Program List as well as optionally in the Desktop Shortcut.  I am running on a Windows Machine.  I am not sure if this same behavior mirrors itself on Mac or Linux although AIR is designed to be coded once and deployed anywhere.  If you have found the filename property in brackets that you mention in Flash Builder are you certain that it is not appearing in your Program List?  Perhaps it will appear simply as a shortcut without being in a Folder if you do not specify a path for the shortcut to go to?

  • Not a valid AIRI or AIR file

    Trying this: adt -package -keystore HelloWorld.p12 -storetype pkcs12 -target bundle HelloWorld.app HelloWorld.xml
    Gives me the error:
    File /Users/cameron/HelloWorld/HelloWorld.xml is not a valid AIRI or AIR file
    And here is the contents of that XML file:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/13.0">
        <id>examples.html.HelloWorld</id>
        <versionNumber>0.1</versionNumber>
        <filename>HelloWorld</filename>
        <initialWindow>
      <title>Hello World</title>
      <content>HelloWorld.html</content>
      <visible>false</visible>
      <minimizable>true</minimizable>
      <maximizable>false</maximizable>
      <resizable>false</resizable>
      <width>800</width>
      <height>600</height>
      <systemChrome>none</systemChrome>
      <transparent>true</transparent>
        </initialWindow>
    </application>
    What's the issue?
    Running adt -version gives:
    13.0.0.83
    so the version is correct... and the XML file looks okay to me. Any ideas?

    Try this: adt –package -storetype pkcs12 -keystore HelloWorld.p12 HelloWorld.air HelloWorld.xml .
    If that doesnt work try this: adt –package -storetype pkcs12 -keystore HelloWorld.p12 HelloWorld.air HelloWorld.xml HelloWorld.html
    This assumes I have all your file names correct and creates an .air file instead of an app file. After some researching Im not sure you can create an app file from an HTML AIR project(not positive but not seeing examples with HTML).
    The first example says to package all files in the project directory where your xml & HTML are at

  • Creating .swf from .fla file using ADT command line

    Dear Adobe Community and Moderators:
    Is it possible to use the ADT command line to directly compile an .fla file into an .swf file? Context: I have an app created in Flash Pro CS55 (6 months worth of work), but now found Adobe has dropped Flash Pro in favor of Flash Builder or Flex. I have some native extensions I want to use for iOS, but they require Air 3.1 to compile (swf-version=14) i.e. using the MessageUI framework in a static .a library for an Air app. Flash Pro CS55's top end limit seems to be swf-version=13 (Flash 11). Because of heavy investment in time and energy into our Air app in Flash Pro, it's not feasible to convert to Flex by end of week. I tried creating an .swc file, and taking the library.swf from that, but alas, a catch-22, Flash Pro CS55 only compiles to swf-version=13.
    Is there any way to either (a) directly compile my root .swf file (from the .fla file) using a command line (so I can use ADT from Air 3.1 SDK) or (b) some way I can marry a native extension I've found I can use on GitHub which is swf-version=14? Again, my issue is that I have to use Air 3.1 since only it supports iOS5.
    Any thoughts, suggestions, comments are highly appreciated (including if it's not possible to do what I'm trying to do).
    Thank you Adobe community in advance,
    Alex

    I have the exact same question, please respond if you hold the answer to this! mxmlc won't work for me since I have created too many assets within the fla already! Thanks!

  • I have a new Macbook Pro - trying to migrate files etc from my Macbook Air using a Thunderbolt Cable between the two.  I follow the directions but the two computers never "discover" each other.  WiFi connect works but 70 hours is a rough deal.

    I have a new Macbook Pro.  Trying to migrate files etc from my Macbook Air using a Thunderbolt Cable between them.
    I follow the directions but the two computers never "discover" each other - using a WiFi connection works but 70 hours is a rough deal.
    (Mac OS 10.8.2 on both computers)

    Are you trying target disk mode?
    http://support.apple.com/kb/PH10725
    Ciao

  • How do I move a purchased movie from one Mac to an Mac Air using iTunes

    How do I move a purchased movie from one Mac to an Mac Air using iTunes

    You should start "Home Sharing".  You will need to authorise your two computer.  Once Home Sharing is activated, you will see shared iTunes libraries and it will allow you to simply drag'n drop any content.

  • How to share 1 time capsule to 2 macbooks air, using Time Machine?

    How to share 1 time capsule to 2 macbooks air, using time machine??

    You don't need to do anything.. both computers can use the TC and will create separate backups. It is simply designed to work with Time Machine.

  • Is there a way to move music I had on my iPhone 4 to my new macbook air, using iTunes it seems to want to synch to iTunes library where I don't have any music stored?

    is there a way to move music I had on my iPhone 4 to my new macbook air, using iTunes it seems to want to synch to iTunes library where I don't have any music stored?

    Hello KM47,
    It soundsl ike you are needing to copy your iTunes purchases to your computer rather than sync it at this point. You can use the following article to transfer your purchases with the following article:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    http://support.apple.com/kb/ht1848
    If you have your library stored on another computer, you can also copy the library to the new MacBook Air with this article:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Number of address book contacts on MacBook Air using iCloud is one less than my other iDevices using iCloud.  Is this a known bug?

    Number of address book contacts on MacBook Air using iCloud is one less than my other iDevices using iCloud.  Is this a known bug?  I've checked for duplicates on my iDevices and I can't find any.  Additionally, I have wiped all the data from the Application Support folder of the address book and re-connected to iCloud, but it always shows 308 contacts instead of 309 found on iCloud and the rest of my devices.  Any ideas?

    Number of address book contacts on MacBook Air using iCloud is one less than my other iDevices using iCloud.  Is this a known bug?  I've checked for duplicates on my iDevices and I can't find any.  Additionally, I have wiped all the data from the Application Support folder of the address book and re-connected to iCloud, but it always shows 308 contacts instead of 309 found on iCloud and the rest of my devices.  Any ideas?

  • I recently tried to remove widows7 on my macbook air using bootcamp and halfway through it grayed out .The windows 7 is removed but i cant free up the 62gig partition the windows was occupying on my 121gig ssd harddrive please help

    i recently tried to remove widows7 on my macbook air using bootcamp and halfway through it grayed out .The windows 7 is removed but i cant free up the 62gig partition the windows was occupying on my 121gig ssd harddrive please help

    You may have to see about using the Recovery HD partition to attempt to erase and restore useful function of the capacity lost to the former Windows installation.
    And you may have to backup your contents outside the computer to do it. Disk Utility on the Mac OS X historically has not been able to touch a BootCamp created partition; so if BootCamp cannot remove it, then you have to see how to do the equivalent of a reformat of the entire drive (less Recovery partition?) then reinstall your OS X. Maybe from internet recovery, then get your applications, etc from the Mac App store, etc.
    A complete system clone of your OS X on an external HDD would be another method to restore after reformat, of the portion you want whole again, not necessarily the space where Recovery may live.
    There may be (an)other way(s).
    Perhaps someone with recent experience
    in this matter can reply & discuss options.
    With my antiques, they almost know what I want before I tell them.
    Hopefully yours will after you talk to it awhile.
    Good luck & happy computing!

  • HT1338 how do i load windows 7 on a mac air using the super drive?

    How do I load windows 7 on a Mac Air using the super drive?

    You use Boot Camp to partition the SSD in the Air, download the Win 7 Support files from Apple (part of the boot camp process), save them to a USB thumb drive, have the USB superdrive connect to the Air with the Win 7 install DVD in the drive. Once partitioned the system will reboot and start the Win 7 install.

Maybe you are looking for

  • Gostaria de saber aonde são salvas as senhas que são memorizadas no firefox?

    Gostaria de desinstalar totalmente o firefox mas, antes preciso salvar o meu arquivo de senhas. Como devo proceder? Não me interessa voltar o firefox à situação original, desejo realmente desinstalar tudo, inclusive do registro do windows, e voltar a

  • Miro line item indicator

    Dear Forum, In miro line item, there is a drop down list on indicator. There are 3 item to choose from but I would just like to ask on 1 planned delivery costs 2 goods/service items + planned delivery costs What is the implication of choosing 1)plann

  • Reciever Comm. Channel Content conversion parameter for deep level

    I am doing a scenario from SAP to Legacy sytem ( Proxy to File Scenario).Target File to be generated is of for fixed length. __My source strucure is as follows:__ DT_Source --->Root_IS .......................................0.to..1 DC................

  • How to get MBP to "trust" my wireless network?

    Hello, I'm using a Macbook Pro with a Linksys wireless router. Every time I boot the MBP, it says "can't find any trusted wireless networks", or something to that effect. I go to the airport menu and my network is listed there, and it works fine once

  • Can OHS 12c connect to tomcat 7 via AJP Protocol ?

    Hi,     I would like to check if OHS 12c can connect to Tomcat 7 via AJP Protocol. I know there is mod_jk or mod_proxy_ajp is Apache but not in default OHS installation modules. Thanks Regards Goh