Support of 10 BlackBerry API profile

I was wondering in native bb10 or webworks if there will be a profile API to give you access to the mobile profiles to allow you to change and update?

No such API was announced or discussed. What you can do is to send your users directly to the page of appropriate settings using a navigator_invoke() call or the equivalent in WebWorks (assuming there is one). In this case, you would use a URL of type settings://wifi.  See https://developer.blackberry.com/native/reference/com.qnx.doc.bps.lib_ref/com.qnx.doc.bps.lib_ref/to...

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry API supports the reflection?

    Hello

    So far, I found no clue as the BlackBerry api support for reflection.  As we know, if this is supported, which would bring so much practice. (Android has this support now.)

    BlackBerry is a flavor of J2ME, which doesn't support reflection, annotations, generics or other cool and useful Java features.

  • Hello.. I justwant to know, what are mobile devices supported by the Blackberry 5.0.4 Server? ...

    Hello..   I justwant to know, what are mobile devices supported by the Blackberry 5.0.4 Server?  ...

    is BES 5.0.4 supports veterans and the latest devices?

    Someone please help.

    BES 5 supports all devices that are not run BB10. This includes any device running OS 7.1 or lower (e.g. 99xx 98xx, 97xx, 96xx, 93xx, 92xx, 9000, 91xx, 95xx, 87xx, 88xx, 89xx, etc..)

    BB10 devices require a BES or higher to 10.

  • is not abstract and does not substitute the abstract method callLogRemoved (net.rim.blackberry.api.phone.phonelogs.CallLog)

    Can someone tell me why im getting the following error

    is not abstract and does not substitute the abstract method callLogRemoved (net.rim.blackberry.api.phone.phonelogs.CallLog)

    callLogRemoved is set, I tried to remove it and it also gives me the same error

    Here is my code

    Thanks in advance for answer

    Net.rim.blackberry.api.phone import. *;
    Net.rim.blackberry.api.phone.phonelogs import. *;
    //*******************************************************************************//
    public class mylistener extends Thread implements {PhoneLogListener}

    {} public void callLogRemoved (int arg0)
    System.out.println("/***/"); "
    System.out.println ("CallLog removed');
    System.out.println("/***/"); "
    }
    {} public void callLogAdded (int arg0)
    System.out.println("/***/"); "
    System.out.println ("CallLog added");
    System.out.println("/***/"); "
    }
    ' public void callLogUpdated (int arg0, int arg1) {}
    System.out.println("/***/"); "
    System.out.println ("CallLog update");
    System.out.println("/***/"); "
    }
    {} public void reset()
    System.out.println("/***/"); "
    System.out.println ("CallLog Reset");
    System.out.println("/***/"); "
    }

    }

    Javadoc documentation:

    public void callLogRemoved (CallLog cl)

    but you have coded:

    public void callLogRemoved (int arg0)

    An int is not a CallLog, so these signatures do not match.

  • E-mail BlackBerry API.

    Hello

    I create a socket to my servlet to send the mail from my application (I need more control of my server)

    but for that I need the host, the user name, the password and the port of the user's e-mail account.

    Is it possible to retrieve this information using blackberry api?

    Thank you.

    No standard API BlackBerry.

    As I understand it, the Blackberry connects directly to your e-mail account as a client SMTP anyway, so I don't even think this information exists on the device.

    Personally, after installing various controls in order to ensure that our server is NOT used as a relay, I highly doubt that you will be able to link into the email account of the user in the way you described it, even if you have this information.

  • Download Blackberry API

    Hello world

    I would like code when I'm offline (on a plan or somewhere without internet access), but I can't find the Blackberry API to download. Someone knows a site where I can download Blackberry API 5, 6 or 7?

    Thanks in advance

    Lucas

    Downlode RIM JDE any version

    http://us.BlackBerry.com/developers/javaappdev/javadevenv.jsp

    and install... .you should find a HTML link, which contains the associated OS API.

  • Help me! Class 'net.rim.blackberry.api.homescreen.HomeScreen' not found!

    I use HomeScreen to change my default application icon. But message: class 'net.rim.blackberry.api.homescreen.HomeScreen' not found. Help me. Thank you!

    do not use applications built with jde 4.7 on simulators (or devices) with a lower OS.

  • BlackBerry Api Native to decompress the file

    Dear all,

    Is there the BlackBerry API for native unzip. ?

    If so:

    How I can do.

    If not:

    is there another solution for it.

    Thank you.

    I researched and found this helpful post by peter_strenge

    http://supportforums.BlackBerry.com/T5/Java-development/unzip-zip-archive-with-sample-resource-insta...

  • TFLN startup error: class 'net.rim.blackberry.api.homescreen.HomeScreen' not found

    I am beta testing my app and it works fine for me in all simulators and a 9530 Storm. But one of my beta testers reported the app doesn't launch and gets the error:

    TFLN startup error: class 'net.rim.blackberry.api.homescreen.HomeScreen' not found

    I can't imagine how that could happen. Any ideas? Thanks in advance.

    DentateGyrus wrote:
    The user's phone is "BOLD" with the OS update for it. He didn't give me a version number, but I guess than 4.6. It was compiled in 4.7, but works perfectly well in the "BOLD" Simulator.

    An application built in version 4.7 is not compatible on the 4.6 version.  Please refer to the following.

    What is - an appropriate version of the BlackBerry JDE
    Article number: DB-00537

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/What_Is_-_Appr...

  • What is the BlackBerry API to delete the SMS Message?

    I read a lot of articles and the forum here and elsewhere on the web, but could not found any method of BlackBerry API to remove the coming application SMS message. Please help me solve this problem. I use following code for incoming SMS reading:

    Code to listen to any incoming SMS:

    Import javax.microedition.io.Connector;
    Import javax.wireless.messaging.Message;
    Import javax.wireless.messaging.MessageConnection;
    Import javax.wireless.messaging.TextMessage;

    public class SMSListener {}
    public void startSMSListener() {}
    New Thread (new Runnable() {}
    public void run() {}
    try {}
    _Mc MessageConnection = (MessageConnection)Connector.open("sms://:0");
    for(; {
    Message m = _mc.receive ();
    Address of string = m.getAddress ();
    Number of strings = address.substring (6).
    If (m instanceof TextMessage) {}
    TextMessage tm = m (text);
    String msg = tm.getPayloadText ();
    long = tm.getTimestamp () .getTime ();
    System.out.println("SMS\n"+address+"\n"+time+"\n"+number+"\n"+msg);

    QUESTION: HOW DO I SUPPRESS THIS INCOMING MESSAGE?
    }
    }
    } catch (Exception e) {}
    }
    ({. start()});
    }
    }

    You can not.  But you can craft an SMS so that it does not appear in the Inbox.  This article explains how.

    Use SMS to alert an application

  • How to receive as net.rim.blackberry.api.mail.Message When listening for incoming sms?

    There are 3 types of ways to listen for incoming sms in the following link:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

    All those who receive the javax.wireless.messaging.Message for further processing.

    I need to check the priority of the message received, which is only available in net.rim.blackberry.api.mail.Message and not javax.wireless.messaging.Message.

    Can someone guide me to get the net.rim.blackberry.api.mail.Message When listening for incoming sms?

    Thank you.

    Net.rim.blackberry.api.mail.Message is actually for mails not for sms

    Press the button Bravo thank the user who has helped you.

    If your problem has been resolved then please mark the thread as "accepted Solution".

  • Generate MIDI with Blackberry API programmatically

    How to generate programmatically a MIDI file using the Blackberry API? I know not how to using the java standard, but most of the classes I need is not available for Blackberry.

    There is no API specific BlackBerry to create MIDI files.  However, you can programmatically create the sequence of bytes in a MIDI file and use it to playback.  Search the Web for MIDI file format, and you will find lots of information about the MIDI file format.

  • How to send an email using the BlackBerry API.

    Hi all

    as topic, do you know if BlackBerry offers some API to send email?
    If yes what OS are supported? For example, OS 4.2 or higher?

    Will there be some indications on how to use this API?

    Have you actually looked for more information on making yourself?

    I suggest that you do and you can do before posting questions in general.

    I look at the developer's guide, search in this forum and the KB.  I think that you will find information that will help you to do what you want in all three places.

  • Notification of blackBerry Smartphones profiles do not work properly

    For all messages (text, email, phone) I'm not get notified with the right method identified in my profile. All I get is the LED flashing... no vibration or tone.  I checked then double my notification profile has been properly settled and have gone through the troubleshooting guide over and over again and everything is set correctly - it simply doesn't!

    I checked that I have the sound on my phone while listening to ringtones etc.

    It's very frustrating and I hope someone can help me!

    Hello and welcome to the Forums of Support BlackBerry.com.

    This, first of all: with the BlackBerry device powered on, remove the battery a few seconds and then reinsert the battery to restart.

    Your notifications now work?

  • BlackBerry API Web services 12 - compatibility with version 10

    Hello

    Plan ahead here... I'll build a set of web pages that perform functionality admin for BES 5/6 and 10 BES using BlackBerry web services. I would like to understand what changes, if any if to do when BES 12 happens. The API will remain the same? What changes, if any there? There may be additional features that could be useful?

    Thank you

    John

    Hey John,

    Although I expect that there are features of addtitional, BES12 documentation has not been published, so the list of features is still not yet public. Regarding Webservice of Blackberry, I don't foresee much change to the existing list of APIs with the new version, the transition should be as transparent it would go BWS with BES 5 BWS on 10 BES.

