Can I have separate keys of singing for BlackBerry PlayBook?

Hi all

I have Blackberry signature keys, but in an article that I heard that it is separate keys required for the Blackberry Playbook of signature development applications is it true?

If not can I use same signature keys for this tablet also?

in fact, I have a Playbook with me, that's why I ask you and I want to convert my Blackberry Playbook app android app please check below link for FYI.

https://bdsc.webapps.BlackBerry.com/Android/BPAA/user-identification

Kiran.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I give glory for each answer

HI Kiran_b,

you are right that the application device playbook and BlackBerry have different signing keys.
You cannot use blackberry sign button for Playbook.
In fact in the blackberry device you must sign the playbook and .cod files you must sign the .bar file.

--------------------------------------------------------------------
Please mark as resolved messages if you found a solution.
Feel free to press the Bravo thank the user who has helped you.

Tags: BlackBerry Developers

Similar Questions

  • can I have separate libraries for 2 different I have pods?

    can I have separate libraries for 2 different I have pods? one is 4.2.1 version & the other is 9.2. Version.

    I have not yet downloaded itunes on my new PC

    Thank you very much

    Yes. Launch iTunes with the SHIFT key as needed.

    (138374)

  • I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    Guideleines of the user and the specifications on the sizes of icons etc to BlackBerry PlayBook OS Applications

    OK, I downloaed the pdf below for UI guiderlines

    UI_Guidelines_BlackBerry_PlayBook_Tablet_2_1.PDF

    Ok

  • How to create the method own slot in QT for blackberry Playbook

    Hi all

    After two days of work-around, I can successfully develop the project of the QT in Qnx IDE for blackberry playbook 2.0.

    But now I have a problem to create the method of the slot to call on the click event of the specific button,

    Here is my code.

    #include

    #include
    #include
    #include
    #include

    slots machines
    void clickedSlots();

    int main (int argc, char * argv []) {}

    qputenv ("QT_QPA_FONTDIR", "/ usr/fonts/font_repository/monotype");
    QCoreApplication::addLibraryPath ("app/native/lib");
    QApplication app (argc, argv);

    QWidget window;
    Window.Resize(1024, 600);
    window.setWindowTitle (QString::fromUtf8 ('QPushbutton Background'));
    one click = new QPushButton ("Click Me");
    Click on-> setToolTip ("Thanks");
    Click on-> setMaximumHeight (100);
    Click on-> setGeometry (400, 100, 100, 40);
    QObject::connect (click, SIGNAL (clicked ()), & app, SLOT (clickedSlots ()));

    QPalette * palette1 = new QPalette();
    Palette1-> setColor (QPalette::Button, Qt::blue);
    Click on-> setPalette(*palette1);

    QPushButton * leave = new QPushButton ("Quit");
    QObject::connect (quit, SIGNAL (clicked ()), & app, SLOT (quit ()));

    QPalette * palette2 = new QPalette();
    Palette2-> setColor (QPalette::Background, Qt::green);
    Exit-> setPalette(*palette2);
    Exit-> setGeometry (200, 100, 100, 40);
    QVBoxLayout layout = new QVBoxLayout (& window);
    layout-> setGeometry (QRect (0, 0, 1024, 600));
    layout-> addWidget (click);
    layout-> addWidget (quit);

    Window.Show ();
    Return app.exec ();
    }

    void clickedSlots() {}
    QMessageBox msgBox.
    msgBox.setWindowTitle ("Hello");
    msgBox.setText ("You Clicked");
    msgBox.show ();
    msgBox.exec ();
    }

    Please help me with this problem. I had started to develop in QT before 2 days only. I'm not familiar with the development of QT.

    Thanks in advance.

    bskania.

    You have the chance, I'm feeling generous today.

    I fixed your code. You should really read the Qt documentation, it's fantastic. Here, it's a good start for the signals and Slots.

    http://Qt-project.org/doc/Qt-4.8/signalsandslots.html

    Mark this message as the solution and give me one as you please.

    main.cpp

    #include 
    
    #include 
    #include 
    #include 
    #include 
    #include "myslots.h"
    
    int main(int argc, char *argv[]) {
        qputenv("QT_QPA_FONTDIR", "/usr/fonts/font_repository/monotype");
        QCoreApplication::addLibraryPath("app/native/lib");
        QApplication app(argc, argv);
    
        QWidget window;
        window.resize(1024, 600);
        window.setWindowTitle(QString::fromUtf8("QPushbutton Background"));
        QPushButton *click = new QPushButton("Click Me");
        click->setToolTip("Thanks");
        click->setMaximumHeight(100);
        click->setGeometry(400, 100, 100, 40);
        myslots a;
        QObject::connect(click, SIGNAL(clicked()), &a, SLOT(clickedSlot()));
    
        QPalette* palette1 = new QPalette();
        palette1->setColor(QPalette::Button, Qt::blue);
        click->setPalette(*palette1);
    
        QPushButton *quit = new QPushButton("Quit");
        QObject::connect(quit, SIGNAL(clicked()), &app, SLOT(quit()));
    
        QPalette* palette2 = new QPalette();
        palette2->setColor(QPalette::Background, Qt::green);
        quit->setPalette(*palette2);
        quit->setGeometry(200, 100, 100, 40);
        QVBoxLayout* layout = new QVBoxLayout(&window);
        layout->setGeometry(QRect(0, 0, 1024, 600));
        layout->addWidget(click);
        layout->addWidget(quit);
        window.show();
        return app.exec();
    }
    

    myslots.h

    #include 
    #include 
    #include 
    
    class myslots : public QObject {
        Q_OBJECT
    
        public:
            myslots() { };
    
        public slots:
            void clickedSlot() {
                QMessageBox* msgBox = new QMessageBox();
                msgBox->setWindowTitle("Hello");
                msgBox->setText("You Clicked " + ((QPushButton*) sender())->text());
                msgBox->exec();
            };
    };
    

    myslots. Pro

    TARGET = myslots
    DEPENDPATH += .
    INCLUDEPATH += .
    HEADERS += myslots.h
    SOURCES += main.cpp
    

    Put all these files in the same folder, run qmake in there, it will produce a Makefile. Run make and it comes out a binary executable called myslots. That and your code works.

    I don't have a lot of changes, I'll let you step through the code yourself to find out what I did. Look at the documentation for help.

    I have not tested this Momentics, nor Alpha PlayBook/Dev. But I'm 100% sure the code works, since I ran it myself.

  • Update Content Viewer for Blackberry Playbook

    When will it be available for Blackberry Playbook Content Viewer 2.2.0.  We built a folio of test, but when trying on a Playbook we receive an error message asking "Please update your application.  The version on the Playbook is 2.1.1.  We note that, on our IPad version is now 2.2.0

    Unfortunately, the tools v17 introduced changes that cause erratic behavior, with videos on the PlayBook. A viewer of updated content will not be displayed until these issues are addressed. To create a PlayBook app, use a previous series of producer Folio tools. Links to archived tools are located in the help system topic:

    http://help.Adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60-21ba9a4512e5e5e0b8d-7 ffe.html

    When you use the viewer Builder to create the application, choose v16 'Version '.

  • BlackBerry smartphones can not use quick key to search for contact & no history when lock phone

    Hi all

    I just got a new Torch 9800 that is connected to & configured server of my company blackberry. I also use Chinese entry (writing function key) and two problems below, pls help:

    (1) cannot use the quick key to search for contact when using phone, for example to enter a 'P', it will show "Peter" and "Peggy" from the contact list contact. I can only choose after selecting "call for contacts.
    Initially, I didn't know when this function has stopped. After several rounds of tests, more likely, it happened after I switched the input to the Chinese language and has not switched back to English at the same time.

    I found that several KBs can relate to this problem, KB13326, 14372, 04052. And followed the advice but still don't work except if I cold start the phone, i.e. remove the battery. He returned to normal. Once I have change the language again, the problem returns.

    (2) I put my phone to the phone call when it is locked. When the phone is locked, cannot display call log history. A few days before, he was not. Don't know what that value and make this problem.

    In addition, how to cold start the phone without out the battery and install additional appl (company does not download other app).

    Thanks in advance.

    Patrick.

    If your company blocks applications, there is not much you can do, but pray with IT to let you have access to them.

    There is an app called quickpull that can restart the phone, but a battery pull works best to clear the temporary files and the cache.

    Sorry I never messed with the languages.

  • Can I have simultaneous USB and LAN for IX4 connections - 300 d?

    Can you have a USB to PC connection and a connection to the local network (ethernet) at the same time?

    I have not gigabit LAN (yet) and I have a few files that I need to transfer a PC, so I thought using USB 2.0 (not 3.0 yet) would be faster. So, I would just periodically connect the IX4 to PC via the USB port while it is still connected to the local network. Are there problems with it?

    ix4s USB ports are for drives external, printer or connections UPS only (ix4 ports are host ports) and not for connecting another host (customer e.g.PC).

    No luck...

  • Can you have a second password wifi for customers?

    Can you do a second password wifi for customers 'club' in your home?

    If you ask if you can allow the 'guests' to connect to your wireless network with 'ordinary' with a different password, the answer is no.

    If you ask for something else, we need more details about what you are trying to accomplish.

  • Error during construction through ripple for Blackberry Playbook, with WebWorks-Tablet

    Hello

    I am currently working on a blackberry app coded in HTML5.

    I am looking to build for the playbook, following the instructions

    https://developer.BlackBerry.com/HTML5/documentation/creating_helloworld_for_blackberry_playbook.htm...

    However, when building it, I get the following error message

    The first error message is caused by error when loading "jvm.dll" However, I checked, and this file exist in this directory.

    Any help or sugestion would be greatly appreciated!

    Thank you.

    You must use JDK 6, and it must be 32-bit. I use the 32-bit JDK 6u45.

  • Look for Blackberry Playbook

    Hi guys,.

    Someone at - it tested flash and got good results on the Playbook? Compared to the ipad?

    I'll put up Blackberry developer, but I'm unclear on installing it. I installed their SDK and selected my AIR 2.7 file

    who is in my Flash cs5.5 folder.

    1. I was expecting an option 'Air for Blackberry' should appear when I open the Flash, but it didn't happen. Not sure if it is installed on the right...

    2. it is sufficient to choose a model of 'AIR '?

    3. If I use Air 2.7, be she always export, be compatible for Blackberry 2.5 OS air?

    Thank you

    Matt

    p.s I will post all the results that I'm on this thread.

    Just my first application for BlackBerry the other night, awaiting approval now.

    There was a slight to the publication learning curve as you said, there is no option 'Air for BlackBerry' right now, but I've heard it's coming. Hope this is true.

    It's resources the two most useful that I've found. Good luck!

    o-AIR-apps-for-playbook/td-p/1080047 http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/Tips-Definitive-Guide-t

    ook http://www.hsharma.com/Tech/Tutorials/10-Easy-Steps-to-package-and-Sign-air-Apps-for-PLAYB.

  • Where can I retrieve my key Activation OEM for Windows 8 Pro?

    Hello

    So I decided to solve the annoying problem of partition SSD in my Yoga Ideapad 13 by to pick up a Windows 8 ISO and install it via USB. Unfortunately, I can't find an activation code. Obviously, my computer came with a factory, but once I did a clean wipe of the drive, all of this has been lost. Lenovo has a way to retrieve an activation code to users?

    Thomas

    You shouldn't have an activation code. If you install a simple Windows 8 OS (not Windows 8 Pro), then in the BIOS activation code should be adopted automatically during installation. The key isn't vald for Windows 8 Pro, so if you want to install, then just buy it at Microsoft. Note that it is technically unnecessary to buy a full Windows 8 Pro key, key to upgrade should work just as well if you're ready to do a simple search on Google for a workaround which takes a minute of your time plus a reboot your laptop to achieve more.

  • How can I get a key product validation for Windows XP to the OEM of Vista Business downgrade, which came with my laptop?

    I recently bought an Asus laptop that came with a genuine product key Vista Business OEM. I want to downgrade to XP and have installed a copy of XP OEM for this purpose I have found information on the internet indicating that I would be able to contact Microsoft, explain my desire to downgrade, to provide them with my Vista Business product key, and they would provide me a product key for XP, I could then use to activate the copy of XP I have installed.

    However, it seems that it is more possible, because all the support activation is automated, and I was able to get a Microsoft service on the phone representative to activate my new installation of XP. How can I do to receive a product key for XP and activation of my installation?

    Thank you

    Scott

    Thanks for the replies, you two! I called Asus, and they said that, since they do not recommend the downgrade, they do not downgrade disks provide, or provide for XP Pro license keys in case a user wants to downgrade. I told them about the rights of download, which I had heard before on the MS site support and they have always said they wouldn't / couldn't provide me with a license key, even if it was for OEM Windows XP distribution. Ah, well!

    I don't think that Asus just "recommended" it or not!

    They must conform to Microsoft.

    Here is the information you watched?

    http://Windows.Microsoft.com/en-us/Windows/products/lifecycle

    And this 1 too

    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&ID=13029

    And I found this in the responses of the Forums for you.

    Can I downgrade my OEM version of Windows Vista business to Windows XP Professional?

    Yes. Right of demotion OEM desktop operating systems PC apply to Windows Vista business and Windows Vista Edition full, as stated in the terms of the license. Please note, downgrade versions OEM Windows Vista business and Windows Vista Ultimate are limited to Windows XP Professional (including Windows XP Edition Tablet PC and Windows XP x 64 edition). End users can use the following media for their downgrade: Volume Licensing media (provided that the end-user has a Volume License Agreement), trade retail (FPP) or System Builder hologram CD (provided that the software is acquired in accordance with the Microsoft OEM System Builder License). Use of degraded operating system is governed by the Windows Vista Business license terms, and the end user cannot use the downgrade and professional Windows Vista operating system. There is no right of demotion for Windows Vista Home Basic or Windows Vista Edition Home Premium.

  • BlackBerry Smartphones Can I have separate email/phone on bb8350i messages?

    I have an 8350i, and after that I have set up my email all my e-mail appears on the screen of my mail and messages. Is it possible to keep them separated... the guy at the Sprint store he couldn't understand. What would be ideal is for messages to have just the phone and DC, e-mail for e-mail only, and sms/mms appear only there. Hope that makes sense. Thank you

    No you cannot, by default, all emails will in the main message folder and the e-mail folder, but if you don't need these icons, you can hide the unwanted.

    Go into the menu of the icon and press and hide.

  • Can I have separate three titles on three separate video channels in RP Pro?

    Hello

    I would rather not migrate to After Effects right now.  If possible, I would like to do this work in Premiere Pro.  I know and understand what I'm trying to accomplish is doable, some say easy in After Effects.

    I would like to have different "ticker tape" type text readings displayed in various locations throughout a, some vertical scrolling, some streaming from left to right and still another goes right left.

    Conceptually similar to the multiple streams of data, you see on CNN or CNBC below the image of the host.  These data flow displays the course of actions, news of the world, trivial ad, etc..

    Can I do this using different video tracks, each with its own title?  Could I change something at the bottom of each 'transparent' title to get there?

    Thank you

    Matt Dubuque

    Can I do this using different video tracks, each with its own title?  Could I change something at the bottom of each 'transparent' title to get there?

    Yes, it's really the only way to achieve this. And by default, each new title is created on a transparent background; Click on the eyeball in the Titler to see this at work. In the Titler, you see the background seems to be filled with everything that is in the ICT in your sequence, but it is only for reference of design - it does not become part of the title itself. If you put a title on a track above your video, you will see the video game behind it.

  • I can get it for blackberry playbook

    I have a playbook and a z10. Is there a download for me to get firefox?

    Firefox does not work on Blackberry, Android only, sorry to other operating systems

Maybe you are looking for

  • STOP: 0x0000007B, blue screen error at startup of Windows XP.

    Original title: XP does not open in any safe mode. XP does not open in any safe mode.  It just restarts over and over until I stop.  I have tryie "disable automatic restart on system failure" and the blue screen had these codes; I guess that's the BS

  • MX870 was to be used during the month

    I have a MX870 and should not be used for a period of time - at least months.  Of course, I turn OFF and remove the power supply plug, what should I do? (I still have the envelopes when I opened the box.)

  • password BIOS hp dm4

    Hi can someone help me with the bios password on my hp dm4? stop code is 55198195. Thank you

  • How to rebuild icon cache?

    How to rebuild icon cache? I have Windows XP Home Edition.

  • Unable to lunch ASDM of...

    Hi, looks like I changed Ip addresses and I am not able lunch ASDM more example I put the NIC card to 10.11.0.254 255.255.255.0 and default gateway 10.11.0.1 and define the vlan2 indoors and assigned ethernet 0/1 to vlan for an assignment 10.11.0.1 V