Simulating Z10

How you can simulate what would look like a runtime on the Z10 Android app?  The Blackberry 10 Simulator has a square screen, and I can't find anyway to change it.

What Simulator do you use? The Z10 Simulator (= Dev Alpha B)? You are probably using the simulator of Q10 (= Dev Alpha C) then, because this unit has a rather square screen?

Try the simulator of Dev Alpha B on this site: https://developer.blackberry.com/devzone/develop/simulator/simulator_installing.html

Tags: BlackBerry Developers

Similar Questions

  • WebWorks 2.0 - 2.1 BlackBerry device Simulator & Z10

    Hi BlackberryDev,

    Please someone knows the ***@Media queries * to target Blackberry 10 platforms i.e. Z10, Z30, and Q10

     

    More Blackberry 10 Simulator 2.1 sizes are NOT ACCURATE...

    I have a Z10 - camera inside the web Inspector in my Webworks 2.0 application... I check window.innerWidth and window.innerHeight ... The result I got from the Simulator is different than the device... I do not understand WHY

     

    CSS my app looks good on the device, but the CSS is disabled by 40px on the Simulator...

    I'm sticking with the CSS I used for the device... but the problem is that I have to create a different CSS to the Q10 and Z30... So I need a precision @ Media query that I can use to target Q10 and Z30

    I don't want to use any library such as JQMobile or BBUI... I want to use pure CSS that I'm comfortable with.

    Thanks in advance.

    The dimensions of the display of these devices include (height x width):

    • Z10 - 1280 x 768
    • Z30 - 1280 x 720
    • Q10 - 720 x 720

    Device for these pixel ratio is 2.2437500953674316, which means that the following media queries should provide what you need:

    
    
    
    
    
    

    Check out this excellent article, written by my colleague Anzor, support BlackBerry 10 sizes of screen:

    https://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/how-to-set-up-the-viewport-for-...

  • Touch area does not work in the Simulator controller

    Hello!

    I use the bb Device Simulator.

    Official documentation says that with touch area to the Simulator controller I can navigate from control to control my fi application, I put political correct ficuse for her. But the touch area does not work for me. No event is occure when I do drag and hold the cursor of the mouse on the tactile area, or classic Simulator, not different mouse buttons.

    Tested under Windows 8.1 and Debian Linux with Xorg + awesome wm (and Xorg + mate of).

    How to solve this problem?

    Thank you!

    I tried this using the BlackBerry 10.3.2 Simulator and it worked.  At startup, you choose the default option no 1440 x 1440 Passport?  The Passport is the only BlackBerry 10 smartphone that supports active touch keyboard.  If you use the default startup in Simulator (Z10) the touchpad option does not work because it is not supported by this model.  To change the type, press ENTER when the Simulator starts first.

  • Crash error NavigationPane on Simulator of Q10

    Hi everyone, I have a problem with NavigationPane on Simulator of Q10.

    This is my code:

    fprintf(stderr,"1---\n");

    Page * = navigationPane topPage (Page *)-> top();

    fprintf(stderr,"2---\n");

    navigationPane isn't a NULL pointer and contain a page. He hang on line code 2.

    Simulator Z10 is OK, but on the simulator of Q10 he plant? I made a mistake, or is this a bug?

    Thanks for any answer!

    Found, I found it, so it's own by another thread, it crash when the main thread access and I solved the problem with Threads and it OK now

  • An Android apps runs with Z10 and Simulator, but does not start woth Q10

    My worn for Android application works very well with Blackberry 10 Simulator, my housing on the portal is rejected but the application does not launch with Q10, works however with Z10.

    I checked my code for all uncaught operators who may cause a failure to start, but could not find.

    Do you have ideas on why an application running with Z10 or Simulator would not start with Q10?

    Thank you, imre.

    The size of the screen was really the question. I put Blackberry 720 x 720 for the emulator, the repeated problem, and I fixed it.

    It's all good now!

  • Background is white in the Simulator version 10.1.0.1483's system Z10

    Hi all

    I found a problem. My application is white when running in the simulator of Z10 10.1.x.1483's.

    It is OK in the simulator of Q10. Why the background is white?

    Thank you.

    brad_qqq

    Dark theme is used by default for Q10 because it has OLED that consumes more energy with bright display theme.

    You can force the same pattern for both devices in bar - descriptor.xml, but this is not recommended.

    This thread has more information:

    http://supportforums.BlackBerry.com/T5/Cascades-development/cascade-issue-black-background-on-dev-al...

  • App works perfectly well on the Simulator (using all modes) and peripheral when z10 in the communiqué of the execution and debug mode. But creates a 'SIGSEGV = 1 fltno = 11 ip = 781722ec error code' when the term is used.

    My application switches between two documents qml is a home page, and the other is actually a video player. Whenever I press the button to go to the video page, it crashes on my z10 and generates the error «terminated code SIGSEGV = 1 fltno = 11 781722ec = ip...» ". But on the Simulator, it works (without of course plays video). When I use the race version and the debug mode, it works perfectly on my z10.

    This problem occurs frequently when I add a new code element. First of all, it happened when I added a scrollview and container, and it's happening now again when a defined a struct in the header file.  It would be nice to ignore this problem? or y at - it some deeper underlying problem which is the cause

    Just tried, I received the SIGSEGV error too, it looks like parent to AbstractPane fixed it.

    void ApplicationUI::changeScene(const QString& newQmlFileName) {
        // Create root object for the UI
        QmlDocument *qml = QmlDocument::create("asset:///" + newQmlFileName).parent(this);
        qml->setContextProperty("_app", this);
        AbstractPane *root = qml->createRootObject();
        root->setParent(this);
    
        // Set created root object as the application scene
        Application::instance()->setScene(root);
    }
    

    My test project is also attached to this message.

  • Simulating touch for Blackberry Z10 gestures

    I want to simulate the gesture of touching the Z10 Blackberry. In the QML we keywords such as onClicked, onTriggered etc and there is action accordingly. But would it be possible without touching imitating the same onClicked, onTrigger actions?

    Anyone can submit a code sample for the same where a touch gesture is needed for action and affect the same gesture is then simulated in the files/SRC or .qml?

    It depends on how your code is structured and if you need to use a signal, or if you want to call the function directly.  If your interface user is written in QML, but the logic is in C++ it can look like this.

    QML:

     Button        {            text: "Click Me!"            onClicked:                {                    _app.buttonClicked();                }        }
    

    And in your C++:

    void ApplicationUI::simulateClick()
    {
        buttonClicked();
    }
    
    void ApplicationUI::buttonClicked()
    {
        qDebug() << "CLICK!";
    }
    

    And don't forget to set the context property so that you can enter your QML calls C++:

        // Create scene document from main.qml asset, the parent is set
        // to ensure the document gets destroyed properly at shut down.
        QmlDocument *qml = QmlDocument::create("asset:///main.qml").parent(this);
    
        qml->setContextProperty("_app", this);
    
  • Impossible to run my application on Z10 Simulator

    Hello

    I tried to run my application built on 10.1.0.1020 SDk on my Z10 Simulator, it did not work. Then I checked my Z10 Simulator and the version was 10.0.9.1673 which is older than my SDK. I tried on my Simulator of Q10 and it worked. If im a little confused here. Should I update my OS Z10?

    Momentics should provide the 10.0.9.1673 SDK in the update section. It is installed in my Momentics. However, if it is no longer supported you can install a later version of the SDK and a later version of the Simulator. The last Z10 Simulator should be 10.0.10.822.

  • Boot in Blackberry Z10 or Q10 Simulator

    Hi guys,.

    I downloaded the Simulator Blackberry here: https://developer.blackberry.com/develop/simulator/bb10allsimversions.html

    The version is 10.1.0.4651

    I managed to install my application Android-converted in the Simulator. However, it looks like a general Simulator. I need to specifically use the simulator of Q10.

    Anyone know about this?

    You should see something like this (even if I use an older version of the Simulator).

    You need to 'reset' the virtual machine to enter this screen, though.

    Justin

  • App hangs on the device, but works well on Simulator

    Hello! Last week I had an approved app and it is already in place in the BlackBerry App World. Before being approved, he rejected once, the e-mail message noted that "when testing your app on BlackBerry Z10, I found that he was unable to throw."

    I replied stating that the app has worked very well in the Simulator and asked some tips to solve the problem. It seems that the application got reparsed as overnight has been approved.

    Today, I had the chance to test my application on a real device and I found it crashed right after the launch.

    I don't know what could be wrong with my application. I'm guessing that the reason of this problem could be something similar to this thread; but I think I'm not directly joking with the camera in my code, everything is built on Air.

    Could you point me in the right direction please?

    Thank you in advance!

    What version of the OS is the device running?

    AIR 3.5 is not supported up to 10.2, which is not available to consumers right now better I know.

    If the camera is turned on between 10.0 and 10.1, check that your application - app.xml file appeals to AIR 3.1 namespace and not the AIR 3.5 namespace.

  • Why my Simulator BB10 in Win XP is square type device of Q10

    I need a simulator device Z10. The Simulator is automatically installed 10.2 SDK. Where can I find type Z10 Simulator?

    When you first start the Simulator there a menu option to select the dimensions of the screen.

    It does not go past fast so make sure you look carefully for it.

    There is no need of a separate Simulator for each device.

  • Where can I download Blackberry Q10 Simulator

    Hello

    Where can I download the 10 Q Blackberry Simulator, there is no clear link specified to download the Simulator for Q10.

    Only link that I stumbled on by download is

    http://developer.BlackBerry.com/native/downloads/bb10allsimversions/

    AnyIdea where it can be downloaded.

    Thank you

    Rakesh

    Hello

    Yes the current BlackBerry 10 10.1 device Simulator now supports the two factors of shape for the Z10 and Q10. You can download it here.

    http://developer.BlackBerry.com/DevZone/develop/Simulator/simulator_installing.html

    Thank you

    Matt

  • question of Simulator

    Hello Sir, is thare any settings of Backberry 10.3 Simulator to test in this Passport, q10, q5, classic and more I want to test my application for a passport or other phones qwerty unfortunetly I did that all for the test, is it possible to put my Simulator to run it as like any screen type?

    Yes it is. When the load simulator it will ask you to press [Enter] to select which device to start. You will have 5 seconds to press [Enter] when asked, otherwise it will be default Z10.

  • Camera work is not in HTML5 on BB Z10 web application

    Hello

    I'm working on a simple HTML5 web application which allows users to take a photo and upload it.

    IM using the following HTML5 code which works fine in the BB Z10 Simulator:

    
    

    However, when you run the web application business of a real BBZ10, I get only a file browser which lists all images that were taken by the camera before - icon to directly access the camera and take a picture is missing.

    Any idea what's going wrong here?

    -Unfortunately, I can't test the web application on the side deprived of my BB (this is not an option that the web application should work commercially and I can not access the server from the private side)

    -WebWorks Help or some other related client API is not an option, we want to stick to the plain, client-agnostic HTML5

    -J' already found this link, http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/BB10-Webworks-Camera-API/m-p/245... (exactly the code that I use also).

    -Z10 BB model STL100-2, the software Version is 10.2.0.424

    Any help would be greatly appreciated

    Kind regards

    Sebastian

    Unfortunately the camera app is not present in the scope of work; This means that you can not call the specific application of the camera .

    From what you see, it seems that this code is either:

    
    

    (A) directly rely on the camera application; or

    (B) invoking the default image into the Manager.

    If it is (A), then we can not use the approach described above through the entry. However, if it is (B), then taking another photo manager is installed, like peaks cloudy, then he must be able to be invoked. A simple test would be to install the cloudy peaks and see if it is called, or if you still see issues.

    http://devBlog.BlackBerry.com/?s=cloudy+pics&x=0&y=0

    If you still see issues, this means that procedure input specifically called the camera application.

    Here, the solution would be to create your own button to invoke the taker of the photo. The framework of the call allows you to directly call the cloudy peaks, or call the taker of the generic photo (which would by default Pics cloudy if the camera app is not present.)

    https://developer.BlackBerry.com/HTML5/documentation/beta/camera.html

    You must use the call as described in the link above, but omit the target ID; This will allow the system to choose the best Manager (available) for the invocation as opposed to explicitly point the camera application.

    For a full text on it, the 4th part of the series of peaks cloudy blog gives a lot of good information and background on this issue.

    http://devBlog.BlackBerry.com/2014/01/cloudy-pics-part-4-cards-and-Enterprise/

