Running debug on Device

Flash Builder 4.5.1 Standard
Windows 7 Ultimate & Home Premium
Latest AIR 2.7.0.19530 on all devices
Viewsonic GTablet, Android 2.3.3 Gingerbread
Been developing an app for quite awhile and running the app on my tablet with no issues.  Then last week I updated AIR on on my devices (including the tablet) to the latest version.
Now, when I select 'run on device' it compiles, installs the xxxxx-debug file on the tablet.  BUT as soon as it tries to run it I get an AIR error.  If I disconnect the USB and try to run the newly installed '-debug' file it errors out again and again.  BUT, if I reboot the tablet then all is fine in the world.  The debug file runs just fine.
The only difference in my setup is the new AIR file cause the problems started right after I updated.
I am open to any and all suggestions on what the heck to do about this.

Updating the SDK fixed the problem, and introduced another....
When I "run on device", the build & install process runs.  Flash Builder then pops up an alert telling me:
The problem is I just updated AIR on the tablet (8/17/2011, 9am Central time) and the latest version available is 2.7.1.1961 (Amazon App Store - no Google Marketplace access with the tablet)...
If I select "Yes", the program compiles, installs and runs correctly on the tablet.  If I select "No", then I get this error on the tablet:  "The application Adobe AIR (process com.adobe.air) has stopped unexpectedly.  Please try again." with a "Force Close" button as the only option.  Clicking the FC button brings the same error message up again.  After the second click on the FC button, the screen goes black.  I then can hit the Home button to get back to my main screen.
Then, like I originally posted, if I try to run the "xxxx-debug" file I get the same error messages and force closures.  But, if I reboot the tablet and then run the "xxxxx-debug" file which was installed, it works just fine.  No errors, no force closures.  AND it still only has AIR V2.7.1.1961 installed on the tablet.
IF - the lack of upgrade process is because of lack of access to the Google Marketplace, then where can I get the V2.7.1.40 version of the AIR.apk to install on my tablet?  Next - if this is the case with all tablets without marketplace access, how do I include that with my project?  Or do I have to since it works just fine with the 2.7.1.1961 version????????

