Password on the Simulator?

After you have installed the 1.0.1 SDK and Simulator, I pulled up the Simulator in VMWare, and it asks for a password...  What is the password?  I can't find anywhere in the forums or documents.

PlayBook

Tags: BlackBerry Developers

Similar Questions

  • Why not be able to display boxes of the IP and the password in the configuration of run/debug in Flash builder

    I'm trying to get the HelloWorld application to work, but I can't find the IP address and the option of setting the password for the simulator of tablet in the run/debug configuration. It should be in run/debug configurations, but it's not.

    I already have the Simulator works and correctly installed the Playbook SDK (link to version 2.5 SDK and Flash Builder). I have no error in compilation (QNX namespaces are used), I think that the installation has been correctly executed.

    Please let us know if anyone has the idea to solve this problem.

    Please see below the screenshot associated to above posted the question:

    Sometimes last discussions stressed that some dialog size is bad, and if you resize, you will see where the password field is.  Is that what you face here?

  • by using the Simulator 2.0 playbook, which is the password?

    Hello

    We have updated the Simulator 2.0 playbook, open VMware: file > open the virtual machine > BlackBerryPlayBookSimulator.vmx and run it.

    At the start of Simulator to request a password, which is the password?

    Thank you

    Yes. "playbook" without the «»

  • Is it possible to access the files shared in the Simulator?

    My Playbook application creates a few files in the shared files folder. When running my app in the Simulator, is it possible to (read) access these files from Windows?

    Thank you

    First, configure the PlayBook Simulator as a target.

    1. Click on the file-> New-> other...
    2. Expand the BlackBerry Tablet OS.
    3. Select BlackBerry Tablet OS target, and then click Next.
    4. Enter the IP address of the Simulator (or use automatic detection).  Leave the password blank and complete the wizard.

    Once you have the PlayBook Simulator configured as target, use the following steps to access the folders.

    1. Click on the window menu.
    2. Choose the command display see her-> from others.
    3. Expand QNX.
    4. Select target file system browser , and then click OK.
    5. In the target file system browser navigated to the folder that contains the file that you want to copy.
    6. Right-click on the file you want to copy, and choose copy to.  You can also drag and drop files to and from this window.
  • Http method Post is not working in the Simulator (SDK 7.0) and not in the device with BB 5.0

    I am a novice in the development of BB.

    I tried to implement a simple Http Post request, but when running it in the Simulator (SDK 7.0), he gave an IOException.

    I've first implemented the Http Get request and was getting the same error but that was resolved by adding "; deviceSide = true'on demand.

    But while making the Post request parameters(username and password) were supposed to be written to outputstream open after successfully HttpConnection. I get the answer I used to get when I send two parameters as null.

    But the app even when built against JRE 5.0 crashes.

    Hi simon, peter

    I made changes to my connection as as well as u say it, but still no idea if I am wrong, if I do one.

    Now without using any suffix his run on my device but same answer as it was a GET request.

    A modified version of class ServerConnection (in post above)

    package com.httppostdemo.classes;
    
    import java.io.ByteArrayOutputStream;
    import java.io.InputStream;
    import java.io.OutputStream;
    
    import javax.microedition.io.HttpConnection;
    
    import net.rim.device.api.io.transport.ConnectionDescriptor;
    import net.rim.device.api.io.transport.ConnectionFactory;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.component.Dialog;
    
    public class HttpPostConnection extends Thread {
    
        private String mUrl = null;
        private byte[] mParams = null;
    
        public HttpPostConnection(String iUrl, byte[] iParams) {
            mUrl = iUrl;
            mParams = iParams;
        }
    
        public void run() {
            super.run();
            ConnectionFactory connectionFactory = new ConnectionFactory();
            ConnectionDescriptor connDescriptor = (ConnectionDescriptor) connectionFactory
                    .getConnection(mUrl);
            HttpConnection connection;
            OutputStream outStream;
            InputStream responseData;
            final ByteArrayOutputStream baos;
            int responseCode;
            int bytesRead;
    
            if (connDescriptor != null) {
                try {
    
                    connection = (HttpConnection) connDescriptor.getConnection();
                    connection.setRequestMethod(HttpConnection.POST);
                    connection.setRequestProperty("Content-Type",
                            "application/xwww-form-urlencoded");
                    connection.setRequestProperty("Content-Length",
                            String.valueOf(mParams.length));
    
                    outStream = connection.openOutputStream();
                    outStream.write(mParams);
                    outStream.close();
    
                    responseCode = connection.getResponseCode();
                    if (responseCode != HttpConnection.HTTP_OK) {
                        connection.close();
                        return;
                    }
    
                    baos = new ByteArrayOutputStream();
                    responseData = connection.openInputStream();
                    byte[] buffer = new byte[10000];
                    bytesRead = responseData.read(buffer);
                    while (bytesRead > 0) {
                        baos.write(buffer, 0, bytesRead);
                        bytesRead = responseData.read(buffer);
                    }
                    UiApplication.getUiApplication().invokeLater(new Runnable() {
    
                        public void run() {
                            Dialog.alert(new String(baos.toByteArray()));
                        }
                    });
                    baos.close();
                    connection.close();
    
                } catch (final Exception e) {
                    UiApplication.getUiApplication().invokeLater(new Runnable() {
    
                        public void run() {
                            Dialog.alert("Exception :: " + e.getMessage());
                        }
                    });
                }
    
            }
        }
    
    }
    
  • Cannot debug/run app in the Simulator

    Hello.

    I have a project of cascades using target_10_0_9_2318 and host_10_0_9_529.  The project brings together and connects properly.  I'm testing this point on the Simular because I don't have a camera BB10 and PlayBook is still 2.1 OS.  The version of the Simulator is 2318.

    This is the error message I get Momentics when trying to debug the application (note that this message is displayed after I provided my debugging password):

    Error in the final launch sequence
    Impossible to prepare and upload the binary file
    Package failed: 1
    Error: Path access valid asset 'libfonts.so '.

     

    I also had this message on a previous NDK and have updated it and my project, thinking that it was a bug that has been fixed.

    I understand what the message says, but I don't know how to correct it and why he can't find this font library.  I can't link the library using lfonts - because the library cannot be found.

    I work under Linux.

    Thank you

    Colin

    Hi all.

    I don't know why libfonts.so is not found, but I decided to try just remove my file of bar - descriptor.xml.

    This allowed the program to start. I should point out that I have added these libraries using the function "Add library" of Momentics. I therefore believe that there is a bug in this feature.

    Thank you
    Colin

  • HOWTO ssh or telnet to the Simulator

    I watched last night on this dev site for my answer, maybe he was tired, but I could not find.  Can someone tell me the secret sause to ssh or telnet on the Simulator.

    I know the real phone I used the root/root for user name and password.  When I telnet to the Simulator I get a newspaper online, but do not know the user name and password

    Thank you very much

    First you will need to bring up the Terminal in Momentics (window > Show View > [other...] > Terminal), then click on the Green connection icon.

    You will then see a window of Terminal Server Settings. Select SSH - Blackberry as your connection type, then select your Simulator from the list of devices:

    And that's, you should have SSH access to the Simulator.

  • KSOAP2 working on the Simulator, but failed on the device. Help, please!

    Hi all. Please, I need support on this issue.

    I have a request of KSOAP2 running which:

    1) Œuvres ALLWAYS on the Simulator (9700 Simulator)

    2) FAILS on the device when you use 3 G Internet Link

    3) work on the device when hard reseting it and directly using Wi - Fi link (if you switch to 3 G, it starts failing).

    When it do I get the following error:

    type of org.xmlpull.v1.XmlPullParserException:Unexpected (position: TEXT SocketException:...@1:33 in java.io.InputStreamReader@hexhere)

    Some other times I get an IO error faced:

    net.rim.device.cldc.io.ippp.SocketBaseIOException: Connection timed Out

    The funny thing is that it works through 3 G as 1 in 40 times... it seems that 3 G connection is too slow to KSOAP2 to work properly, or something like that. The complex type is small (8 strings).

    My webservice is a webservice VB.NET located on the production IIS server. It works well because it responds to any request of Simulator.

    Additional data:

    -Other Internet applications of device (such as the Internet browser) works well through 3G even when my application does not always succeed. Coverage of 3G service is excellent.

    -J' use JRE 5.0.0.

    -Device is a BlackBerry Bold 9700

    -Webservice is written in VB.NET in the production on the Internet Server, and it works perfectly because it responds to each request of Simulator.

    -J' use javaloader.exe to deploy the cod to the device files (both, ksoap library cod and cod of my project)

    -L'application is not signed.

    -Once the application starts breaks down (when you switch to 3G) it maintains in default if you return to the WiFi again.

    Here is my code:

    String res="";
    boolean error=false;
    Vector seguimientos = null;
    
    SoapObject m_Soapobject=new SoapObject("urn:tempuri", "GetSeguimientos");
    SoapSerializationEnvelope m_Envelope=new SoapSerializationEnvelope(SoapEnvelope.VER11);
    m_Envelope.encodingStyle = SoapSerializationEnvelope.ENC;
    
    m_Soapobject.addProperty("strInstance", "r2sistemas");
    m_Soapobject.addProperty("user", "myuser");
    m_Soapobject.addProperty("password", "mypassword");
    m_Soapobject.addProperty("comercialId", "3");
    
    m_Envelope.addMapping("urn:tempuri/encodedTypes", "Seguimiento", new Seguimiento().getClass());
    m_Envelope.bodyOut = m_Soapobject;
    m_Envelope.setOutputSoapObject(m_Soapobject);
    
    HttpTransport ht = new httpTransport("http://www.productionserver.com/service1.asmx");
    ht.setXmlVersionTag("");
    
    try {
        ht.call("urn:tempuri/GetSeguimientos", m_Envelope);
        SoapObject respuesta=(SoapObject)m_Envelope.bodyIn;
        seguimientos=(Vector)respuesta.getProperty(0);
        } catch (IOException e) {
        error=true; res="IO Problem: " + e.toString();
        } catch (XmlPullParserException e) {
        error=true; res="XMLParser problem: " + e.toString();
        }
    
    if(error!=true) {
        Seguimiento seg=(Seguimiento)seguimientos.elementAt(1);
        res=seg.Comentario;
        }
    
    this.add(new LabelField("aa"+ res));
    

    I read on this forum that ksoap2 cannot treat the http error messages. You must download the KSOAP source and change it to do this. Something like ServiceConnectionMidp. The message is this: link

    I use a port KSOAP2 library: ksoap2-j2me-core-prev - 2.1.2.jar, like I said it works fine on the Simulator. I tried to download the source code of KSOAP to debug in the failing methods, but was unnable to do compile ok on Eclipse.

    I really am stuck at this point. Please, any help would be great.

    Thank you in advance.

    Ok. Further reading took me to the problem.

    AFAIK, there are 5 ways to connect to web addresses from a BlackBerry device.

    Of course, the BB Simulator uses one that works with my WS. When my BB is connected via wifi it works as well. However, when I use the 3g from my device connection, I should mention the destinies of correct connection on the connection URL parameters.

    That's what I did:

    I read this: 1 Source

    And this (Spanish): Source 2

    Of course, I noticed that my BB is connected to a BES company, I must indicate the correct ConnectionUID to my address book of device on the connection string. So now the line in my code is:

    HttpTransport ht = new HttpTransport("http://www.address.com/service1.asmx;deviceside=false;ConnectionUID=YOURCONNECTIONUID");
    

    To find your UID connection, take your device, go to Options - Advanced Options - service book. Choose a book of service applications that connects successfully on your device (in my case Blackberry Internet Browser service), open it and copy the ConnectionUID. Then, paste it in the connection string.

    Now, it works great!

    My next challenge is to find connection string parameters correctly so that the application works on any device, not only on my ones company BES.

    Someone knows what should be the standard setting?

    I hope that my help of inquiry.

    P.S. still cannot complete successfully ServiceConnectionMidp...

  • No company activate the Simulator

    I can't get the 9000 and 8220 simulators to turn against our BES server. I have activated the simulators in the past, including simulators 8120, 8130 and 8330 earlier today. I tried following the instructions in DB-00049.

    As soon as I simulate the USB connection I see Desktop Manager to make the connection and prompt for a new password (required in politics IT). After you have unlocked the Simulator I normally see the enterprise activation screen indicate the status in a minute or two. I don't see this with 9000 and 8220 simulators. If I go to Options > Security Options > General settings, I can see the COMPUTER policy and Services fields to fill out.

    Any suggestions on getting these two simulators to activate?

    Too bad. All by composing my note the 9000 finally revealed the missing information of activation. I have nothing else. I guess just had to sit connected for a while I was allowing it.

  • Flash Builder does not appear to be deployed to the Simulator:

    Hey guys!

    So here's the deal. I am running Win7 with the IDE Flash Builder Burrito. I followed the guide on the BB step by step to create my first Hello World project. When I try to debug, FB seems to show that it has installed the successful application on the Simulator, but still waiting to connect to the application until it finally expires with the message "the Flash BUilder debugger cannot connect to the running application".

    Host machine, I ping IP of the Simulator, and the mode of development.

    I inserted the target IP address in the Debug menu (it's 192.168.88.128) and the debug host is the IP address of the host too (10.0.3.136). I entered the correct device as password.

    Scratching my head here now, what Miss me?

    Alright! It is very very annoying. I discovered that I was in fact trying to deploy on the previous version of the Simulator... Sorry to lose all time on it. Consider this a rookie mistake

  • App won't start with the Simulator

    Hello

    I met a lot of mistakes trying to get that deployed on the Simulator, most of them addressed by other posters.  I use the 0.9.3 beta version of the Simulator.

    However, now I have this problem that I can not find the answer.

    Flash Builder will not launch the application.  The following text is displayed in the console:

    Using the default icon: C:\Program Files (x 86) \Adobe\Adobe Flash Builder 4\sdks\blackberry-tablet-sdk-0.9.2\bin\... \samples\icons\blackberry-Tablet-default-Icon.png
    Package created: C:\Development\Mobile\PuzzletsPlaybook/PromoAppPlaybook.bar
    Picked up JAVA_TOOL_OPTIONS:-Xmx1024M
    Sending request installation and launch...
    Error: Username or password is invalid or not specified or time on the device is out of sync

    I tried this FB parameter to use the Playbook password and not to use it, and fail both ways.

    How can I fix it?  The Playbook must have a pw but I can't start my application.

    Also, I use VM Player as host of Simulator, the Playbook should be run in the Simulator or is it launched by FB?  I tried two ways does not.

    Thank you!

    Hey,.

    It seems that you are using the latest sim but more old SDK. try to update your Tablet OS SDK of AIR and then try to deploy again. using the versions do not match led to mistakes in the past.

    Here is the link to the latest SDK:

    http://us.BlackBerry.com/developers/Tablet/Adobe.jsp

    Good luck!

  • Safari retains invites me to enter the password in the keychain

    Safari retains invites me to enter password for Keychain whenever I open Safari... Since the update to the Sierra.

    How can I stop this prompt?

    Thank you.

    Keychain Access: If you are frequently asked to unlock your keychain

    Mac keeps asking for the password in the keychain

  • have forgotten the administrative password and the need to create a new

    have forgotten the administrative password and the need to create a new, but without knowing an old failed to create a new

    your options are explained here

    Change or reset the password of a user account from OS X - Apple support

  • I had to change my Apple ID recently. Since then, iPhone 6 ask me to enter the password of the old Apple ID. How can I fix?

    I had to change my Apple ID recently. Since then, iPhone 6 ask me to enter the password of the old Apple ID. How can I fix?

    IPhone6, OS 9.3.4

    Try to do a slight reset of your iPhone

  • Just upgraded my iMac ' 09 end to 16 GB of memory and downloaded El Capitan. At the start, I can use my password very well. Then before he allows me to do anything, he wants the password in the Keychain for the 'local products' but refuses my login passwo

    Being given that I can't access anything ELSE all tips go into Keychain Access etc won't work. I tried to cancel it, but she and the other boxes of menu just POPs back up. It didn't happen when I upgraded my Mac mini to 2012. Please help me solve this problem. I need this computer to work from home, and I've updated because I was told it was compatible and it would read all of my files, Pages, and Numbers to the office where I use the Mac mini. I'm really upset that Apple wants me to pay for answering my questions, when it comes to THEIR PRODUCT! I used Apple machines since nearly 20 years and deserve better treatment!

    Connect password is not the same as the password for the keychain. Check your notes, if you have it written down somewhere. In addition, you can use your computer without any keychain. You just enter all other passwords and logins manually.

    If your Mac keeps asking for the password to keychain - Apple Support

Maybe you are looking for

  • my security has been breached

    on my laptop, I get messages saying: the connection is no longer private and then a message flashes up to install saying Mac goalkeeper. Screens have strange movement and a message tells me that my password and payment details can be copied. Google C

  • P15-s479 trouble

    Hi guys. I bought Toshiba Satellite P15 s479, and I do not know how to configure my tv antenna to watch tv program on my computer. I connect the antenna to the tv tuner, and then connect the tuner tv USB on my computer, but the image quality is poor.

  • Home Media Network HD Cloud Edition firmware upgrade of the system deteriorated

    I tried an update of the firmware of the device. He got all the way to reboot and then hung up. Flashing white LED on the front on a regular basis and the web management page will not show anything else that "restart" and a frozen progress bar. The s

  • SIGNATURE, THE PROBLEM

    I'm the only user on my laptop with my user id and password assigned. When I connect, it will sign me the but will record me immediately. How can I can solve this problem?

  • The desktop icons: sort by name > 2 tris, sorta... where is this a 01.abc - simple > z list view?

    I'm having a problem with the icons sorting Office.There are about 60 icons on my desktop. A bouquet, I might add a multiplicity instantly. When I right-click on a vacuum of space on the desktop and select sort by > name I get 2 tris:1 the party 'all