BlackBerry PlayBook, a tablet computer running QNX OS.
0
votes
1answer
19 views
Why am I getting a bps_remove_fd failure when trying to store a QSslSocket inside a QScopedPointer?
I am developing a networking-based app for the blackberry playbook using Qt4.8.3, part of which involves storing a QAbstractSocket in a QScopedPointer as follows:
...
3
votes
2answers
79 views
Strange float output “@.0E-12” on BlackBerry Android player
I have an app that works well on many Android devices, but there is a problem on the BlackBerry Android player running on the PlayBook (it runs Android 2.3).
I had a NumberFormatException on ...
1
vote
1answer
84 views
Using Android apps with native code on Blackberry
When porting my Android app to Blackberry 10/Playbook, I get the error:
native-code: x86
This error has also been reported here and here. The app uses OpenCV for Android as a library project, ...
0
votes
1answer
152 views
Exit app in Playbook/BB10
To exit an app programatically in Android (for instance, if the user presses an exit button), I use:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
...
0
votes
1answer
56 views
Away3D and BB Playbook
I am using Away3D framework inside a Mobile Actionscript Flash Builder project, and trying to debug/run on my bb playbook. When I run/debug through Flash Builder (not bb playbook specific) everything ...
0
votes
1answer
51 views
Install Multiple Blackberry WebWorks SDK's With Signing
I am trying to install the Blackberry 10 SDK as well as the PlayBook SDK for Blackberry and can't get the signing to work. I set up the signing and registered the keys for the Blackberry 10 SDK no ...
0
votes
1answer
151 views
Port Android applications to BlackBerry 10
I'm interested in porting my Android applications to BlackBerry 10.
I know it is possible to port to the PlayBook, but is this style porting also valid for BlackBerry 10?
0
votes
0answers
63 views
Cannot upload to BlackBerry World because System.exit calls not allowed
I have some problems when i try to upload my ported BAR file from Android source code:
? There were 1 imported across 1 new bundle.
? Please review your imported release for errors.
? error in ...
0
votes
0answers
31 views
Is the BlackBerry push app id the same for BlackBerry OS 5 and the playbook? [closed]
I developed an app for BlackBerry OS 5 and an app for the playbook. In my BlackBerry OS 5 app notifications run fine. But I can't figure out whether I need to register for another app id for the ...
1
vote
0answers
39 views
Disable the Blackberry from showing the virtual keyboard
When the user drag from the bottom corner the virtual keyboard is visible. I want to disable the function. I'm using BB Webworks.
0
votes
0answers
25 views
Disable the Blackberry player WebWorks
I'm using the <audio> tag to play background song and I want to disable the Blackberry from playing that song to the player.
0
votes
0answers
29 views
How to give a split screen effect to the blackberry playbook application (using Vc++ and marmalade SDK)?
I'm a newbie at developing the blackberry playbook application in VC++ with a Marmalade SDK. So can you explain how to give a split screen effect? I want to keep the side-bar[navigation-menu] constant ...
0
votes
0answers
186 views
Porting Android APK (With GPS_Provider) on BlackBerry PlayBook 2.1
We are trying to port an Android APK to BlackBerry Playbook 2.1. To do so we, followed steps given at http://developer.blackberry.com/android/documentation/gettingstarted.html.
We have developed a ...
2
votes
0answers
131 views
apple-touch-icon web app home screen icon for BlackBerry PlayBook?
Is there an equivilant to <link rel="apple-touch-icon"> for the BlackBerry PlayBook?
I would like to show a custom icon when users add my web application to their home screen. The application ...
0
votes
1answer
44 views
Splash Qt for playbook
I'm developing on QtCreator for Playbook. In bar-descriptor.xml I set the path for splash as follow:
<asset path="splash.jpg">splash.jpg</asset>
For setting splash screen I tried:
...
0
votes
1answer
2k views
Install .bar file in BB10 Virtual Machine
Hello Everybody ,
I am working on Application porting concept . Port Android Application to BB 10 & successfully generate BAR (Executable file in BB10 OS) file from the Android ...
1
vote
0answers
41 views
Blackberry Runtime Shell
When i run my app on playbook "Balckberry Runtime Shell" gets hang.i restart my playbook then runtime shell works fine but for one app only.To run more apps i have to restart playbook each time.the ...
1
vote
1answer
49 views
Blackberry Browsable Error
I am having an issue when I port a application over to blackberry from android. The app is a webapp and it works on the androids just fine, but when I port it and deploy it on the playbook I am ...
0
votes
2answers
76 views
Blackberry Starting guide
I developed mostly apps on iOS and android and now I want to start with blackberry development. I can see there are many platforms available on for blackberry development.
Can anyone tell me which ...
0
votes
1answer
165 views
Android FileSystem layout on Playbook
I'm unfamiliar with how the Android player sees the file system. Previously in Air apps I would create a directory in Documents to save my app's files in. What directory should I use for storage in an ...
0
votes
0answers
52 views
Visual Studio MSB8012 error when compiling BlackBerry Playbook Projects
I've been struggling trying to get Visual Studio 2010 to compile BlackBerry Playbook projects for the past two days and it stubbornly refuses to do so. One problem that always pops up is the Visual ...
1
vote
0answers
24 views
Multiple layout in Blackberry device
Can we make multiple layout in single bar file.Actually i have supported 2 layouts in one apk .but when i sign it for app world from eclipse .after signing it give bar file with error.and my apk ...
2
votes
1answer
191 views
Signing .apk to BlackBerry App World
I run my .apk file from eclipse to BlackBerry Playbook. It runs successfully. After that, when I sign my application for BlackBerry App World from Eclipse, it successfully signs it and gives me bar ...
0
votes
0answers
57 views
Export Bar file in Blackberry android runtime
I install blackberry android runtime plug-in into eclipse. I can test in my blackberry playbook. However how to export a bar file and distribute it to other testers?
Thanks in advance.
0
votes
1answer
61 views
Android Layouts for different Screen Sizes on BlackBerry?
I am using layout folder for phone layouts and layout-sw600dp folder for tablet layouts.
Android picks the layout file with respect to the screen size. I installed the app on PlayBook using Android ...
1
vote
1answer
1k views
Eclipse Convert APK to BAR file
Few month ago i installed blackberry plugin-in eclipse for converting apk to bar and run it on blackberry playbook.before when i run apk (by adding blackberry nature)on playbook.eclipse itself made ...
0
votes
1answer
56 views
Correct name format for Bundle subfolders in ZIP file?
i'm new in BB development.
I need to make a ZIP file for the release of the app on vendor portal. I'm reading this: ...
0
votes
0answers
44 views
Building project error on NDK
I installed BlackBerry Playbook NDK 2.1.0 and I cannot build any project. When I use Project->Build way nothing changes, console is empty too.
I made a video of my problem here: ...
0
votes
0answers
41 views
Will android default tts work on blackberry
I was trying to convert an android application using android tts service to blackberry. Using the blackberry command line tool I created the bar file and installed it in blackberry playbook simulator. ...
0
votes
0answers
214 views
Phonegap LocalFileSystem directory listing not working
I've tested this code in the Blackberry Ripple emulator and on a Playbook but I can't get a directory listing.
<!DOCTYPE html>
<html><head>
<meta ...
2
votes
0answers
87 views
Sending mails in Marmalade for the playbook and using libcurl
I was doing a code for sending mails with the playbook and marmalade, this is my code
curl_easy_setopt(curl, CURLOPT_URL, "smtp://smtp.gmail.com:587");
//curl_easy_setopt(curl, CURLOPT_PORT, ...
1
vote
1answer
162 views
Blackberry Webworks/Phonegap file browser
I'm moving from Air/Actionscript to WebWorks and having some difficulty. I've tried several Phonegap file browser tutorials and samples I've found around the web but they're not working on the ...
0
votes
0answers
104 views
HTML5 photo capture on BlackBerry Playbook
How can I my strictly web-based application allow users on the BlackBerry Playbook to upload photos captured with the device camera? Or, how can it at least launch the camera application on the ...
0
votes
0answers
57 views
Does the blackberry playbook native sdk support programming without gui
i know my way arrount C, and am thinking about programming for the playbook.
Does Blackberry playbook Native SDK version 2.1 support the android equivalent of services, whrer the app runs in the ...
0
votes
2answers
371 views
How to deploy an app with a debug token on blackberry playbook?
I cant deploy an unsigned bar to my playbook device , because the of : failure 881 application author does not match debug token author. How can I fix this ?
Ive installed a debug token with bb10 sdk, ...
0
votes
0answers
27 views
Execute java script in qnxstagewebview
I want to run java scripts command in qnxstagewebview.
i used executejavascript method to run java script , by which i was able to show alert.
i want to execute document.execCommand(*) commands , ...
1
vote
1answer
176 views
Error Entry-point asset is required in Configuration Default when importing blackberry 10 sample project?
I am getting error, Entry-point asset is required in Configuration Default, when I import Blackberry 10 sample app. I can see the error in bar-descriptor.xml in assets tab and there is no ...
0
votes
0answers
134 views
Updating adobe air builds for Blackberry Playbook with android runtime app on the store
We have our applications already for sale on blackberry app world. Earlier, We have created these applications by using flex builder. Now we are planning to convert our existing android ...
0
votes
1answer
80 views
Debugging Playbook using SSH
I am using one of the cross platform sdk (marmalade if you need more details) to develop a game for blackberry playbook. The SDK do not provide any mechanism to debug apps on playbook device, so I've ...
0
votes
1answer
131 views
Touch tablet: prevent touchmove/touchstart without lag time
How do I prevent the touchmove (touchstart?) action on a Blackberry tablet? For example, the user must not be allowed to zoom in on an image or form/button. I have tried
<img src= "image.jpg" ...
5
votes
1answer
113 views
QNXStageWebView - drawViewPortToBitmapData() always drawing a white screen
I am using the Playbook Air SDK 2.1.0, trying to capture a bitmap of the contents of my webview. This is what I have tried:
var bmd:BitmapData = new BitmapData(webView.viewPort.width, ...
1
vote
0answers
36 views
How to add exist share library to BlackBerry Native SDK project and deploy to Device or Simulator?
I'm developing an app for BlackBerry Playboock using
BlackBerry Native SDK. I want to know how to add a share lib for my app and deploy this lib to my device. I have found this link! and this! but I ...
0
votes
1answer
29 views
not able to install blackberry webworks playbook sdk?
I am getting error at the installation time, how to resolve the issue?
Pleas find the image,
0
votes
3answers
59 views
Register some properties in event handling
I want to show several images to my application
sourceAudioFile =(event.target as File);
sourceAudioFile.data;
var myLoader:Loader = new Loader();
...
4
votes
2answers
98 views
BlackBerry Error
I am trying to developing an android app for blackberry Playbook. For this i have installed all the necessary tools for blackberry development in android.For month ago i run some android apps on BB ...
0
votes
2answers
261 views
Messed Up OpenGL Depth Buffer?
I have something rather strange going on at the moment with my code. I am running this on a BlackBerry Playbook and it is OpenGL ES 1.1
EDIT 4: I deleted everything I have posted to simplify my ...
0
votes
1answer
124 views
Adobe Air - Sign app for BlackBerry
I'm building a simple game with Flash CS5 and Adobe Air 2.5.
I would like to publish it on the BlackBerry App World.
I published an .apk and tried to pack it with the BlackBerry online tool but I'm ...
1
vote
0answers
82 views
android applications activity switching on blackberry playbook
I have an android application that i successfully ported to the blackberry playbook. I updated my playbook to OS 2.1 and all of a sudden, when the ported android app switches/launches a new activity, ...
0
votes
0answers
134 views
Connect Playbook simulator to Qt Creator
I have the playbook simulator with VMware Player. From this, I can navigate to internet. I configured the network adapter of this way:
Bridged
Replicated physical network connection state (checked)
...
1
vote
0answers
151 views
QNX momentics help required on Command line too long
I am new to QNX momentics IDE, I have created a c/c++ static library project, now I guess project is compiled successfully but when IDE starts packaging object files in static library a strange error ...



