Geofencing APIs on devices BB10

Is it possible to operate the Geofencing APIs on devices BB10 yet? I thought that we would be able to do after this OS August update. But it takes 10.2 API to run this API the devies does not yet support y at - it another way? Thank you.

If you mean for development purposes, run the last alpha version of dev for 10.2.

If you mean deploy, then no, it's not out until 10.2 is released.

You could free with just 10.2... I think that at this time something like 15% of users are already on it... Judging by my app sales.

Tags: BlackBerry Developers

Similar Questions

  • Can any can give Live or online app Development on QNX IDE support and setting the goal as device Bb10. run the application etc?

    Can any can give Live or online app Development on QNX IDE support and setting the goal as device Bb10. run the application etc?

    The best way is to start basic: https://developer.blackberry.com/cascades/documentation/getting_started/index.html

  • How do I know what device BB10 application runs on?

    With the proliferation of new devices BB10, all with different physical characteristics, certainly there must be an easy way to determine what type of physical device, an application is running, at run time. Shattered if I can find it, however, and no amout of search in the forum messages or SDK docs seems to give me a clue.

    Is someone can you please tell me how you do that, QML or C++.

    HardwareInfo class you will get this information.  Here is an example and you will see.

    bb::device::HardwareInfo* hw = new bb::device::HardwareInfo(this);
    
    qDebug() << "Model Name: " << hw->modelName();
    qDebug() << "Model Number ID: " << hw->modelNumber();
    

    Print them out:

    Model Name:  "Z30"
    Model Number ID:  "STA100-1"
    
  • BlackBerry App VLC media player for devices BB10?

    Does anyone know if the VLC app will be available on all devices BB10?  I love this app because it has all the audio and video codecs, you can think of.  No more worries to play all kinds of multimedia files!

    Yes, the app is available through sideloading.  I was able to find the VLC Player by using the snap.

    How to get the snap: visit http://redlightoflove.com/snap/ and follow the steps.

    I also found this link:

    http://www.BerryReview.com/2014/01/03/free-VLC-Player-for-Android-works-beautifully-on-BlackBerry-OS...

    But I've never used the app store 1mobile.

    If you want to use app store, I recommend that you use the snap-snap-in and Amazon.

    Amazon app store instructions are

    http://CrackBerry.com/how-get-Android-apps-BlackBerry-Amazon-AppStore

  • How save/read the file on devices BB10?

    Hello!

    I want to save data in the text using JavaScript file, but I can't use blackberry.io.file because it cannot support the BB10.

    How save/read file on BB10?

    For the moment the BB10 device has the best HTML5 browser, so you can use the file HTML5 feature.

    https://developer.BlackBerry.com/HTML5/APIs/FileReader.html <- sadly="" theres="" no="" sample="" code="" here="" for="" noobs="" like="">

    I went www.html5rocks.com for samples.

  • Set the orientation of the device BB10

    I have an application in which the main element on the screen is a component textarea. For portrait mode, the number of lines is set at 9 and everything seems smooth. But for the landscape mode, 9 lines is too much. I need to set this property to 2. To this end, I tried to use smth like this:

    
    
    
    

    But in the ripple, in addition to Microsoft device emulator emulator, I get X 2 regardless of the direction I choose. What I am doing wrong?

    P.S. I'm new to WebWorks, sorry...

    Window.onorientationchange is an event that is fired when the unit enters the portrait-> landscape or vice versa

    Something simple that works...

    var x = 0;
    
    window.onorientationchange = function() {
      // Are we in Landscape mode?
      if(window.innerWidth > window.innerHeight) {
        x = 2;
      } else {
        x = 9;
      }
    
    // Do something with x here
    
    }
    

    window.innerWidth / height returns the width + height of the browser.

    If the width is greater than height, you are in landscape mode

    Its helpful to test the landscape rather than portrait as a Q10 has only portrait mode (720 x 720)

  • Geofencing APIs in Cascades

    It is possible to implement geofencing capabilities in an app of Cascades?   I can't find any possibility to import a geomonitor.h etc. and am curious to know that if there's another approach fails me to bring in the Native ability.

    QGeoAreaMonitor has been implemented in point 10.2. QGeoAreaMonitor uses the ability of leading geofencing geofencing library. A more complete support for the native virtual security is expected to be included as part of QtLocationSubset.

    Jim

  • API Key, device id and the token of the device

    Where can I find this information?

    Hello

    Here is the article that we will answer all your questions on how to request and use the DPS2015 API to content producer: integration with Adobe Digital Publishing Solution

  • Problem signing key with Chrome Ripple when installing on my Alpha BB10 device

    The signing keys created since Blackberry 10 native SDK Eclipse plugin can also be used to sign applications Webworks HTML 5 under construction of Goggle Chrome Ripple Extension?

    My directory "C:\Users\dev\AppData\Local\Research In Motion" seems to have the files: author.p12, barsigner.csk... etc. But when trying to install on my 'device BB10 Dev Alpha', the server of the ripple is spewing what follows:

    Build completed, now deploy
    ...

    Info: Send request: install and launch
    Info: Action: install and launch

    ...

    actual_id:
    actual_version:
    result::failure 881 missing signatures

    Problem I think was that I had no "Enable Remote Web Inspector" checked and maybe even used the wrong PIN number (confused 0 o) and 8B.

  • FM tuner in BB10 devices

    Hi, any device BB10 come with a built in FM antenna or at least one circuit FM?

    Hi SuhairZain,

    In my view, Z10 is delivered with chip Texas Instruments WL1273L Wireless Module (802.11a/b/g/n WLAN, Bluetooth and FM)

    Thank you
    Kareem.

  • Soft does not work on BB10 after APK to the bar of conversion.

    Hello

    I am able to convert the apk to prohibit the file, after conversion when I try to install the file on the device BB10 bar I get an "Unexpected error" error with the error code 100 and crashing. And the same apk works very well on Android.

    Please find the attached zip file consisting of .apk and .bar file.

    Kind regards

    NGO.

    BlackBerry OS 10.2.1 supported Android 4.1, Jelly Bean.  Is your apk the appropriate level of the API?

  • Can we synchronize permission selected with the settings of operating system Notifications BB10 for our Application.

    Steps to follow:
    BB10 device--> settings--> Notifications--> Applications--> [name of your application]--> all alerts [Toggle button]

    I have an obligation to check whether or not 'All alerts' is allowed through settings when the application is running. To check if we can synchronize permission selected with the settings of operating system Notifications BB10 for my application. How to get javascript code if alerts permission is on / off, while the application is running.

    I tried adding the blackberry.system function and tried to hasPermission (blackberry.push) also, I can't determine if permission is allow / prohibit... Please suggest how to get that.

    I don't see a WebWorks API for this. If I expected to be anywhere, it's here:
    https://developer.BlackBerry.com/HTML5/APIs/beta/BlackBerry.notification.html#jbo1385148829097

    But it seems that this API has not been fully implemented; It may be useful to connect a developer Issue Tracker JIRA to get this feature added.

    At the same time, there is this API of Cascades that looks like what you're looking for:
    https://developer.BlackBerry.com/native/reference/Cascades/bb__platform__notificationapplicationsett...

    Write an extension for this feature should allow you to access this feature:
    https://github.com/BlackBerry/WebWorks-community-APIs/tree/master/BB10-Cordova/template

    At the same time, a colleague is currently working on an extension that should open many features of Qt, and I think that the API above should be accessible through this extension. He must be released over the next week or two, so you can wait for that as well.

    EDIT: On this last point, see this extension which provides a mechanism for attaching in the majority of the Qt APIs.

    https://github.com/BlackBerry/WebWorks-community-APIs/tree/master/BB10-Cordova/QtBridge

  • How to debug an application on BB10 with Studio Android android?

    I installed the plugin android studio and began the proxy of the ADB and have connected the BB10.

    When you run or debug the application in android studio it comes up with the device selection screen.

    How actually debug you the application on the device BB10?

    Edit: I use Windows, Andriod 1.5.1 Java 8 Studios.

    I read that the plugin does not support Java 8.

    Thank you

    There have been changes in Android Studio broke this feature.  We are currently working on an update of our tools to solve this problem.

  • BlackBerry Push email on BB10 10

    I was very excited to launch the device BB10 and Z10 and couldn't wait to buy it when it is available in India. But just had some news on the internet indicating that BB10 not BIS therefore will not push email. I'm not worried for specifically GMAIL or Yahoo or Hotmail Outlook but in general, any type of push notifications and services by e-mail. Up to OS 7 I have never had to worry about Push Email. I never bothered to check if my business email provider has facilities of push, BIS who managed everything for me.

    If BB10 does not offer this service more then there is no need to buy Z10 or any other product OS10, in fact I think leave BB forever. I really hate this car dérirez in 15 minutes or refresh. I'd rather go to iPhone or Android, if this feature is not there.

    Can anyone confirm if this is true? I'm really upset because I read about it.

    Thanks in advance...

    I was a little dissapoointed when heard no BIS with BB10. But now I think it's still doable. Also there are tons of new features in BB10.

    https://www.YouTube.com/watch?v=YKHH5H295E0

    This video made me still for BB10, eager to buy Z10 as soon as it is available in India.

  • OTA installation gives "not available for this device.

    Hello

    I'm developing an application, and people need to test the application before releasing the app in App World.

    So I downloaded the files jad and cod and let people install the application OTA.

    The problem is that someone with a Z10 BlackBerry running the 10.2.0.439 version can not install the application. She has the "Not available for this device" message and the browser actually open the jad, as if it were text.

    The application has been developed about 2 years targeting BB5.0 ago and I only have a 5.0 and 7.0, devices that work perfectly.

    What could be the problem?

    Not available for this device

    Java runs on the Z10, or indeed of any device BB10.  So if you want your application to work on the BB10 device, you are to re - write.

    I could give you more, but if search you around you will probably find more yourself, but come it please if you have any specific questions.

