debugging on the actual device different subversions jde - firmware

I want to debug my code on a device connected via usb. I know that I need the same type in JDE and the device.

For example, JDE 4.5-> device must have firmware 4.5.

Although I checked the debugger tells me it can't find net_rim_app_manager.debug and many others. When I browse with browse for the files of simulator of the JDE debug files it is not like that and told me

Bad debug information: \simulator\net_rim_app_manager.debug(4846a5e2)-net_rim_app_manager(494996a0)

My regognizes JDE-attachment-device usb. When I ignore the mistakes I see some, but not all of the messages in the debug window. If the connection is ok.

My firmware installed JDE Simulator Version DO match the firmwareversion of the unit BUT not the firmware-sub-version number. I mean the numbers after the second point (4.5.XXXX) is the reason for the error message?

If Yes,

-How and where can I get the EXACT match firmware-subversion for my device?

-How can I do a real device debugging with the latest firmware?

If none, I miss something else?

my JDE:4.5.0

my camera - 4.5.0.Simulator - JDE: 8310

my JDE - 4.5.0.Simulator - Firmware: 4.5.0.44

my real device: 8310

my real device Firmware: 4.5.0.124

Thanks for help

Anil

OK, after some research and debugging, I found the solution in this post

http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=3769&query.ID=266...

a little summary here (including the above mentioned display comments). In this example, we assume that you are using JDE 4.5.0.

  • Check that you have installed the latest BlackBerry-Desktop-Manager. So you can be sure, that your device connected by usb is detected
  • Versions have to mach exactly! When you have the 4.5.0.102 firmware on your JDE-Simulator, you MUST have firmware on your real device 4.5.0.102. RIM provides many different simulators with a different firmware for debugging http://www.blackberry.com/developers/downloads/simulators
  • Install the corresponding correct Simulator and follow the Instructions of BB JDE 4.5.0 Guide Chapter development
    "Install the .debug computer files".
  • Connect your real device via USB
  • Compile your code in RIM JDE
  • If you use sensitive APIs-> sign your code
  • Load the cod files compiled on your actual device with JavaLoader.exe
  • Debugging-> attached to him-> Pocket-> USB ()
  • No, you can debug, breakpoints, out of the console, etc...

Note: Although I have installed now the exact match versions. The debugger tells some files that it "does not find" them which is:

net_rim_theme_120_green_320x240_b.debugnet_rim_theme_120_green_320x240_b-(1-13).debug

net_rim_theme_120_today_320x240_b.debug net_rim_theme_120_today_320x240_b-(1-13).debug

net_rim_bb_smime.debug

I think that these debug files are relatively large for most applications, so you can ignore it.

A good indicator to see that there is really a version mismatch is the first file, it cannot find "net_rim_app_manager.debug".

Anil cordially

Tags: BlackBerry Developers

