Size dev Alpha icons?

I feel like I remember the size of the icons being 92px or 98px.

What is the size of the icons for device Dev Alpha actuall?

In the docs, they say that the icons are 150 x 150.

Tags: BlackBerry Developers

Similar Questions

  • The size of the screen wrong (Dev Alpha)

    OK - I have this

    A Dev Alpha is 1280 x 768 - I trust the source of this info (BB guy)

    Try something silly like that...

    Alert (window.innerWidth + 'x' window.innerHeight);

    I get the numbers - gimme a sec...

    Thing stupid password

    570 x 342

    Huh?

    Hi, I had the same problem. You must add the following:

     
    

    Source: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-set-up-the-viewport-for-a...

    Have a great day!

  • Feature on BlackBerry 10 Dev Alpha Simulator

    Greetings,

    I would like to know what device simulates the "BlackBerry 10 Dev Alpha Simulator"? In my view, that simulates the Q10 of BlackBerry, I would like to know if it is possible to emulate the Z10 BlackBerry, because the size of the screen is different in these two devices, or would like to know how whether the behavior of the GUI of my application, each of these two devices.

    Best regards!

    Hello
    Recent versions of Simulator offer to choose a type of screen during startup. Square screen (720 x 720) Q10 & Dev Alpha C's rectangular Z10 & Dev Alpha one

  • No image appears on the Dev Alpha A

    Hello

    I deploy my application on the Simulator and Dev Alpha, but some picture big can not display on Dev Alpha but still works smoothly on Simulator.

    Someone tell my why?

    Seems real...

    Texture size max for Dev Alpha Simulator has been specified to be 8192 x 8192 pixels pixels.

    See this http://developer.blackberry.com/native/documentation/bb10/understand_the_blackberry_dev_alpha_simula...

    Maybe this isn't the case with real hardware.

    -Dishooom

  • Script to change the element using screen orientation does not not on Dev Alpha in Portrait mode

    OK, so I wanted to update my application WebWorks Testing (https://github.com/SCrid2000/WebWorks-Testing) to make it easier to test webworks apps for the difference in screen resolution between the Alpha of Dev and the 10 next of BlackBerry.

    Basically, instead of opening your html, js and css files directly in the test application, the update would be to open your files in an iframe in the app. The iframe will resize itself based on the orientation of the device.

    The javascript function looks like this:

    function displayCurrentOrientation() {
    
        if (window.orientation === 0) {
            document.getElementById("currentOrientation").width = '1280px';
            document.getElementById("currentOrientation").height = '720px';
            return false;
        }
        if (window.orientation === 90) {
            document.getElementById("currentOrientation").width = '720px';
            document.getElementById("currentOrientation").height = '1280px';
            return false;
        }
        if (window.orientation === 180) {
            document.getElementById("currentOrientation").width = '1280px';
            document.getElementById("currentOrientation").height = '720px';
            return false;
        }
        if (window.orientation === -90) {
            document.getElementById("currentOrientation").width = '720px';
            document.getElementById("currentOrientation").height = '1280px';
            return false;
        }
    }
    

    Now it works just perfect on the PlayBook (but of course, this isn't much help for the screening of the BB10)

    However, on the Dev Alpha it ONLY works in the LANDSCAPE; in other words, if the application is launched in the landscape, the iframe rezises and everything is just perfect. If the test application is started in portrait mode, the iframe is still resized to the size of portrait.

    Anyone have any suggestions for what I'm doing wrong? I am quite at a loss here (and since this is a free application and open source, I'm not too motivated to spend another couple hours trying to fix lol).

    Thank you.

    Shane

    Nevermind, turns out it only is not yet supported by BB10.

  • BB10 Dev Alpha Simulator Dev Mode doesn't work

    Hello!

    I have a problem with BlackBerry 10 Dev Alpha Simulator. When I go into the VM for the 10 Dev Alpha settings BlackBerry Simulator and enable development mode, the icon of the Mode of development will not displayed it.

    I can't see the IP address of Simulator and install my application.

    Screenshot:

    U can not find the icon of the mode of development in the Simulator. What you have to do, it is after switching to the mode of development for sure, go into settings,-> select network from the drop-down list-> note in ipv4 ip address... And it's ip address, you use the mode of development.

  • Problem running QtGui / app GraphicsView on Dev Alpha

    Hi guys,.

    I'm trying to port a Harmattan on BB10 app with little success. I obviously it changed so that "haptic" uses VibrationController and QMediaPlayer replaced by MediaPlayer. QAccelerometer I used as-is from QtMobility. Other than that, I generated a new project of Cascades in the NDK, copied the source files in the folder source (qml to assets) and followed these instructions: http://www.maemopeople.org/index.php/jaffa/2012/06/20/initial_success_in_porting_harmattan_sym

    My program is compiled, but never reaches int hand (...). This is the beginning of main.cpp:

    #include 
    #include 
    #include 
    #include "mygraphicsscene.h"
    Q_DECL_EXPORT int main(int argc, char **argv)
    {
        fprintf(stdout, "reached this\n");
        fflush(stdout);
        qDebug() << "testing debug\n";
    

    None of the above messages appears when you run the application on the Dev Alpha.

    Here is the .pro (my game using opengl in graphicsview), the Makefile and bardescriptor, if theyre all help:

    APP_NAME = testapp
    
    CONFIG += qt warn_on cascades10 mobility
    QT += core declarative opengl
    MOBILITY += sensors
    LIBS += -lbbsystem -lbbmultimedia -lbbdevice
    INCLUDEPATH += ../src ${QNX_TARGET}/usr/include/qt4/QtCore
    DEPENDPATH += ../src ${QNX_TARGET}/usr/include/qt4/QtCore
    
    include(config.pri)
    
    QMAKE_TARGET  = testapp
    PROJECT_DIR   := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
    I18N_DIR      := $(PROJECT_DIR)/translations
    
    include mk/cs-base.mk
    
    
    http://www.qnx.com/schemas/application/1.0">
        com.example.testapp
        testapp
        1.0.0
        1
        The testapp application
        mja
        gYAAgAQEBXEMkIBptFYS5lLFGpY
        
            none
            false
        
        core.games
        
           armle-v7
           testapp
        
        
           Qnx/Cascades
           armle-v7
           testapp.so
        
        
           armle-v7
           testapp
        
        
           x86
           testapp
        
        
            icon.png
        
        icon.png
        assets
        
            
        
        run_native
        read_device_identifying_information
        access_shared
        
        
    
    

    I know it's hard to fix something like that, but maybe that someone has faced problems with graphicsview?

    Well, got running and have really no idea what I did. Let's see if I can fix the remaining bugs.

    Edit: once I got the correct libraries loaded, I think it's mistakes in qml who crashed the app.

  • BBM on BB10 Dev alpha B problem

    Hey guys.

    I'm pretty new to this Blackberry thing (got my Dev Alpha on a Jam Session, it was great), this is my first Blackberry device (frankly, I don't like Blackberry pre-10) and I tried to integrate my BBM app, but I have not been able to access all the BBM. I tried re-flashing the unit and using a different BBID unsuccessfully, BBM opens with a "Temporary server error" screen, and the only option I get is to exit the application.

    Friends (who also have been on the Jam session and got their devices) tell me they didn't need anything else that WiFi for that BBM works, so I was really puzzled. If I have in some way did do something wrong?, Blackberry icon is displayed next to the WiFi, is it not enough for BBM work on the Dev Alpha?

    Thanks in advance.

    This problem has been resolved.  You may need to reset your BlackBerry 10 Dev Alpha if you continue to receive this error.

  • Audio dev Alpha C Cup using OpenAL

    Hello

    I have some problem with the audio on my device Dev Alpha C and I was wondering if anyone else has had or similar problems or that he might be able to offer a solution.

    The problem

    When you run our game on a device Dev Alpha C, after a short period the sound effects cut. After that no sound effects are played once again, apart from very occasional snippets of sounds, as the device is trying to play them but quickly to cut again.

    The strange thing is that the same code works fine on the Alpha of A Dev.

    Implementation

    The sound effects are implemented using OpenAL and OpenALUT.  Our music is played using the multimedia rendering engine (and works very well).  I checked for errors from OpenAL, but it is not everything.

    Our installation of OpenAL is quite simple and in fact is the following (note that I cut an error handling form all my code samples for brevity):

    if(alutInitWithoutContext(NULL, NULL))
    {
        device = alcOpenDevice(NULL);
        if(device != NULL)
        {
            context = alcCreateContext(device, 0);
            if(context != NULL)
            {
                alcMakeContextCurrent(context);
                alGenBuffers(MAX_SOUND_BUFFERS, buffers);
                alGenSources(MAX_SOUND_CHANNELS, sources);
            }
        }
    }
    

    Sounds are then loaded by:

    void *data=alutLoadMemoryFromFile(filepath.c_str(), &format, &size, &freq);
    alBufferData(buffers[bufferIndex], format, data, size, freq);
    

    (There are some parameters of sound parameters that I haven't posted because I don't think that is where the error but I can add it if it could be relevant to reprogramming).

    Finally the sounds are played using

    alSourcePlay(sourceNum);
    

    I use SDK 10.1.0.1020 and Dev Alpha C is on the firmware 10.1.0.138.

    If anyone has any suggestions, they would be welcome!

    On the problem of origin, was published a new firmware which seems to fix the problem. You can find it here: https://developer.blackberry.com/blackberry10devalpha/devalpha_update.html.  I tested it on our Dev C Alpha and it seems to work very well - I'm always test so will update if I have problems, but it seems OK so far.

    @beemaster - you might want to consider posting this question as a separate topic, as there is a good chance of people won't find it in this thread.  For what it's worth, we use MP3s in our game very well, even if we don't use of stunts and use the multimedia rendering engine to play, which could explain the observed differences.

  • Question of BB10 Dev Alpha: debugging token is invalid

    I'm trying to get a token of debugging on my dev alpha device and it just cannot work. I can create, validate, and install the token, but it generates an error: debugging token is not valid. Or not applicable for this device.

    10.0.4.197 OS version

    Build ID: 196525

    PIN: 29D939F4

    Start: 28 June 21:32:34 UTC 2012

    I use BlackBerry 10 WebWorks SDK 1.0.0.15

    I just restarted the device. It is currently 21:26 according to my computer clock and the BB10 clock is synchronized with the clock of my computer... it of doesn't look right... the listed start time is 5 minutes in the future.

    Here's what I did.

    blackberry-debugtokenrequest -storepass storepass -devicepin 29D939F4 debugtokens\BB10_Dev_Alpha_debugtoken_29D939F4.bar
    

    Info: Debug token created.

    blackberry-debugtokenrequest -verify debugtokens\BB10_Dev_Alpha_debugtoken_29D939F4.bar
    

    Issue date: 28 June 2012 02:02:59 CEST
    Expiration date: 28 July 2012 02:02:59 CEST
    Features:
    702102004

    Info: Debug checked token.

    I checked the device PIN above (702102004) is correct. This is the decimal version of my device PIN (29D939F4)

    I tore the debugging, and here's the manifest token:

    Archive-manifest-Version: 1.2
    Archive-created-by: BlackBerry BAR package v1.4

    The package author: XXXX
    Package name: debug.token
    Package version: 0.0.0.8
    Package-Type: debug-token
    Package-author-certificate-Hash: XXXX
    Package-author-Id: XXXX
    Package-Id: XXXX
    Package-Version-Id: XXXX
    Package - Issue Date: 2012-06 - 29 T 00: 02:59Z

    Debug-token-system-Actions: run, multi_window, multi_instance, run_air_native, run_native
    Debug-token-expiration Date: 2012-07 - 29 T 00: 02:59Z
    Debug-token-device-Id: 702102004

    I was thrown for a moment of the date (Date of show-package -: 2012-06 - 29 T 00: 02:59Z) until I realized it was just

    my current time converted to offset - 0. I am currently in Toronto, where it is now UTC - 4.

    blackberry-deploy -installDebugToken "C:\Program Files (x86)\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.0.15\debugtoken.bar" -device 169.254.99.117 -password password
    

    Info: Send request: install Debug Token
    News: Expired session reset
    Info: Send request: install Debug Token
    Info: Action: install Debugging token
    Info: File size: 2273
    result::success

    Yet, the device don't like this token. Here is the result.

    Any ideas to know what could be the problem here?

    Thank you

    Stem

    Rod,

    I had the same problem with my alpha chips and debug dev. Setting date/time is the source of the problem.

    Here is the fix:

    • The mode of development
    • Set your date/time to June or the date in the past.
    • Check your token security and debugging
    • Debugging token becomes valid

      My date is June 25

    Let me know if this solution worked for you! Worked for me.

  • Add image assets, Dev Alpha B folder may show, but on Dev Alpha C not show

    Hi, I'm adding image on assets/images folder

    When I use the image (for use as point action imageSource), on Dev Alpha C not shown-> icon to see the default image layout.

    But on Dev Alpha B, icon of the image displayed.

    How to solve this problem?

    Before I had a record 720 x 720 as subfolder on the pictures folder. But I'm to delete it, because that is not reused.

    Could cause this problem?

    Thank you

    Hi, I found the solution

    Previous I rely on 10.0.10.261-> to image SDK does not appear is not on the Dev Alpha C, so I try on 10.1.0.1020 SDK and illustrated.

    Do I need to build two packages for each device?

    Thank you

  • "" "" Sizes of different icons, depending on the Tools toolbar, they are in? ' "

    I would like to have large icons on my navigation toolbar, but small icons in all other toolbars.

    Checking / unchecking the exchange of "small icons" box the size of all icons. For example, when I check the box, the icons in my navigation toolbar become small, but I want them to be great.

    Can anyone help?

    TotalToolbar: http://totaltoolbar.mozdev.org/

  • Change the size of the icons

    How can I change the size of the icons on my g4 motorcycle more homescreen?

    It is not possible to change the size of the icons for Google now Launcher. However - you can install any third party such as Apex Launcher / Nova if it's a real eye sore for you :-)

  • How can I reduce the size of the icons on my monitor

    How can I reduce the size of the icons on my monitor

    Even under Vista or Windows 7. Right-click on the DESKTOP, SELECT DISPLAY, and then select the size you want. If largest size, so inferior next select the size down.

  • How to increase the size of the icons in the notification area (lower right corner of the XP taskbar)

    For some reason when I booted up my laptop, the icons were tiny and too small for my eyes. I think it was related to the installation of TestOut LabSim software on the laptop, because I noticed that the problem after doing so.

    I was not yet aware that it was possible to adjut the size fo the icons in the notification area. All the links I found affect the icons in the start menu, or quick launch menu, but not the notification area.
    The notification area is now two-lines, if it used only one, but the size of the taskbar has not changed. My DPI settings are always set to 'large '. The display resolution is unchanged.

    The thing where you right-click the taskbar, choose 'Properties', then click on "Start menu", then customize, then choosing "large icons" is only the start, not the notification area menu. It is also already on large icons.
    In addition, the thing where you right click on the Quick Launch bar and ends by choose "large icons" affects only the Quick Launch bar, not the right notification icons.

    http://www.Flickr.com/photos/10736018@N05/5876069573/sizes/l/in/photostream/

    How do I do the large icons again so I can actually see them? My eyes are not more perfect, and I would rather not be squinting when using my laptop. I think seriously increase the DPI to 150% in its current form.

    Hi bhermance,

    Method 1

    Try the steps mentioned below and see if it helps.

    one) to open display, click Start, click Control Panel, click appearance and themes, and then click display.

    (b) click on the appearance tab, then Advanced.

    (c) now select buttons of legend in the list of items and increase the size.

    (d) click OK and apply

    Check if that helps.

    Method 2

    If the previous step fails, then I suggest that you uninstall TestOut LabSim software of the computer and check if it helps.

    How to change or remove a program in Windows XP

    http://support.Microsoft.com/kb/307895

Maybe you are looking for

  • Unable to download certain applications

    When I try to download apps like Instagram or the vine, he cancels the download. I hit the download button, for this, the circle loading bit, then it just stops and displays the download again button. I have an iPhone 5 c and it is updated to the lat

  • iPHOTO will not allow me to access

    I have a Macbook Air it was purchased at an Apple Store at the end of November. From the first day of use of the Macbook, iPhoto could not be accessed as we say that someone had cancelled the purchase or something in that sense. Earlier today, I trie

  • Auto locking unstoppable

    I'm having a problem with my computer laptop closing automatically after a few minutes of inactivity. I changed my battery and pulgged in preferences to read "NEVER", but for some reason any, that it is always locked after a few minutes of inactivity

  • Better understanding of the IVI COM adapters

    I found a lot of very incomplete information on IVI COM adapters and how they work. Most of the items or the forum thread I found generally include a 'magical' stage that I can't overcone on mine, where my ad here. I want to know is this: 1. say, I h

  • 8570W: 8570W does not powerup on docking station.

    I have a 8570W with an A7e36AA docking station. I used to work perfectly. Recently, I don't know what changed, I can not power on the base and the notebook. When press the power switch on the docking station, it lights up, and between 2 and 8 seconds