Starling/feathers UI Debug on device

For some odd reason, I can't debug an application based on starling/feathers ui.  I get a dialog box saying that it is not able to connect to the PC.  Can I deploy a non-debug version is fine and I can debug BB base AIR apps.  The token on the device is good.

Any thoughts?

Never mind. "Install and launch the application on the device" is not checked.

Ugh.

Tags: BlackBerry Developers

Similar Questions

  • debug the device without signature

    is it possible to debug on device without a signature? Because siging takes a lot of Timaeus

    No, it is not possible to debug first your application should in the unit, without a signature, it is not possible.

  • Flash Builder 4.7 on Win7(64bit) can not debug on device ios - Air 19.0, iTunes 12.3, ios 9.0 latest

    Debugging on device worked fine then suddenly stopped a couple of weeks.

    I think that this has coincided with an update to iTunes, but cannot be sure cos I've had in a few days. many versions of compilers Air reloading, iTunes and trawling through dozens of related posts for the same problem with older combos Air/iTunes and I forgot how it started!

    Current error on compiling to debugging the ActionScript Mobile iPad device Air2 project creates the ipa file and then fails on install device with the error "unable to enumerate devices.

    "idb.exe - devices ' of Air 19.0 compiler detects correctly connected devices.

    I tried:

    -uninstall all the programs Apple (iTunes, support MobileDevice, Hello, Apple Software Update, App Support(32&64bit)) and Java and Adobe FlashBuilder then reinstall after a reboot.

    -Create a Flash Builder project

    -installation of Air 3.4, 18.0, 19.0

    -installation of iTunes 12.0.1, old 12.1.3 video cards (for), old video cards of 12.2.2 (for), 12.1.2 12.2.2 12.2.25

    -8 and 9.0 on the ipad ios

    Different combinations give different errors, but none work.

    I can load ipa to the device using iTunes, but does not connect compilation of debug debugger on usb.

    Will also load Simulator but as app for Retina display I don't see entire application on the screen (but that's another problem-_-)

    This problem seems to have been around for a few years with each new Air/iTunes combo.

    Does anyone have a current solution?

    Thank you

    Problem solved with 20.0 beta Air.

    The solution to this problem posted by team Adobe Air here:

    post # 39

    The AIR 17 iOS - impossible to enumerate devices.

  • Starling feathers Lee Brimelow tut

    Hi guys

    I'm working through the UTU to http://www.leebrimelow.com/introduction-to-feathers-tutorial/ - I use Pro CS6

    It works, but the output looks like this:

    tut.gif

    I have put code in place with:

    [SWF (width = "640" height = "960", frameRate = "60", backgroundColor = "#ffffff")]

    No idea what I need to change to do display correctly?

    See you soon

    I have not watched the tutorial so I don't know if this has already been mentioned in it, but take a look at the warning in red at the bottom of this page, what could the problem you see:

    http://wiki.Starling-framework.org/feathers/Flash-Pro

    Ability to Flash Professional to properly simulate devices on AIR is limited compared to other development environments. Simulator AIR of Flash Professional provides not only the good screen DPI/PPP for the mobile device that simulates it. The value of Capabilities.screenDPI is used by themes of feathers to the skins of scale to a physical size appropriate for each device. In order to use the features of themes of feathers DPI scaling, you'll need start ADL in the AIR SDK on the command-line or test on a real device. For more details, see why feathers component skins and sizes of fonts appear very small? in the FAQ of feathers.

  • make [2]: * [o.le - v7-g/applicationName] make [1]: * [debug] make: * [Device-Debug]

    Hello! Below, I'm getting errors when building. Can you please help?

    make [2]: * [o.le - v7-g/applicationName] error 1 ApplicationName C/C++ problem
    make [1]: * [debug] problem error 2 ApplicationName C/C++
    make: * [Device-Debug] problem error 2 ApplicationName C/C++

    .pro file looks like this

    APP_NAME = ApplicationName

    CONFIG += qt warn_on cascades10

    include (config. PRI)

    LIBS +=-lbbdata

    LIBS +=-lbb

    The main.cpp file content is less than

    #include "applicationui.hpp".

    #include "sqlconnect.hpp".

    #include

    #include

    #include

    #include

    using namespace bb::cascades;

    Q_DECL_EXPORT int main (int argc, char * argv)

    {

    App app (argc, argv);

    Create the Application UI, this is where the main.qml file

    is loaded and the stage of the application is set.

    ApplicationUI support;

    Enter the main application event loop.

    Return Application::exec();

    }

    the relevant line is:
    '_ZN2bb6system12SystemDialog23setDismissAutomaticallyEb' is defined in OSR /Applications/Momentics.app/target_10_2_0_1155/qnx6/armle-v7/usr/lib/libbbsystem.so.1 try so add to the linker command line

    In conclusion: Add
    -lbbsystem
    your line of += LIBS in the .pro file

  • Debugging on device error

    Please help someone cause I'm about to hang myself...

    I'm debugging on the device and get this error:

    Handheld is resetting: Error: member changed name:
    

    The hack does that mean? I tried to restart the eclipse and device but still facing the same error... I want System.out.println ("url:" + URL); and it seems that this line is the cause of the problem (if deleted - works fine)... But I need to see that the URL...

    Thank you

    Sorting by deleting the app from device using Options/Applications /... Don't know what it was...

  • Debug the device - missing .debug files - debugger does not slaughter

    Hello world

    I'm trying to debug on my bold 9700.

    If I attach the debugger to the jde to my device through debugging--> join to---> Pocket I can see debug messages in the output window of the jde. But the debugger does not stop at breakpoints also I get error messages while the debugger is endearing to the device. Missing files 'net.rim.cldc' etc.

    Searching the Internet has proved I have the specify a location where the debugger can find the ".debug" missing files.

    I hope someone can tell me where to download these files f *. I'm tired of searching...

    Thanks in advance

    Harry

    Hello. Debug files are provided with BlackBerry simulators, so you can install a BlackBerry Simulator that corresponds to your version of BlackBerry device software.

    BlackBerry simulators can be downloaded here: https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477

    Best regards, Dmitry.

  • FileConnection questions when you debug on device

    I am writing a program that uses files on the blackberry system and it works perfectly on a simulator, when it comes to debugging on a blackberry, however, it gets stuck when trying to call a fileconnection. Here is my code at the base:

    try{
        FileConnection fconn = (FileConnection)Connector.open("File:///store/home/user/");
                if (fconn.exists())
                    System.out.println("exists");
                else
                    System.out.println("nexists");
    }catch (IOException ioe){System.out.println("ERROR");}
    

    He arrived at the fileconnection statement and then does not continue with the function. It ends without error thrown, before arriving at the if statement. I don't know if it's due to permissions issues or what as I am new to the development of BB.

    BB don't ask me if I want to give the status of the program trust, say yes to it not would still give the program the relevant permissions?

    Problem found. It is always the simplest that I end up spending days looking in!

    "File:///store/home/user/"
    

    Should have been...

    "file:///store/home/user/"
    
  • Debugging device stuck outside Bundle: "C:/Eclipse/plugins/net.rim.ejde/vmTools\BundleInfo\4da680e7.jar."

    Hello

    I have Eclipse 3.7 and Blackberry Java plug-in 2.0, when I started to debug on device

    a dialog box appears saying: I need to download files approximately 25 MB.

    After that his watch full download and then in the console I get this non-stop repeated the message

    External bundle: "C:/Eclipse/plugins/net.rim.ejde/vmTools\BundleInfo\4da680e7.jar."

     


    And the progress bar indicates launch application (74%)

    Help, please

    Thank you.

    Just delete the folder «BundleInfo»

    C:/Eclipse/plugins/net. RIM.ejde/vmTools\

  • Debugging on the issue of the device!

    Beginner again. My Java application with my new Plugin Eclipse 1.5.2 on win7/64 and loving debug so far and I have used a simulator 9330. I've implemented a new program feature that works fine on the Simulator, but when I Pack the app and deploy on a device 9330, it explodes with an error "index out of range". In order just to shoot this, I just use the option "Debug/Blackberry Device" and set breakpoints in the code of my program. This allows me to pass her and is very well. I found that the problem is on my side of the fence (code/design) but when I'm debugging on the device itself I do not see the values of the objects/properties, I get "

    " when I try to INSPECT an object.property.

    The big question: is it possible to debug on a device and see all the object.property values that scroll us? If yes how?

    Thanks in advance!

    Yes, it is possible but requires the files for your device BlackBerry OS .debug.  When you have started debugging you should have been prompted to download files of debugging.  Did you say yes to that?  If yes then automatically download the required files.  If you click on no, you will not be able to use debugging features.

  • Eclipse pluging 1.1 - "debug as Blackberry device".

    I installed eclipse 1.1 pluging. Looks like it works more stable and faster.

    When I chose "Debug under"-> "Blackberry Device", IDE builds, signs, and download bionary on device. Cool!

    But due to the update of the app, the appliance resets and IDE cannot debug.

    Why the plugin is unable to wait for the reset? Can it be fixed?

    I was able to replicate this and it will apply to less than 5.0 BlackBerry device software.  Here is what actually happens:

    Debug as-> device BlackBerry deploys the application on your BlackBerry Smartphone and attaches it to the debugger.  However, replacing the application can cause the device reset, which disconnects the debugger.

    The workaround is to uninstall the existing application (Options, Applications) prior to a "Debug As-> BlackBerry Device", which will prevent the reset.

    I forwarded this question to our development team for resolution in a future release of the BlackBerry Java plug-in for Eclipse.  It was recorded in the handler incidents here: https://www.blackberry.com/jira/browse/TOOL-161

  • Debugging on a live device

    Hi all

    I tried to connect the jde to my Blackberry to debug an exception I get in the device, but the "Debug-attach to the-> Pocket option" will not appear pin of the device even if the device is connected through the usb cable and is detected by the blackberry Device Manager. Here are a few specfics on the scenerio:

    1 device: 8900 4.6.1.114 running o/s.

    2 JDE used for debugging - 4.6.1.23

    3 JDE used to build the application 4.2.1.14 (I tried to use this JDE too to debug the application with no luck)

    4 desktop/device management (5.0.1.18) - the most recent available on the site official blackberry

    The exception is not replicated in other devices / in any Simulator so I really need to get this work of debugging. Any help will be appreciated.

    Thanks in advance.

    I solved the problem.

    For anyone with a similar problem in the future, you must have the same version of software of office as th o/s version installed in the device for debugging the device to work.

    Then, install the device/desktop software 4.6 did the trick for me.

  • Fastest way for debugging on the device of JDE

    Hi all

    I'm new to the development of BB and struggling to find a way to debug on device effectively.  My application has a lot of comm of bluetooth in him so most debugging should occur on the device instead of Simulator (please, correct me if this is not true).  Here's my development/debugging process.

    1. change the code

    2. generate the code

    3. the signal code

    4. connect device to Desktop Manager via the USB cable

    5. delete a previous version of my application

    6. load the latest version of my application

    7. connect to the device using JDE

    8. install a device app

    My quesitons are...

    1 should I sign the code whenever I have rebuild?

    2. is there a more effective way to get the latest version on the device instead of uninstalling then reinstall via Desktop Manager (it takes forever).

    There MUST be a better way.  Thanks in advance to all those who answer.  =)

    1. Yes, you sign cod every time after reconstruction you have for debugging on the device.

    2. you can load application in the device in various ways. If you use the Desktop Manager, you need to go if the steps you mentioned.

    But most developers use javaloader (JDE bin directory) to get the latest version in the device during development.

    To do this, run the following command from the bin directory:

    JavaLoader-u load applicationName.cod

    Also take a look at the article for details on loading the application on the device.

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800708/800647/How_To _...

    Concerning

    Bika

  • Debugging on Android device

    I currently have an android app that works when you use the desktop tools and browser. On the page, there is a XMLHttpRequest to a remote server in the script tags that uses the responseText to fill in a div on the page. However, when I build this and download the apk on my device, it seems static content on the page will load very well - but I guess that something goes wrong with the call to the server, but no error is thrown - just nothing happens. What would be the best way to debug this on my device?

    Any device Android 4.0 (ICS) running and later currently Chrome debugging, and you can use Google Chrome to fix for versions of Cordova applications for debugging debug.  This should allow you to see if the XHRs will actually anywhere.  This example uses the USB connection between your phone and the PC, and you can't mess with the network settings.

    Documentation on this can be found on the site of Google Chrome:

    Remote Debugging Android devices | Web - Developer tools from Google

  • Question of BB10 Dev Alpha: debugging token is invalid

    I'm trying to get a token of debugging on my dev alpha device and it just cannot work. I can create, validate, and install the token, but it generates an error: debugging token is not valid. Or not applicable for this device.

    10.0.4.197 OS version

    Build ID: 196525

    PIN: 29D939F4

    Start: 28 June 21:32:34 UTC 2012

    I use BlackBerry 10 WebWorks SDK 1.0.0.15

    I just restarted the device. It is currently 21:26 according to my computer clock and the BB10 clock is synchronized with the clock of my computer... it of doesn't look right... the listed start time is 5 minutes in the future.

    Here's what I did.

    blackberry-debugtokenrequest -storepass storepass -devicepin 29D939F4 debugtokens\BB10_Dev_Alpha_debugtoken_29D939F4.bar
    

    Info: Debug token created.

    blackberry-debugtokenrequest -verify debugtokens\BB10_Dev_Alpha_debugtoken_29D939F4.bar
    

    Issue date: 28 June 2012 02:02:59 CEST
    Expiration date: 28 July 2012 02:02:59 CEST
    Features:
    702102004

    Info: Debug checked token.

    I checked the device PIN above (702102004) is correct. This is the decimal version of my device PIN (29D939F4)

    I tore the debugging, and here's the manifest token:

    Archive-manifest-Version: 1.2
    Archive-created-by: BlackBerry BAR package v1.4

    The package author: XXXX
    Package name: debug.token
    Package version: 0.0.0.8
    Package-Type: debug-token
    Package-author-certificate-Hash: XXXX
    Package-author-Id: XXXX
    Package-Id: XXXX
    Package-Version-Id: XXXX
    Package - Issue Date: 2012-06 - 29 T 00: 02:59Z

    Debug-token-system-Actions: run, multi_window, multi_instance, run_air_native, run_native
    Debug-token-expiration Date: 2012-07 - 29 T 00: 02:59Z
    Debug-token-device-Id: 702102004

    I was thrown for a moment of the date (Date of show-package -: 2012-06 - 29 T 00: 02:59Z) until I realized it was just

    my current time converted to offset - 0. I am currently in Toronto, where it is now UTC - 4.

    blackberry-deploy -installDebugToken "C:\Program Files (x86)\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.0.15\debugtoken.bar" -device 169.254.99.117 -password password
    

    Info: Send request: install Debug Token
    News: Expired session reset
    Info: Send request: install Debug Token
    Info: Action: install Debugging token
    Info: File size: 2273
    result::success

    Yet, the device don't like this token. Here is the result.

    Any ideas to know what could be the problem here?

    Thank you

    Stem

    Rod,

    I had the same problem with my alpha chips and debug dev. Setting date/time is the source of the problem.

    Here is the fix:

    • The mode of development
    • Set your date/time to June or the date in the past.
    • Check your token security and debugging
    • Debugging token becomes valid

      My date is June 25

    Let me know if this solution worked for you! Worked for me.

Maybe you are looking for

  • Problem connecting FaceTime.

    So, I used FaceTime last night without problem on my iPad 2 and then allow it to charge overnight.  Today I tried to use the face time and found it is disconnected, I entered my id and password, but now get a verified need message address email.  I k

  • Change the account question

    I have not him reappears e-mail to modify the questions in my account because I forgot... I tried to go to iCloud and do the steps to get the mail to Apple to change the question but there's no email Apple anywhere

  • Need help for upgrade motherboard.

    I bought one off of eBay video card to upgrade my old one on my hp, p6310y, but it turns out that I didn't have enough power to support this card. After finding that out, I bought a 600w power off amazon and it still does not work. I believe that the

  • If you want to get your wifi only updated XOOM

    Please reference https://supportforums.Motorola.com/thread/53890 But you have no guarantee.

  • HOW TO CREATE A TYPE OF ASO ON THE EXISTING PLANNING APPLICATION

    Hello worldWe run EPMA 11.1.2.4 and that you have configured hyperion planning application using EPMA interface, the requirement is:1. how to create a type of ASO on an existing planning application? and what are the steps on 11.1.2.4?I would be very