Installation of AIR without asking the user

When a mobile user install my application and his motive is not install Adobe AIR / low version of the AIR, it would be a popup asking installation of Adobe AIR required.

I think that this process could cause a problem if the user do not know what is Adobe AIR, or they refuse to install Adobe AIR for a reason, which prove not to install my application.

On iPad, Adobe AIR installation is somehow build-in, who would not ask the user to install AIR before installing mine.

How do I put my project as my application would not ask the user to install Adobe AIR on Android device or iPhone?

Hello

iPhone will work the same as iPad - so does not rely on a separate installation of AIR.

You can achieve the same thing with Android if you deploy a period in captivity.

Assuming you are using Flash Pro - when you publish to Android just select "Embed AIR runtime associated with the application". As the text suggests it automatically includes the AIR runtime in your application.

You can achieve the same with ADT too...

Adobe AIR * packages APK Android

Tags: Adobe AIR

Similar Questions

  • How to use variable bin in the package without asking a user?

    Hello

    I would write a SQL but I want to use bind variable as static package, without asking the user? As below?

    I would ask you, below it is a variable emp_id? Is this variable BINDING?

    DECLARE
    bonus NUMBER (8.2);
    emp_id NUMBER (6): = 100;
    BEGIN
    SELECT salary * 0.10 IN employees OF bonus
    WHERE employee_id = emp_id;
    END;
    /

    If this isn't the case, as this SQL, how can define a CONNECTION variable as static inside a code? don't ask a user?
    version of DB. 9.2.0.8

    best regards and thank you

    OracleADay wrote:

    I would write a SQL but I want to use bind variable as static package, without asking the user? As below?

    Yes, as you did in this code example.

    All SQL statements must be analyzed as sliders to be filled. PL/SQL source code can contain code PL/SQL (programming language) and the source SQL.

    So, indeed you are coding 2 languages of different source code in the same source program. The PL/SQL compiler is a pretty smart to understand what is PL/SQL code and what is the SQL code. To obtain the SQL source code, he creates transparently calls to the SQL engine - this call to the SQL engine will contain instructions on how to analyze the SQL and bind constants or variables in PL/SQL to SQL.

    The SQL engine saves the sliders in the Shared Pool (the memory of the SGA structure) of Oracle. And you can easily watch the content of the present to see what SQLs cursors here - and what bind variables, if any, they use.

    I posted an example - creating a procedure containing a SQL, execution of the PL/SQL code and then watching the cursor that has been created in the shared Pool. See {message identifier: = 2243507}. And it's a little easier to do that (more detailed) SQL tracing approach Pierre indicated above.

    If this isn't the case, as this SQL, how can define a CONNECTION variable as static inside a code? don't ask a user?

    A PL/SQL variable or a constant that you use in a SQL statement in the PL/SQL code, will be treated as a variable binding when parsing SQL and create the cursor so that it (or re - using an existing cursor).

  • Live Mail is not time on a bad/hung e-mail server connection automatically, which leaves the rest / other e-mail accounts unread for long without affecting the user.

    Live Mail is not time on a bad/hung e-mail server connection automatically, which leaves the rest / other e-mail accounts unread for long without affecting the user.
    BTW, how to force Live Mail to jump/break current hung connection without restarting the Live Mail? It does appear that a stop button, but no jump to Live Mail key control winodw?

    Hello

    1. do you use the Windows Live Mail email client?

    I recommend you ask your question on the dedicated Windows Live forums. Here is the link for the category Windows Live Mail.
    http://windowslivehelp.com/product.aspx?ProductID=15

    I hope this helps.

  • Is it possible to add a hard drive to a VM running via a script or a program without using the user interface

    I'll try to ask this question clearly, but I ask that read you it carefully, because I can't do a great job of setting out clearly what I'm looking for.

    I know how to create a virtual disk in a batch file or a script.  I know how to have a running virtual machine to detect a newly added hard drive and format it in Linux, BACK, and NetWare. I do not have scripted this part, but I did it manually by adding records via the UI and then by doing the steps manually to make the operating system to detect and format the newly added drive. In each case, these steps are scriptable with the exception of the addition of the drive in the user interface.

    The only way I know to add a new hard disk to a virtual computer running is through the user interface. I don't know in a way that can contain script (for example vmrun or an API call) to make.

    I guess that maybe I can have the virtual machine to go into sleep mode and then add the HDD in the vmx file while the machine is in standby mode, then put the computer to sleep mode, although I have not tested this.

    My question is, ' can a virtual drive be added to a virtual machine running without using the user interface and without put the machine to sleep, or in other words in a script any?

    Have you tried VI SDK?

  • Unable to get the write IMAQ 2 file to ask the user for the path.

    I am currently using an IMAQ 2 writing file to create a .bmp image. I have the VI attached to a control which allows the user to enter the path where they want to save the file. However, I do not want the user to have to ensure that they have typed the path forward the write IMAQ file runs. I want the program to work so that when the write IMAQ file running a window is displayed asking the user where they would like to save the file. If someone could help me out I would be grateful thanks.

    Use the file i/o VI file dialog box > range of advanced features to file

  • In Outlook 2003, I keep getting a popup asking the user ID and password.

    In Outlook 2003, I keep getting a popup asking the user ID and password.  This continues after I provide the information requested.  How can I stop this?

    When it happens, it is usually a small problem with my ISP (AT & T).

    When AT & T fixes their mail server, I left get these annoying popups.

    I suggest that you contact your ISP.

  • Print button to print the page 10 to the dialog asking the user how many times to print page 10

    Hi all

    Want javascript to attach to a button that does the following: -.

    ask the user in the dialog box how many copies of page 10, they wish to print.

    Seems easy hmmm not to me... Unfortunately.

    If this cannot be done is is it possible to have page 10 selected in the dialog box for normal printing on a button... which brings up the print dialog box and all you have to do is select the number of copies.

    Thanks in advance

    Stephen

    You can use this code to do this:

    var copies = Number(app.response("How many times do you want to print page 10?","",""));
    if (!isNaN(copies) && copies>0) {
        var pp = this.getPrintParams();
        pp.firstPage = 9;
        pp.lastPage = 9;
        pp.NumCopies = copies;
        this.print(pp);
    }
    
  • How do I cancel the target account without deleting the user in the system target?

    Hello Experts,

    We need to know if it is possible to revoke a resource (delete account), without deleting the user in the target system.

    Example:

    UserOim1 in IOM has a resource of SAP ECC, is linked to the SAP UserSap1user.
    We need assign SAP UserSap1 user to another user of IOM UserOim2.
    So we'd like to broke the link between UserOim1 and UserSap1 (without deleting the SAP user) and then connect the SAP with UserOim2user.


    Is this possible?

    Best regards
    AT

    If you move a resource from one user to another, there is a process of service account for this.

    Using the API under tcUserOperationsIntf, you can use changeToServiceAccount. Next moveServiceAccount will move to the instance from one user to another, and finally chageFromServiceAccount turn off the type of service account.

    This account must really be identified as a service before all the shares of account account occur however. There should be no other reason to switch from a users account. If the account is defined as a service from the beginning account, simply attach existing adapters for the tasks of service account. They will fire instead of disable regular and delete tasks. I think that you will always have questions if the revoke occurs, and then you run these tasks because all the other tasks will be canceled State.

    -Kevin

  • Someone at - it get Bitlocker to work on E7470 without asking the recovery key at startup?

    I tried everything I can think and am not able to get the notebook to boot without asking the Bitlocker recovery key. I am resolved that there is something wrong with the HW but if someone did work, I would like to compare notes.

    The problem was the BIOS. The computer shipped with BIOS version 1.1.6 and the o/s could not read the TPM chip. I updated the BIOS to version 1.3.0 and now Bitlocker can read the chip and need the recovery key...

  • How to ask the user to type in the select statement

    Hello

    Can anyone tell me the syntax of the select statement where I can ask the user to enter the value.

    for example, I try to use belowthing, but it displays error

    Select * from emp where empname =: empname

    SP2-0552: Bind "empname' undeclared variable.


    2. is there a dictionary of data table to see all pl/sql procedures and corresponding code?


    Thank you
    Sri

    Try:

    select * from emp where empname='&empname';
    

    L.

  • Share documents via link pages without asking for user name

    Hello, it is possible to share the page via link document without asking user name when someone opens the link? I only want to share the document for reading does not work. So I don't think that it is necessary to request user name.

    Hi erino72,

    Thank you for using communities Support from Apple!

    I understand you want to share a Pages document with someone, without him asking for request a user name.  Given that you're just trying to share a document for reading instead of calibration, then I recommend that you just send a copy by following the steps in the link below:

    Send a copy of a document

    Take care.

  • Time after the event, without blocking the user

    Hi, I am creating a software to control a power supply. One feature that I have bad to add is a timer.

    I have a structure for the event that fires when the user clicks on the buttons, which most slowly increases the current for a period defined by the user. I want the timer to count so far defined by the user of time (in seconds) after the event fires. One thing, however, is that I need to be free to trigger another event (which stops the power supply in an emergency) so I can't have this synchronization process lock me up for snap buttons.

    I was experimenting with the millisecond timer, as well as with a loop that goes through with a defined time interval, but it is not quite give me the functionality I want. (I've been placing these loops of timing outside the structure of the event to other events run yet, but I want the timer to only is triggered after an event is triggered, is it still possible?)

    If you need more information, just ask, thanks!

    Thnigs to do to dramatically improve your code:

    You need not separate loop.  Put your code from timer inside the structure of the case of timeout event.  Set the time-out to 50 instead of 500 to match what is in your separate loop.  You can get rid of the becaue of queue, it is no longer necessary.  Create registry to offset on the main loop.  When the event occurs to start timer, pass the time for the shift on the right side register.  Wire the shift register on the left side in the event of timeout to use its value.  BTW, the shift in your separate loop register is used to nothing because you do not change the value on the wire.  Don't put all the loop in the case of timeout, get rid of the loop and just put the code of the loop, with the exception of the EndTime variable that can be removed and 50mS delay, which can be removed.

    Put the Boolean value of early Inc. inside the case to start Inc. value change event.  Same for all Boolean values.  Put them in their cases of particular event.

    Get rid of local variables now.  You'll race conditions if you do not, you doing wrong in that you don't need especially now.  Look at the current limit control.  Add a wire from the control of the current limit to where feeds the local variable of the current limit.  Delete the local section.

    Move all the controls from the inside of the structure of the event outside the structure of the event, but still within the main loop.  Wire controls where they are going.  Now you can eliminate all local variables of thos and just wire from control where they are needed.

    All outputs error.  One is enough.  Create an error in your front panel.  On the block-diagram wire the error in the first function of Sorrensen before the loop.  Where the error from the Sorrensen hit the loop function, change the terminal on a shift register (right click and select replace with shift register).  Move the error Out 2 to out of the loop on the right side.  Error 2 wire the register shift on the right side.  Everywhere, you need a mistake in, branch off the error in the thread because it is in the loop.  Wire all your outs of the error in the case of the event and the last Sorrensen function to a function of merge error.  Wire of this error on the shift register.  All your errors are combined in a single indicator.

    That should do for now.

  • How can I connect to Windows XP Pro without using the user name and password?

    I received led optiplex 745 and they all two windows pro installed but I can't open windows pro because I don't have the previous user password.
    How to open windows pro without usin the previous username and password
    Help, please

    Unfortunately, we do not know if you are allowed access to the operating system or someone trying to hack illegally into.

  • How do you determine the steps to use when they need to change the info in the diaglog box "WINDOWS SECURITY" of win 7, which asks the user and the password?

    My background: I can only see this dialog box titled WINDOWS SECURITY when I want to access my log to router with my office router connection. The dialog box refers specifically to my router, and asking a user and a password.

    A long time ago that I asked to remember and, of course, I forgot it and the location that I wrote. Now I am unable to determine what I thought, would be a simple reset and the steps that allow me to perform a reset. After a series of search phrases on Bing, and in the community of the SP as well as Win 7 Pocket administrator index I can't find the steps because the dialog box, it seems with the title of the WINDOWS SECURITY is too general.

    I need to install a new router and need to change the user and password. I don't know if user and password are unique to the company of router or Microsoft Win 7. Nevertheless, I can reset thinking them they are unique to me and Microsoft because there is no query such as, "you forgot your password?', whereby get you a temporary.  These steps are already stationed in the community and I just can't get into the research phase right? (What is related to IE 11?) Thank you.

    > I need to install a new router and need to change the user and password.

    Do you want to connect to your old router?  If Yes, most routers have built-in switch you tripping with a paper clip or similar to force a reset to the factory settings.  You can then access the default connection.

    If it's the new router, it should be accessible with the factory default login. If you don't know please post that make the exact and the model of the router.

  • VirtualMachine.Admin.Name and asking the user for the name of the server

    I need to allow end users to designate the name of their server requested when you submit a request through VCAC. I do this using VirtualMachine.Admin.Name in the custom of my blueprint properties and it prompts the user to set.  I have also some scripts that run with the heel of building put into operation once the server is built which require me to enter the VC:VirtualMachine object for the server with the name of the server.  It does this in a loop in a table of all the VC:VirtualMachines met my VCenter server and find a match on the name with an xpath expression.  The name of the server is collected inside the cutting-edge designer using the getVirtualMachineName activity.  This activity is integrated into the designer and aims to do exactly what he says.  He then handed the name in the VCO workflow.  Not much, really.  I have used this method a lot in the past with VCAC.

    Problem:


    Recently, I started running this script on a new installation of VCO (5.5.1) and the new instance VCAC (version 6.0 - 1720522) and I see a very strange behavior.  When I get the name in the tip with the activity of getVirtualMachineName Designer, the name is that name WOULD have been affected had I pressed VCAC to automatically generate name for me using a prefix of machine profile.  Remember that you must associate a prefix of the default machine on your group of companies.  This is the prefix that is used to generate the name and associate it to the server in VCAC despite the fact that I am more precisely the substitution of this name automatically generated with the VirtualMachine.Admin.Name custom property in the custom of my blueprint properties.

    The strange thing is that the server is correctly named in the VSphere console and inside the guest OS.  In other words, the name that the user places in the VirtualMachine.Admin.Name field is what you get in the console VSphere and BONES.  So that part works.  Then why is he not being correctly named in the VCAC VirtualMachine object?

    EC which claimant misnamed is originally my workflow to fail.  I can work around this problem in the workflow, but I fear that there is still problems on the road if the alias is associated with the server inside VCAC himself.

    Once again, I did this with earlier versions of VCAC and VCO and not had this problem.  Anyone else seeing this?  I'm doing something wrong here?

    The custom property to use to allow a user to enter name themselves is the host name (just hostname, nothing else)... That's what I put to prompt the user to our forms.

Maybe you are looking for