Unable to create a debugging for my playbook device token

Hi all

I have a problem to create a debugging token to install on my playbook.

* I installed the SDK for a long time (before the playbook was here), when I installed first of all, there was no debugging token / COMINCO files

* Then I received my COMINCO file by mail, but has not used as I was more accustomed to using the Simulator.

* I have since released an Android application.

I have some barsigners files in the folder "C:\Users\MY_NAME\AppData\Local\Research In Motion". I think that they were created when I published the Android app.

So now when I try to create a token of debugging with this command:

BlackBerry-debugtokenrequest - storepass XXX - XXX c:\temp\debugtoken.bar devicepin

And I have this error:

Error: The signature on the request of code signing did not check. The probable cause of this problem is entered a wrong password CSK.

My store is correct (I have another error if I intentionally use a wrong password).

Can this be my PBDT.csk file that is not registered?

How can I change this?

Thanks for any help,

I need it because I now have a bug that does not intervene in the ripple or on the simulator of the tablet.

Emmanuel / Alocaly

OK, the different password for the developer certificate (p12) and RIM Code signing key would cause problems here.  Rename your author.p12 to something else and create a new p12 with the same password as your Code RIM signing keys.  Do not delete the barsigner files or you will not be able to sign the upgrades of your applications.  This command will allow you to create a new file p12.

blackberry-keytool -genkeypair  -storepass  -dname "cn="

Tags: BlackBerry Developers

