How to debug a Flex application on a mobile device

I have a Flex application that has been tested thorougly on all major operating systems and browsers with no issues.  However, it does not work on my Droid device (Droid X also tested on EVO).
My current Flash version on my phone is: 10.1.105.7
My application is getting stuck at the very begginning when loading some XML via a URLRequest after loading a policy file manually.  I've looked at the WebServer debug messages and it seems like the request is never made.  What's the best way to debug this?  Is there an equivalent debug player for Android?
Thanks!    

Use Flash Builder Burrito from Adobe labs.  I am able to launch debug sessions w/ the app on my nexus one.  Although this is for native apps; I do not know if there is a way to test browser based apps

Similar Messages

  • How to Debug WebDynpro-ABAP application

    Hello Friends,
         1.  How to Debug WebDynpro-ABAP application.
         2.  What is modal dialog
         3.  If Component contains more than one view, how to make one view is the default. Is that any way I can hide a view.
        4. Is that Component is the highest in the design structure, or any other types available like development components in WebDynpro-Java.
    Thanx for Ur time.
    Cheers,
    Sam

    Hi,
    As i explained LIMU are subobjects like views as they dont have the seperate identity in repository so they have to be linked thru there parent component.
    So when you transport whole component u can see there would be some entries in your transport list as LIMU types ( for views , windows).
    OTR are text elements which u create for the elements of your view so u dont require to hardcode the text to be displayed as they need to be displayed in different languages so what you do is you create say button and for text to be displayed you create on OTR element under some package. now you give this package to your translation team to do all needed translations.
    Yes DDIC types are from dictionary only but when you transport them so all newly created DDIC should also be transported.
    P.S -> Pleas close this thread if satisfied with all questions.
    Thanks
    Anuj

  • How to compile your flex application for Iphone Using Adobe Flash CS5?

    How to compile your flex application for Iphone Using Adobe Flash CS5?

    I'm so sorry, I'm not really familiar with the codes.

  • How to install/deploy JavaFx Mobile application on real mobile devices.

    Hi,
    I had gone through the internet and various links but i'm unable to find the solution regarding how to deploy the application made with JavaFx mobile on real mobile devices. There was some link in which it was written you can install the application in Nokia 40 5edition phone, i tried to install in Nokia 6600 Slider through bluetooth; so while installing the application it shows an error as "Invalid Application".
    I'm also facing same problem which others are also facing as Application is not compatible when i tried to install in Nokia N95.
    So, if anybody knows the method/technique to deploy the application in real mobile devices i'll be grateful to him.
    Thanks
    Gaurav

    Thanks Michael for the reply. I also tried to install one simple application made with JavaFx Mobile in Sony-Ericsson JP-8 platform(K850i, W910i). While installing the application it pop-up the error "Operation Failed".
    So, is there any way to install the application in current available mobile devices in the market or not??
    @ Sun People please help me in this.
    Thanks
    Gaurav

  • How do I get sync data from my mobile device to the new hard drive in my computer?

    My hard drive crashed and I need to get my synced data back and the instructions for doing so aren't adequately explaining how to do so.
    I have my mobile device in my hand, which has my Firefox data on it. I can't find the sync key. It is telling me to go to "sync options" on my mobile device, but that isn't available on my mobile device.
    I just want to have my bookmarks. My hard drive crashed and I am having enough problems without not being able to sync my firefox data to the new hard drive.

    Hi!
    You can recover yous Sync Key from your phone with this add-on: https://addons.mozilla.org/en-US/mobile/addon/aboutsynckey/
    Install it in your phone so it can display your Sync Key (also know as recovery key).
    Once you do that, follow this steps: [https://support.mozilla.com/en-US/kb/How%20to%20sync%20Firefox%20settings%20between%20computers#w_what-if-im-not-near-my-first-computer Set up Sync in your Computer with the Sync Key]

  • How to edit the nbu file when the mobile device is...

    How to edit the nbu file when the mobile device is not connected?
    That software that is available in the nokia site “nokia phone browser” is not useful! Why?
    It is not working unless the mobile device is connected (attached)
    It is quite slow when editing the contacts! (attached)
    Then why the nokia doesn’t offer a simple software that enable us to edit and explore the content of our nbu files?
    Is there some workaround in this regard?
    Is there some software the can edit the nbu files?
    Thank you for the help,
    Best
    Jamal
    Attachments:
    Clip_774.jpg ‏166 KB
    Clip_775.jpg ‏127 KB
    Clip_773.jpg ‏243 KB

    when serializing the DOM, use this: transformer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, scrReg.dtd");
    Merry Chrasmas too ;-)

  • How to use facetime and icloud in iphone mobile device? TIA

    How to use facetime and icloud in iphone mobile device? TIA

    Information on how to use the phone can be found in the iPhone User Guide.  A copy of the user guide is bookmarked in the Safari app on your phone.

  • How to create an online fillable form for mobile devices, tablets and smartphones.

    How can I create "online fillable forms" for Mobile devices, tablets and smarphones?
    I already created an "online fillable form" with Adobe Acrobat XI Pro for PCs and MACs but this form can not be filled using mobile devices, it can only be downloaded.
    Thanks.

    Hi George,
    I gather from your reply that I won't be able to create "online fillable forms" for Mobile devices with Adobe Acrobat XI Pro. Correct? 
    If Adobe does not have another software similar to Adobe Acrobat XI Pro, would you please suggest me any other means of creating "online fillable forms" for Mobile devices? 
    Would you think that an HTML developed form would be a fair substitute for the PDF fillable forms that I use for PCs and MACs?
    Thanks,
    Alvaro

  • How do I create pdf documents on my mobile device, LG Model MS695, Android Version: 2.3.6?

    How do I create pdf documents on my mobile device?  It is an LG Optimus M+ Smart phone,  Model #: MS695, Android Version: 2.3.6   Thanks, KLynn K.

    Adobe CreatePDF mobile app

  • How do I download adobe flash on my mobile devices?

    How do I download adobe flash on my mobile devices?

    Please check this.
    http://forums.adobe.com/message/4675670#4675670#4675670

  • Debugging the FLEX Application

    Hi,
    How to debug the flexapplication like .NET application
    Thanks

    Use the debugging Flash Player and Flex Builder's debug mode.
    Tracy

  • How to load a FLEX application in an AIR desktop application.

    I am creating an AIR desktop application (mx:WindowedApplication). I need to load another remote FLEX application (mx:Application) inside my AIR application.Is it possible ? If then ,please mention how to achieve this ..

    If it is bundled with the air app, then it's as easy as using the SWFLoader class.
    If it's loading from a remote host, you need to load it into your app as a ByteArray first.
    More info here: http://aaronhardy.com/flex/loading-a-remote-module-into-a-local-app/
    The example is for Modules, but the principal is the same I believe.

  • How to Debug C++ Multithreaded Application in Solaris

    Hi All,
    I am working in Solaris Sparc 5.8 Machine. I need to debug Multithreaded C++ Application in Unix Environment.
    I am using dbx debugger.
    Please explain me how to debug multithreaded applications. if possible please explain me with example.
    Thanks in Advance.
    Thanks & Regards,
    Vasu

    1. Look over the dbx manual that comes with Sun Studio. Dbx includes many features for debugging MT code.
    2. If you have specific questions after reading the manual and trying out the features, ask them in the debugger forum:
    http://forum.sun.com/forum.jspa?forumID=257

  • How to deploy a Flex application (Server Type ColdFusion) to production

    I have built a flex application using Flash Builder 4.6.  It utilizes ColdFusion Flash Remoting for its data services.  When first setting up the data services I had to set a bunch of properties in the flex server section.  Which I am not sure are all correct but the app does run and connect to the data services.  They were:
    Application Server type: ColdFusion
    Use remote object access service
         ColdFusion flash remoting
    Server Location:
         Deployed to Java application server
         Web Root: v:\inetpub\testFlex
         Root URL: http://myDevServerIP/
         ColdFusion Was folder: v:\CF9\JRun4\servers\testFlex\cfusion.ear\cfusion.war
    My question is now when I'm ready to deploy to my production machine and load the app onto a tablet or other computer, obviously the Root URL will be different something like http://myLiveURL.com.  Is this the only thing I change?  Do I even change it here or is there some other location?  Any other things I need to change?
    Thanks!
    Your help is much appreciated!

    All the paths to CFCs are the same in my live production site.  Can you be more specific as to what you mean by "RemoteClass aliases in your AS Classes and CFCs (if any) are correct."?  How will the app know that the CFC is on http://myLiveSite.com instead of http://myDevSite.com?  The only line of code that I have noticed that points to a URL is the endpoint in a file called _Super_XXX.as.  And at the top of that file it says that the file is not meant for editting.
    To clarify...I see your app/code all exists on a server access via a web browser so I can understand that everything still works when deployed.  Mine is a mobile app so when I am developing and testing on my local computer the URL points to my local development machine.  However when I deploy it to a mobile device like a tablet and run the app, it needs to be able to access a cfc on a remote server via a different URL ie. my http://myLiveSite.com/myCFC.cfc instead of http://localhost/myCFC.cfc
    Thanks for your help!  I will now take a look at your thread.
    Message was edited by: ace0215

  • Debug the Flex Application with tomcat Server

    Hi,
    I have the adobe flex builder plugin with my eclipse and I created a Flex project which is running on my Tomcat Server. Now, I would like to run my application in debug mode and I could not see the debug perspective. But, if my application is not configured with tomcat server, I can the debug perspective in my eclipse.
    Do we need to do any additional settings for viewing the debug perspective for Flex Applications which is configured in tomcat Server?

    You can't debug an app on the server, at least not using the debug perspective. Troubleshooting deployed apps if far more difficult.
    If this post answers your question or helps, please mark it as such.

Maybe you are looking for

  • Blackberry Desktop Manager contacts

    Has RIM considered a Contacts module integrated into the Deskttop Manager as a standalone from outlook? I assume most users sync with Outlook. In the past Outlook has had its issues like any other software. It would be nice to have a module inserted

  • Transferring music from phone to phone

    I apologize if this has been previously answered, I've never been on here. I had an original iPhone, and all of my music is on that phone. I got a 3GS about a year ago, and whenever i got that, i plugged it into my friends computer to get his music,

  • DVD Player unexpectedly quits on launch

    Can someone help me get the Apple DVD Player back up and running? I'm not even sure why the player is not working. Maybe because of one of the latest updates? I'm running 10.4.6, DVD Player 4.6.5 with all of the latest updates. Thanks!!

  • Cannot open disk image Error-4960

    Hi downloaded the Master Collection CS6 trail version. Download assist was busy extracting the files when I had to shut down my iMac. I later switched it on and re-opened download assist to continue. An error keeps popping up "The following disk imag

  • Region inside a region

    Hi All, I have seen one of the example of denes kubicek. http://htmldb.oracle.com/pls/otn/f?p=31517:59:3401708695914565::NO How to create such an example.? I think new Page template has to be created if (i am wrong ) please rectify me else please hel