Orientation of the storm and code signing

is it possible to change the orientation of the screen of the storm without using the API signed?

Yes, turn on the phone.

OK in a sense non-joking, if you're talking about defining what directions are allowed, you need key for use UiEngineInstance.setAcceptableDirections of signature.

You need it for the view class, but you can get the values themselves, so that you don't need to actually use the class, thus avoiding the requirement of signing key.

Tags: BlackBerry Developers

Similar Questions

  • Create the certificate and Code signing

    Hi all

    I'm still a little confused on the operation of the certificate and the sign Code.

    First I used Flash Builder Burrito to create my certificate and I choose my file syc. After that, I got an email from RIM saying that my registration has been completed. After that, I realized that the certificate I created has a different name than I used to ask my sign code. When I created a new graduate with the right name, I could associate the core sign in my new certificate and get this error

    When I tried to sign my application via command line, I've got it successfully: "Bar signed."

    Does anyone know why I get this error message, and if the command line worked really. can I use different certificate with a sign code?

    Thank you very much

    Hey arthur,.

    the rule is that if you mess up the record in some way, it is best to ask a new set of signature keys. You can not reinstated a key already registered. also, I saw that you use Flash Builder to make the entry to the registry. Although I've seen this work, I recommend that do the actual packing and signature via command line. Good luck!

  • ApplicationManager and code signing

    I'm calling a MDS application from a java application. I had to order the keys and have signed the application, but I always get an error no matter where I try to call ApplicationManager.

     ApplicationManger.getApplicationManager().launch(TheMDSApp);
    

    I get a "Cannot find symbol' pointing to ApplicationManager.

    I made the Declaration of import at the top of my code.

    import net.rim.device.api.system.ApplicationManager;
    

    Do you guys know what Miss me?

    Rebooted and it works. No idea, but thank you.

  • The process of code signing keys

    Hi all!

    I signed up recently on the forum and I also recently ordered my code signing keys.  To bring added value and we hope to answer my question, I thought that I turn this message in a topic ' what is the process of Code signing?  The best of my knowledge, I expose the steps as follows:

    1. developer fills web form and order of keys to Code signing by credit card

    2 automated response sent back by RIM to the e-mail address of the developer [filled in the form e-mail address]

    3. within 10 days, 3 emails are sent from the owner each containing a Code signing key

    I appreciate your comments provided by senior members of the forum to help complete this process.

    To get to my problem, I'm stuck on step 2 above.  I has not received a response from RIM about my purchase.  I am very sure that my credit card account has been charged because my card company called me 5 minutes after sending the form, and I checked the transaction as legitimate.  I am currently at day 7 of waiting for 10 days and was eager to follow the application process and was looking for some advice on where to start my research.  Is there a specific department within the RIM, I should post?  If so, if someone in the know could send me this email address, I'd be much obliged.

    Thanks a lot for your help.

    Kind regards

    Sheran

    Sorry to post this late reply.  The keys arrived 3 days after my message.  Thought that I would close this thread.

  • I can switch between the code sheet and css html, but I would like to see them both at the same time as well as the design window. Right now and can see rather the design and code html or design and css. How can I arrange to see all at the same time, of

    Hello

    My name is Ellie and I am new to Dreamweaver.

    I can switch between the code sheet and css html, but I would like to see them both at the same time as well as the design window. Right now and can see rather the design and code html or design and css. How can I arrange to see everything at the same time, design, HTML and CSS?

    Thank you

    It ends up something like that...

  • Orientation of the Tablet and entirely sensitive Web sites

    Hi, I'm trying to get my head around the limitations of adobe muse regarding design entirely reactive sites which, in 2015, should be standard.

    first of all, I know that to design 3 different layouts... for desktop PC, 1 tablet 1 and 1 for phone separately, but how adjust you the orientation of the Tablet and phone versions based on the views of landscape and portrait? I don't think it was possible to have 2 different tablets page layouts, 1 for the portrait and 1 for landscape but it seems that this site of the day he succeeded with their version of the Tablet (the phone is identical on both directions)

    http://studionora.xyz/

    also, with regard to sites being fully admissible, it is possible to have Office sites shrink and adjust the layout when the browser window is resized on the desktop versions? other sites that are built with things like wordpress etc can do it why not muse?

    At this stage, you can use summary, pine and features scrolling browser width.

    It's already in our list for further consideration.

    Thank you

    Sanjit

  • Must be signed with the RIM Runtime Code Signing Key (RRT) - example of code bar

    Hi, when I try to start the bardcode example in my device (9780 Smartphone), I get

    "Error starting BarCodeApp: Module 'BarCodeApp' must be signed with the RIM Code Signing Key (RRT) DURATION.

    The only class I have in my project is:

    import java.util.Hashtable;
    import java.util.Vector;
    
    import net.rim.blackberry.api.browser.Browser;
    import net.rim.blackberry.api.browser.BrowserSession;
    import net.rim.device.api.barcodelib.BarcodeBitmap;
    import net.rim.device.api.barcodelib.BarcodeDecoder;
    import net.rim.device.api.barcodelib.BarcodeDecoderListener;
    import net.rim.device.api.barcodelib.BarcodeScanner;
    import net.rim.device.api.command.Command;
    import net.rim.device.api.command.CommandHandler;
    import net.rim.device.api.command.ReadOnlyCommandMetadata;
    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.system.KeyListener;
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.Keypad;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.XYEdges;
    import net.rim.device.api.ui.component.BitmapField;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.component.EditField;
    import net.rim.device.api.ui.component.LabelField;
    import net.rim.device.api.ui.container.FullScreen;
    import net.rim.device.api.ui.container.MainScreen;
    import net.rim.device.api.ui.decor.BorderFactory;
    import net.rim.device.api.ui.toolbar.ToolbarButtonField;
    import net.rim.device.api.ui.toolbar.ToolbarManager;
    import net.rim.device.api.util.StringProvider;
    
    import com.google.zxing.BarcodeFormat;
    import com.google.zxing.DecodeHintType;
    import com.google.zxing.common.ByteMatrix;
    import com.google.zxing.qrcode.decoder.ErrorCorrectionLevel;
    import com.google.zxing.qrcode.encoder.Encoder;
    import com.google.zxing.qrcode.encoder.QRCode;
    
    /***
     * Barcode API Sample
     * 

    * This application demonstrates the most common use of the Barcode API: 1) * Creating and displaying a QR code, 2) Scanning a QR code and opening the * browser pointing to that URL. It could be easily modified to scan/create * other kinds of barcodes, or do other things with the scanned/created barcode. * * @author PBernhardt * */ public class BarcodeAPISample extends UiApplication { //This controls how big barcode we will display is to be private static final int BARCODE_WIDTH = 300; // This is the app itself private static BarcodeAPISample _app; // Errors will be logged here private LabelField _logField; // The main screen which holds the toolbar and displayed barcode private MainScreen _mainScreen; // The barcode is displayed here private BitmapField _barcodeField; // The text stored here is converted into a barcode by the user private EditField _barcodeTextField; // This controls the scanning of barcodes private BarcodeScanner _scanner; // This screen is where the viewfinderf or the barcode scanner is displayed private FullScreen _barcodeScreen; public BarcodeAPISample() { // New screen _mainScreen = new MainScreen(); // Create the log field so it can be used in this constructor _logField = new LabelField("Log: "); // Create the place-holder for the barcode image and add it to the main // screen _barcodeField = new BitmapField(new Bitmap(BARCODE_WIDTH, BARCODE_WIDTH), Field.FIELD_HCENTER); _barcodeField.setBorder(BorderFactory.createBevelBorder(new XYEdges(2, 2, 2, 2))); _mainScreen.add(_barcodeField); // Create and add the field to store the barcode contents _barcodeTextField = new EditField("Barcode text: ", "http://devblog.blackberry.com"); _mainScreen.add(_barcodeTextField); // Add "display barcode" and "scan barcode" toolbar buttons /** * This is a quick example of the new (in 6.0) * net.rim.device.api.command package and the * net.rim.device.api.ui.toolbar package. All it does is invoke the * displayBarcode() or scanBarcode() method when you click the * corresponding button. For more details on this package, see the * JavaDocs or elsewhere in the Developer Resource Center */ ToolbarManager toolbar = new ToolbarManager(); ToolbarButtonField displayBarcodeToolbarButtonField = new ToolbarButtonField(new StringProvider("Display")); displayBarcodeToolbarButtonField.setCommand(new Command(new CommandHandler() { public void execute(ReadOnlyCommandMetadata arg0, Object arg1) { displayBarcode(); } })); toolbar.add(displayBarcodeToolbarButtonField); ToolbarButtonField scanBarcodeToolbarButtonField = new ToolbarButtonField(new StringProvider("Scan")); scanBarcodeToolbarButtonField.setCommand(new Command(new CommandHandler() { public void execute(ReadOnlyCommandMetadata arg0, Object arg1) { scanBarcode(); } })); toolbar.add(scanBarcodeToolbarButtonField); _mainScreen.setToolbar(toolbar); // Add the log field to the bottom _mainScreen.add(_logField); pushScreen(_mainScreen); } // Simply create the the app and enter the event dispatcher public static void main(String[] args) { _app = new BarcodeAPISample(); _app.enterEventDispatcher(); } /** * displayBarcode *

    * This method will take the text in the _barcodeTextField, convert it into * a QRCode and display it on the main screen. It could be easily modified * to use a different barcode format or to get the text from somewhere else. */ private void displayBarcode() { try { QRCode qrCode = new QRCode(); // This encodes the text with a low level (%7) of error correction Encoder.encode(_barcodeTextField.getText(), ErrorCorrectionLevel.L, qrCode); // From there we get the actual data matrix and convert it into a // bitmap ByteMatrix barcode = qrCode.getMatrix(); Bitmap bitmap = BarcodeBitmap.createBitmap(barcode, BARCODE_WIDTH); _barcodeField.setBitmap(bitmap); } catch (Exception e) { log("Exception: " + e); } } private void scanBarcode() { // If we haven't scanned before, we will set up our barcode scanner if (_barcodeScreen == null) { // First we create a hashtable to hold all of the hints that we can // give the API about how we want to scan a barcode to improve speed // and accuracy. Hashtable hints = new Hashtable(); // The first thing going in is a list of formats. We could look for // more than one at a time, but it's much slower. Vector formats = new Vector(); formats.addElement(BarcodeFormat.QR_CODE); hints.put(DecodeHintType.POSSIBLE_FORMATS, formats); // We will also use the "TRY_HARDER" flag to make sure we get an // accurate scan hints.put(DecodeHintType.TRY_HARDER, Boolean.TRUE); // We create a new decoder using those hints BarcodeDecoder decoder = new BarcodeDecoder(hints); // Finally we can create the actual scanner with a decoder and a // listener that will handle the data stored in the barcode. We put // that in our view screen to handle the display. try { _scanner = new BarcodeScanner(decoder, new MyBarcodeDecoderListener()); _barcodeScreen = new MyBarcodeScannerViewScreen(_scanner); } catch (Exception e) { log("Could not initialize barcode scanner: " + e); return; } } // If we get here, all the barcode scanning infrastructure should be set // up, so all we have to do is start the scan and display the viewfinder try { _scanner.startScan(); _app.pushScreen(_barcodeScreen); } catch (Exception e) { log("Could not start scan: " + e); } } /*** * MyBarcodeDecoderListener *

    * This BarcodeDecoverListener implementation tries to open any data encoded * in a barcode in the browser. * * @author PBernhardt * **/ private class MyBarcodeDecoderListener implements BarcodeDecoderListener { public void barcodeDecoded(final String rawText) { // First pop the viewfinder screen off of the stack so we can see // the main app _app.invokeLater(new Runnable() { public void run() { _app.popScreen(_barcodeScreen); } }); // We will use a StringBuffer to create our message as every String // concatenation creates a new Object final StringBuffer message = new StringBuffer("Would you like to open the browser pointing to \""); message.append(rawText); message.append("\"?"); log(message.toString()); _barcodeScreen.invalidate(); // Prompt the user to open the browser pointing at the URL we // scanned _app.invokeLater(new Runnable() { public void run() { if (Dialog.ask(Dialog.D_YES_NO, message.toString()) == Dialog.YES) { // Get the default sessionBrowserSession BrowserSession browserSession = Browser.getDefaultSession(); // Launch the URL browserSession.displayPage(rawText); } } }); } } /*** * MyBarcodeScannerViewScreen *

    * This view screen is simply an extension of MainScreen that will hold our * scanner's viewfinder, and handle cleanly stopping the scan if the user * decides they want to abort via the back button. * * @author PBernhardt * */ private class MyBarcodeScannerViewScreen extends MainScreen { public MyBarcodeScannerViewScreen(BarcodeScanner scanner) { super(); try { // Get the viewfinder and add it to the screen _scanner.getVideoControl().setDisplayFullScreen(true); Field viewFinder = _scanner.getViewfinder(); this.add(viewFinder); // Create and add our key listener to the screen this.addKeyListener(new MyKeyListener()); } catch (Exception e) { log("Error creating view screen: " + e); } } /*** * MyKeyListener *

    * This KeyListener will stop the current scan cleanly when the back * button is pressed, and then pop the viewfinder off the stack. * * @author PBernhardt * */ private class MyKeyListener implements KeyListener { public boolean keyDown(int keycode, int time) { // First convert the keycode into an actual key event, taking // modifiers into account int key = Keypad.key(keycode); // From there we can compare against the escape key constant. If // we get it, we stop the scan and pop this screen off the stack if (key == Keypad.KEY_ESCAPE) { try { _scanner.stopScan(); } catch (Exception e) { log("Error stopping scan: " + e); } _app.invokeLater(new Runnable() { public void run() { _app.popScreen(_barcodeScreen); } }); return true; } // Otherwise, we'll return false so as not to consume the // keyDown event return false; } // We will only act on the keyDown event public boolean keyChar(char key, int status, int time) { return false; } public boolean keyRepeat(int keycode, int time) { return false; } public boolean keyStatus(int keycode, int time) { return false; } public boolean keyUp(int keycode, int time) { return false; } } } /*** * log *

    * Writes a message to an edit field for debug purposes. Also sends to * STDOUT. *

    * * @param msg * - The String to log */ public void log(final String msg) { invokeLater(new Runnable() { public void run() { _logField.setText(_logField.getText() + "\n" + msg); System.out.println(msg); } }); } }

    My request is properly signed and work very well in the Simulator.

    Thanks in advance.

    Solved.  http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/Support_-_Sign...

  • 1.1 update and Code signing

    Well, I had a time getting my upgrade to work.  The entire thread is here.  It seems that my correspondents gave a solution, so I just reinstalled everything from scratch (Eclipse 3.5 with Blackberry plugins).

    This time, when I went to import the files (window-> Preferences-> Blackberry Java Plugin-> Signature tool) code signing, I chose the directory, and he said, ' key Signature files is not found.  This is the directory with the files in it .csi, and they are there.  So, why can't you find them?  Is this another directory, it needs?

    Answered my own question: no, it looks for the .csk file, I found and import * said * TI completed successfully.  So we'll just see how the project is going...

  • Has received the keys to code signing, but not entered PIN code

    We received our code signing keys, but realize now that we left the white pine in the application. Is there a PIN assigned by default? Our phone number or something like that. ?

    Contact [email protected] and ask them to send your current assigned PIN to the email address registered.

  • JDE and code signing of device vs. Simulator...

    I have a test application which is just a very simple application which is a screen with a button above. I click the button and change the background color of the screen. This works very well in the Simulator. Now, I have 2 versions of this code. A version that is running on the real device and another version does not work on the physical device (although on the Simulator).

    The only difference between the applications is as follows. On the dysfunctional version, I used involved objects code signing, but then later removed this code by commenting out. After that, the app seems does not not in the unit. I did a full clean and rebuild of all, but it doesn't seem to make a difference. It's almost like the links in the application of something because of the requirement that is not removed after signing of code condition code is removed... and this is the stop of modified versions of this code to run on the device until I have reset something in the JDE code signing.

    Ideas for what something might be?

    Thank you

    -Donald

    I SOLVED IT!

    When I removed some resource files I had used when test resources (but used is no longer), the problem disappeared. I'm in a com/rim/samples directory structure... I guess the resources was my problem and nothing to do with the directory.

    On further review, resource files use a package command, so everyone the reading of this... Don't forget NOT TO CHANGE THE order of the package in your resource files too.

    Thanks for any input... I love javaloader.exe...

    -Donald

  • Apple tv 4th gen unable to buy the movies if to never ask for the password and code value of active access

    Hello

    I noticed that since a few weeks I'm not able to buy a movie more if:

    -Set store account never ask for password

    -Activate restrictions (set a password) and all buy "limited."

    It works with the same configuration perfectly on my Apple TV 1st, 2nd and 3rd generation, where clicking on the buy button you are prompted to enter the password instead of having to enter your iTunes account password every time.

    But on the Apple TV 4th gen, once I click the button to buy, I get the circle of rotation and it keeps just there, never ask the password so that the operation never happens.

    If I disable the restrictions for the purchase of movies, I can buy the movie (do not ask for an access code and password)

    If I put the password on all your purchases, I am also able to buy the film.

    But still, if I set the password to "ask always", then enable password, set 'focused' purchases (so I'm in the best situation: should I get the password dialog box when I'm about to buy anything, rather than the full itunes password) it simply doesn't.

    I tried: record / stop all accounts (not just the store, but also iCloud, gamecenter, home sharing, etc) - nothing

    Also tried to restore the device and set up from scratch: nothing.

    Apple TV 4th gen updated to the latest version of the software (tried to update, said: I'm updating)

    And again, if I try to do the same thing on Apple TV 1st generation, 2nd generation, 3rd generation, they have all THE work. (Click on buy, get the guest password, enter my 4 digits, in fact)

    The thing is that I am convinced that it worked before this nonsense.

    I'm in Spain, and my account is linked to the Spanish bank

    Any ideas?

    I'm afraid that you'll just have to disable restrictions until the problem is resolved.

    If you want to report your experience to Apple, you can send them your feedback here, choose 'Report a problem' in the menu type of feedback.

  • Problems in the system due to the storm and perhaps a little help from me not knowing what to do, but try anyway.

    Detail the answers because I'm not a computer expert... Had a storm and several problems have emerged... Constant reminder that the backup recovery D is almost full... can not delete files or do not know how... language file failed for Dell dock, but it shows no access to dell don't dock because it's on a CD that is not available... the failure of this type appears for some other applications such as... Microsoft Works Task Launcher had shortened several SINGLE then icons at the top of the screen for games , email windows, internet explorer, Recycle Bin and work of microsoft: they are gone. Am able to still navigate, browse and navigate using the icons in start, all programs section. Computer works very well done otherwise, a diagnosis of equipment through Dell and it was all ok except it showed the OPU TEST - not taken in charge and PLATEAU in the TEST - not supported. Do not have a contract for coverage with Dell. Y ' All are my choices before paying for the repair and answers... I am a 70 year old and not really rich.  Thanks in advance for whatever you can do.

    JERRY BERRY

    Hello

    It's your drive D: Recovery being almost full messages.

    Your recovery Partition was photographed on your hard drive during the production of your computer by the manufacturer for all of these reasons.

    1. to reinstall Vista from in the case of a failure of the system, based on individuals or the keys at startup.

    F10 or Alt + F10 or F11 are a couple of different manufacturers use sequences.

    You will need to ask your manufacturer for proper sequence.

    2. to make the recovery disks on if your drive hard breaks down, so that you can then reinstall the operating system on a new hard drive.

    Also ask them how to make records.

    Your D: Recovery Drive is should not be used for backups, defragmented, etc..

    There are backups on an external hard drive.

    To resolve the problems that have arisen with the recovery D: Partition, you will need to contact the manufacturer of your computer to remove all that has been added to it.

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    Here is some information on the forums of Dell on the Dell Dock.

    http://en.community.Dell.com/support-forums/laptop/f/3518/p/19317553/19639432.aspx#19639432

    You can try to download and install it again.

    http://www.DellDock.com/

    "has several icons shortcut SIMPLE click anywhere at the top of the screen for games, windows messaging, internet.

    This should be the Dell Dock (see above link DellDock.com.).

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    For problems and test results from Dell diagnostics the best assistance would be the Dell forums.

    http://en.community.Dell.com/support-forums/default.aspx

    See you soon.

  • What is the problem with the form of code signing?

    I would ask code signing for BB10, I go to https://www.blackberry.com/SignedKeys/codesigning.html BUT when I choose sign app for BB10, it always go to the BlackBerry ID login page

    A few months ago anymore, at least not in the way you have used for a signature key. Is now complete with your BlackBerry ID now, hence the need to connect. It used to be a sticky thread at the top of the Council of native development, but I see that they removed that now.

    Go here.

  • Orientation of the storm?

    There are messages here on this subject; Apparently, they have been removed.

    It looks like the information on the direction of the storm should be available via the AccelerometerData and related objects.  However, it seems that they are not fully implemented yet.  Is there another way?

    just implement sublayout in your screens, and it will be called when the device is rotated

    protected void sublayout(int width, int height)
    {
        super.sublayout(width, height);
        //calculate some new ui sizing dimensions, etc.
    }
    
  • BBM SDKS and code signing

    After plugging in version 1.1 of the SDK BBM on my application I wonder to sign code for what is called "RIMAPPSA2" in addition to the usual RRT, RBB, and CPR.

    So I guess my question is what I have to get an extra key from RIM or is there something wrong with the .jar file that I join?

    In case someone else runs into this, the solution is that not actually package you the SDK with the application. Instead, the .jar file is added to the project as a property (identical to the OS SDK). It is significantly different then how you would treat the PaymentSDK. Then do not include the .jar in the project you are is more invited to sign up for RIMAPPSA2.

Maybe you are looking for

  • Apple TV

    Matching remote control problem

  • Firefox stucks for a while at the launch

    Hello! I have just unstinalled Office 2013 Office365 subscription.Since then, Firefox stucks for a few seconds when started (cannot type or interact with Firefox for 4-5 seconds). I completely deleted Firefox, deleted the profile folders and registry

  • Error: Localhost has expired

    I try to install LV 7.1.1 on my computer to view some even older screw of LV 5.0.  However, when I try to open LV 7.1.1 I get an error stating: "the service on localhost has expired."  How can I view these old LV 5.0 files?  Could someone help me? Ki

  • HOW CAN SOMEONE VALIDATE MICROSOFT WINDOWS ONLINE?

    How can someone validate windows genuine 7, 8, 10 online? / What is the secure link to validate windows genuine 7,8,10 online anytime?

  • I blocked a site but child can always access

    My child has the value "Web filtering: general interest" and I " *.youtube.com/*" on their blocked list, but they still lack access as 'http://www.youtube.com/watch?v=Gv36dogOadw '. I tried to update the setting manually on PC - makes no difference.