Similar Questions

  • create an alias for a custom device page

    Is there a way to create an alias for a custom device page?

    I wish that a button on the home page of my device custom (in solution system Explorer) allow the user to create an alias and linking this alias on a channel of the system. My Vi is the following:

    This VI returns the following error:

    "Error 1172 to error creating instance of aliases in the assembly NationalInstruments.VeriStand.SystemDefinitionAPI.Alias, NationalInstruments.VeriStand.SystemDefinitionAPI, Version = 2012.0.1.0, Culture = neutral, PublicKeyToken is a6d690c380daa308, (System.NullReferenceException: determined reference is not set to an instance of an object.).

    Is there a solution?

    Hmmm... good point. You can change my original solution to configure the alias using the basic underlying storage system node type. It should work regardless of the type of channel. As for your second question, custom devices written for 2012 should be recompiled in 2013 of LabVIEW with the support of 2013 VeriStand installed. You don't have to change your code, but you must recompile the LLBs.

    In this workaround, you start by creating an alias that links to nothing. Then, you update the alias to set the DependentNode property, which connects it to the channel. You should not do it this way, but this will work around the original bug.

  • error: unable to create initial extent for segment in tablespace ora-01658

    Hello
    while I try to create the table in the apex, his watch an error such as ora-01658 unable to create an initial step to segment in tablespace. I found the solution in net as

    ORA-01658:
    Failed to create the INITIAL extent for segment in tablespace string
    Cause: Cannot find enough contiguous to allocate space measure INITIAL for the segment being created.
    Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller value for START

    How to do this

    You will need an account with DBA privileges to do two things

    1. deploy the data file for add space (ALTER DATABASE DATAFILE RESIZE )

    http://docs.Oracle.com/CD/E11882_01/server.112/e26088/statements_1004.htm#i2188492

    2. Add a new data file in the tablespace (ALTER TABLESPACE ADD DATAFILE

    http://docs.Oracle.com/CD/E11882_01/server.112/e26088/statements_3002.htm#i2093894

    HTH
    Srini

  • Unable to generate the debugging for bb10 token - get java error

    I used the blackberry-debugtokenrequest (from blakberry 10 filepath sdk) command to create a token of debugging, and I get a java error message:

    'java' is not recognized as an internal or external, order

    operable program or batch file.

    I have previously set up for the blackberry Tablet key signing and use this password for the keystore.  I use the windows operating system 7.  the debugtokenrequest I used was: C:\Program Files (x 86) \Research In Motion\BlackBerry 10 WebWorks SDK 1.0.4.7\dependencies\tools\bin.   Anyone know what is causing my problem?

    blackberry-debugtokenrequest -storepass 
        -devicepin  
    

    It seems that java is not on your path:

    'java' is not recognized as an internal or external, order

    operable program or batch file.

  • Questions and Confusion with the game automatic and unable to implement the ReadyBoost for a storage device

    OK, I tried to set up the Readyboost on one of my flash drives and to do this, access the AutoPlay window. I followed several instructions and advice from several Web sites, I tried to click with the right button on the flash drive in the computer menu, but the AutoPlay option does not appear. And when I go to the control panel section and where is automatic playback, the flash player is not registered under the devices section. I also tried to go to the command prompt as administrator by typing "net start shellhwdetection '. However, who told me that this service was already active. Can someone please help me configure AutoPlay to my flash drive so I can set up the ReadyBoost

    OK, I tried to set up the Readyboost on one of my flash drives and to do this, access the AutoPlay window. I followed several instructions and advice from several Web sites, I tried to click with the right button on the flash drive in the computer menu, but the AutoPlay option does not appear. And when I go to the control panel section and where is automatic playback, the flash player is not registered under the devices section. I also tried to go to the command prompt as administrator by typing "net start shellhwdetection '. However, who told me that this service was already active. Can someone please help me configure AutoPlay to my flash drive so I can set up the ReadyBoost

    Hey RayRay43

    You must make sure that the flash player is suitable for readyboost

    read all the information on the setup of readyboost to bleepingcomputer tutorial link below

    http://www.bleepingcomputer.com/tutorials/tutorial136.html

    have a happy holiday season

    Walter, the time zone traveller

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

  • Cannot save settings: unable to create a configuration file for the required configuration object

    When I try to open the application in the administrator account it say - could not save the settings: unable to create a configuration file for the required configuration object

    Thanks for the reply.i think that a virus changed I scan my computer and discovered C:\users\jason\AppData\local\temp\low\temporary internet files\content. IE5\TLIFXGRH\ why is Task Manager disabled people [1]

  • Unable to create the new project for the new society without existing systems

    I'm unable to create a new project for a new society.   There is no existing systems, and I can't go beyond the selection screen.  I first put in place a new collector, registration of the database and start collections?  Or y at - there a step I'm missing?

    I found my problem.  I've been using Firefox.  This works fine in IE.  Problem solved.

  • import problem ORA-01658: unable to create the STARTING point for the segment in your

    I created the above tablespace

    create tablespace SAMPLEDATA
    DataFile ' / u01/app/oracle/oradata/sample/sampledata01.dbf' size 50 M autoextend on next 10 M maxsize unlimited
    logging
    Local extended management
    segment space management auto
    Flashback on;

    create SAMPLE user identified by usrmringnew
    SAMPLEDATA default tablespace
    tablespace temporary temp;


    Import from 9 to 10r2

    IMP fromuser = touser = sample indexfile=/home/oracle/import/production/export/import_productionddl_20081007.log file=/home/oracle/import/production/export/production_export_20081007.dmp log=/home/oracle/import/production/export/production_import_20081007.log production system

    Unfortunately, it gives the error

    ORA-01658: unable to create the measure INITIAL segment in tablespace

    could someone kindly help me on this?

    Thank you very much!

    Hello

    As you can see, your data file specifications need to increase of 10 M, but your file system has only 3.7 M of available, that is why the server is unable to increase the size and you get this error message.

    Solution - you can use one of following:

    1. move the data file to a point of editing with sufficient space.
    2 - Add a new data file for the tablespace and host this data on a new mount point file with sufficient space.

    Published by: sanjayIndia on October 8, 2008 09:02

  • Unable to creat image of recovery for C720

    I can't create a USB for my Chromebook C720 recovery image. If I try the C720 itself, it hangs at the stage of download.

    I tried to use the Linux Google's script, but discovered that there is no recovery for a "PEPPY C6A-V7A-I7S" image - the device hardware ID on recovery thr screen.

    Internet search has been fruitless so far. A that someone managed to create a recovery for the C720 USB?

    Thank you.

    Hi YukiNagato,

    You can try it on another computer? I use a Windows PC but on a Chrome browser, you install the Chromebook recovery utility and here you can get your chromebook out of the list or you can finish the model and it will download and create a recovery disk. This drive (USB or flash) will be available on the recovery disk, personal data will get formatted.

    If you want to make sure that you have the right model, you can connect the machine by pressing ESC + refresh + Power to bring you to a white screen with an exclamation point. The model will be listed below.

    Here is the official Google steps on how to do this process: https://support.google.com/chromebook/answer/1080595

    Thank you
    Cory

  • Suddenly unable to create debugging tokens.

    Here is what happened.  The end of August, I was able to create Momentics debugging tokens and download them on my Z10 to test my application.  I went on vacation, I saw that my token had expired and tried to create a new token.  When I launched the Momentics app it would create the token, I would put in the p12 password, then he repeatedly asks the password of KSB.  After a number of times I see this error

    An internal error occurred during: "Creating and debugging token download.".
    java.lang.NullPointerException

    And no token would be created.  I tried to start the creation of the command line debugging tokens, but it failed with this error

    Error: Illegal device ID XXXXXX

    Oh yes, before I realized that my token id had a year so I downloaded a new and saved in the directory ResearchInMotion down AppData.  Another thing I tried after that his return was linking my old keys to my account.   I couldn't remember if I had done a few years before, when the last one, I worked on the application, but the process never seems to succeed this time.  And I use the words-> hardware-> PIN PIN

    I got things to work.  When I was downloading the bbtokenid I was going on the site and generating here and downloading it and then copy the file to the AddData/local/research... folder.  Instead, I entered Momentics, window-online Preferences => BlackBerry-online signature and downloaded the new token there and created the debugging file.  I suppose that in view of the old author.p12 and other files, but the new bbtokenid on the site does not work.

  • Unable to create the Composite project for BPEL in JDev 11.1.1.3 with SOA Ext

    Hello

    I installed JDeveloper 11.1.1.3
    But I'm not able to create composite projects for BPEL.

    I enabled SOA Composite Editor updates 11.1.1.3.0.25.57.
    It is said he downloaded and installed and restarted my JDeveloper.

    But I still don't see the composite projects for BPEL.
    The download and the Installation went in 2 seconds, so I was wondering whether or not they are correctly installed.
    Is it possible to check whether it is installed correctly.

    Same thing happens when I downloaded framework Web Center.

    Thanks for any help.
    Sameer

    Once you have a local zip file - use help > check for update > and choose the local zip file.

  • Screen flickers on Satellite L300 and I am unable to create a recovery disk

    Hi all

    I just bought a model L300 PSLB0C 08R08C number.
    I was unable to create a recovery disk, I was getting an error message saying it cannot create disk because it is scratched or has dirt on it, I lost 5 nine DVD.

    I am went to the store and replaced by another unit, but had the same problem (I have not tried a different brand of DVD well)

    Second issue with this device, the screen flashes once whenever it is in a shutdown state.
    Number 3, the wireless card disappears from the Device Manager, until I restart.
    Laptop made in China ;-)

    Any suggestions are much apprecaited

    Hello

    It is indeed strange that you were unable to create a recovery disk, and that the problem has resurfaced, even after permutation of the laptop with another unit of the store. However, if you have not tried a different brand of DVD so I suggest that if the laptop asks the disc is scratched or has dirt on it. I'm not sure if toshiba factory in fact blank DVDs, but if they do, it would be a starting point, as one would expect hardware toshiba would happily work with their own brand DVD media. However, if you can't find toshiba dvd then use another trust mark, for example, Imation and TDK. with my experience, I have tried many brands of DVD and have found very reliable TDK.

    regarding the second question, this may be related to the graphics card in the system, or could be due to the performance of the computer laptop itself. Check that you have the latest driver for your graphics card and all the settings on the computer are optimized / hard drives are defragmented and deleted unnecessary files. with your third question, this question could also be related to driver problems, check your regional drivers toshiba site for the latest drivers again. failing this, I would back up your data and then restore to a factory condition, then install the drivers immediately. I hope this info can help you somehow.

    Welcome to the forums and please leave helpful points or correct answer for any useful advice that has been given in response to your problems (e.g. to read the forum rules)

    concerning

  • Cannot create an account for eprintcenter

    I am trying to create an account for the eprint centre, however when I enter my information and press 'create an account' it gives me errors.

    The screen tells me that my email address must match... However he never provided me with all the additional fields to add an email address.  He invites me with the same message about my password and once more there is no availiable field for me to type a password.

    So, I have been unable to create an account and Setup completely my new HP printer.

    Please notify

    Try using another browser. I've heard people with similar problems and the problem disappeared when they switch to Firefox.

  • When I try to connect directly in multiplayer FSX without gamespy, every time I get an error message saying: unable to create the connection to the host.

    When I try to connect directly in multiplayer FSX without gamespy, every time I get an error message saying: unable to create the connection to the host.

    I need help
    Kind regards

    Thank you very much!

    To host successfully a FSX session what follows is the key enabling

    my client (s) to join my host FSX session!

    "Players Maximum (for a shared together plane 2) leave the locations reserved for friends to 0 set."

    6122 6112 UDP port translation FSX multiplayer traffic of my remote 2 wire gateway to my router Linksys Wireless N DMZ to access game FSX host...

    Only a single router in my configuration of the DMZ, the external network to the router,

    in this case, the 2 wires, had defined port forwarding.

    Am now enjoying Gamespy (R.I.P.) FSX free hosting for my MP FSX sessions via direct connection.

    5 high to the author!