Similar Questions

  • How to deploy a simple application on the actual device?

    Hi people, I have a question for you all.

    I try to deploy my simple application on the actual playbook, but blackberry - deploy rising error

    Info: Sending request: Install
    Info: Action: Install
    Info: File size: 14427
    Info: Installing ...
    Info: Processing 14427 bytes
    actual_dname::
    actual_id::
    actual_version::
    result::failure 881 required signatures missing (RDK, AUTHOR)
    

    What should I do? I don't understand. Deployment on Simulator works well.

    Or I can't test my application on the actual device?

    metadata file:

    
    http://www.qnx.com/schemas/application/1.0">
        org.demo.GeolocationManaged
        GeolocationManaged
        1.0.0
        A simple geolocation Window
    
        
            none
            false
            true
            landscape
        
    
        
        
        
    
        -platform
        blackberry
        gavrik
        run_native
        core.games
        GeolocationManaged
        icon.png
        
        icon.png
    
    

    Thank you

    Mike.

    http://openbbnews.WordPress.com/2011/11/16/installing-a-debug-token/

    Yes, when you submit your application to appworld or if you want to share with other rules it must be signed.

    If you decide not to use a token of debugging to test your application then each bar file must be signed also.

    See you soon,.

    Jon

  • How to remove the application of the actual device?

    Hello

    I push my application to the real device (BB 8300, 8700), but I can't do it like now to see in advance-> request Options as previously he was showing me the request and where I also deleted.

    But now I am not able to see my folder in the Advance Options-> application that I pushed in the real device and not able to remove it.

    Can someone guide me to what is exactly the problem for not able to see my request in the Advance Options-> application?

    If anyone has a solution or any suggestion or any useful links, that would be appreciated.

    Thank you

    Tarik Shah

    looking at the list of applications, select the Modules option in the menu

  • Debugging on the device?

    Newbie here. I'm finally able to debug on a real device, 9330 which shows:

    6.0 bundle 2333 (v6.0.0.524, platform 4.4.0.438)

    I write apps targeting the 5.0 SDK. I guess from the above that the camera itself is version 6.0.0.524, is this correct?  So where can I get the specific Simulator for this?  None of the 4 last digits Curve 9330 simulators match. (I am trying to eliminate all the 'cannot find debug file"nonsense!) is there any detailed white papers on debugging on the correct device?  Also, I try to use Eclipse.

    Thanks in advance!

    All available BlackBerry smartphone simulators are available for download here: http://us.blackberry.com/developers/resources/simulators.jsp

    It may not be a release of Simulator for all versions available for download.  But we are always adding more, so you can keep an eye on this page for updates.

  • 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

  • synchronization: How can I store the mails for different accounts remotely and manually copy the most important e-mails in local folders on both devices?

    Hello. I have two machines and two accounts, so what I want is this:
    I want only to store mail from two accounts in a remote place and copy more important mails to local folders.

             (I will be grateful for any ideas as to where/how this "cloud" can be - specially free places)
             * Can I have a copy of these local folders in both devices and the remote storage?
             * Could i synchronize devices so that: when i move a mail to a local folder in any device, its copied to the same folders in
                the other device and the remote storage place?
             * The remote storage place will have many other folders. When I open Thunderbird, I also want to see these and the mail
                inside, and also be able to move mail from the inbox to these folders.
              * One of the accounts is gmail. In Account Setting tool, there is an option for synchronization. If there is no easier way, I can have mail for other account copied to gmail, and just syncronize gmail mail. For this, how will I copy my present folder structure to gmail. And how can I syncronize the local folders on the two devices?
    

    Thanks in advance.

    The first awkwardness that I see is that there is no clear format in which to store the messages remotely such that you can work with them in an email client. It may be possible to set the option "Local Directory" of the account in Thunderbird to point to a remote folder (DropBox comes to mind) but I've never tried, and I'd be nervous about what happens if the connection cannot be established, or if you happened to access it simultaneously from two different locations. The other concern is that mail stores are fast becoming big, and you would be forever download and download large files (several gigabytes). Thunderbird stores what looks like a folder that contains many messages separated as one big file, so there is no simple possibility of incremental changes to load up/down.

    The idea of local folders in Thunderbird is to detach messages from servers, therefore they do not follow what is happening on the servers. I say this to emphasize the distinction between files stored locally and permanently ("Local Folders"), against copies cached files online ("synchronized"). It is not sure to consider your folders synchronized as permanent.

    So folders synchronized on an IMAP server are "mirrored" in Thunderbird you do not have a local (although temporary and transitional) copy of messages. This is done primarily to avoid download repeatedly the messages if you re-read, and it makes the fastest search more effective. But these "synchronized" track of message that are deployed on the server, and so if they are deleted from anywhere, all devices that are synchronized at one point also see messages deleted endangered. (Except if you have saved a local copy on the local folders account).

    I use a gmail account quite as much as you described; Copy or move messages to this account, so that they are visible in my phone, my tablet, my own laptop and my computer works. It's free, and it is "in the cloud"; the only reservation I have is her private life. There are other suppliers (e.g. 1 & 1/gmx) who do not seem to have the fetish of collecting data that google thrives.

    It's pretty simple to create filters in Thunderbird to automatically copy messages to your account "cloud." even better is to implement the translation of rules on the servers of other accounts, to ensure that your messages are automatically sent and waiting for you when you log in next time, already in the cloud account.

  • Why emails downloaded with the subject and the address is different from what is actually in the email?

    The object and the address listed in the message pane are completely different from what is in the actual email, read in the pane display or when the e-mail is opened. The e-mails are correct given online. For example:
    Subject A has an A - email sender email
    E-mail subject B of B of the sender - email B
    Topic email of sender - email C of C
    After the download of Thunderbird:
    Subject A has an A - email sender email
    E-mail subject B of B of the sender - email B
    Email subject of C of the sender - email A * subject and sender in C but which is actually an email

    This started happening in the last month, and seems to be random. Sometimes, everything is correct. But more often there is a little exhibit the behavior above. I have several email download from the same domain, but this problem seems to occur ostly with my main email account.

    Restart with disabled modules does not solve the problem. However, I think I found the cause and solution. I was using Windows Security Essentials support for XP until April 12. I installed another sequel, FortiClient, I used successfully on another computer (not e-mail). FortiClient was the problem, in my opinion. I replaced it with something else a few days ago and have not experienced this problem since.

  • 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.

  • Not be able to debug on the device

    Hi friends,

    I'm not able to debug device now. I have the same version of Simulator, sim even package version as I have on mobile. I've been able to debug a few minutes back, but I had not changed anything just removed app and new thought of debugging to display the value in another function. Even after removing the application, all objects remain in the persistent storage.

    Please help me

    Hi friends I am successfully able to solve. The only thing to do is to clean the Simulator, even if you want to debug on the device. Now, I am able to debug each time that the device suceesfully. Timeout paradigm for everything by retrieving the coordinates that we should create a timer so that elapsed, he should leave the idea of recovering the coordinates.

  • How to develop and test the application mobile flex without the real device?

    I'm trying to read some information about it, but decided to ask also here.

    I have a project that has a company wants to grow me, it's for iPad. That's ok I am with Flex and the framework for web development, but not for mobile. Why? Because I have no idea how to test my application. I know generation ago it sort of the desktop version of the application with the change of the "back" button on the orientation stuff, but how do I know my application will look and work exactly the same (I mean NOT performance here). I mean you know how every android or iOS device have their native keyboard or native video player for example and I have only in the debug version of the application.

    The question is how to develop this application based on the desktop emulator or anything and then hope that my app looks and works on a device, as it should... Of course I can't afford to buy all the devices it is just to be able to test on it if necessary? So, how do you, how to test how my iPad app works on a device without a? I know I should get a licence from iOS dev to be able to package the app for iOS, but it's $ 99 per year or something like that I can handle, but how to test my application without having to buy the darn device? Are there any emulator for iPad or something like that I know what my customers will see when they get the application? One of my friends told me that the mac os x use the developers a tool - cause some kit of dev who has emulators for all iOS devices and you can build and test there immediately and that you can simulate virtually any combination of key for example, and he said he's working and seems to 1:1 as the real device but he didn't know if can I export an AIR application and try it like this, he only knew for app written in native code.

    If someone can just tell me how should I do this? Should I buy a mac os x computer laptop to test because I am a user of windows 7, or perhaps create a mac os x virtual machine and tests out there or maybe the only option is to actually buy the device... that would be terrible for a freelancer...

    I hope someone can save the day here! Thank you.

    F

    Since the AIR for iOS applications are compiled to ARM code you will not be able to run on iOS emulators running on Mac OSX.

    You can do a very simple test with the "Simulator" built into Flash Builder, but it is not much more than a window to AIR with a window size that matches the resolution of the selected iOS device.  When running in the simulator of the application is not compiled to ARM code so it will take a completely different code path than what will be the final release of iOS.

    Ultimately if you are developing for iOS with AIR nothing but for tests on real iOS devices.

  • Launch application on the debugger device restarts the device

    I'm trying to debug an application on the device. I had some initial success, but lately that the machine restarts when the debugger tries to run the application. The application is installed, and I can run from the device after restarting the device, but so far I can't get it to work under the debugger.


    Configuration

    Feature: 9700

    OS: v5.0.0.602

    Eclipse: Galileo (3.5.2)

    BlackBerry Java plug-in: 1.1.2.201004161203 - 16

    BlackBerry SDK: 5.0.0.25

    -rich

    I think that I found a solution to this problem. I tried the suggestion to remove the application Options. Applications on the device. It turns out that it has not completely removed the application. Some library modules remained behind. I was able to remove these Desktop Manager. It is a bit heavy treatment, but it's me unblocked for debugging on the device.

    I hope that RIM will provide us with a better debugging experience in the future. It would be nice if the reset of the device were not necessary, but I guess that's in some scenarios. For the latter, the debugger must tolerate the delay in the connection because of reset. It would also be nice to be able to attach the debugger to a running application. IIRC, it was available in the old JDE SDK.

  • How to check the application in different Simulator?

    Hi all

    I want to application.i a devevlop, it should work fine in all the bb devices.for what I do?

    Kind regards?

    You don't have to set anything in the classpath.

    If you use windows, just go to start-> programs-> research in motion-> are looking for the jde/Simulator that you would use

    If you just want to test your application on different OS, then download the different JDE:

    http://NA.BlackBerry.com/eng/developers/resources/simulators.jsp

    But if you want to test your application on different devices (to see how it would look on various displays), then download different smartphone simulators, always on the same site above. To load the app in the Simulator, open the smartphone Simulator-> click file-> java program load-> look for application .cod.

  • 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.

  • A pack of component allows the simulator device to another?

    I have several packs of component installed in Eclipse. Is it possible to compile a project for, say, 4.2.1 and debugging on a simulator device that comes with, say, the 4.7.0 pack component? Or install a separate 4.7.0 simulator package the only way to do it?

    Enter debug configurations, create a new BlackBerry Simulator. The tab JRE choose JRE Alternative so that you can have different sims for different environments JRE.

  • Why are the games on the App Store different from an iPhone to an iPad?

    Why are the games on the App Store different from an iPhone to an iPad?

    Because they are different devices and not all applications run on both.

Maybe you are looking for

  • How to clear a screen saver?

    I have a screen saver that is NOT in Firefox, and I really want to get rid of it, as it's annoying. Please tell me how I can throw all the time. I already uninstalled everything associated with it, but it's still there to interrupt my use of the comp

  • New AirPort Extreme and 802.11ac configuration

    Greetings, I'll install a new new AirPort Extreme instead of my old Time Capsule gen1. Like many people here, I have a combination of features b/g, n and ca.  I want to make sure my end of 2013 iMac connects optimally via ac.  It is in the line of fi

  • Satellite L300D: Unable to connect to a network using WIFI

    I can't connect to a network using WIFI on my new laptop (which seems to be fairly widespread)When I followed the advice of the Knowledge Base, he said I should see an unknown device icon when I click on the other peripheral icon instead there is an

  • Change the order of pages when you create a photo book

    I create a photo book with Photos on my Mac.  Once a page is created, it is possible to move the entire page to a different section of the book.  In other words, to change the order of the pages after they are created.

  • Upgrading to windows 7 windows fron 8.1

    Hello I have a laptop Windows 8.1 64bits pavilion g6 do you 2221 and want it downgrade to windows 7. I want to know if all the drivers for my laptop are available for windows 7 or not?If so, can someone share the link please?