Ripple scrambled emulator interface

Hello world

I tried to enter in WebWorks and downloaded the emulator to ripple, but when I start it, I see the blurred, according to my attached image interface. No idea why? I tried to reinstall without success. Is there a dependency/setting I need to change?

http://I39.Tinypic.com/fp0yfl.jpg

Thank you

James

Another thing you can try is to disable hardware acceleration. You can do this by editing the config.ini file. The best way to find this file must open Start -> run and type %APPDATA%\Research in the Motion\Ripple. Open the config.ini file in a text editor and change enableHardwareAcceleration = 0.

Make sure that the application is closed before you change the value.

Tags: BlackBerry Developers

Similar Questions

  • Problem with autonomous ripple: not more GUI and panels

    Hello

    Until today, the ripple standalone emulator worked.

    Then, I started today, and it brings the 404 blackberry without any UI Developer site (address bar, panels, etc...).

    I have not found a way to reset the emulator of ripple in fresh condition.

    I even tried uninstalling and reinstalling without success.

    Any idea?

    Thank you

    Emmanuel / Alocaly

    Hello Emmanuel,.

    Can you please navigate to the following folder:

    C:\Users\[user]\AppData\Roaming\Research in Motion\Ripple

    Here, please Edittheconfig.ini file and check that:

    windowContent =http://developer.blackberry.com/ripple/

    In addition, please remove all except the config.inifile. Note, you will need to complete your training with your SDK paths settings after that.

    This should reset your Ripple emulator to point to the correct location.

    If you are on a different operating system, could you please confirm what OS you are using?

  • Problems with MAC WET11 cloning features

    Hello

    I'm having a devil of a time to set up my v2 WET11 to allow my XBOX be fully connected. I can configure and connect the bridge, ping, ftp files to XBOX etc. Only problem is when I try to play bound. I can see the game in progress on the second XBOX but cannot participate. Related game works perfectly when Xbox is wired to the router.  I know that play bound depends on each game console broadcasting their MAC, so I need to clone the MAC address of the XBOX to use the bridge.

    Unfortunately the WET11 web configuration interface I cannot do. Under Settings/Advanced cloning Mode, all controls are disabled - greyed. This includes the control that allows you to turn on cloning.  I took a shot the script behind the page and it seems that it checks to see if 'disable cloning' is selected and if so, disables all controls of cloning, including one that would allow me to get back on. Since the default value is disabled, it is the programmatic equivalent to lock the keys in the car. You can take a look at here emulated interface:

    http://UI.Linksys.com/files/WET11/v2/advanced.html

    Of course, the demo is fully functional and do not exhibit the problem...

    Many people have described solve their XBOX related play questions by cloning the MAC address of the XBOX and see change settings using the web interface.

    I tried different versions of the firmware 2.06 and 2.07, 2.08 USA 2.08 EU. Same results. Tried the Installer Wizard 1.06 worm, but he does not even include the MAC settings.

    Had two cats different with online support agents and the two seem as puzzled as I am.

    Am I missing something obvious? Depends on the availability of cloning parameters options elsewhere in the config utility?  Is the interface designed for cloning taking place without intervention of the user on the v2 and v1? (doubt)

    Has anyone else seen elsewhere?

    I know that people have written code to pull the strings of parameters off the unit then maybe the reverse is true and I can write the script to directly change the settings.

    Any suggestion would be appreciated.

    Rick

    Well well well - apparently the firmware is not totally compatible with IE7. Downloaded Firefox and the interface works as advertised.

    Rick

  • To open the app in the simulator of BB 10 Alpha Dev in debug mode

    Hello

    I develop black berry 10 webworks app. I use the latest version of the sdk provided and the dev alpha 10 blackberry Simulator to run the application. I am also using the ripple chrome emulator to test and debug the application.

    I want to debug the application on the simulator using the browser webkit or something like that, but for some reason I'm not able to do.

    While the application of packing, I inserted the - d option. It says on the bb site which

    "With your application running in the Simulator in a desktop browser, type http://:."

    I tried to but could not see the application in debug mode.

    I tried port numbers, since I was on the apache server

    8080,8181,85...

    Could any body help me with this

    Thank you very much in advance

    See you soon

    Because you added the - d option, it should work very well. All you need to do is put the device/Simulator in developer mode (settings-> Security-> Developer Mode) and I guess you have already done this. In almost all cases, I worked with BB PlayBook and BB10 all what you need to do now is the point of your browser Chrome this URL + port:

    http://:1337
    

    The INVESTIGATION period should not be the problem since you already deployed the app on the Simulator, I guess? So give it a try with the port number and it should work now.

  • Cannot access api blackberry.io in application?

    My config file looks like this:

    
    http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="1.0.0">
      App Name
      My Name
      
      
      
          access_shared
      
      
      
    
    

    I am trying to enumerate the directories of the application:

    but in my javascript when I do this:

    var dirs = blackberry.io.dir.appDirs;
    

    I get an error in the training console saying: "ReferenceError: can't find variable: blackberry»

    The ripple info is:

    Ripple Mobile Emulator (v0.9.1)

    • Ripple UI (v0.9.2)
    • Ripple frame (v0.9.1)
    • Ripple generation & deployment (v0.9.0)

    What I'm doing wrong here?

    In fact, he sews the problem is actually that the page's load event is triggered two times.  The first time BB is not set, the second time it is. Not sure why the charge occurs twice.

    ~ S

  • Inner and outer window height from 346 on Q10

    Hello

    I have an application based on sencha touch 2.1, for this I replaced the Ext.viewport.Viewport and there I found that window.innerHeight and Window.outerWidth from 346 and complete application UI become blurred.

    If I run the same application on ripple Server emulator Q10 that it is in very good shape. In the emulator, I get the inner and outer height 720.

    Please give me a workaround to resolve the problem.

    Thank you & best regards

    Arun

    Ext.define ('Ext.viewport.Blackberry', {}
    expand: "Ext.viewport.Default."
    constructor: function {(config)
    This.superclass.config.Height = this.getWindowHeight () + "px";
    this.callParent ([config]);
    Back to this;
    },
    getWindowHeight: function () {}
           
    needs more height of the browser ONLY when you run in webworks.
    If (Ext.os.version.match ('7.0')) {}
    Back to 640;
    }
    If (Ext.os.version.match ('7.1')) {}
    Back to 640;
    }
    return window.innerHeight;
    }
       
    }, function () {}

    });

    Insert a new Blackberry specific display window
    Ext.define ("Ext.viewport.ViewportOverride",
    {
    replace: "Ext.viewport.Viewport."
    constructor: function {(config)
    Alert ("Ext.override Ext.viewport.Viewport" + Ext.os.name + "vr" + Ext.os.version);
    var osName = Ext.os.name,
    viewportName, window;

    switch (osName) {}
    case "Android":
    viewportName = (Ext.browser.name == "ChromeMobile")? 'Default': "Android";
    break;
               
    case 'iOS ':
    viewportName = 'Ios ';
    break;
               
    case "BlackBerry":
    case study 'the other ':
    viewportName = "Blackberry";
    break;

    by default:
    viewportName = "Default";
    }

    Viewport = Ext.create ('Ext.viewport' + viewportName, config);
    return the viewport;
    }
    });

    This will be your meta tag

    Try something like this at the beginning of your HTML code

       if(typeof window.devicePixelRatio != 'undefined') // Does device support devicePixelRatio?
            {
            dpr = window.devicePixelRatio;
            }
    
        var meta = document.createElement("meta");
        meta.setAttribute('name','viewport');
        if(dpr) // Set up the right meta
            {
            meta.setAttribute('content','initial-scale='+ (1/window.devicePixelRatio) + ',user-scalable=no');
            }
        else
            {
            dpr = 1;
            meta.setAttribute('content','user-scalable=no,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,height=device-height,width=device-width');
            }
    

    The reason for that happening is that Q10/Z10 have screens high density with a devicePixelRation around of 2 so the lack of scale to about 0.5 (the above is the exact amount)

  • Absolute amateur Java cards!

    We continue to BE computers 3rd years. We want to do a live project on java card. Can anyone suggest me the procedure step by step for the realization of this project.
    (Including hardware and software configurations)

    You could get a card reader and a few cards online for less than $100. I did have to buy small amounts online, so I'm not sure of the best place to watch. You could try eBay.

    Omikey 5321 V2 is a double contact (contact and contactless reader)
    (Gemalto) GemPlus GemPC twin is a player only contact
    You can search for cards of one of the major suppliers like Gemalto, JCOP (NXP), OCS, and G & D. You should be able to find a lot of maps JC2.2.1 and some 2.2.2 maps. You can get contact only or double (some with MIFARE emulation) interface.

    The list is long.

    You're going to pick up the equipment depends on your needs. To start, you can use the emulator that comes with the JCDK as long as you use a supported platform (not OS X supports).

    See you soon,.
    Shane

  • Made on emulator ripple 9860 and real device 9860 user interface is different for blackberry OS 7.0

    Hi all

    I have developed a hybrid application that works fine on Android for almost all the resolutioh which I have supported.

    For blackberry, I am building and pacakging an application using the ant tool. During the installation of file .cod devive 9860 having OS 7.0, landing page UI get distorted. Running on the ripple 9860 device, UI reneders correctly.

    Please clarify that ripple is to check the user interface on differnet devive resolution or just for the pacaging and building application.

    Thanks in advance

    Usually the user interface between ripple and a device will be, although there may be small differences. Remember that the unit is running the BlackBerry WebKit application on an ARM architecture, while the ripple uses the implementation of WebKit in Chrome on an architexture that corresponds to your operating system. While the bot Webkit implementations, there may be differences in the way they make; all the more up-to-date the implementation on OS 7.0, your implementation of desktop browser is likely.

    That being said, there is not usually very big differences; specifically, you mentioned the word distorted. Could you provide a comparison of the screenshot of what you're talking about?

    In most cases, ripple should provide solid representation, but is always recommended to test on a simulator/device.

  • How to generate the file .cod using the emulator of ripple?

    I want to pack my blackberry phonegap app using the emulator to ripple.
    The application should run on blackberry devices of series x 9 e.g. blackberry os 7 or earlier.

    For this I used Blackberry 2.3.1.5 WebWorks SDK.

    So please suggest me some ways to package the application using emulator ripple.

    Ripple can only directly build with the WebWorks SDK which is different from that of the PhoneGap SDK.

    SDK PhoneGap operates the WebWorks SDK, which can cause some confusion, but the process is different.

    Unfortunately, ripple doesn't fit with the PhoneGap SDK / tools to allow you to build like PhoneGap.

    That being said, there is the documentation available here, which describes how to use PhoneGap tools build for BlakcBerry:
    http://docs.PhoneGap.com/en/edge/guide_platforms_index.MD.html

    You will need to use the command line interface to package your HTML5 project as a BlackBerry PhoneGap application.

    Alternatively, you can build with ripple / WebWorks directly (i.e. omit PhoneGap completely) as shown here:
    https://developer.BlackBerry.com/HTML5/documentation/webworks_testing.html

  • Ripple emulator installed not my chrome. He said this extension listed is not in the chrome Web store

    How to install emulator ripple

    Drag Drop technique not use

    search for emulator ripple chrome aps

    Install ripple emulator beta

    Turn on so use it

    Thank you

  • Problem with emulator no config.xml file found in the root of the file .zip Blackberry 10 ripple

    I just started development for blackberry 10. I had developed application in the native language. But with blackberry 10 I get "no config.xml file were found at the root of the .zip file" when I run my Hello World application on emulator of the ripple.

    Help is appreciated thanks.

    Here what I got on emulator ripple

    Here's my Helloworld project structure

    Your config.xml file is probably invalid.

    Copy and paste it into this XML validator. http://www.w3schools.com/XML/xml_validator.asp

    If there is a training error will not be able to correctly parse.

  • Error in the application using emulator ripple of packaging

    Hello everyone, I'm on emulator running continuous for the packaging of the app for blackberry help SDK Blackberry Webworks 2.3.1.5 7os.

    When I click the package button I get error as follows:

    Build request failed with the message: error: ENOENT, remove the link "C:\Documents and Settings\AtikJ\RippleSites\HelloWorld\PKG\HelloW.zip".

    So please suggest me some solutions...

    Thanks for your reply...
    My machine is computer 32-bit... Also I use JDK 1.7...

    I solved this problem...
    It must specify the path of our webworks SDK in the option settings of the emulator of the ripple.
    So avoid all space charater in the path of the SDK...
    for example c:/Program Files / Research In Motion /... is not valid.

    c:/ResearchInMotion/BlackberrySDK2.3.1.5... This is correct.

    Another thing I've done is in the bbwp.properties file located in the webworks SDK bin directory... I've provided the correct path of the JDK. Also I put environment variables.

    After completing these steps cod and alx files are generated.

  • How to download and install the emulator ripple signed App from a Web site

    I've packed with success and sign my application using emulator of ripple. After the packaging and signing process completed three directories were created in my corresponding output directory. Directories are listed below:

    OTAInstall

    StandardInstall

    ApplicationNameDirectory

    In the OTAInstall directory, there are 18 files (files with the following extensions: cod, jad, and 1 - 16.cod)

    In the StandardInstall directory, there are 4 files (files with the following extensions: alx, cod, csi, cso)

    In the ApplicationNameDirectory directory, there is a copy of the original of the application

    My question is which files should I put on my site for visitors can download and install the application on a Blackberry smartphone.

    Any help is appreciated

    Thanks in advance

    WS1

    Well, since I'm testing with friends, I downloaded all in a folder and then told them to click on the jad file.  They were able to see all the files even if, as the record was available.

    The jad file contains app and author info and BB will automatically download the cod files when the user clicks on download.  Are you talking about a link in a web page well?  If so, see this:

    http://StackOverflow.com/questions/7531174/how-to-provide-JAD-file-download-link

    and

    http://StackOverflow.com/questions/3725989/providing-JAD-file-download-link

  • Cannot start the emulator Ripple

    My computer is Windows 7 (64-bit). I tried to use the Ripple development smartphone emulator.

    I installed the emulator of ripple on C:\Program Research In Motion\Ripple 0.9.0.16

    and BlackBerry WebWorks SDK in C:\Program Files (x 86) \Research in Motion\BlackBerry WebWorks SDK 2.3.1.5

    These are the locations by default, the installation program provided.

    When I double click on the folder icon in the start menu, the program does not even appear, waving the emulator does not start. I even restarted my computer but nothing is running.

    Not sure if it's the same problem, but removing the c:\users\\appdata\roaming\Research In Motion\ Directory After uninstallation of ripple, then reinstall fixed any issues with waving to me. I hope this helps.

  • More recent emulator ripple to not cross-domain proxy

    My apologies if this question has already been answered, but I just took the time to install the last ripple emulator after much frustration with earlier versions... and now, after following these instructions to the 't', I still can't use the emulator again because it will not allow the domain ajax calls...

    Can someone enlighten me please what I need to do to make this work.  I can provide any other information is needed to help solve this problem.

    Thank you

    OK, so maybe my modified shortcut icon not been fired currently, so I manually chrome.exe launched from the command line with the following parameters:

    -enable-extensions-disable-web-security

    and it works.

    Thank you.

Maybe you are looking for