Custom build package-class protection

Hello

I have a project that uses Ant bb tools and custom build script. Problem is that I found havn't solution how to specify for what classes and packages *. KEY file is applied. In projects created by using eclipse plugin is BlackBerry_App_Descriptor.xml containing ProtectInfo tag after selecting packages/classes in package-class Protection file editor. Building using plugin Cap reads the security descriptor information and adds it to CSL. File CSI. I do not use BlackBerry_App_Descriptor.xml in my project and then it raises the question - how store and pass information to the tool of signed on for that brother. COD to ask my own signing authority signature?

The copy. KEY file in the directory entry for the CAP and adding its own authority ID he .csl helped me.

Tags: BlackBerry Developers

Similar Questions

  • Can extend us the document class with a custom flash as3 class?

    Hello
    Can extend us the document class with a custom flash as3 class?

    Thank you
    Mallek

    Try:

    amishap67776642 wrote:

    package

    {

    public class accessories extends ScreenBase

    {

    public void accessories()

    {

    Super();

    addEventListener (Event.ADDED_TO_STAGE, onAddedTostageHandler)

    }

    private void onAddedTostageHandler(e:Event):void

    {

    Super.init ();

    }

    }

    }

    / * class ScreenBase * /.

    package

    {

    SerializableAttribute public class extends MovieClip ScreenBase

    {

    public void ScreenBase)

    {

    Super();

    }

    public void init (): void

    {

    MovieClip (that).tutorialBox_mc.visible = true;

    }

    }

    }

  • Can I install windows on a new custom build computer from the cd from recovery of my old computers?

    Hello

    I have windows xp installed on an older computer.  This old computer was purchased with windows xp on it already.  I have 7 recovery cd is ready to go.

    Recently, I decided to build a new computer and are planning to install windows xp on it, however that the old computer was purchased with windows xp already installed on it I do not have a disk installation or a cd key.

    Can I install windows xp on my computer to custom build of my old computers recovery cd?

    Thank you for your help.

    -Dale

    I'm sorry, but the recovery CD from your old computer can be used on this computer. Boulder computer Maven
    Most Microsoft Valuable Professional

  • Custom build PC

    I custom build my computer and I would like to put a custom name manufacure on it. How can I do this

    I'm not sure I'm 100 percent, but found a quick Google:

    https://TechNet.Microsoft.com/en-us/library/ff716332 (WS.10) .aspx

    And

    http://www.walkernews.NET/2010/10/14/how-to-add-OEM-logo-and-information-to-Windows-7-System-applet-in-Control-Panel/

    If this is the info you wanted?

    Ive never tried, it come with a quick Google, so if this is not the info you need please post back with more details and I hope that someone will be able to help.

    IF you try it, backup your important data, first back up the registry and restore point before change you anything. It may be best to perform a full backup of the system - just in case.

  • How to print Photo Info in the custom printing package

    I use LR CC, the newer version on a Windows7 PC.

    I'm trying to print Photo Info in the custom printing package. I have no problem if you select Photo Info in the Style of single Image/Contact sheets available, but when I move the custom printing package, the news picture checkbox in the Page Panel, disappears. There is no reference to this in the manual to know why this should happen, or may not be available.

    Appreciate help any with this case.

    Best regards

    Steve

    Hello

    Take a look on: help Lightroom | Print the module layouts and models

    Only on the single Image and Contact layouts sheet can you "... to print information about the photos, such as the file name, title, caption and keywords..." »

  • DPS is their function where the user can choose which pages they want to keep, to build a custom (build yours) version for themselves.

    DPS is their function where the user can choose which pages they want to keep, to build a custom (build yours) version for themselves.

    N °

    Neil

  • Build package not saved settings

    I have an ActionScript Mobile project targeting Android I started on a computer, then I copied on another and kept work from there.

    He uses a few native extensions that are included in the project folder.

    EVERY TIME I open this project in Flash Builder 4.6, I have to go to the project/settings/ActionScript build packaging/Google Android / Native Extension and check the box "package" for native extensions that I use. In the contrary case, it obviously gives packaging errors when you build the project to debug or release.

    Also, in the "Digital Signature" tab, I have to search for a valid certificate each time. He still remember the path of the certificate from the old computer and even after I select a path to a certificate valid, it is not saved, and I have to go again the next time I open the project.

    Why the hell are these settings not saved?

    Is there a solution?

    Thank you

    m.

    Hello

    Flash Builder stores DONKEY path settings in the page ".actionScriptProperties. Due to Settings folder of the machine, the ".actionScriptProperties" file becomes read only prevents the settings to be saved. Thus, the ideal way to move a project to another machine using "Import-export" workflow. But, if you copy and paste the project in the case where you enter in this problem, and then navigate to the location of the project folder and change the permissions of the file ".actionScriptProperties" to allow reading / writing.

    Thank you

    Brijesh

  • headset with custom not getting class not called...

    Hi all

    I expanded the customclass with the field. I drew a rectangle rounded in it. now, I want that the listener must get called when I click on the rectangle and the dialog box should appear. I managed the setchangelistener, but of no use. Here is my code...

    package com.samples;
    
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.FieldChangeListener;
    import net.rim.device.api.ui.Manager;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.container.MainScreen;
    import net.rim.device.api.ui.container.VerticalFieldManager;
    
    public class CustomPaintingScreen extends MainScreen implements FieldChangeListener
    {
        public CustomPaintingScreen()
        {
            setTitle("Custom Painting ");
            CustomClass cstmcls = new CustomClass();
            cstmcls.setChangeListener(this);
            add(cstmcls);
             }
    
        public void fieldChanged(Field field, int context)
        {
            if(field instanceof CustomClass)
            {
                Dialog.alert("clicked");
            }
        }
    }
    -----------------
    package com.samples;
    
    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.system.Display;
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.XYRect;
    
    public class CustomClass extends Field
    {
        protected void layout(int width, int height)
        {
            height = getFont().getHeight()* 8;
            setExtent(Display.getWidth(), height);
        }
    
        protected void paint(Graphics graphics)
        {
            graphics.setColor(0xFF7F24);
            graphics.fillRoundRect(5, 5, (getWidth()-10), (getFont().getHeight()*5), 30, 40);
        }
    }
    

    When the rounded rectangle is clicked I want to display the alert message.

    The essential code in this post is as follows:

    protected boolean navigationClick (int status, int time) {}
    fieldChangeNotify (1);
        Return super.navigationClick (status, time);
    }

  • Icons of drop-in customized for packaging stand-alone application on Mac OS x

    I can't add icons customized to a standalone package built on MacOSX.

    JDK1.7.0_06 with JavaFX 2.2.

    Directory structure:
    TestFX
    -bin
    -(update of class files)
    -build
    -Test.jar
    -deploy
    -package
    -macosx
    -Test.icns
    -Test - volume.icns

    From the Terminal:
    CD TestFX
    deploy - native - title "TestApp" - seller 'James Clément' - description "Quick Test Application" appclass - edu.marshall.denvir.tests.fx.TestFX - width 400 - height 400 - name 'Test' - outdir javafxpackager - deploy - Test - build srcdir - v outfile

    This creates the natives and DMG packages and they work, but there is no custom icons for file DMG installer or .app (just gray coffee cup icon).

    Here is the result. What confuses me is the 4th line and similar, with 'add package/macosx/Test.icns to the classpath to customize. " This file is relative to the current directory, but for some reason any is not picked up. If I switch to Windows (via VMWare) and add some windows/Test.ico in the package and run the same command, the custom .ico file is recognized.

    Looking for price for type = all = any format
    Prepare the Info.plist file: /var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/macosx/Info.plist
    Using the default package [config file] resource (add package/macosx/Info.plist to the classpath to customize)
    Using the default package resource (add package/macosx/Test.icns to the classpath to customize) [icon]
    Creation bundle app: /Users/jdenvir/Documents/workspace/TestFX/deploy/bundles/Test.app
    Running [rm,-f, Users/jdenvir/Documents/workspace/TestFX/deploy/bundles/Test.app/Contents/PlugIns/jdk1.7.0_06.jdk/Contents/MacOS/libjli.dylib]
    Running [ln,-s... / Home/jre/lib/jli/libjli.dylib,.] in deploy/bundles/Test.app/Contents/PlugIns/jdk1.7.0_06.jdk/Contents/MacOS
    Configuration files are saved in var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/macosx. Use them to customize the package.
    Package building for Test DMG
    Prepare the Info.plist file: /var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/macosx/Info.plist
    Using the default package [config file] resource (add package/macosx/Info.plist to the classpath to customize)
    Using the default package resource (add package/macosx/Test.icns to the classpath to customize) [icon]
    Running [ln,-s... / Home/jre/lib/jli/libjli.dylib,.] in /var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images/dmg.image/Test.app/Contents/PlugIns/jdk1.7.0_06.jdk/Contents/MacOS
    Configuration files are saved in var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/macosx. Use them to customize the package.
    Using the default package [dmg background] resource (add package/macosx/Test-background.png to the classpath to customize)
    Using the default package [volume icon] resource (add package/macosx/Test-volume.icns to the classpath to customize)
    Using the default package resource [script to run after the application image is filled] (add package/macosx/Test-post-image.sh to the classpath to customize)
    Preparation of installation dmg: /var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/macosx/Test-dmg-setup.scpt
    Using the default package [DMG configuration script] resource (add package/macosx/Test-dmg-setup.scpt to the classpath to customize)
    DMG file creation: /Users/jdenvir/Documents/workspace/TestFX/deploy/bundles/Test.dmg
    Running [usr/bin/hdiutil create - quiet, - srcfolder, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images/dmg.image, - volname, Test, - ov, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images/Test-tmp.dmg -, format, UDRW]
    Running [usr/bin/hdiutil, attach, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images/Test-tmp.dmg, - quiet -, mountroot, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images]
    Running [osascript, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/macosx/Test-dmg-setup.scpt]
    Running [developer/tools/then-a, C, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images/Test]
    Running [usr/bin/hdiutil detach,-quiet, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images/Test]
    Running [usr/bin/hdiutil, convert, var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/images/Test-tmp.dmg,-calme,-UDZO, - o, format Users/jdenvir/Documents/workspace/TestFX/deploy/bundles/Test.dmg]
    Installer DMG of Test result: /Users/jdenvir/Documents/workspace/TestFX/deploy/bundles/Test.dmg
    Configuration files are saved in var/folders/sd/8_vhkpzj539bxcjgp27wb75r0000gn/T/build6438886407189596362.fxbundler/macosx. Use them to customize the package.

    It is indeed a bug in utility javafxpackager introduced towards the end of the release. It has impact on Mac and Linux
    You can fix it on your copy of the javafxlauncher - edit
    /Library/Java/JavaVirtualMachines/JDK1.7.0_06.JDK/contents/home/bin/javafxpackager
    and
    replace
    classpath="$javafx_home/lib/Ant-JavaFX.jar".
    with the following line
    classpath=".:$javafx_home/lib/Ant-JavaFX.jar".

    I'll make sure that this problem is fixed in point 2.2.2.

  • How build/package two applications of a project?

    Dear all, I have a project of cascades, and I would build two different versions of the app:

    a. a normal version with advanced features disabled, which will be free in BBWorld;

    b. Pro version has with all the advanced features, which will be non-free in BBWorld;

    The app both are based on the same base code, but with a condition variable to enable/disable features. For my permanent title, there are two things to do:

    1. the two applications must have package different name (id) in bar - descripter.xml

    2. the two apps must be built with the settings of different environment variables.

    # 1, I have no idea; # 2, I noticed in the setting of property of project-> build c / c ++-> environment, you can add the new variable, but I don't know how to use it (I tried #ifdef in the code, doesn't seem to work).

    I think it's a good case for many other applications, share a few experiences on how to handle everything?

    Thank you

    Dong

    If you really need to both projects and are not in-app-payment

    I do these things using different branches in Git

    There is a main direction and also one or more custom industries

    then I use cherry-picking or other techniques to have customized branches needed to build specific file bar

    to go this way, you should know what happens behind the scenes of Git and work also disciplined

    Another way would be to put your common code in a library and use this library of two applications

    copy/paste should never be a solution, because it works only after all you are not able to maintain your applications

  • I have trouble with my Audio. Multimedia Audio endpoint Builder Services class Scheduler & Windows.

    0xc1 193 error: appears when I try to run these 2 services, Windows Audio needs these 2 services began so that audio windows can start up fix the Circle Red & White 'X' which appeared on my volume icon in the bottom right, so that my audio can work.

    Multimedia class Scheduler

    Path to executable: C:\windows\system32\svchost.exe-k - netsvcs

    Windows Audio endpoint Builder

    The executable path: C:\windows\System32\svchost.exe k LocalSystemNetworkRestricted

    The two executable path in Services' and the path of the Image in the registry editor "" are the same for the two Services above.

    I need to know how this can be fixed, and I tried to do a system update previous but without success, the restore has failed.

    Hello Canofolives,

    Please keep us updated on the status of the issue.

    Have you tried using all the advice in the previous post?

    Please refer to the suggestions of Vaseem Ahmed replied on January 20, 2010 and check if that helps.
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-networking/system-error-193-has-occurred-is-not-a-valid-Win32/be04aba0-AFC0-475e-A41F-ebc399318a5d

    Note: serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    http://Windows.Microsoft.com/en-us/Windows/back-up-registry

    I hope this helps.

    Thank you

  • Use the class with the same name as the default Package class

    I am upgrading a project to Flash CC and to do in the old class JSON in com.adobe.serialization.json. When I compile, I get an error "1061: call to a possibly undefined method to decode a static type reference Class ' because he's probably trying to use the default package latest JSON class rather than com.adobe. I have the import statement in my class, 'import com.adobe.serialization.json.JSON', but I guess its audit against the default package and gives me a compilation error when I call "var parts: Object = JSON.decode (jsonData);

    Change the name of your custom class or change your settings (to use fp before 11) publication.

  • hell of the package class

    aaaahhhh! I've been struggling with this for hours! Please help if you can...

    "import fl.video. *" will not work. also 'import fl.containers.UILoader' does not charge what it needs. It seems that my ways of primary classes got screwed up somehow. I have no idea why. It worked a few months without special effort. Once I start to hunt down them in their repertoire, it can become a bit confused! is no not flash refers to these standard packages with no special effort (shouldn't "." do the trick for all inherent Flash CS3 packages installed)? I take special classes to these paths? I'd rather not. and despite this, when I put paths of very specific classes from these packages, then other those related is still not referenced properly.

    What should I do? re-installed CS3?

    I find very little support for such things online. someone has an idea?

    Miquael,

    > "import fl.video. *" will not work. also 'import fl.containers.UILoader;
    > will not charge what it needs.

    In addition the import directive, you will need a copy of the desired
    component (s) in the library. If you did that?

    > shouldn't "." do the trick for all inherent Flash CS3 packages installed?

    The dot (.) means simply, 'Search in the same folder as the FLA file,' then
    It is great for custom classes which are quick one-off measures. It works even with
    packages that are nested in the same folder as the FLA - but it does not Flash
    to search in the installation directory.

    > what should I do? re-installed CS3?

    Probably not. What version of ActionScript are you talking about? The
    paths of default class for AS2 - on my machine, which works on Win
    XP - is the point, then $(LocalData) / Classes. For AS3, this is the point, then
    $(AppConfig) / ActionScript 3.0/Classes.

    David Stiller
    Co-author, Foundation Flash CS3 for designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • When I called Firefox for the support I had an office in India named support vgeek that says my computer in great danger and sold me a package of protection $ 400, true?

    I called for help because Firefox would not properly view my Web sites. I called the phone number on the Firefox Web site and got the support of Vgeek. From a distance, they scanned my computer and said that my computer was at risk - claiming that I had a Trojan horse that my antivirus did not and that my computer was about to crash because of an internal system components have been close. They were speaking to me in a $400 three years protection and support package - which, according to some local computer repair personnel in May were not necessary. The support of vgeek say they work for Firefox. Is that correct or have I been scammed? Please notify.

    Or, a more detailed response. I wanted to get the message to you first that you had been scammed and you IMMEDIATELY to put an end to your card and change all the numbers it's the most important thing to do. I'll give you some information that you will want to follow after you make sure t stay.

    It is well known scams, where the companies will say you have a virus (that you do not, they will be lie to make you think) and their scam your credit and debit card numbers. As I said, this is the site of official support from Mozilla and you won't find it here numbers phone, or we will ask of money (unless you choose to make a donation).

    Follow the advice of Cor - els above to search for malicious software and uninstall any program that this phone number you had installed. Also change the password (your password back, amazon, etc.) to be sure.

  • Pavilion HPE: Obtaining a recovery media for your desktop HP custom build

    I replaced my SSD drive failed in my HP Pavilion HPE I bought in July 2012 and seeks to
    do a system restore for a restoration of the value I created before the break.  I start the PC with the first DVD-R disk in the drive (by car I used for the set), press ESC to enter the boot menu, navigate to the Boot Menu to select the /SATA2 option Legacy Boot Sources/ATAPI CD/DVD Drive option.  The result I get is:

    "Intel UNDI, PXE - 2.0 (build 083)
    COpyright (C) 1997-2000 Intel Corporation
    For Atheros PCIE Ethernet Controller v.2... 1.9.9(08/12/11)

    Check the connection of the cable!

    PXE - M0F: Exit Intel PXE ROM.

    ERROR: no boot disk was detected or the drive failed. »

    The drive fail as failure.  I read on another computer very well (open files, view file properties, copy the folders and files).  For a smile, I put an old XP Recovery disk in the drive of the computer, I'm trying to restore and he was able to read that.

    Whatever it is, I try to order recovery disks by following the link on this page:

    http://h20565.www2.HP.com/hpsc/doc/public/display?docLocale=en_US&docid=emr_na-bph07143&sp4ts.Oid=52...

    This page asks me to provide a specific model number.  I don't have because it is a customized version.

    It's on my list of selection information:

    > YOUR
    > CUSTOM HP PC
    > h8t
    > • Windows 7 Professional (64 bit)
    > • 2nd generation Intel Core i5 2400 quad-core
    > processor [3.1 GHz, 6 MB cache]
    > • FREE 6 GB DDR3 1333 MHz SDRAM [2 DIMMS] UPDATE
    > 4 GB
    > • 1 TB 7200 RPM SATA hard drive
    > • No secondary hard drive
    > • SAVE $40 on Microsoft Office Home and Business
    > 2010
    > • No additional security software
    > • 1 GB DDR3 AMD Radeon HD 7450 [HDMI, DVI, VGA via a
    [> adapter]
    > • 300W power supply
    > • DVD SuperMulti burner
    > • LAN wireless-N (1 x 1) card
    > • 15-in-1 reader cards, 2 USB 2.0 (front), 2 USB
    > 3.0 (top)
    > • No TV Tuner
    > • Beats Audio (tm) - a built-in studio quality sound
    > • Premium HP keyboard and optical mouse
    > FREE • Adobe Premiere elements and Photoshop 10 [$149
    [> value]

    If I can't use the recovery set I did, how can I get a proper HP for my setup recovery disk?

    Hello

    A 240 GB SSD is large enough for the support of HP recovery work.  Order the HP support.

Maybe you are looking for

  • compatibility issue

    He said on the support Web site that firefox was compatible with my device samsung galaxy gt s5380 but ehen ace see firefox on firefox on google game, it says that my device is not compatible

  • password lockout restrictions

    I need to restore my iPhone like new 5s because I forgot my password 'restrictions' and can not turn on my FaceTime app. Please me tips

  • Satellite A100-768: processor upgrade?

    Hello I have a Toshiba Satellite a100-768 is it possible to upgrade the processor?I would buy a cpu merom and install this one... or is the processor soldered to the motherboard? Kind regardsbrechtvm

  • 2-factor authentication

    How to configure 2 factor authentication in Windows server 2008?

  • HP laptop - 15-r100nia: HP laptop - 15-r100nia

    Hi, I own a HP for laptop - 15-r100nia. I installed Windows 7 on it, but I kept getting a blue screen. I tried the 32 bit and 64 bit, but I still face the same problems. I will like to know why this happens. This system is compatible with Windows 7?