OS7 air support 3.0?

Hi, sorry for the basic question. Does anyone know if OS7 supports the runtime Air 3.0 +?

Thanks in advance.

No it's not.

Tags: BlackBerry Developers

Similar Questions

  • adobe air support

    Is adobe air supports smartphones blackberry?

    Currently no.  Now Adobe AIR is only supported by the BlackBerry PlayBook.

    Future Smartphones BlackBerry running BlackBerry 10 will support it.

  • Air, supporting resolutions and multiple directions

    Kind to be included in the development of Air stuff detection and automated screen resolution asset replacement

    Symbol in the library

    image.PNG-> imgage on the stage

    [email protected]> replacement automatically placed when the upper display is detected

    [email protected]> even biger resolution

    for video clips and sprites:

    mcName

    mcName@2x

    mcName@4x

    in this way, do not logical intrincated to place several images with different resolutions.

    Thank you

    Your 3 basic options are always the same.

    1.) (formerly Adobe) Apache Flex / MXML allows you to do something similar to SDK like Xcode where you anchor components containing your content. Therefore, you can say a component to be always on top left regardless of the resolution and orientation. Who can help keep your interface appearing a certain level of automation-compatible.

    Scale 2.). The ugly duckling of the bunch but the easiest to perform. There are some trick under the hood than using the larger resolution images in the way that you describe could you benefit. The scale is basically you choose the exact size and the proportions of your project and then agree that part of the edges is cut off the coast. On HD it is almost always on top and below, 4:3 (iPad, iPhone 4 and less) is always right and left. The idea is to keep your content in the center of your application and then allow the application to scale itself large enough to fill the screen (all sides).

    Using the scale, you will also need to detect the actual resolution of the device with either stage.fullScreenHeight / width or capacity screenResolutionX / Y. That will tell you which chart to use.

    (3) manipulate everything yourself. That's how I always do. I detect the resolution of the screens and make a page layout that uses most of all pixels. To face yourself simply adjust your stage.scaleMode = StageScaleMode.NO_SCALE and stage.align = StageAlign.TOP_LEFT (or wherever you want raise pixels away from).

    If you manage yourself, your assets will have a way to resize. There is nothing automatic about that though. Throughout the way your layout system (something that you code yourself) will be making choices on fixed assets to use and how to use them.

    Work with the manifesto on Android or DPI capabilities to be sure you understand the size of the screen.

    It's a little easier on iPhone, needing to detect between iPhone 4 (and earlier) and resolution of the iPhone 5 (or an iPhone6 much larger if they are unwilling to go out of business). Otherwise, you just switch between the iPad or iPhone.

    Android is supposed to be more granular and allows you to specify the size of a manifesto that controls the store in order to limit the application to DPI or specified screen, however I find that it does not in fact. A Samsung Galaxy Tab 3 8 "is clearly a Tablet, but if I restrict the application to the screens of 7" (XL), due to its advantageous great DPI, you don't even see the app in the Tablet market. Only when I supported not only small ' widescreen ' but super small (phone) 'normal' screens made the app even pop up. Just a few things to think before you walk into the minefield of Android.

    Here is more information on the manifest more ambiguous Android configurations:

    http://developer.Android.com/guide/practices/screens_support.html

  • AIR supports the Tablet Android Nook?

    Hello

    Nook is not on the list of approved devices, but it's a fairly new devices, if anyone knows if it will support the AIR?

    And by the way... What is polcy of Adobe on AIR-compatible Android devices supply? EC that choose and why? Their intention is to offer the broadest support, or they reduce efforts on AIR supply as cross-platform as possible?

    Thank you!

    The specification for the new devices from Amazon looks like it should work, Android 2.3 and ARMv7. It's not like with the browser plugin, where Adobe needs to check all devices and make changes to the code to ensure that it was compatible. In theory, as there good spec, it should work.

  • pouvez MB Air - support Windows as an add-on

    MacBook Air yourself running Windows as an add-on?

    You can install Windows using Boot Camp (in your Applications > utilities) in a separate partition, or you can use commercial software, such as parallel office, for a more integrated solution.

  • Air support all-in-one Officejet J3680 print?

    If so do I need an app?

    Hello

    It is the only one?

    http://support.HP.com/us-en/document/c01106836

    Application no and not available to make really functional.

    Kind regards.

  • Time of excessive latency of connection... Adobe Air supports on mobile connection pooling?

    Hello

    I'm developing a mobile application that loads the thumbnail images to a remote server. During testing on the Android platform, however, I discovered that the images are very long to load. By monitoring the server logs, I determined that poor performance is caused by the absence of connection pooling, which means that each request creates a new connection. Running the sample code below on a mobile device produces 20 applications and 20 attempts to connect. By comparison, the same web application or desktop creates 2 connections and reuses connections for the following applications. Important overhead and latency associated with generating new connections has a significant impact on performance, with 20 thumbnails taking about 4-5 seconds to load on mobile compared to 0.5-1 second on a desk.

    I've included a sample application below the emphasis placed on the performance issue. The image itself is very small (290 bytes), to focus the issue on the latency of the connection. I confirmed this behavior on many Android devices running 4.1, 4.0 and 2.3. I also tried using the charger c. URLLoader v. URLStream and v. sequential loading with no change in the behavior of simultaneous connection. Trying to set up the connection to 'keep-alive' in the URLRequest has also no effect.

    package

    {

    import flash.display.Loader;

    import flash.display.Sprite;

    import flash.display.StageAlign;

    import flash.display.StageScaleMode;

    import flash.events.Event;

    import flash.net.URLRequest;

    import flash.utils.getTimer;

    SerializableAttribute public class Main extends Sprite

    {

    private var _count:int = 0;

    public void Main()

    {

    Super();

    internship. Align = StageAlign.TOP_LEFT;

    stage.scaleMode = StageScaleMode.NO_SCALE;

    trace ("Start time" + getTimer() + "ms");

    var loader: Loader;

    var url: String = " " http://fbcdn-profile-a.akamaihd.NET/static-AK/rsrc.php/v2/yo/r/UlIqmHJn-SK.gif ";  290 bytes

    for (var i: int = 0; i < 20; i ++) {}

    loader = new this.addChild (Loader()) as a charger.

    loader.contentLoaderInfo.addEventListener (Event.COMPLETE, complete);

    Loader.Load (new URLRequest (url));

    }

    }

    private void complete(event:Event):void

    {

    _Count ++

    trace ("Completed" + _count + 'to' + getTimer() + "ms");

    }

    }

    }

    So, I have a few questions:

    (1) is there something I can do to allow the reuse of connection?

    (2) is it an inherent limitation with Adobe Air for mobile?

    (3) is that someone can confirm if this limitation exists on other mobile platforms (iOS or Blackberry)?

    Any help you can provide would be greatly appreciated. I really hope that this isn't a fundamental limitation of Adobe Air because it weakens my application to feel very slow.

    Thank you

    Adam

    Hmm. You were quite right, it's a little disappointing!

    This is Android recompiled for 3.4 rather than 3.1.

    null

    OVER 50 with 8 Chargers in 11327 milliseconds or 226,54 by load.   50 8 11327 226,54

    OVER 50 with 50 Chargers in 8899 milliseconds or 177,98 by load.   50 50 8899 177,98

    OVER 50 with 50 Chargers in 9280 milliseconds or 185,6 by load.     50 50 9280 185,6

    OVER 50 with 50 loaders in 9513 milliseconds or 190.26 per charge.   50 50 9513 190.26

    OVER 50 with 8 Chargers in 9744 milliseconds or 194.88 by load.     9744 8 50 194.88

    OVER 50 with 1 Chargers in 16383 milliseconds or 327.66 by load.   16383 1 50 327.66

    Compared with Apple iPad recompiled for 3.4 rather than 3.1.

    null

    OVER 50 with 8 Chargers in 502 milliseconds or 10.04 per charge. 50 8 502 10.04

    OVER 50 with Chargers of 50 to 100 milliseconds or 2 per load.     50 50 100 2

    OVER 50 with 50 Chargers in 117 milliseconds or 2.34 per charge. 50 50 117 2.34

    OVER 50 with 50 Chargers in 93 milliseconds or 1.86 per charge.  50 50 93 1.86

    OVER 50 with 8 tires in 270 milliseconds or 5.4 per charge.    50 8 270 5.4

    OVER 50 with 8 Chargers in milliseconds of 307 or 6.14 per charge.  50 8 307 6.14

    OVER 50 with 8 Chargers in 316 milliseconds or 6.32 per charge.  50 8 316 6.32

    OVER 50 with 4 Chargers in 555 milliseconds or 11.1 per charge.  50 4 555 11.1

    OVER 50 with 4 Chargers in 547 milliseconds or 10.94 per charge. 50 4 547 10.94

    OVER 50 with 4 Chargers in 535 milliseconds or 10.7 per charge.  50 4 535 10.7

    OVER 50 with 2 Chargers in 1038 milliseconds or 20,76 by load.        50 2 1038 20,76

    OVER 50 with 2 Chargers in 1042 milliseconds or 20,84 by load.        50 2 1042 20,84

    OVER 50 with 1 Chargers in 2107 milliseconds or 42,14 by load.        50 1 2107 42,14

    OVER 50 with 1 Chargers in 2099 milliseconds or 41,98 by load.        50 1 2099 41,98

    Both are on the exit compilation, which should take all of the variability. So, Yes, it is as if the Runtime AIR 3.4 lost the pool of connections, but ONLY for Android.

    PS: Code I used in my test (which was a view based Mobile application conventional) is below in case you want to include it when you submit a bug report.


    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark" title = "TestLLatency" xmlns:mx = "library://ns.adobe.com/flex/mx" >

      Import mx.events.FlexEvent;
      
    protected function uicomponent1_creationCompleteHandler(event:FlexEvent):void
    {
    startTest();

    }
        
    public function startTest (): void {}
    If (tail) throw new Error ("Please wait for the previous test at the end.");
    queue = new Array();
    _Count = 0;
    var loader: Loader;
    var i: int;
    for (i = 0; i< numtoqueue;="" i++)="">
    loader = new bob.addChild (Loader()) as a charger.
    Loader.x = (I have 10%) * 50;
    Loader.y = Math.floor (i/5) * 50;
    loader.contentLoaderInfo.addEventListener (Event.COMPLETE, complete);
    queue.push (Loader);
    }
    startTime = getTimer();
    for (i = 0; i
    nextQueue();
    }
    }
    protected var startTime:int;
    protected var endTime:int;
    protected var numToQueue:int = 50;
    protected var numLoaders:int = 8;
    protected var queue: Array;
    private var _count:int;
    private void complete(event:Event):void
    {
    _Count ++
    nextQueue();
    }
    [Bindable] protected var results: String;
    protected function nextQueue (): void {}
    var url: String = "http://fbcdn-profile-a.akamaihd.net/static-ak/rsrc.php/v2/yo/r/UlIqmHJn-SK.gif";  290 bytes
    if(queue && queue.) Length) {}
    var loader: Loader = queue.pop () as a charger.
    Loader.Load (new URLRequest (url));
    } else {if(_count==numToQueue)
    endTime = getTimer();
    var last: int = endTime-startTime;
    results += "\n" + ("COMPLETED" + numToQueue + "with" + numLoaders + "Chargers in ' + (elapsed) +" milliseconds or ' +(elapsed/numToQueue) + ' by load.\t"+[numToQueue,numLoaders,elapsed,elapsed/numToQueue].join("\t ' ""));
    queue = null;
    {while(Bob.numChildren>5)}
    bob.removeChildAt(bob.numChildren-1);
    }
    bob.getChildAt (0) .addEventListener (MouseEvent.CLICK, repeatTest);
    bob.getChildAt (1) .addEventListener (MouseEvent.CLICK, repeatTest);
    bob.getChildAt (2) .addEventListener (MouseEvent.CLICK, repeatTest);
    bob.getChildAt (3) .addEventListener (MouseEvent.CLICK, repeatTest);
    bob.getChildAt (4) .addEventListener (MouseEvent.CLICK, repeatTest);
    }
    }
    protected function repeatTest(event:MouseEvent):void {}
    var dob:DisplayObject = event.target as DisplayObject;
    var testBehaviour:int = dob.parent.getChildIndex (dob);
    try {}
    {Switch (testBehaviour)}
    case 4:
    this.numLoaders = this.numToQueue;
    break;
    case 3:
    this.numLoaders = 8;
    break;
    case 2:
    this.numLoaders = 4;
    break;
    case 1:
    this.numLoaders = 2;
    break;
    case 0:
    this.numLoaders = 1;
    break;
    }
    startTest();
    dob.removeEventListener (MouseEvent.CLICK, repeatTest);
    for (var i: int = 0; i<5;i++)>
    } catch(e:Error) {}
    trace (e.message);
    }
    }
     
    ]]>


     


     
     
     

  • How and when AIR support the new iPad?

    I believe that the following will be required:

    -New placeholders in xml application for new iPad retina icons

    -a mode which will allow content made in 'non-retine' iPad to be consulted on the new IPad (as the label that makes the iPhone 4 to fill 4 pixels and serve the iPhone 3)

    -a simulator for all environments AIR, which allows the visualization of the iPad retina display (I guess that he must have scrollbars for the first time in a mobile phone Simulator, since the height will be 2048 pixels:-O)

    -anything left on the list?

    To avoid interrupting the applications that are not designed to screen new retina of the iPad, apple don't allow resolution full retina on applications built with iOS SDK 5.1 or a later version. Thus, to allow the higher resolution on your air application, you must use this version of the SDK when compiling your application. So you can it on a Mac with Air is 3.1 or later version. Use the compiler to platformsdk - point affecting the iOS SDK 5.1 and requestedDisplayResolution the high value. Then, you will get a higher resolution.

  • What should I give my final user, Air support or post?

    We use RH8 and Windows 7

    I know the differences between WebHelp, help Air and publish.

    When you actually put your files to the end user, which should give them? Some of us seem to think that you produce Air help then post and put the files published for end users. I'm starting to think that you don't need to publish If you produced Air help. Just turned off air for the end user files. This would be true for Webhelp, just put the Webhelp files to the end user. So, what is the purpose to publish? What should I give my end user?

    Please upgrade your browser based AIR aid on a server that would be webhelp output and it should all be OK.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • error 'BlackBerry Tablet OS SDK 0.9.4 for Adobe AIR does not support mobile projects."

    Hello

    I installed Adobe Flash Builder Burrito and Blackberry Tablet OS SDK 0.9.4 on Windows 7. When I start to create a new project by selecting the ' New/ActionScript Mobile Project' menu, then in the new dialog box project of Mobile of ActionScript, I give a project name, and then choose 'BlackBerry Tablet OS SDK 0.9.4 for Adobe Air. At this point, the 'Next' button is gray on an error message on top as "BlackBerry Tablet OS SDK 0.9.4 for Adobe AIR does not support mobile projects.". Is there something that I am missing?

    I read somewhere someone comlains error message "BlackBerry Tablet OS SDK 0.9.4 for Adobe AIR support not projects mobile." occurs after installing Blackberry Tablet OS SDK 0.9.4 while there is no problem with Blackberry Tablet OS SDK 0.9.3. If it is true, where can I download Blackberry Tablet OS SDK 0.9.3?

    Thank you very much in advance,

    John

    @johnwneg, make sure that when installing FB Burrito, you:

    (1) run the installer as administrator.

    (2) select English International rather than NA English.

  • Latest AIR to support the desktop GPU mode?

    Hello

    Does anyone know the latest AIR supporting the desktop GPU rendering mode?

    Thanks in advance.

    I created an application to be able to use the GPU mode for the desktop publishing. There are tons of applications using the GPU on mobile and I think that many developers want to should be able to publish the steam with the same performance.

    I would appreciate your vote for this feature!

    The desktop publishing (steam) mode characteristic rendering #4145057 - GPU!

    Thank you!

  • support of the SRA in the Air of SRM

    Is Air SRM (part of vcloud Air) supports the SRA (array-based replication now)?

    vCloud Air DR only supports replication of vSphere. SRM Air has not been published yet, when / if it is released it only supports VR as well.

  • Support TLS 1.2 Air Desktop Version-Flex SDK 4.5.1

    Hi all

    I'm new to this forum. I'm working on the desktop air application. recently of Salesforce announced we'll disable the TLS 1.0 since their servers and they will support the TLS Protocol 1.1,1.2. Here is test url that we can use to test in the Office of the air: https://tls1test.salesforce.com/s/. I went through some of the messages in this forum and have not found similar post about this issue. I found one, but it did not help either: done FLEX and AIR support TLS 1.1 + encryption?  


    I wrote the code to verify that the url below. SecureSocket connection is successful. but UrlRequest is a failure, because it uses TLS 1.0 version to connect to the server, since Air app uses the TLS 1.0, the handshake protocol is a failure. I found this info in wireshark: TLSv1 Record Layer: alert (level: Fatal, Description: failure of the handshake)

    Screen Shot 2015-11-12 at 11.57.16 AM.png

    My goal is to spend my desktop client to support TLS 1.2 Protocol. I use the version of the Flex SDK 4.5.1 to build the application. Can you please help me understand this issue?

    1. Is there anyway to set the version of the Protocol TLS for UrlLoader and UrlRequest?
    2. I need a client certificate to authenticate with the server for TLS 1.2 Protocol?
    3. This will work if the upgrade from Flex and Air SDKS, I tried, it doesn't work, but do not know what I have tried is correct or not?

    Import flash.display.Sprite;

    Import flash.events. *;

    Import flash.net.URLLoader;

    Import flash.net.URLRequest;

    Import flash.net.URLRequestDefaults;

    Import flash.net.URLRequestHeader;

    Import flash.net.URLRequestMethod;

    import flash.net.URLVariables;

    private function {URLRequestHeaderExample()}

    var loader: URLLoader = new URLLoader();

    loader.dataFormat = pouvez;

    configureListeners (loader);

    SecureSocketExample();

    var header: URLRequestHeader = new URLRequestHeader ('Permission', ' sampleToken');

    var request: URLRequest = new URLRequest ("""https://tls1test.salesforce.com/services/oauth2/token"""); / /https://tls1test.salesforce.com/

    //request.data = new URLVariables ("name = John + Doe");

    Request.Method = URLRequestMethod.GET;

    URLRequestDefaults.idleTimeout = 1200000;

    request.requestHeaders.push (header);

    try {

    Loader.Load (request);

    } catch (error: Error) {}

    trace() "Unable to load the document asked." );

    }

    }

    private function configureListeners(dispatcher:IEventDispatcher):void {}

    dispatcher.addEventListener (Event.COMPLETE, completeHandler);

    dispatcher.addEventListener (Event.OPEN, openHandler);

    dispatcher.addEventListener (ProgressEvent.PROGRESS, progressHandler);

    dispatcher.addEventListener (HTTPStatusEvent.HTTP_STATUS, httpStatusHandler);

    dispatcher.addEventListener (SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);

    dispatcher.addEventListener (HTTPStatusEvent.HTTP_STATUS, httpStatusHandler);

    dispatcher.addEventListener (IOErrorEvent.IO_ERROR, ioErrorHandler);

    dispatcher.addEventListener (HTTPStatusEvent.HTTP_RESPONSE_STATUS, httpRespoStatusHandler);

    }

    private function completeHandler(event:Event):void {}

    var loader: URLLoader = URLLoader (event.target);

    trace ("completeHandler:" + loader.data "');

    }

    private function openHandler(event:Event):void {}

    trace ("openHandler:" + event "");

    }

    private function progressHandler(event:ProgressEvent):void {}

    trace ("progressHandler loaded:" + event.bytesLoaded + "total:" + event.bytesTotal);

    }

    private function securityErrorHandler(event:SecurityErrorEvent):void {}

    trace()"securityErrorHandler:" ( + event); "."

    }

    private function httpStatusHandler(event:HTTPStatusEvent):void {}

    trace()"httpStatusHandler:" ( + event); "."

    }

    private function httpRespoStatusHandler(event:HTTPStatusEvent):void {}

    trace()"httpRespoStatusHandler:" ( + event); "."

    }

    private function ioErrorHandler(event:IOErrorEvent):void {}

    trace()"ioErrorHandler:" ( + event); "."

    }

    private var secureSocket:SecureSocket = new SecureSocket();

    private function SecureSocketExample()

    {

    secureSocket.addEventListener (Event.CONNECT, onConnect)

    secureSocket.addEventListener (IOErrorEvent.IO_ERROR, onError);

    try

    {

    secureSocket.connect ( "tls1test.salesforce.com", 443);

    }

    catch (error: error)

    {

    trace (Error.ToString);

    }

    }

    private function onConnect (event: Event):void

    {

    trace() "connected". );

    secureSocket.close ();

    }

    private function onError (error: IOErrorEvent):void

    {

    trace (error.text + "," + secureSocket.serverCertificateStatus);

    }

    []] >

    @kumarkasimala

    Our quality assurance team has been able to reproduce this problem.  We consider you cela a bug and will start working on fixing it for a future release.  Our internal bug for this number is 4095988 in case you need to reference it later.

    Thank you

    Chris

  • What version of Adobe AIR SDK supports iOS 9?

    Hi all

    What version of Adobe AIR supports iOS 9?

    I have a DONKEY that is built into AIR SDK 17 and my native iOS is built with iOS SDK 9. When I Isaiah to compile the test application, it gives me below error:

    Error occurred during the application of packaging:

    LD: library not found for - lSystem.B

    I wonder if it is the version of the AIR SDK that is causing the problem?

    Any help will be appreciated.

    Hi niranjan99926198,

    Please follow the following to workaround [Applicable only for MAC]

    1. download and install Xcode last version 7 (we tried on beta xcode7.2)

    2. create a symbolic link or copy of Xcode way ld: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bi n/ld to /lib/aot/bin/ld64/ld64

    I hope it solves the problem.

    Roshan

    Adobe Air

  • Support of Adobe Air 3.2 android

    I created an application using flash cs6 and have integrated 3.2 AIR. I wonder what the lowest version of the andorid OS will support?

    cannot be less than 2.2 because it was the first version to air support.

Maybe you are looking for