Blackberry Cascade UI support

No one knows when eclipse for blackberry will get support for the beta version of the interface user of Cascade infrastructure. I'm really eager to know

I asked on Twitter and I was told that 'open beta to begin early in the new year'

https://Twitter.com/#! / BlackBerryDev/status/149598791031463936

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry SmartPhones that Support Themes

    Hello, I made a theme and made compatible with these BlackBerry SmartPhones:-1) "BOLD" 2) BOLD 9700) 3 BOLD 9650 9000 4) TORCH 9800 5) curve 6) CURVE 9300 8950 7) of the CURVE 8900 8) CURVE 8500 9) CURVE 8350 10) CURVE 8330) 11 TOUR 9600) 12 PEARL 9100) 13 STORM 9500 14) STYLE 9670 15) in PEARL 8100 16) PEARL Flip 8200 17) CURVE 8300 Series 18) 8800 I just wanted know there there any BlackBerry smartphones that support Themes? Thankx

    Basically in this link of the number model 8000 and higher, but not those of the OS 7.0 or higher.

    http://en.Wikipedia.org/wiki/List_of_BlackBerry_products#Consumer_models_.288000_-_9000_series.29

  • BlackBerry 10 does support the mp4 codec avc video.

    BlackBerry 10 does support video codec avc mp4 when you use the html5 video tag.

    Concerning

    Hi galois,.

    Here is a list of all compatible video formats:

    https://developer.BlackBerry.com/develop/supported_media/bb_media_support_at_a_glance.html#kba132873...

  • What version of the BlackBerry browser supports the HTML5 video element? Any estimate of the number of blackberry phones that support video?

    What version of the BlackBerry browser supports the HTML5 video element? Any estimate of the number of blackberry phones that support video?

    The

    https://developer.BlackBerry.com/HTML5/documentation/html_elements_2006657_11.html

  • Why blackberry does not support flash?

    Why blackberry does not support flash?

    We do it.

    
    

    You can activate it in the browser via the settings menu. As you have probably heard talk, Flash is going by the wayside in favor of a successful solution of non IE: etc. of audio/video/Web HTML.

  • BlackBerry Z3 OTG support

    Can Z3 BlackBerry and BlackBerry Bond support otg cable?

    arbind_iibm wrote:

    Can Z3 BlackBerry and BlackBerry Bond support otg cable?

    The Z30, the passport and the classic are the only OTG compatible devices. Hey I could be wrong but from what I've read without doing a quick search on google won't hurt.

    You can also remove your phone # deactivate your profile it is an public Ant

  • BlackBerry Smartphones BlackBerry PRIV: amps support

    Hello

    first:

    I did not yet find a forum for the new PRIVATE of BlackBerry. It would be very useful to have to ask pre-sales questions like mine like you already accept them pre-orders. That way I wouldn't need to post in the wrong forum, as I am doing right now...

    Now the real question:

    Does PRIVATE BlackBerry support amps?

    I expect to support it, of course, as also the other current BlackBerry phones, but I wanted to just make sure before I decide to buy it.

    Best regards

    Andreas

    Hi @ab-tools

    I can confirm that PRIV contains AMPS support. I hope this helps!

    Thank you

  • Streaming audio BlackBerry Cascades

    Hello

    I tried a few codes example on streaming:

    Well, unfortunately, none of them work for me. This is the code that I put in place of the first link:

    import bb.cascades 1.0
    import bb.multimedia 1.0
    // ...
    Page {
    Container {
    // ...
    
    attachedObjects: [
    MediaPlayer {
    id: player
    sourceUrl: "http://198.50.238.203:7014"
    
    // Set these properties for video
    videoOutput: VideoOutput.PrimaryDisplay
    windowId: fwcVideoSurface.windowId
    
    onMediaStateChanged: {
    switch (player.mediaState) {
    case MediaState.Unprepared:
    break;
    case MediaState.Prepared:
    break;
    
    }
    }
    }
    ]
    ForeignWindowControl {
    id: fwcVideoSurface
    windowId: "myVideoSurface"
    visible: boundToWindow
    
    updatedProperties: WindowProperty.Size |
    WindowProperty.Position |
    WindowProperty.Visible
    }
    
    // ...
    
    Button {
    id: btnPlay
    text: "Play"
    onClicked: {
    if (player.play() != MediaError.None) {
    // Your error handling code here.
    }
    }
    }
    
    Button {
    id: btnStop
    text: "Stop"
    onClicked: {
    player.stop();
    }
    }
    
    Button {
    id: btnReset
    text: "Reset"
    onClicked: {
    player.reset();
    }
    }
    }
    }
    

    I opened the file pls (http://198.50.238.203:7014 / 8400/listen.pls). So I get this url: http://198.50.238.203:7014 /
    When I pressed the button to play from the first example, I got this message (I can't listen to music) in the console of QNX Momentics IDE:

    START 1 MediaPlayer::play
    START 1 MediaPlayer::prepare
    START 1 MediaPlayerPrivate::generateAudioOutputUrl
    MediaPlayerPrivate::generateAudioOutputUrl: audioOutput=Default
    => END 1 ( 1 ms):
    START 1 MediaPlayerPrivate::generateVideoOutputUrl
    MediaPlayerPrivate::generateVideoOutputUrl: videoOutput=PrimaryDisplay
    MediaPlayerPrivate::generateVideoOutputUrl: windowId="myVideoSurface"
    MediaPlayerPrivate::generateVideoOutputUrl: windowGroupId="mainWindow-174317799-36F3F97AA7224633-0"
    => END 1 ( 2 ms):
    START 1 MediaPlayerPrivate::updateAudioOutputParams
    => END 1 ( 1 ms):
    START 1 MediaPlayerPrivate::attachInput
    MediaPlayerPrivate::attachInput: url=QUrl("http://198.50.238.203:7014")
    UIToolkitSupport: Unrecognized scheme "http"
    MediaPlayerPrivate::attachInput: Attempting to attach input. url="http://198.50.238.203:7014", type="playlist"
    START 1 MediaPlayerPrivate::lastError
    => END 1 ( 0 ms):
    MediaPlayerPrivate::attachInput: Attempting to attach input. url="http://198.50.238.203:7014", type="autolist"
    START 1 MediaPlayerPrivate::lastError
    => END 1 ( 0 ms):
    MediaPlayerPrivate::attachInput: Unable to attach source input. url="http://198.50.238.203:7014", e=UnsupportedMediaType
    => END 1 ( 503 ms):
    MediaPlayer::prepare: Error attaching input source, error=UnsupportedMediaType
    => END 1 ( 508 ms):
    MediaPlayer::play: Unable to prepare the player. error=UnsupportedMediaType
    => END 1 ( 508 ms):
    START 1 MmrContextNotifier::onReadyRead
    MmrContextNotifier::onReadyRead: QMap(("@play-queue", PpsAttribute(Object, QFlags(0x4) ,  QMap() ) ) )
    START 1 MmrContextNotifier::onPpsPlayQueueChanged
    => END 1 ( 0 ms):
    => END 1 ( 1 ms):
    START 1 MmrContextNotifier::onReadyRead
    MmrContextNotifier::onReadyRead: QMap(("@play-queue", PpsAttribute(Object, QFlags(0x2) ,  QMap() ) ) )
    START 1 MmrContextNotifier::onPpsPlayQueueChanged
    => END 1 ( 0 ms):
    => END 1 ( 0 ms):
    

    The same problem has been resolved here http://supportforums.blackberry.com/t5/Native-Development/MediaPlayer-or-Media-Player-invoke-to-play...

  • _doPostback(), calendar and dropdown control does not work on blackberry: RIM's support that?

    Hi all

    I develop mobile site in ASP.NET 2.0, which should work on most common browsers includes blackberry.

    but javascript _doPostback(); fuction does not work, also dropdown selectedIndexChange event also does not work.

    drop-down list and calendar control internally uses _doPostback().

    RIM who makes? If not, then what is the alternative for the drop-down list (I have a lot on my pages).

    Please, give me your feedback if RIM supports _doPostback(); or not.

    Thanks in advance.

    great! It works fine now.

    Thank you all for posting.

  • BlackBerry Blackberry Smartphones is supported their phones?

    I looked around their site (BB) trying to find a phone or text support number.  I still can't sync calendar and get an warning 0x3b21 code when I try.  I have a couple of days before I keep the phone or return it.  Back is fine now.  I can't believe that for their phone support is so elusive.  I appreciate the work of you trying to solve problems on this forum, but blackberry is not a real tech support center? I just thought that I was frustrated when I couldn't get tech support English speaking personel service for my Dell.  It is a real frustration. I spent hours trying to get this to work on two different computers, both with Outlook 2000. I have re-installed with different messaging and options of Director and get nowhere.  If he's not going to work, would be someone just told me that Outlook 2000 don't sync with a 8310 and I will return to my cheep phone that works seamlessly.

    Manufacturing for BlackBerry support is exactly the same you get to Windows. You must obtain suppor from which you bought the appliance. For example, if you buy an HP computer you must go back to HP for Windows support. If HP is unable to solve the problem, then HP may open a case with Microsoft on your behalf. Same thing with the BlackBerry. If you have purchased a Verizon BlackBerry, you must pass Verizon for support.

  • BlackBerry Smartphones BB support phone number?

    Hi, I have just my BB 9900 week last of the RIM (not carrier) and it won't turn this morning, after a night of load.  The red light flashes (3 seconds for 15 seconds), tried to charge in different ways (wall, usb cable), pulled the battery during the charge and all not, nothing in help.

    Seems that others have had this problem too, but not solutions.  I want to call someone, but don't know where to call.  Cannot call Rogers, they are probably not helping because the phone is directly of the RIM, so unblocked.

    Know a number I can call?

    Where did you buy the 9900 "directly from RIM"?

    You have a store or link address?

    RIM does not phone except through their support incident of pay...

    If you selected which:

    http://us.BlackBerry.com/support/programs/technical/incident.jsp#tab_tab_internet

  • Service of blackBerry Smartphones not supported

    When you attempt to ringtones motorola Krazr for Blackberry 8310 bluetooth, I get the message 'service not supported '. Phones are connect without problem, but do not file transfer. What is the problem and how to fix it?

    To use the BB as the receiver, just replace (in mode) everything you do on the transmitter unit non - BB.

    Now, what you said in that last post is BB to any other device (you the first post was the opposite) - if so, then you would substitute whatever the other device must do as the receiving device and follow the instructions of the transmitter unit as the BB KB.

    Get it? Just use each half of the statement for whatever is the BB... the transmitter or the receiver. Then replace the other set of instructions with whatever the other device non - BB should do in order to be the sender or the receiver.

    Good luck and let us know!

  • BlackBerry smartphones is supported for the East Asian languages for the Blackberry Bold 9780 on O2?

    Hello, I hope someone can help me with my problem. I'm new to the whole Blackberry I just bought my first BB camera a few days ago so please understand if I don't know what words are in the world of Blackberry. The questions will be in bold.

    So, I recently bought a Blackberry Bold 9780 and I am very satisfied with the overall product. However I was wondering if there was support for the East Asian languages (Chinese, Japanese, Korean etc) for my 9780 BB which is on O2 UK.

    Right now, in my languages options, I can only entry for most European languages (English, Spanish, French, etc.) There are no options for languages of East Asia at all. When I try to display all messages or go on the browser which are languages of East Asia, I don't see one set of black boxes.

    I know there are software updates to update your device to take charge of specific languages, so I checked the software downloads page that interests me.

    O2 - UK users, they have two packages:

    -BlackBerry Handheld Software v6.0.0.905 (all languages)

    Package Version: 6.0.0.905
    Composed of:

    • Applications: 6.0.0.294
    • Software platform: 6.5.0.54
    • File name: 9780AllLang_PBr6.0.0_rel905_PL6.5.0.54_A6.0.0.294_O2_UK.exe
    • File size: 180,72 MB

    -BlackBerry Handheld Software v6.0.0.0905 (Multilingual)

    Package Version: 6.0.0.905
    Composed of:

    • Applications: 6.0.0.294
    • Software platform: 6.5.0.54
    • File name: 9780jAllLang_PBr6.0.0_rel905_PL6.5.0.54_A6.0.0.294_O2_UK.exe
    • File size: 185,61 MB

    Then How do I know which package I currently installed on my device because the application number and the number of software are identical.

    On my device it details shows: v6.0.0.294, (905 Bundle, platform 6.5.0.54)

    So I wonder if none of the above two packages have the option to enable East Asian language support.

    I'm sure I have the latest update for my camera that I can't update more far depending on the desktop software and my phone. So If I move to another package, how do I go to do?

    I mainly use a MAC, but I can also have access to a PC too. I don't know if it's important, but I think that there is a difference between the Desktop software on each computer that is used to update your software.

    If possible, it is that I would be able to download another package that has the support of another service provider East Asia and update on my own? Or is it too risky because it may crash my machine?

    And my last question, so it is likely that O2 can do in the near future if there is no option for the language support East Asia now,?

    Sorry if I rambled on a bit too much or too many questions. I just want to know if its possible to enable language support is now, otherwise I will waste countless hours looking for a method. I looked to see if there were similar questions, asked the Board of Directors, but none was really specific to my needs.

    A big thank you to everyone who sits reading through this. I appreciate the responses.

    Thank you.

    Do not know if you understand how to do this, but I did these steps and it worked fine:

    1. https://www.blackberry.com/Downloads/contactFormPreload.do?code=7D2A383E54274888B4B73B97E1AAA491&dl=... go here and download the version of v6.0.0.0905 (Multilingual) BlackBerry Handheld Software.

    2 install the downloaded OS on your computer, you need the files of this new OS more later to add multi language support for your BlackBerry device.
    C:\Program Files\Common search in Motion\Shared\Loader Files\9780AllLang_v6.0.0.294_P6.5.0.54
    The CJK.alx is the file that you will use later.

    3. use Desktop Manager to save your BlackBerry (better safe than sorry)

    4. before installation, go to your AppLoader folder, for example C:\Program Files Research In Motion\AppLoader and move the Vendor.xml to a backup directory, if you have kept a copy of the file. The loader.exe allows to load up the AppLoader, follow the instructions in the wizard.

    He automatically gave me a list of applications and languages, if you scroll down see you East Asian languages check those you want that I checked Japanese and Thai language and font support. If you do not see these click on 'Add' at the top and navigate to the CJK.alx file.

    So let the application loader it's thing, after that everything should work.

    Hope this works for you also. I take no responsibility of bricking your phone.

    BlackBerry should be an option to install more languages via the phone.

  • BlackBerry Smartphones guaranteed support for an unstable "BOLD"

    So, sorry that my first message is a request, however, I have problems with my relativley new Blackberry bold 9650 on Verizon Wireless network.  Let's first the battery life is terrible, I'm 1.5 days max compare this to my Curve 8330 I got 3.5 days of solid battery life.  Don't forget not the time above battery are using a relatively light perhaps 15 to 20 e-mails a day during the very week Fatima do they have pictures or attachments, I never use the media apart from the Fatima functions very camera, the backlight is at its lowest setting, it is in a case and currently because I'm 400 miles to my car bluetooth is disabled.  The other major problem is that this thing constantly loses the Internet network.  It will mainly hold the voice connection but often (once or twice a day), I have to do a battery on which pull I immediantly get 4-5 important emails.  I thought that it is a problem with my verizon coverage in Buffalo, I had similar problems of network (although one or two times a month) on my BB Curve 8330 after moving to Buffalo, now I'm in New York and if anything the problem got worse.  I can not even find a link to BB on-site warranty claim, yet once I don't need support technical I need a new bloody phone, I bought it on 09/10/10 and it has been worsening steadily every day.  Thanks again I hope I had a lemon and is not a widespread problem, all I can say is that I am not very impressed.

    Yes, I did a wipe but was still that they are sending me a new one, on the path above the unit kept SOS mode and the web has lost several times.  I expect the battery to last a single day which sucks really (I'll have to order some more of China via amazon) girl at verizon had a nasty attitude saying I had too many apps running (because I downloaded some new stuff and establishing parameters) however one of the tookover Tech and said suck battery due to CDMA but his should not fall the web service , they are a night there me a new.

  • BlackBerry Smartphones is supported Link PRIV?

    BB help us users PRIV with BB link so that it can be used as we are accustomed with our previous BB10 devices...!

    HELP HELP HELP...!

    BlackBerry link does work with the private, so you're out of luck.

Maybe you are looking for

  • Serial number for Apple Watch displays error message on website coverage Checker every time I've tried?

    I bought a 38mm Rose Gold Apple Watch on eBay and it came not in its original box, but it looks like the charger cable is real. No USB no wall adapter socket, however. When I enter the serial number on https://checkcoverage.apple.com/gb/en/ it return

  • Satellite P205 put to sleep when to use ext monitor now cannot wake

    Laptop was fine I used perfect hibernation was very good. Selected accident sleep in vista instead of the stop. Instead of the blue light blinking amber there was no light. Now, does not start. Config: AMD CPU 3 GB ati video Day before I have Setup k

  • Subtitles SRT on Smart TV - 40L7335DG

    Hello: I just bought a Smart TV Toshiba 40L7335DG and when I try to watch content from a USB key with video (AVI, MP4, MKV,...) and subtitles in. Format SRT (most common) I don't see the subtitles on the screen. The video file and the subtitle file h

  • Save the LV of many plots to Excel chart

    I have a LV graphic with ten plots on it. You will just need to save it in Excel. Many attempts and problems. Is it still possible without sending all data to Excel table, then a link to the chart in the same workbook?

  • How to determine if the XP operating system is genuine

    They gave me this computer, Dell Precision 340, which had been built in 2003. He moved with Windows XP Pro version 2002 registered 3 pack. I was on the site of Microsoft trying to download Security Essentials and the site told me that this operating