Maybe you are looking for

  • Is there a problem with firefox does not, it's happening on all our computers at work and at home. It takes about 10 seconds, then stops responding.

    I read FF posts of the community, and it seems to be a problem with a lot of ppl. It happened for about 3 days now on all our computers at home and work. This cannot just be linked to a computer if this happens for many. I was wondering if there is a

  • Update ios 9.3 I can't unlock my iphone

    ไม่สามารถเปิดใช้งาน iphone ของคุณเนื่องจากเซิร์ฟเวอร์ที่ทำการเปิดให้ใช้ไม่พร้อมใช้งานชั่วคราว

  • Tecra A10 - keyboard and Touchpad don't work anymore time in Windows XP

    Hello My TECRA A10 is a very strange problem since 1 month.At the start, in windows XP, keyboard, touchpad or both frequently work. Only the 'Fn' keys are operationnals.I can't use the other. 'CAPS LOCK', alpha keys, etc. are not active. Laptop is no

  • Conversion of Vista/XP on R61 problem

    Hi all! It's my first time here and I really hope that someone will be able to solve my problem because I'm already desperate. Recently, I bought the Thinkpad R61, model NF5DEPB with Windows Vista professional. I met problems with connecting to netwo

  • f039wm drivers

    f039wm I need drivers chipset and vidio card for Windows 7 32 bit, I had a few of these new of the fact they are duel core 4 gig of ram small and cheap for some programs which have max cleats on them and can be run that on 32 bit OS I executed him mo