Maybe you are looking for

  • Audiobook organize

    I'm importing many audiobooks in iTunes. While everything seems fine in iTunes, so far, I noticed that in the Finder files are not organized by the records that show the titles of the books. Instead, they are all mixed together under a folder named f

  • Satellite A-L50-1CU-BT cannot find other BT devices

    Hello Today, after months, it was the first time I tried to use bt to transfer files to a mobile phone: bt is active on the l50 and two different mobile phones (android and they are visible and can connect and transfer files an eachother).But the L50

  • Multimedia keys do not work with Vista on the Satellite A100-906

    Hello world... I have a toshiba Satellite a100-906 portable... I installed windows vista Ultimate edition, but the problem is that the multimedia keys do not work automatically and there is no program for this in the drivers for my laptop page... als

  • TO THE DC71005/P4-520/40HNW / 512 G/4: VIDEO AND/OR SOUND CARD

    DC7100 SFF I'm LOOKING HERE at THE RECOMENDATIONS FOR a CARD VIDEO AND/OR SOUND above AND NOW FOUND CE WHO WAS RECOMMENDED IS OF PRODUCTION SO I WAS WONDERING if YOU HAVE ALL OTHER RECOMMENDATIONS. I'VE upgraded HARD drive OF 500 GB AND 4 GB RAM. I h

  • Windows parental control will not sync with my computer

    I tried to leave my child to use a new Web site on the Windows parental control.  I was able to connect to my account online successfully (hotmail) parental control), but when the ToolTip for parental control is displayed on my screen, it tells me th