Maybe you are looking for

  • my iphone 6 is disabled. can I recover the data

    my iphone 6 is turned off after that I entered the password OK 'evil' has little time. I can recover the data that I didn't use icloud or itunes? I searched on the internet and there are some applications that claim to be able to recover data lost on

  • Satellite U500-119 toolbar disappears sometimes

    On my Satellite U500-119, sometimes disappears from the toolbar. To solve the problem, I have to restart the computer. How to solve this problem?

  • Satellite Pro A100: Display Driver ATI Mobile Radeon X 1400 WinXP

    Hello there :) I have browsed the forum and could not find another thread that helps me. I have a Satellite pro A100 PSAACE laptop, equipped with a Mobile Radeon X 1400 graphics card. Now, I was informed by the games that I play that drivers are up-t

  • How to make a limit digital test with OR condition

    Is it possible to make a test step which is a comparison with a RC and NOT to condition? The code module returns a revision of PCB and the acceptable values are not States.map. For example, review of card must be 14, 15 or 17 but not 16.

  • Problems with factory reset on a Packard Bell

    Hi cox.haley1, After a Microsoft update Tuesday May 13 laptop Packard Bell Easynote TK85-GN-051UK of my granddaughter had a huge problem with the start-up that could only be ordered with a Factory Reset. Finally I had all this work and re-installed a