Maybe you are looking for

  • Can I add a 3rd monitor to my p7-1234

    I have a HP Pavilion p7-1234 Desktop PC Win 7 64-bit.  I installed a Zotac geforce 210 graphics card in the Housing PCI Express.  The dvi port, vga port and the port hdvi card geforce 210 all see them, but only two ports are active.  Is my question p

  • Need drivers for Satellite 2450-201

    Hello!I'll put up a new operating system for a friend on his notebook and can not find the drivers for this model. in the download list are only by Satellite 2455 or 201 models. Audio drivers in the following pages do not work on this model. Anyone k

  • Z500 Touch - Elan TouchPad - cannot turn off PalmTracking

    I just got a touch Z500 with Windows 8 yesterday, and I decided today that I want to play first-person games. I found that my mouse would not move while I was walking on the game (i.e. use WASD/Arrow Keys/space) and so I couldn't move in the desired

  • Beep is annoying when the battery is at 10% Y650

    It listed essentially the same question in the thread Y550 (http://forums.lenovo.com/t5/IdeaPad-Y-and-U-series-Laptops/Y550P-Low-Battery-Beep/m-p/200159#M18937) After reaching the remaining 10%, the battery starts beeping each about 10 seconds until

  • How to fix windows script error c:\program files\safeboot\AutoDomain.vbs

    Whenever I start my laptop, this error appears twice. I have to click OK twice before starting Windows. What caused this and how would approach I solve this? This error appears twice when starting my laptop. What causes this and how to fix it? Thank