Adobe Air 3.2 (ios ipad first gen) performance issues

Hi guys, I've been working for a while with Starling framework on mobile, it works really good in all platforms except ipad1, I am afraid I won't be able to carry on working with it if I can't manage to make it run properly on ipad1, unfortunatelly ipad1 is still so important, there are still lots of users using ipad1. I might have to go back to cpu mode on ipad1.
it is really sad, i am soooooo happy with air 3.2 (Starling framework) running on different androids, iphone 4s and ipad2, it runs at solid 60 fps, no delays, so smooth.. problem is when I try exactly the same .IPA on ipad1, god! it is really bad, about 5 times slower, it runs even worse than Amazon Kindle Fire how come!?
any ideas? has anyone dealt with similar problems on ipad1?
thanks.

Starling is a great framework. It has fallbacks. Chances are you're either trying to do too much at once with too high of an expectation of ipad1, or you're falling back to CPU blitting.
I struggle greatly with ipad1 with CPU blitting myself. But lets not compare in an unfair way. iPad1 comes with a single A4 processor. iPad2 comes with more memory and dual core A5 processors. Wednesday they may be debuting iPad3 with who knows what, dual/quad a5x? Dual/quad A6? They're going to need a good performance bump (CPU, GPU (mostly)) if they plan on rolling out retina.
The performance of CPU blitting between ipad1 and 2 is night and day. It's almost silky smooth on ipad2 but it's border line acceptible on ipad1.
The GPU is a PowerVR SGX 543MP2 on the ipad2 which Apple claimed was 9x faster. Is it any shock it's doing better with Starling or Stage3D?
I'm in your boat in desiring to put ipad1 to bed. I hope ipad3 will open the door for that pretty soon. But bottom line, if you really want ipad1, you're going to need a fallback. Starling has that, but if you do 'too much at once', ipad1 will surely die. Perhaps how much you do at once needs a code branch specifically for ipad1 to assule you don't do too much.

