Adobe air 3.2.0 android - custom uri issue

Custom URIs are no longer registered/handled by the adobe air wrapper on android devices.
Tested on evo4g with android 2.3.5  and galaxy tab with android 3.2.
How to reproduce:
create your apk with adt having these settings in your application.xml / android / manifestAdditions / manifest / application:
<activity android:name="helpNav">
  <intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
  </intent-filter>
  <intent-filter>
    <action android:name="android.intent.action.VIEW" />
    <category android:name="android.intent.category.DEFAULT" />
    <category android:name="android.intent.category.BROWSABLE" />
    <data android:mimeType="application/pdf" />
  </intent-filter>
  <intent-filter>
    <action android:name="android.intent.action.VIEW" />
    <category android:name="android.intent.category.DEFAULT" />
    <category android:name="android.intent.category.BROWSABLE" />
    <data android:scheme="http" android:host="www.this-so-does-not-exist.com" android:path="/something" />
  </intent-filter>
</activity>
How to test:
Open the browser and navigate to http://commonsware.com/sample and click any of the given links. Your air application will not be presented as an intent provider.
More traces captured with DDMS:
04-02 19:47:06.602: I/ActivityManager(128): Starting activity: Intent { act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=http://www.this-so-does-not-exist.com/something cmp=android/com.android.internal.app.ResolverActivity } from pid 10018
Simple schemes like <data android:scheme="myscheme" /> dont work anymore either.
Any advice greately appreciated.
Kind regards.

I have narrowed down the bug to this node:
<application android:hardwareAccelerated="true"/>
Once this setting is added to application.xml / application / android / manifestAdditions / manifest none of the intent filters are working.
Full application.xml pasted at http://pastebin.com/xyCKsn36 (see line 30).
Sample APK uploaded at: http://helpnav.com/bin/HelloWorld.apk
How to replicate:
- install the provided apk, open Browser and type in helloworld:
Expected result: Application should be launched
Actual result: intent provider not found so the search intent kicks in.

Similar Messages

  • Developing and using Adobe AIR native extensions for Android devices

    I was using this tutorial:
    "Developing and using Adobe AIR native extensions for Android devices"
    http://www.adobe.com/devnet/air/articles/ane-android-devices.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • Chinese and Japanese text gone in Adobe Air 4.0b and Android 4.4

    Flex 4.10/11 with Adobe Air 4.0Beta on Android 4.4 does not display Chinese / Japanese text anymore in basically all components (Label, Buttons, List etc.). I need this urgently fixed. Please let me know if there is a workaround.

    you can use fte to show text,i has solved it.
    http://forum.starling-framework.org/topic/feathers-tlf-text-renderer
    this is a tlf method based fte,too heavy,finally i use the textblockRenderer in feathers and add a html parser myself,this is url:
    https://github.com/joshtynjala/feathers/blob/master/source/feathers/controls/text/TextBloc kTextRenderer.as

  • Adobe AIR Supported Lowest Performance Android Phone

    Hi,
    I am looking for an Adobe AIR supported lowest performance android phone for the purpose of testing game performance in development. Right now, I am thinking of Samsung Galaxy Mini 2. If you know any other lower one, please suggest.
    Thanks.

    AIR is compatible with Android 2.2 on ARMv7 devices.

  • Getting some issues using adobe air 2.6 for android

    Hii, i am new to adobe air for android using flash cs5 development.  According to standard procedure  i have installed these softwares on my pc.
    1.Adobe flash cs5, 2.AIR sdk , 3.Adobe air for android and 4.android sdk also.
    is there any software or plugin is required  for making android application?
    so now to start develop an application i have opened flash cs5, in that we select a "new"  option, then we will select "AIR for Android" option, but instead of that option i'm getting option "Adobe AIR 2".
    Is there anybody to tell me how can i recover this problem? Or plz provide me any link that will help me to tell what is the actual procedure to develop  android application using CS5.?
    Any help will be useful.
    Thank you,
    Pravin Gate.

    Hi Pravin,
    Adobe had released extentions for flash CS5. Once the extention is installed, this is where you get the additional options in flash ide. The last extention for air on android was for air 2.5 and looks to have been recently removed from their site with the public launch of 2.6
    So using 2.6 there is no flash IDE support yet, but will be soon. The last extention i think was flashpro_extensionforair_p2_112210.zxp
    Personally, at this time i still have the 2.5 extention installed and launch directly from flash, this is what i am missing out on:
    2.6 new features
    At this time im not going to release anything compiled with the 2.5 extention, but my phone has 2.6 runtime so i belive the performance would be the same.
    You deffinitly should go right to 2.6 but if you wanted to play with the now outdated extention for 2.5 i can email it to you.

  • Connecting between two Adobe air mobile applications (On Android)

    Hi There,
    Does an Adobe AIR application can connect and pass parameters somehow (Directly or by http) with another android application?
    Can Adobe AIR mobile application open a listening socket?

    Um, I'm pretty sure this is wrong. You cannot use SocketServer on a mobile app platform for some stupid reason.
    From the doc
    "AIR profile support: This feature is supported on all desktop operating systems, but is not supported on mobile devices or AIR for TV devices"

  • Can I import a view created in Adobe AIR into my Java Android App

    Is it possible to create an Adobe AIR App that I can import into the Java App?
    Essentially, at the moment I have an App with a Fragment that plays video through Flash. Since Flash is being deprecated on Android I need an alternative.
    I was hoping that I could simply create a fragment in the AIR App and plug that straight into the Java App.
    Unfortunately I know nothing about AIR. Hopefully someone could let me know if this is even possible.

    I've not used Adobe Muse, so I can't speak to its functionality too much.  Theoretically you can import any site into CQ5, but it's not going to be a pleasant "click and go" kind of import.  CQ5 is a content management system that has a lot more complexity (and therefore flexibility) in what you can do, where it looks like Muse just creates static websites.  In terms of importing fonts/images/etc., CQ5 has the capability.  Anything you can do with HTML/CSS/JS, you can do with CQ5.
    Is this a one time thing?  It seems like the workflow from Adobe Muse to CQ5 just wouldn't be worth the effort.  What are you envisioning as a solution?

  • Accessing Adobe Air 3.7 on Android 4.0.3 os?

    It may be simply my lack of knowledge regarding how this application is supposed to function. I found it on the Google Play market place where it appeared to be an alternative for the Adobe Flash Player. I've installed Air on my device, and I'm just not sure how access it or use it. The only place I see it is within app management on my device (HTC EVO V )
    The only information I can seem to find about the application appers to be for development. I'm trying to run Zynga flash games as described in the application's market place description. Do I just have the wrong impression about the application's purpose? Do I need to do something with Adobe Air from a desktop/laptop computer? Help please!
    Edit: Corrected tag typo

    For the end user (ie. not developer) AIR is a runtime that is used in conjunction with an application that was built for AIR.  This is very similar to Java.  An end user can download and install Java but they need to have a java application to actually use it.
    To run the Zynga game, you'll either need to try the Android version of Flash Player or look to see if Zynga has a version of the game in the Google Play Store.

  • Adobe air invalid package on android 4.2.1

    I have android 4.2.1 on transformer pad tf300t and when I try to update adobe air it says invalid package.

    here's the stack trace from your app.
    E/AndroidRuntime( 2967): FATAL EXCEPTION: main
    E/AndroidRuntime( 2967): java.lang.RuntimeException: Unable to start receiver com.sputnik.wispr.NetworkScanReceiver: java.lang.StringIndexOutOfBoundsException: length=0; index=0
    E/AndroidRuntime( 2967): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2383)
    E/AndroidRuntime( 2967): at android.app.ActivityThread.access$1500(ActivityThread.java:141)
    E/AndroidRuntime( 2967): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1310)
    E/AndroidRuntime( 2967): at android.os.Handler.dispatchMessage(Handler.java:99)
    E/AndroidRuntime( 2967): at android.os.Looper.loop(Looper.java:137)
    E/AndroidRuntime( 2967): at android.app.ActivityThread.main(ActivityThread.java:5039)
    E/AndroidRuntime( 2967): at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 2967): at java.lang.reflect.Method.invoke(Method.java:511)
    E/AndroidRuntime( 2967): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
    E/AndroidRuntime( 2967): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
    E/AndroidRuntime( 2967): at dalvik.system.NativeStart.main(Native Method)
    E/AndroidRuntime( 2967): Caused by: java.lang.StringIndexOutOfBoundsException: length=0; index=0
    E/AndroidRuntime( 2967): at com.sputnik.wispr.util.WiFiPrioritisation.QuoteSSID(WiFiPrioritisation.java:65)
    E/AndroidRuntime( 2967): at com.sputnik.wispr.util.WiFiPrioritisation.enablePreferredNetwork(WiFiPrioritisation.java:335)
    E/AndroidRuntime( 2967): at com.sputnik.wispr.NetworkScanReceiver.onReceive(NetworkScanReceiver.java:65)
    E/AndroidRuntime( 2967): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2376)
    E/AndroidRuntime( 2967): ... 10 more
    W/ActivityManager( 574): Force finishing activity com.bt.mnie.wispr/.CoreActivity
    W/ActivityManager( 574): Activity pause timeout for ActivityRecord{4293be88 u0 com.bt.mnie.wispr/.CoreActivity}

  • Adobe AIR applications compatible with Android?

    As I understand that Adobe Flash is supported on Android 2.1 and 2.2 versions.
    But I could not find if Adobe Air applications are also supported. Please let me know what versions are supported since in the system requirements for Adobe AIR only Windows, Mac and Linux were mentioned with no reference to Android as such.
    I am new to both Android and Adobe Air so please excuse any misrepresentation in the query.
    Thanks!

    AIR is compatible with Android 2.2 on ARMv7 devices.

  • Integrate Adobe Air in app for Android

    Hello!Please, answer to one my question.
    Can I integrate Adobe Air in my app for Android? I want the user to not download Adobe Air from Google Play.
    Thanks.

    I've never used anything other than Flash Builder for mobile... So, yes, cf my original answer!
    When you select Export Release Build, it is on the first page of options. (I think ... This is from memory.) In any case, it is very visible. Just look at all the Android options when you package for release.
    G

  • My Mac will not let me install any software I download. In some cases (Like quicktime) i get a message that says "Can't create the folder" I have it with adobe air and its creating all sorts of issues. My software is up to date and I have 10.8.2.

    A whole bunch of issues here.
    I can't install any software. It started when iPlayer stopped working at all.  This led me to try to update software versions such as Adobe Air to 3.5 (Failed) then quicktime player 7.6.6 as recommended (Failed) then the printer packed up and I have tried to install the downloaded software drivers for Canon from the Apple site (Failed again) 
    In all cases they let me download so I have the file, but not install.
    Quicktime tells me it can't install a file "/var/folders/15....then a long string of numbers....ending in T//install.1347YKihUc".
    The Canon Print Driver has a very similar message.
    Adobe Air says "An error occurred whilst installing....contact my administrator" which is me and I am fine with it ;-)
    Remember this all started because my iPlayer (and my printer) just stopped working and I have been trying to fix those.
    I am a bit techy but not much.
    Can anyone assist?
    Many Thanks.
    Fozzie65

    I have Firefox 3.6.6, and now that Firefox 4.0 is available, it crashes constantly. Sometimes less than 5 minutes after I open it. I have a Mac 10.4.11, so Firefox 4.0 isn't an option for me. When I asked Ff to check my plug-ins it said there was an error and to check back later. Twice.
    Because I didn't have any (any) problems with my Ff before the upgrade became available, I am forced to question if Ff has done something to make the earlier version crash so you'll upgrade, but I can't afford to upgrade my Mac right now.
    In the meantime, I do need a browser that works! I dislike Safari, Chrome is also not available on Mac 10.4.11, and Explorer is just plain not available on Mac.
    Do you have any suggestions on how to fix my Firefox 3.6.6?
    Ty

  • Will Adobe AIR support the new Android Wear OS?

    Because if it did, that would be amazing!
    If you haven't heard of Android Wear yet, check out:
    http://news.cnet.com/8301-1023_3-57620475-93/google-unveils-android-wear-its-modified-os-f or-wearables/
    http://moto360.motorola.com/
    http://www.engadget.com/2014/03/18/lg-g-watch-android-wear/
    That moto 360 is damn sexy, and i'd love to be able to develop apps for it using AIR.

    I can build from Flash Pro to Google Glass ok, though there are a number of gestures that Flash doesn’t know about. Perhaps someone will do an ANE to handle the wearable device special gestures.

  • Adobe air 3.6 for android video camera not work!

    1. air 3.6
    2. andorid 4.1
    3. sumsung note2
    code:
    var cam:Camera = Camera.getCamera();
    var video:Video = new Video();
        video.smoothing = true;
        video.width = videoDisplay.width;
        video.height = videoDisplay.height;
        videoDisplay.addChild(video);
        video.attachCamera(emMaster.camera);
    video camera ok!,but when device rotate,video turn to black
    air 3.7 beta , video is black anyway
    air 3.5 also has a bug , someone mention before
    air version < 3.5,seems work fine
    anyone met this problem ,has any solution,please help me ,thanks!

    Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code or an application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others affected can add their comments and votes.
    Thanks,
    Chris

  • Adobe Air for iOS and Android: FlasCC or Native Extension?

    Hi all,
    Who know - what provide better perfomance. FlasCC or Native Extension? For example for Math calculations, bitmapdata modification and etc.

    Well nothing prevent you from mixing flascc with native extension.
    Also, I think that you can also use domain memory in AS3 with the Bytearray class (not sure about that).
    Flascc vs normal as3 is mostly a question of language (portability) Do you want to write as3 or c++?
    Native extension give you speed and native platform access(platform specific feature).
    So, you should think about it this way:
    AS3, run in flash and air. Is sandboxed. Can use domain memory, but it's a bit harder to leverage than flascc.
    Flascc, run in flash and air. Is sandboxed, Can use domain memory. Give you the potential of leveraging the hundreds of opensources lib already out there.
    Native extension, run ONLY in air. Is not sandboxed. Native memory management. Also let you leverage the c++ lib. 
    The best (in my opinion) is to write native code for mobile and desktop (no air or flascc involve) and use flascc for the flash/web platform. It's harder, because you have write portable native code (lots of abstraction), but you mostly have the same problem with native extension.

