Can AIR Run on an ARM 9 running Linux 2.6.28?

We are building a new kiosk like product and would like to use Adobe FLEX as our developer to create Flash GUI.
Here is a general overview of our hardware / software spec:
·         i.MX257 ARM9 Processor from Freescale running at 400MHz
·         512MB of DDR2 SDRAM
·         2 GB of NAND Flash Memory
·         OS: Linux 2.6.28
Is Flash / Flex an option for us? What would be the run time environment (AIR, Flash Player, Flash Player Light) that runs on an ARM9?

You can't get the older version of iTunes. All you can get is the newer version. However the 9.2 is i think is downloadable but its for windows only.
http://support.apple.com/kb/DL1056
EDIT: follow what varjak paw said.
Message was edited by: keeferaf

Similar Messages

  • Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.can any one help me bcoz i have to publish without air runtime.......

    Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.
    can any one help me bcoz i have to publish without air runtime.......

    Hi,
    This option is available when your publish target is set to AIR 3.6.
    You can download the desired AIR SDK version from Archived Adobe AIR SDK versions
    Thanks!
    Mohan

  • Can Final Cut Pro 7 be run on the New MacBook Air

    Can Final Cut Pro 7 be run on the New MacBook Air (just for looking at footage and assembling a rough cut) or is the graphics processing inadequate? Also wondering the same about Photoshop CS5 and Aperture 3.1.3.
    Thanks,
    Kevin

    You can install on (1) Tower and (1) Laptop, as long as they are both used by you, and NOT at the same time.  This is for when you edit on your tower, but then need to edit at home, or on the road.  You cannot use one copy of FCP on multiple machines at the same time.  You need one copy for each machine you intend to use at the same time.

  • How can i run Apps 11i client on linux?....Plz help.

    Hi There,
    I have a very ridiculous problem. I have installed Oracle applications Rel 11i pack on my desktop on Red Hat Linux7.2. The problem is that when i try to access it using Netscape navigator it says that run Jinitiator on the machine. And Jinitiator is for windows platform only. Now i m struck at this point...Database is running,Concurrent Managers are running,Web server is running,Forms Server/Report Server is running...The only thing is that i cant access it..
    Please help..its really very strange that oracle does not support Linux clients...no plugins are provided for it..so in a way indirectly still they are vouching the Microsoft monopoly.....?
    Well please help me.....if anyone has any solution...
    Thanx in Advance..
    Deepak.

    Well put, Deepak. We also cannot believe that Oracle does not yet support Linux on the client side (especially Red Hat versions which are widely deployed). Our teams are also battling with this issue as we are desperately trying to move away from the MS-onopoly. Surely the big O will hear the pleas of its customers and get their act together soon...
    Regards
    Mike

  • Hi, Can you help me I am running an iMac 10.7.5 and iPad 6.0.1 and a macair10.8.2. iCloud is syncing emails and notes but not photos. Photo streaming is switched on on the iMac. what do I need to do to stream photos?

    Hi, Can you help me I am running an iMac 10.7.5 and iPad 6.0.1 and a macair10.8.2. iCloud is syncing emails and notes but not photos. Photo streaming is switched on on the iMac. what do I need to do to stream photos?

    Hi you have basicly 2 Options.
    1 -if you Switch One fotostream on all 3 devices of yours which are working on the same apple id -all Fotos you Take with your iPad will be synchronized via icloud to the other 2 decvices ( w-lan and battery depending).
    2- If you select foots or a whole album in iPhoto on your air or iMac and choose than puplish --> fotostream --> new or existing event you can key in a friends mail. If this friend has iCloud and iPhoto ( for iMac or MacBook ) and click on the link in the email it will download this fotos in the fotostream section in iPhoto. If he has a iPad, iPhone,... It will do it in the foto app and if he doesn't have a iCloud account at all and you choose "public web site" while publishing he can see your fotostream on a website.

  • Can't get LR CC to run

    I see I'm not alone, restarted computer, uninstalled it twice, reinstalled and still wouldn't run.. At lease light room 5.7.1 is still working..

    3 things: FIrst can you run the applet in Appletviewer? If you can't then you'll never run it in a browser.
    If it runs in appletviewer then I would ask, are you testing it on the same computer you're compiling it on. Applets are pure client side,and the client computer must have the java jvm (also called the jre) The browser must be set up to use the jvm. Go to control panel, Java plug in and check which jvm the browser is using.
    Third, make your applet tag the the simplest possible and make sure the applet tag itself is within the body of the html:
    <APPLET CODE="HelloWorld.class" WIDTH=150 HEIGHT=100>
    </APPLET>
    or whatever your heigh and width are.
    if the class files are on a linux box make sure they have correct permission, I think its 755.
    Fourly take this code directly from sun, compile it, put it in the same folder, point the applet tag to the class and see if it runs. import java.awt.Graphics;
    public class HelloWorld extends java.applet.Applet {
        public void init() {
         resize(150,25);
        public void paint(Graphics g) {
         g.drawString("Hello world!", 50, 25);
    }

  • Running my J2ME applications in Linux

    Hello!
    Can anyone tell me how the step-by-step procedure on running my j2me apps in Linux platform?

    hi,
    I don't think I understand the question. Least you can do is to install J2ME Wireless Toolkit and you're set. If you need to do some more sophisticated development, you should check some mobile IDEs (integrated development environments).
    Peter

  • How to run the oracle form in linux system

    Hello all,
    My config is :-
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I can easily run my on Windows and Linux platform untill i am not use java bean in my form. After using the getMacaddress JAVA BEAN. I am not able to run my form on linux platform. If i remove the java bean from my form than form will run on linux.
    I am not familiar with linux so i am not able to trace the problem basicaly i don't  know which version of jre is used by linux system and i don't know how to find it.
    Please guide me.

    Now i install the jdk 1.6.0_20 and add into the jdeveloper 10.1.3.
    and i change my code for get mac id is -
    package demo;
    import java.net.InetAddress;
    import java.net.NetworkInterface;
    import java.net.SocketException;
    import java.net.UnknownHostException;
    public class App{
       public static void main(String[] args){
    InetAddress ip;
    try {
    ip = InetAddress.getLocalHost();
    System.out.println("Current IP address : " + ip.getHostAddress());
    NetworkInterface network = NetworkInterface.getByInetAddress(ip);
    byte[] mac = network.getHardwareAddress();
    System.out.print("Current MAC address : ");
    StringBuilder sb = new StringBuilder();
    for (int i = 0; i < mac.length; i++) {
    sb.append(String.format("%02X%s", mac[i], (i < mac.length - 1) ? "-" : ""));
    System.out.println(sb.toString());
    } catch (UnknownHostException e) {
    e.printStackTrace();
    } catch (SocketException e){
    e.printStackTrace();
    in form i create one jave bean area and add the implement class is
    demo.get_info.
    and on B1 (button) when-button-pressed
    :T1 :=GET_CUSTOM_PROPERTY('BEAN_MAC',1,'get_info');
    No error comes and no out put comes. So please guide me how to use the getHardwareAddress to get mac id.

  • How to run ZAC CDP from a Linux Bundle

    Hi all,
    I am trying to work out how to run "ZAC CDP" from a Linux bundle. We have 330 Satelites that I need to force the replication of the TFTP folder too in one staggered process.
    Is there any reason why this would not work? would a script do it and anyone have a sample?
    cheers,
    Trev.

    I would imagine it's possible.
    I'm assuming something (run as root user?)
    #!/bin/bash
    zac cdp
    (you may have to put the absolute path in for the location of "zac")
    I'm not a linux guru by any means, just that if you can script this via a cron job, I'm sure it can be done via ZCM Bundle.

  • How to compile and run PRO*C programs in Linux

    Hi all,
    This is my first post in this forum.
    I have Oracle 9i installed in linux platform .
    How can i compile and run Pro*C programs in linux.(i mean any commands or procedure to run these programs)
    please help me in this regard.
    Thanks in advance,
    Trinath Somanchi,
    Hyderabad .

    (1) How to compile the Pro*c program U got to have a makefile to compile a Pro*c program. It helps u in compiling and creating an excutable. Once U have created a makefile , just call "make" and it will do the compilation and create the executable as well.
    For a sample makefile visit
    http://asktom.oracle.com/~tkyte/proc_makefile/
    (2) How to run the Pro*c program ? and Once U have created an executable, U shall call that directly as any other linux command. Make sure U have the permissions to run the executable. If not give the permissions using chmod 777 executable
    (3)How to get the output of the program ?Question 2 and 3 are the same. I mean running and getting a output are the same

  • Java program runs differently on Windows and Linux

    Hi!
    I would like to run a java application (which is written and run on windows platform) on linux platform. I don't know wether it is possible or not, but I tired on the following way:
    I have made a small java application. It worked correctly on windows (I developed it on windows). I copied first only the class file (Start.class) to the linux machine (which has exactly the same JDK as windows machine). When I type the command:
    java Startit gives me the folloving error:
    Exception in thread "main" java.lang.ClassFormatError: Start (unrecognized class file version)
       at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
       at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
       at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
       at java.net.URLClassLoader.findClass(libgcj.so.7rh)
       at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh)
       at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
       at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
       at gnu.java.lang.MainThread.run(libgcj.so.7rh)After that I was trying to compile the source file on linux with the command:
    javac Start.javabut the compiler gave me an error in the source file.
    Is there any way to run the formerly written java application (on windows) on linux machine?
    Thanks

    When I type the command java-version I get the following:
    java version "1.4.2"
    gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-46)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.The JDK on linux and windows is the latest (I was download it today).
    How can I upgrade the jdk/jre on linux?
    Here is the compiler error:
    [root@Linux-oracle app]# javac DataMining.java
    1. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
            ^^^^^^^^^
    The type ArrayList is not generic; it cannot be parameterized with arguments <String>
    2. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
                      ^^^^^^
    Syntax error, parameterized types are only available if source level is 5.0
    3. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
                                         ^^^^^^^^^
    The type ArrayList is not generic; it cannot be parameterized with arguments <String>
    4. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
                                                   ^^^^^^
    Syntax error, parameterized types are only available if source level is 5.0
    5. WARNING in DataMining.java (at line 240)
            String youtube[][] = new String[20][5];
                   ^^^^^^^
    The local variable youtube is never read
    6. WARNING in DataMining.java (at line 267)
            int e;
                ^
    The local variable e is never read
    7. ERROR in DataMining.java (at line 329)
            for(int i=1;i<Video+1;i++)
                          ^^^^^^^
    The operator + is undefined for the argument type(s) Integer, int
    7 problems (5 errors, 2 warnings)

  • Compiling on a dual core machine and running the class files on linux.

    does compiling on a dual core machine and running the class files on linux have any effect?

    well, the problem that i felt was that when i runmy
    class files on my machine(windows xp, dual core),
    Thread.sleep(60000) sleeps for 1 minute. but wheni
    run it on a linux machine, Thread.sleep(60000)sleeps
    for 2 minutes. my application has a lot ofthreads.
    I can't be 100% sure, but I'm pretty sure that
    sleep(60000) doesn't sleep for 2 minutes on the other
    machine.I, wholeheartedly, agree.
    Due to timing issues it may seem to sleep a few milliseconds more, but not double.
    Of course, if there is a "real-time" (or even simply higher than the Java app) priority program running that is using a lot of the CPU it may seem like it sleeps a lot longer than 60000, but that is a different issue.

  • How to run a korn script in linux

    I have a dbup.ksh script and I cannot run it on my suse linux. Can someone pls explain how to change my bash shell to run this script? Or give any solution

    ksh and bash are NOT 100% compatible. You can install pdksh and it should give you a /bin/ksh executable. Or if you think the script will run in bash change the first line...
    ~Jer

  • HT1632 I can view a workout on my ipod touch history, but not in itunes or on nike+ website.  I can't seem to upload this run and it's really annoying as I'm loosing about 12k of runs.  It seems to happen when I program in a custom run.  Can you help?

    Hi there,
    I have just done a custom run on my Ipod touch 2nd Gen of 12k.  When I finished the run is appearing in my run history on my iPod touch, however it is not appearing in my itunes 'Nike+' tab, or on the Nike + website.  I can't seem to get this run to sync and it is really annoying because I'll be loosing 12k.  Can anyone help or has experienced this before?  I know there are solutions to add runs to iPod nano's and older iPods using the 'Enable disk' and iPod_control function however from what I'm aware you cannot do this on an iPod touch.  Can anyone please help?
    Many thanks
    Phil

    You should really read the manual.
    "How do you restore from backup? "
    Restore.  When given the choice, choose to use backup.
    "And how can I check to see if the pics and videos are on my computer somewhere first??"
    They would only be where you put them.  What program did you use to import them?  Pics/vids taken with ipod are not part of the sync process at all.  You should be importing them just as you would with any digital camera.
    If you did not import them, then they are not on your computer.

  • Can not open data grids or run reports in HFM

    Hi
    We created an application and have been working in it for weeks without any issues. Just recently once we open the app, we can longer open data grids or run financial grids. The system just hangs and we do not get an error message. Has anyone experienced this? We are wondering if it is a space issue on one of the data base tables.

    Hello,
    I would start by checking with your DBA to see if you have any issues with table space. Next, i would log onto the HFM servers and see if you have any errors being recorded in the Application Event View. If you do have errors in your Event Viewer, can you please post them?
    Thanks
    Edited by: tonyfeole on Oct 13, 2009 1:33 PM

  • I uninstalled Firefox once, reinstalled it and it ran. I had a problem so I did it again. Now it will not run and I get an error message saying that firefox is running and you can only run one at a time. I can't figure out what is running.

    Because of a problem, I uninstalled Firefox once, reinstalled it and it ran. I had a problem so I uninstalled/reinstalled it again. Now it will not run. I get an error message saying that firefox is running and you can only run one at a time. I have uninstalled multiple times and can't figure out what is running. The is only one Firefox installed and it is not open. What does this mean and how do I fix it?

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    *http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    See also:
    *[[/questions/880050]]

Maybe you are looking for

  • CD/DVD drive not recognized on my HP laptop

    Hi all, Sorry to post yet another thread on the issue but I've tried just about everything that I've read up on I think.  I have a HP Pavilion DV6809wm, running Vista 32 bit.  I go into Device Manager and there is no Optical drive listed.  I have rem

  • My new mac isn't starting up.

    I've got a mac today and I opened it right from the package. BUT It didn't start up and even get charged with charger. What is going on here with my NEW mac????? HELP ME PLZ.

  • How to create button in ABAP

    Plz tell me the syntax

  • How to process 'Sequencial Vertices to Polygon'

    Hi~ I made a table of sequencial vertices from polygon using by 'SDO_UTIL.GETNUMVERTICES'. The table has following four columns, *"original primarykey, coord. of X, coord. of Y, ID(sequence)"*. PK     X     Y ID 11847404     193952.2429     432465.99

  • Sapscripts and rdi

    i want to add a new data to the rdi i add and going to se38 and make a perform and nothing is happend why?