Similar Messages

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • [iPhone] Moved to new computer, cannot run app on device

    I was developing on a mac mini, and I provisioned my iPod touch and was able to run on the device. Later I setup ad-hoc provisioning for my iPod as a test, and that worked too. I am attempting to switch over to a new machine. I've installed the old certificates and encryption keys, as far as I can tell. But when I try and debug on device, I get the dreaded 0xE800000001 error while "verifying application"
    When I try and drag my ad-hoc certificates into XCode, it crashes. I've been trying to follow the directions for provisioning my device, using the existing certificates, no luck so far. When I set up iTunes on the new machine, I used "Consolidate library", then I copied the iTunes folder.
    Any help would be appreciated.

    No, I have the original certificate files which I am installing on the new machine. I'll look into that idea.

  • Run/deploy on device (Asus eepad)

    Hi
    I want to deploy/run/debug to an Asus eePad but it is not listed as a connected device. I am using FB 4.5.1 and the tablet is running Android 3.1 and Air 2.6.0.1912 USB debugging is on and connected. I am using on OSX. could anyone offer a hint as to how to get FB or Asus to play nicely
    Many thanks
    Richard

    Hi there.
    I know this is an old post, but I fell here having this same problem for some weeks now, and i just figured my issue. Hope it help others:
    My iPhone is connecting automatically with my itunes on computer. Not really sure what type of connection or wireless sync, but the fact is that it IS connecting.
    For some weird reason it gets Flash Builder crazy and it cannot find the right device anymore. Even when I get my iPhone connected by cable, it says that it found the device, but doesn`t publish to it. The Flash Builder says that it was published, but nothing gets installed, and the debugger cannot connect.
    MY SOLUTION (for now): Turn off the phone wi-fi, so it gets out of my home network. works like a charm and I finally can test on my device again.
    Really hope this helps.

  • EA2: bug in package run/debug dialog

    The PL/SQL block is not (re)generated correctly when switching between implementations of an overloaded func/proc:
    Whenever you run/debug a package from sql developer a dialog box is opened in which you can select a TARGET (any of the public function/procedures for the package).
    A pl/sql block to execute the the selected TARGET is then dynamically generated.
    If you have an overload procedure it is presented as
    FUNC1(1)
    FUNC1(2)
    FUNC2
    FUNC3
    If you switch between 2 overloads, the parameters to the left actually changes correctly. So it does notice the change
    However the PL/SQL below is unchanged. The variables are still valid for FUNC(1) instead of FUNC(2)
    Edited by: apodictus on Dec 11, 2010 10:08 PM

    I already noticed the bug is probably a bit more delicate then originally stated.
    I extended the original overload procedure for which I found the bug with a few more formal parameters.
    To my surprise after that alteration, the PL/SQL block was suddenly generated correctly.
    Might have been an initial invocation then...

  • Authentication failed on device 3 times. Failed to detect SSH version running on the device. PRIMARY-STARTUP config Fetch Operation failed for TFTP

    I have devices loaded but new devices keep getting this error "Authentication failed on device 3 times. Failed to detect SSH version running on the device. PRIMARY-STARTUP config Fetch Operation failed for TFTP" - which trying to get configurations. I am using LMS 3.0.1
    I tried to TELNET on devices via Putty port 22 no good. Please help?
    Name Version License Status Size CiscoWorks  Common Services 3.1.1 Licensed Not applicable  Campus  Manager 5.0.3 Purchased 1500  CiscoView 6.1.7 Licensed Not applicable  CiscoWorks  Assistant 1.0.1 Licensed Not applicable  Device  Fault Manager 3.0.3 Purchased 1500  Internetwork  Performance Monitor 4.0.1 Purchased 1500  Integration  Utility 1.7.1 Licensed Not applicable  LMS  Portal 1.0.1 Licensed Not applicable  Resource  Manager Essentials 4.1.1 Purchased 1500

    Showing 1-1 of 1 records
    Go to page:
    of 1 pages
    Device Name
    SysObjectID
    Model
    Device Status
    Inventory Status
    Inventory Last Updated Time
    Config Status
    Config Last Updated Time
    1.
    R2020012_01
    .1.3.6.1.4.1.9.1.576
    Cisco 2811 Integrated Services Router
    Normal
    Success
    Jan 13 2011 10:43:49 EST
    Failed
    Jan 13 2011 10:37:24 EST
      Rows per page:
    20 50 100 500
    Go to page:
    of 1 pages

  • Error occurred while packaging application: fails to run on iOS device...

    I am building a project in Apple Mavericks using FlashBuilder 4.7 using AIR SDK 3.9 and Flash Player 11.9. 
    The project is plugin project that builds and runs for android in the AIR simulator as well as on the device (so far so good)… it also builds and runs for iOS in the Xcode simulator but fails on the device… I have checked and double checked to make sure that my certificate (p12) and provisioning profile are correct and have also confirmed that the Application descriptor correctly mirrors the app ID (in flash builder as well as in the provisioning profile). I have allowed System Events in the Security & Privacy setting in Mavericks.
    If I try to build and run for the device… after a few minutes it fails with a message… “Exception occurred during launch  Reason: Error occurred while packaging application:” without any detailed information.
    If I try to “Export Release Build” it fails after a few minutes with message… “Error occurred while packaging application: Id: framework not found UIKit  Compilation failed while executing  :  Id64” Even though I know UIKit was included in the Xcode project when I started and UIKit is (I thought) automatically included by Flash Builder!
    Can anyone help me out or point me in the right direction? I really need to get this project running on the device, I was pretty sure that the provisioning was my problem but have not had any luck getting it running no matter how many times I review and check my settings and provisioning. Please Help

    I am building a project in Apple Mavericks using FlashBuilder 4.7 using AIR SDK 3.9 and Flash Player 11.9. 
    The project is plugin project that builds and runs for android in the AIR simulator as well as on the device (so far so good)… it also builds and runs for iOS in the Xcode simulator but fails on the device… I have checked and double checked to make sure that my certificate (p12) and provisioning profile are correct and have also confirmed that the Application descriptor correctly mirrors the app ID (in flash builder as well as in the provisioning profile). I have allowed System Events in the Security & Privacy setting in Mavericks.
    If I try to build and run for the device… after a few minutes it fails with a message… “Exception occurred during launch  Reason: Error occurred while packaging application:” without any detailed information.
    If I try to “Export Release Build” it fails after a few minutes with message… “Error occurred while packaging application: Id: framework not found UIKit  Compilation failed while executing  :  Id64” Even though I know UIKit was included in the Xcode project when I started and UIKit is (I thought) automatically included by Flash Builder!
    Can anyone help me out or point me in the right direction? I really need to get this project running on the device, I was pretty sure that the provisioning was my problem but have not had any luck getting it running no matter how many times I review and check my settings and provisioning. Please Help

  • "HP Solution Center cannot run because your device installation is not complete"

    I cannot use HP Solution Center because I only get this message when I start it: "HP Solution Center cannot run because your device installation is not complete". I am running Windows XP with an HP PhotoSmart Premium. I can print just fine and the printer is recognized by the PC and the network. I get the same problem whether connected wirelessly or through USB. I have re-installed all software multiple times. Please advise on how to get Solution Center up and running. 

      I had to do a total uninstall and reinstall of the driver. However, as you will see from this and other Support Forum threads there seem to be multiple stumbling blocks to the uninstall/reinstall process. Seems very glitchy. After nearly two days of unsuccessful tries I finally got it done. I did find three different official HP scenarios for the process, including one automatically sent to my desktop by HP upon one of the earlier failures. That sequence did not work work for me, but it was close--I got a partial install. But on another HP help file titled "Product Software Installation stalls or stops in Windows 7 with a USB connected product HP..." I found a six step process (with details for each), and it worked for me on the second try. Here are the six steps, plus extra things I did or discovered that could have helped make it work. I did step 5b. first: downloading and saving  the HP driver file on my computer before starting other steps, since I elected not be be on the internet as I did the installation. 1. Uninstall the HP printer software. See my note below about four ways HP lists do to this. I used two of them.2. Turn off the 'terminate and stay resident programs (has to do with system configuration). See HP details.3. Clear temporary files and folders through Windows accessories.4. Disable firewalls (see my note below about this)5a. Disconned the cable from BOTH the printer itself and from the computer, BUT TURN ON the printer.5b. Get the lastest version driver for you printer from the HP site and save it where you can find it. (I did this first, before other steps, so I could install off-line)5c. Install the driver software that you saved. (see my note below about an optional step that helped me with this, so the install will complete, and not hang up)6. Enable the start up software that was turned off with step 2. (See HP details) Notes: there are versions of HP instructions that  skip steps 2 and 6 and or 3 and 4, but that would not work in my case. I describe the steps that finally worked in case they can help someone else--this has been so frustrating. This uninstall/install process seems to be very touchy and perhaps changes depending on your printer or other configuration of your computer: Note about step 1: I found an HP document that listed four ways to uninstall. On my final and successful attempt I actually used two of the techniques. First I used the HP uninstaller program from the start menu program list on my computer stored with other HP stuff there. When I rebooted it did not appear that any HP programs were removed, but who knows, perhaps this got rid of some hidden file somewhere that had been causing all of the problems. Then I used the regular uninstall process from the control panel, and that worked. All HP programs were gone upon reboot. Note about step 3: I counld not believe this would help, but did it, and again, who knows, perhaps this is critical. Note about step 4: I assumed that step two 'terminate and stay resident programs' turned off my McAfee firewall and antivirus, so I did not turn it off. And I elected to be off the internet during install because I am always fearful about turning off those programs. However, and this may be the source of problems for many people, the HP list was very specific to turn off the Windows 7 firewall. I checked it and it was running, even though I thought McAfee was in charge. So I did turn off the Windows 7 firewall. Subsequently I learned that many people who have upgraded from earlier Windows operating systems to Windows 7 have the Windows firewall operating along with their other firewall, without knowing it. Apparently this does not happen if you did a clean install of Windows 7 rather than an upgrade install. Note about step 5c: On many of my tries the installation program would not terminate or complete, and I would get a partial install that allow some functions of the printer to work, but not Solutions Center. The only way I found to prevent this was at the step near the end, where you hook up the printer, select the box that says it's okay to connect it later. The installer program dumps an icon on you desktop that allows you to connect the printer after the installation shows complete and terminates by itself. By clicking the icon and plugging the cable into computer and the powered-on-printer when directed, the device installs perfectly. That was the only way I could get a full install, or get the installation to terminate. During the two days of trying to make this work I also reinstalled the latest version of Flash player since I read that HP Solutions Center needs it to show screens on your computer about printer functions. Of course downloading Flash onto a 64-bit version of Windows 7 is a little tricky too, but not that difficult. I do not know whether that was important, but it is one more thing to try if you can't make your Solutions Center part of the printer program work. I learned way more about the unintall/install process than I ever wanted to know. Sorry to be so wordy, but after two days of frustrating work on this I thought I should share this, in case any of these ideas could help someone else who is hung up on this. Perhaps there is an easier fix somewhere. The six-step process was on an HP help site and was not even for my specific printer, but the similar list from my model did not work. Wish I knew what the secret to success might have been.  

  • Flash Builder 4 - Run/Debug toolbar disabled

    Hello
    I have worked on my FLEX project for several weeks now. I have the need to have a Team Share now, as other developers will collaborate on this FLEX project.
    I setup SVN and was able to check in changes and verify the changes on the SVN server. That works well.
    I noticed now that I cannot run or debug the project at all. The run/debug toolbar buttons are disabled.
    When I view the Run/Debug settings under Project Properties, it is empty.
    What must I do to get my project back into debug, and the ability to even run it??? Help??

    You're in the SVN Repository Exploring perspective, which looks a lot like the normal Flash perspective, but it isn't quite the same.  Go to the Window menu and choose Perspective -> Flash.

  • SOA Suite Demo MIMEService - cannot be run/debug in this release.

    Hi,
    I'm getting the error message "MimeService.bpel cannot be run/debug in this release" after opening the example project in JDeveloper and selecting "Run".
    Compilation works fine though:
    Successful compilation: 0 errors, 0 warnings.
    I installed the SOA Suite 10.1.3.1 and also tried it after updating to 10.1.3.3.
    For JDeveloper I have tried v10.1.3.1 and v10.1.3.2
    Any suggestions?
    Thanks
    Fabian

    You can not run a BPEL process in JDeveloper, you can only deploy it to the SOA server and test it from there.
    Marc

  • Run - Debug project option is disabled to run the CVI RT application

    Hi,
    I am new to CVI Real time. I have taken the example code LoopTimingRT.prj and LoopTimingHost.prj from CVI samples directory. I am planning to run RT and host in the same desktop PC.  I have created two seperate workspaces for RT and Host with their respective projects.For RT, target is given as local desktop computer, target type selected as dll, in target settings, Run time support is mentioned as Real Time Only.
    In CVI Real Time Help and also in Getting Started with Labwindows/CVI Real Time pdf, it is mentioned like we have select Run -> Debug Project to run the RT application. When i am trying to do that, that option itself is disabled in RT workspace.
    Please can anyone help me.
    Thanks,
    Haari

    Hi,
    As suggested by Raman you can go ahead with same step.
    Regards,
    SM

  • Run/debug settings not visible

    I can't see the run/debug settings in flex 3. Sometimes, even
    the buttons right next to the Launch Configurations are gone and in
    various other places there are parts of the UI missing.
    I also tried to install the flex plugin for eclipse, but the
    same problem happens here. I tried to reinstall flex, upgrade to
    3.01, but nothing seems to help.
    I have the latest Java version. And the latest display
    drivers (GeForce 8800 GTS)
    *edit* I am running flex on vista

    Ashu,
    It is not only the JTA timeout which may cause transaction rollback. If JDBC and BPEL are involved then following timeouts also does matter and ideally all of them will be less than the JTA timeout -
    1. XA connection timeout configured in data-source
    2. Statement timeout configured in data-source
    3. BPEL timeout - set property SyncMaxWaitTime (value in seconds) in the EM console
    4. SOA EJB's timeout
    Now question here should not be that which timeout is actually causing the transaction rollback, rather question should be that why a JDBC call is taking 300 seconds? What processing are you doing which is taking this much time?
    Regards,
    Anuj

  • How to create a JavaMe library that runs on all devices?

    I have the Java ME 3.0 SDK. If I start a Java ME project (Midlet) I have to choose a device that I'm developing for. While I want to create an 'Engine' library that runs on any device. This library won't use any device specific libraries. So if I make different midlets for different devices they can all use the same generic 'Engine' library.
    I've googled a lot on this already and did quite some reading in the documentation of Java ME but didn't find any info on how to do this. I found a way to convert Java projects to midlets with the J2ME plugin for eclipse, but then I'd have to reconvert my Engine project to midlets for every device I want to support every time I make a change in the code of my 'Engine' library.
    Edited by: user8973897 on 23-feb-2011 4:42

    You can find some information here I guess:
    http://www.codeproject.com/Tips/634208/Create-and-Deploy-Custom-Timer-Job-Definition-in-S
    http://www.c-sharpcorner.com/uploadfile/anavijai/custom-timer-job-in-sharepoint-2010/
    http://blogs.msdn.com/b/guruketepalli/archive/2012/01/23/sharepoint-2010-custom-timer-job-send-an-email.aspx
    ***If my post is answer for your query please mark as answer***
    ***If my answer is helpful please vote ***

  • Cannot be run/debug in this release?

    Hi, I am following the installation instructions and built my first HelloWorld Composite service, but when I tried to run it, JDeveloper gave me the error message: cannot be run/debug in this release. Is this by design or is it I'm missing anything?
    Thanks for any insights!

    I reconfigured SOA with "Basic" option (it was "Configure All"), and it's working now

  • MCB2300 Run Debug Failed

     Can you tell me what the following error message means
    uVision status : Run/Debug failed
    Detail: [UVSC_DBG_START_EXECUTION, MSG: 0x2002, STATUS: 0xB] (11)
    Thanks,
    Richard

    "Operation not possible when target is executing"
    However, the code may be returned in response to many UVSOCK messages.
    Perhaps you got the mesage when you tryed to debug an application while another was already in progress, but LabVIEW sends messages in proper order (e.g. stop debug, exit debug, enter debug, etc.).
    I am wandering what version are you using?

Maybe you are looking for