Maybe you are looking for

  • How do i call web services from SAP ABAP

    Hello, Ian working with .net team. they are using sap .net Connector to connect SAP. But my job is In SAP side when Purchase Requisition is created, I have to call web services from ABAP and i have to pass the Purchase Requisition number to web servi

  • Help creating apple script to create folder and set access levels

    I'm trying to create folders in FileMaker Pro using apple script and need some help in setting the access level for the folders.  I want to set both Staff and everyone to Read and Write access.   Secondly I would like to have a function key set on th

  • Regarding the Webutil function

    I have downloaded the Webutil and on trying to run the demo i am getting the error WUC-015.. staing that bean is not found..So that I am not able to go forward from this...And Also I am Working in Forms 9i.... I have heard that Webutil works only fro

  • What file(s) are required to launch WebHelp?

    I'm using RoboHelp 8 HTML, and generating WebHelp for an application that is supported on Firefox (Windows/Mac) and IE (latest versions of both). What WebHelp output file is used to launch the help? i.e., if I press F1 or click the Help button, what

  • I keep getting an error about plug -in container. I have uninstalled and intalled adobe and I just can not get it to work

    I have uninstalled both adobe and mozilla. I have the crash reports contantly. I play facebook games and it mainly happens in farmville, which is where i spend most of my time. I am just at the end of my rope here. The computer shops here do not supp