WebWorks and external cod

Hi all

I am trying to add a 3rd lib in my webworks app, but there is a problem. The pots contain .classes (stub methods, I think) and cod. I followed this guide and I've successfully compiled everything. However, after activating the signtool gui, I see that RIMAPPSA2 signatures are needed. I can install the application on my device, but then I get the error "cannot call native method.

I was already able to encode a moped with these libs. They are properly signed by the seller. Environmental jde, I only need to add them to the path of building and then, after the signing of the output files, I simply add their COD through UpdateJad.

No clue on how to solve it in webworks?

THX

Hello
I'm not registered any missing key. Just adding my pots as shown in guide, seems to force the signtool to sign. So my solution is as follows: I removed the jars, but I left the tag dependency in the library.xml as shown (not sure if it's really necessary)
I saw that bbwp basically reconditions everything and that what he calls the CAP. In the main folder webworks, I found a file named bbwp.properties. I added my pots in the import after the net_rim_api tag, using the ';' as the delimiter.
After compiling, I used the updateJad tool to add cod of the 3rd party or external modules in my application.
And it worked

Tags: BlackBerry Developers

Similar Questions

  • WebWorks and QR Code Scanner BlackBerry

    Hello

    I would like to know if there is an option to scan QR Code BlackBerry WebWorks SDK. Any help on this is appreciated.

    Thanking you in advance,

    Praveen Fox

    As far as WebWorks goes, we do not have near term plans to create a QR code in real time scanner to PlayBook API.

  • confused about source and external code path

    Hello

    I created a Jing video to describe my problem (I hope that is useful and is not annoying, make me know). In short, I don't know how external AS3 scripts are supposed to be referenced, but I do work in AS2 years.

    create a movieclip button in flash programming environment and have your current entending sprite class extend the movieclip class.

  • Exchange of data between the internal and external labview code

    Sorry for a simple question.

    I have a TestStand sequence that uses units/tests written in LabVIEW. The sequence is extermnally began with a stand alone LabVIEW program. I need to establish simple exchanges of information between units of the sequence LabVIEW and LabVIEW external code.

    Information are simple strings will eventually be sent in both directions.

    Please advice what commumnication path needs to be implemented.

    Unfortunately, arttempts to search OR site Internet (or Internet) result in a large number of irrelevant information. Probably, I can't shape appropriate keywords. There is therefore a need for your help.

    Thank you

    _Y_ wrote:
    [...] It takes by presenting some initial information (e.g. username) in the sequence [...]

    Use a Message from the user interface of query for the data (data available in the user interface, executing sequence requires it).

    _Y_ wrote:
    [...] and view the status of intermediate/final level in the user interface.

    Use a Message from the user interface to transmit these data to the display (data available in the execution of sequences, Which requires it)

    Norbert

    EDIT: Btw, you should use TestStand user to nicks track management. This gives you more options and security than some custom stuff implemented in the user interface.

  • I have a LG Blu - Ray external brunner and a code error 3 appear in even when Brüning a BluRay disc. What can I get Adobe to do the work of brunner.

    I have a LG Blu - Ray external brunner and a code error 3 appear in even when Brüning a BluRay disc. What can I get Adobe to do the work of brunner. LG Rep said that I need something Adobe

    Code 3 still http://forums.adobe.com/thread/1371866?tstart=0 and https://forums.adobe.com/thread/494407

  • Exception in the external code called by calling the library function node problem

    Hello, I am a complete newbie in LabVIEW and need help. I have run tests of reliability and get this error about 2000 cycles. The code sends the digital output of a cylinder which operates the actuator downwards, he reads a signal of the thing I'm testing. Then there is a signal to then drive the actuator to the top and repeat. After about 2000 cycles, I get the error:

    [LABVIEW: an exception occurred in the external code that is called by a node call library feature.] It might have corrupted the memory of LabViews. Save all work to a new location and restart LabView. VI "Footswitch.vi" was arrested at the node 0 x 0 of the Subvi "DAQmx Start Task.vi 7"]. "

    I created this code without any prior knowledge of LabView, so I know it's not good, but it does not have (somehow). Any help would be greatly appreciated. Thanks in advance. I am also attaching the VI.

    cstemm,

    There are a few obvious errors in the code that must be addressed.  First of all, I'm not sure how your code even survived 2000 cycles, you have a Boolean value enter these while loops:

    What happens if you read a false? The curls will be stuck in an infinite loop... as the value read from the tunnel will never change, and the stop condition will always be "false".   I think that what you do... was keep reading the numerical value until it is true, so it's what needs to be in a while loop.

    Now, the problem you are experiencing is most likely a result of mass overload of start/stop tasks.  For these digital readings, simply start the task once and stop the task once. Run the start task until your main loop work... reference col in the task and read when you want to. Then, when the main loop is completed, go to this thread of task outside the while loop to clear tasks and stop.

    Programming paradigm is generally (there are exceptions):

    Initialize (startup tasks, the initial set of controls, etc.) -> the main loop (here, most of the code is readings/writings/calculations)-> References(stop tasks, clear data, close any open file references) close

    You don't do any reads buffered of digital lines, so no need to ever stop or restart the task, it gives you just a value whenever you call playback vi.

  • How to link external cod in my jad file

    Hello

    I need to bind a file external cod from 3rd vendor to my jad file. This COD file is already signed and is an independent module.

    Looking at the structure of jad, looks like I have to add the following lines there: (I have 3 other cod files already)

    RIM-COD-URL-3: xxxx

    RIM-COD-SHA1-3: xxxx

    RIM-COD-size-3: xxxx

    The first value is the name of the queue of cod 3 - rd party, but how can I get the SHA1 values and size? (My codfiles inside the jad file sizes are not the same that sizes the same files from the file properties)?

    Is there an automatic way to force the compiler to use the 3 - rd party cod file and to generate the file jad accordingly?

    I use JDE 4.3

    Thanks in advance.

    Check this box:

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

  • public var and external swf

    Hello!

    I have a problem with vars. The situation is the same that I wrote here Re: external swf

    I public var (for example, ZZZ) in the code of MAIN.swf (main class is Main.as), and I want to access it from loading code EXTERNAL.swf.

    But nothing helps, flash says:

    There is no ZZZ in hand code

    There is no ZZZ on stage.root

    There is no ZZZ in any parents.

    But if a ZZZ in EXTERNAL code and that you want to access from HAND, (the reverse), ZZZ is easy to find.

    your variable is defined in the main scenario for MAIN.swf so you just need a path that he.

    This exact path depends on the scope of the EXTERNAL charger.

    (and, of course, you must make sure that this variable is set before trying to reference it).

  • (I am in China and on the front is partly in Chinese.) I use Astrill which is a virtual private network and the code of the Australia, but still the Mandarin appears.

    Dear Firefox support, I am in China, and the first page of my Firefox screen is partly in Chinese. I use Astrill which is a virtual private network and the code of the Australia, but still the Mandarin appears. I downloaded a new version 5, but the mandarin (and the associated statement bar) still come in Mandarin. How can I download a really English version?

    You can choose your language installation of this list: http://www.mozilla.com/firefox/all.html

  • Portege M800 and external monitor Dynadock question

    I have a M800 connected to a U Dynadock docking station.
    I have problems when I try and put my external monitor as the primary device and have the cell phone as the extension to monitor.

    I am running Windows XP.

    Are the only options it will allow: Clone, Extended (laptop is main and external is the extended option)

    If I use the WIndows graphic option it does not put the external monitor as the main display (I check this option and click on apply and it remains unchecked)

    If someone could help that would be great.
    Otherwise, I would recommend is not to use the dynadock

    Sorry mate but I still don t understand what you are talking about what problem do you have?

    Is the Dynadock video drivers give you the ability to view a total of three screens.
    -L' screen of the laptop.
    -external monitor connected to the video port on the laptop (if available)
    -ewxternal monitor connected to the Dynadock

    In addition, you can use mirror Mode and Extended Mode.

    Mirror Mode creates an identical view between your computer screen and the external monitor
    Extended mode extended Mode lets you split your display on multiple monitors.

    These are the features that you can use with Dynadock

  • What is the difference between the password and access code

    I get all the IDs and passwords and none are accepted

    "I received message' iPad requires your password after restart", but it does not accept passwords

    What is the difference between the password and access code

    Standard codes which block the iPad are 4 or 6-digit. You can set a more difficult to decode, personalized access code / password in the settings using letter and numbers if you wish.

    A password is a series of numbers, symbols and letters that a user putting in place to protect the information in a frame, a web site, e-mail, etc. This may actually be a word or series of words, if you wanted to set up in this way.

    Your iPad is looking for this 4- or 6-digit code. If you can remember, you must restore the device so for free.

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

  • Satellite A215-S4747 (internal and external) microphone does not work

    Hello

    I write about my wife by Satellite A215-S4747 running Windows XP.
    A few months ago as the built-in microphone and external microphone has stopped working.

    This made me think it was a driver problem, although no issue in
    Control Panel > sounds and Audio devices > equipment for all drivers.

    I went through the Troubleshooting Wizard, but that did not help.
    I went and downloaded drivers RealTek HD Audio (R2.67), but that didn't fix it.

    Any help is very appreciated.

    Thank you

    Peter

    I want to emphasize that this machine is about 6 years old, making the possibility of some parts break most likely...

    Hello

    Sound works. Right? Well well, in that case I n t think that it is an audio driver problem.

    First of all, I think you should check some basic settings.
    (1) mic device.
    Go to the control panel-> sounds and Audio-> Audio-> sound recording devices
    Here you check if device right microphone has been selected

    (2) mic volume
    Go to the control panel-> sounds and Audio devices-> Audio-> audio-> Volume
    Here you check if the volume is at max level
    Additional button Advanced should be available at the bottom of the mic volume control click that it and check if the mic push in checked.

    Have you installed some tools or software which may affect (disabled) the microphone?

  • Best practices for storage and backups on internal and external drives

    Hello

    I have a Mac laptop and I would like your advice on how to organize the storage of files on internal and external drives and how optimizes it the backup plan.

    From now on, my organization of file storage is:

    I keep my most important files on the internal disk of SSD encrypted and less critical files on an encrypted external drive (format ExFAT). This external hard drive was errors, so I bought a new Laetitia 2 Tb drive that I formatted in Mac OS journaled with encryption instead of ExFAT, to replace.

    For backups, I do not use Time Machine, but I use an application that synchronizes files between two disks. By using this application, I first sync the essential document on the SSD files internal to the external drive, and then I synchronize all the external drive to another external drive.

    My question is, if I keep this Organization of file storage or I should, for example just move all my files, critical and non-critical for the internal SSD (I could make enough room for that) and then backup up the whole Mac with Time Machine? Or there is a better way to organize files in this scenario?

    The second question is, if it is better to keep the Organization as it split storage (internal, less critical on external criticism) is what would be the best way to back up everything?

    Thanks in advance for all contributions.

    First of all, to the ExFAT is the problem, I suggest that the reader will just physically hurt.  ExFAT is perfectly acceptable as a format where Mac and PC can read/write.  You may have reacted a little leaving ExFAT for HFS, but you have made your choice and adapts to it.

    Here is how I operate my backups:

    I use CCC (CarbonCopyClone, $40, bombich.com).  It copies the boot sectors, drive, mapping, recovery Partition (these three are 'invisible' to DiskUtility for most) as well as system partitions and data records 'other'.  These other disks may be internal for clone-to-test-new-OSX in multi-disc systems or external for backup purposes.  The beauty is that you can start an external clone in a system crash, then CCC will be re - copy the active external clone on a new/fixed internal drive.

    Encryption isn't something I know, but... If only the content of the system partition and data is encrypted, it * could * be OK for clone-back to partition-as-encrypted partitions.  If you clone internal external the external partition is active and copy the 'encrypted plan', while small adjustments are made so that the race could be bad.  Copy of the files on my partitions unencrypted change interrupt because they are individual files.

    As an alternative, you could have a system drive that does CCC charge, let the clone encrypted and encrypted internal idle and just copy the entire map with the 'third system' active.

  • Mac Pro, Flash Storage, Dropbox, and external storage Solutions

    I am considering a Mac Pro to a computer in the enterprise. I hope someone can give an overview and experience with the dilemma of using a computer with a small amount of storage on board, dropbox and external storage devices.

    Background:

    Mac Pro storage on board - The Mac Pro has limited onboard storage. It comes with a 256 k flash memory and is apparently expandable to 512 or 1 TB. But, I can not even know where to buy the storage upgrade. For some reason, it seems even to be available for purchase on Apple's site. I can't understand how much it costs or where to buy it. I found a link showing how to install it, but that's all.

    Dropbox - Dropbox is an important part of the company, or at least my business. The tricky thing is that Dropbox doesn't seem to work very well if this does not work on an operating system main hard drive. I tried once on a Mac Mini Server, and it does not work well. I read on the Dropbox site that it doesn't work so well. The small amount of storage on board available for the Mac Pro means that it is necessary to use an external drive, which is fine with me, with the exception of the question of Dropbox. Is anyone here from an experience with this problem.

    External storage - the question here is as stated above. How to get an external drive on a Mac Pro, the operating system is not installed on, to work properly. I know that most people could read this and suggest to go to the website of Dropbox support for more information. I was able to do that and have nothing. Looking for Mac people who could potentially experience.

    In short, how the hell you upgrade Mac Pro flash storage... where do you get, and how much it costs?  And second, anyone experience using Dropbox on a Mac Pro, where the Dropbox folder is not located on the operating system drive.

    Thanks for any help that can be provided.

    -Apple does not sell to replace internal storage.

    -You can often find storage on eBay and other places. However, isn't that all in storage for some MacBook Pro model will work in the Mac Pro is much slower. One way to tell is that the MacBook you do not have a heatsink on them while the Mac Pro.

    -You can buy external storage Thunderbolt. To access only a disc both an external case USB 3/disc is about as fast as Thunderbolt. Can get pregnant using the portable 2 1/2 standard SSD

    -I did not all the posts here for the use of DB on an external drive.

  • Error encountered and unknown code B56 Windows update

    B56 Windows update error encountered and unknown code.

    * Title *.
    B56 Windows update error encountered and unknown code. I can't install 10 updates because of this ERROR! Someone at - it a difficulty for me or answer? I tried to install these updates for a few weeks now.

    pjrjt,
    You can watch the answer in this thread.  It covers the issue you see.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for