Similar Messages

  • I have a iPad first gen but can't doe a software update off my computer can I do it wirelessly and unlike my other apple products in settings there is no software update botton

    I have a iPad first gen but can't doe a software update off my computer can I do it wirelessly and unlike my other apple products in settings there is no software update botton

    The option to update without the computer (Over the air) was made available with iOS 5. If your iDevice is using a version of iOS lower than 5, you will need to use iTunes on your syncing computer to perform the upgrade. Use the Apple link below as a guide for the upgrade.
    http://support.apple.com/kb/HT4972
    Also read the instructions from the section entitled "Update your device using iTunes" at the link below.
    http://support.apple.com/kb/HT4623
    Information regarding transferring purchases from your iDevice to iTunes on your syncing computer can be found at the link below.
    http://support.apple.com/kb/ht1848

  • Adobe Air 3.0 iOS streaming H264/Speex over RTMP -- No Video

    Problem:
    H264/Speex RTMP stream from Flash Media Server doesn't display video.  Audio plays fine.
    Conditions:
    Adobe Air 3.0
    iOS device (iPad 2, iOS4.3)
    App settings:
    <renderMode>direct</renderMode>
    Flash Builder 4.5.1 compiler settings:
    -swf-version=13
    -target-player=11.0.0
    I have tried using both stageVideo and the regular Video object to render an H264 signal streaming from Flash Media Server over rtmp, but with no luck.  I can hear the audio, but the video is never rendered.
    I CAN see H263 video when streamed over RTMP using this setup (with just the Video object). 
    I can also stream a locally stored mp4 (H264/AAC) file over rtmp from the iOS device and play it locally just fine (using a stageVideo object).
    I have attempted this with both stageVideo (which works fine when streaming an mp4 file from the iOS device) and with the regular Video object (the regular Video object handles H263 just fine streaming down from FMS over rtmp).  I've also played around with backgroundAlpha = "0" for this case, all with no luck.
    I've followed all the online instructions and tutorials to get this working for the past week, but have not had any luck.  I'm happy to post more code, but this approach is fairly straight forward and has been described multiple times around these forums and in the adobe blog posts.  It goes like this:
         - instantiate NetConnection (_nc) to FMS and wait for successful connection:
                   _ns = new NetConnection();  
                   _nc.connect(serverAddress);
         - instantiate NetStream (_ns) and connect using NetConnection: 
                   _ns = new NetStream(_nc);
         - setup listener for StageVideoAvailabilityEvent; if stageVideo becomes available, attach _ns: 
                  _stageVideo = stage.stageVideos[0];
                  _stageVideo = _stageVideo.attachNetStream(_ns);
         - if stageVideo ISN'T available, fall back to Video object:
                   _video = new Video();
                   _video.attachNetStream(_ns);
                   stage.addChild(_video);
         - play netStream app:
                   _ns.play(appName);
    My renderMode is set correctly ("direct"), and from what I can tell, this isn't a backgroundAlpha issue.
    I have seen this problem described elsewhere on this forums and on the net. 
    I'd like to know from Adobe: are there any compatibility issues with this approach?  There doesn't seem to be any type of compatibility chart listing which video codecs and transport protocols are available on the different mobile platforms.  Since mobile deployment is so heaviliy fragmented, a descriptive chart or table like this would be helpful for those of us developing -- at least for the main mobile platforms predominantly in use.
    Other forum posts similar to this problem:
    http://forums.adobe.com/message/3981541#3981541
    http://forums.adobe.com/message/3954578#3954578
    Thanks in advance!

    I do hope someone from Adobe is "hearing" this, guys. The lack of RTMP-based H.264 video on the Air for iOS is a major problem, indeed.
    As Fabio Sonnati mentioned in http://sonnati.wordpress.com/2011/04/26/air-2-6-for-ios-and-video-play back/, AIR for iOS does support HTTP streaming (via HLS) of h.264 videos. However, when streaming via RTMP, AIR for iOS only supports VP6 and Spark – a couple of old, retired codecs.
    While HTTP streaming (HLS) seems to be a good option for those who simply want to “play a video” in iOS, I do believe it has some severe limitations, especially for live-communications. I’d like to share some of these thoughts with you.
    1. HLS has ridiculously high latency for live videos (around 40 seconds), when compared to RTMP. Although this may not be a problem for on-demand videos, it sure is a great problem for anyone doing serious live-communications applications (such as webconferencing, live webcasting with audience interaction or Skype-like video chats), which require near-zero latency.
    2. Perhaps someone can correct me on this (hopefully!), but as far as I know, HTTP streaming will not allow cuepoints to be read from videos. This is particularly painful for anyone doing video-triggered actions, such as slide changes (for webinar apps), subtitling or live closed captioning, etc. I read somewhere that OSMF player allows cuepoints (or "temporal metadata". See http://blogs.adobe.com/osmf/2009/11/cue_point_support_in_osmf.html), but I haven't been able to test it myself.
    3. Although HLS it is quite compatible with firewalls (since it flows through port 80), RTMP with tunnelling also flows through port 80 or 443, which adds great compatibility, even on very restricted networks. Our experience with very large clients proves that, hands down.
    In other words, HTTP/HLS streaming is Ok. But it simply does *not* fit into every shoe that RTMP does. We do believe that RTMP remains as our best option for live streaming or serious streaming-oriented *apps* (in which things more complex than “mere video playing in a window” actually happen).
    That all said, I do believe we should let Adobe know about this need. The fact that RTMP streaming in AIR for iOS is limited to VP6 and Spark, which are two “dead” codecs, still puts us, Air developers, in a very fragile position in terms of what we can accomplish with video in iOS.
    I’m sure some of you cheered when you heard about Flash Player 11 having h.264 video encoding. This, (plus the echo cancellation feature that came in 10.3) opened great doors for great Unified-Communication applications to be developed for Flash/Air. Now, it’s undeniable that clients want those applications running on tablets, especially the iPad.
    Not being able to use h.264 via RTMP on iOS is certainly a huge step backwards. Anyone shares this same opinion? What do you guys believe to be the best option to let Adobe really know about this need? Is this limitation a simple lack-of-a-feature (which can be fixed by Adobe) or is this some imposed thing by Apple?
    Just one final note: Air for Android does *not* have the same limitation. It does allow RTMP streaming of h.264.
    Thanks for your attention,
    Helder Conde

  • ICloud Synchronization not working between iPad first gen 5.1.1 & iPhone 4S 6.0.1?

    iCloud Synchronization not working between iPad first gen 5.1.1 & iPhone 4S 6.0.1?

    I can see the acknowledgement that this issue will be fixed in the 'next' software update. Considering the original post was for an iPad 2 running 5.0.1, I am not sure if this issue on iOS 5.1 which runs on my new iPad (4G) is considered fixed. As I reported in my previous post it is impossible to update individual tracks. I also tried adding entire collection to a single playlist, shuffling the playlist. While shuffle is in progress, turning to the 'list' view that allows tracks to be rated does who the currently shuffled playlist and the currently playing track and assigns the rating to the track correctly. However, as soon as the second track plays, switching to list view (which displays the ratings) lists only the tracks from the currently playing track's album. Which is insane IMHO.
    So, was this not fixed with 5.1 update? Or the iOS 5.1 will get it's own piece of update on this?

  • How to print from Adobe AIR with on the iPad?

    Is it possible to print from an Adobe AIR app on the iPad? I've searched and I know PrintJob won't work. Is there another way to print? I'm developing in Flash CS5.5 and have Flash web app that already prints using PrintJob.

    Has anyone seen an example of how to create one for printing? I need this functionality for Android and iOS.

  • IPad first gen Calendar will not show month view for March. When you go feb to march the pad goes back to the home screen. Apr etc are all there. March seems to have some problem always going to the home screen. How can I fix this

    I am haveing trouble with the calandar view on an iPad first gen. the month of March will not display , no matter how it is asked for the device drops out of calandar and defaults to the home screen. all other months display. Any fix suggestions welcome.

    Try removing any all-day events from the calendar for the 1st April 2013 e.g. if you are syncing the calendar from somewhere else (e.g. Outlook on a PC or iCal/Calendar on a Mac) then change it to a timed event instead of all-day (if you don't sync your calendar from anywhere then try going into list view, go to 1st April and change any 'all day' events to times e.g. change Easter Monday to start at something like 4am) - it seems that there is a problem with all day events on that date which is when the clocks change due to daylight saving on the day before.

  • IPad first gen 3g, battery died, wont start

    I have been happily using my iPad first gen since i got it when the iPad 3g launched. Every night i would put it on the charger, but recently i went back vacation and didnt charge it for a week. When i got home my iPad was dead, so i placed it on the charger. It shows the charger connecting, the symbol on the face turns to the lightning bolt with a flashing red empty battery. After sitting like this for four hours, it still refuses to boot up. This is the exact same charger i have used for years, and i have tried pressing the home and lock button to force a restart (after about 6 seconds it just turns off). No idea whats wrong, hoping he isnt dead because i cannot afford a new one =(

    Check that your cable is in good working order and that you are using the appropriate charger. The iPad required a 10W charger, not the 5W that comes with an iPhone. Most other third-party chargers not SPECIFICALLY stated to be for iPad will charge, but very slowly.
    Also, you should;t let the battery drain completely before charging it. You can do that maybe once per month, but repeatedly doing this is not good for Li-ion batteries. Follow Apple's recommendations for battery care and you should be ok. https://www.apple.com/batteries/ipad.html

  • IPad first gen not turning on!

    Hello, please help me!! My iPad first gen isn't turning on!! It's just a black screen. Tried resetting it and tried dfu mode but nothing!! When I plug it in to charge then the screen keeps flashing on and off, no apple logo just a black screen lighting up and switching off immediately and looping again. When I plug it out of charge then its completely unresponsive!! Not even lighting up!! Tried whacking it near the headphone jack but still not working... Is there a problem with the battery? Or the screen. I've never dropped it ever.  Itunes doesn't recognise it at all. Do I have to replace the battery or something? I really need help so please help me!! I'm going crazy!!
    thank you soo much

    I went to to apple to fix it and they said it's the batteries problem so they did something and now instead of a black screen it has an apple logo!! It's progress!! But they said the battery is gone bad so I have to change it but apple is not allowed to do that so I'm guessing I have to do it myself... Oh well, thank you for your help!!

  • Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS

    Hi All,
    https://bugbase.adobe.com/index.cfm?event=bug&id=3071298
    As per above link this bug resolve(latest build) but i am facing  Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS, using the packaging tools.
    (for  inappPurchase Demo app --- i used below link code)
    http://code.google.com/p/in-app-purchase-air-ios/
    Thanks,
    Sunil Rana

    Hi Everyone,
    I'm getting basically the same error. Are there any rules or guidelines that we are suppose follow when writing an app for iOS? Is there a way to know exactly where it is crashing? My apps are not MXML, only actionscript. Also I made sure I have no errors not even warnings in my SWF file, but still no go! 
    Getting the same error.
    Exception in thread "main" java.lang.NullPointerException
            at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
            at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:5909)
            at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
            at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
            at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:336)
            at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler
    .java:472)
            at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:82)
    Compilation failed while executing : ADT
    regards,
    Keith

  • Adobe Air SDK for IOS, i'm searching for a week  to get the certificate and provisioning files

    Adobe Air SDK for IOS, I'm searching for a week  to get the certificate and provisioning files!!
    Please help me to get the certificate and provisioning files and I should pay to have these files.
    Thanks

    Apple doesn't provide support for third-party development tools.
    You need to post in the Adobe forums.
    You need a paid developer account to install apps on an iOS device.

  • Hello. I dropped my ipad first gen from my chair, about 2 feet above the floor. The screen went black and I can't turn it on again. I have tried holding both buttons down at the same time, but nothing happens. Any help?

    Hello. I dropped my ipad, first gen, from my chair to the floor. The screen went black and I can't start it again. I have tried to hold both buttons down at the same time, but nothing happens. Any help?

    You will probably have to contact Apple for repair but before you do try this:
    Turn your iPad upside down on your lap and give it a hard smack on the back.

  • My iPad (first gen) crashes each time I put it in the keyboard dock

    My iPad (first gen) crashes each time I put it in the keyboard dock. When I put it in, it freezes and I need to do a reset..

    It's not possible to say, it depends on how much of that data changes between back ups.
    The first time it will use up 6 GB, if you have changed say 500 KB when you next back up, then you'll use 500 KB.

  • Why can't I use iPad first gen with iMovie?

    Why can't I use iMovie with the first gen iPad? 

    It does not have a camera.
    iMovie iOS is made to edit video recorded on the device.
    Some also suggest that the processor is not fast enough.
    I doubt it, but those are the best suggestions I have heard.

  • Why does my Adobe AIR app freezes on Ipad Air ?

    I released this free game just in time for Easter weekend and then found out through a friend that it freezes on an iPad Air. It works great on iphone 4, 5, ipad mini, ipad 2, etc and I have retina disabled for ipads.
    Here's a link:
    https://itunes.apple.com/app/id854866033?mt=8
    I published from Flash Pro CC with AIR 4.0.0.1628

    I can suggest you firstly find somewhere identical iPad and test on it. Adobe Flash Runtime team pretty busy So reporting "bugs" that actually user failure - it's not good looking on nowdays So please be sure that your bug - it's a bug and not your mistake.
    I strongly suggest to use Adobe Scout that can help to identify weak places in your sourcecode. 99% "Flash/Air bug" - it's developer bug and not runtime.
    If you need to check with Adobe Air + Adobe Scout - you can contact me via skype chat therabbitwindfall and I can help you for free to determinate weak places. And only than you can understang what to change Sure I know some performance drops between devices. But 99 from 100 situations can be solved by fixing user code and not Runtime

  • My iPad first gen (iOS5.1.1) won't connect to my home WiFi suddenly. It's worked fine for years but just stopped. All other devices do connect to the WiFi. Now, the iPad does connect to the WiFi at my workplace. Ideas on this?

    My iPad (first generation iOS5.1.1.1) quit connecting to my home WiFi recently after years of being able to. All other devices in my home connect fine. I have taken every step I can find to try and remedy things including restoring my iPad to factory settings. Still nothing - when it tries to connect to my network it just spins. I took my iPad to work and it connected to the WiFi there just fine. Came back home, no good. After talking with my local Mac supplier they've suggested that maybe my router is the cause. I've unplugged it several times for lengths of up to an hour but that still isn't getting things working again. Any ideas?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

Maybe you are looking for

  • Logical expressions in Link editor

    Hi all, Is it possible to define logical expressions (using AND, OR) in the Link editor of BLS or are we left with only using the Conditional Action block? Thanks...

  • Looking for mobile app to access my acct away fom home.

    I just received a new smart phone and trying to set it up. Unfortunately it's not an iPhone. Is there an iTunes mobile phone app that is compatible with the Samsung Galaxy S3 (Android) and will allow me to access and play music and audio books from m

  • Smartform in spool

    Hi, Smartform output is not appearing properly when viewed in spool but good in PDF. Is it due to the printers? I tried with different printers but no luck. Please tell me what might be the reason and how to resolve this. Thanks.

  • System Memory Errors

    I've recently begun getting "Out of System Memory" messages with all my active applications Paused.  What is causing this?  How can I increase System Memory.  (Note, it doesn't say "Application Memory") ?????

  • Onhold Cenvat Account

    Dear Team,                  I am trying to do JV additional excise transaction in J1IH.My stock its capital goods.Cenvat clearing account comes in Debit & Excise Account Comes in Debit.But, Cenvat on - hold account not coming.Moreover, i am trying to