BlackBerry PlayBook is a tablet computer made by Research In Motion.
0
votes
0answers
39 views
Open a link on Playbook Browser App
I am developing an app witht WebWorks for BlackBerry Plabyook, this have a rss news reader. I've been able to read the data and display the news list with its own title and description.
The link to go ...
2
votes
0answers
132 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
0answers
59 views
Blackberry Playbook webworks sending attachment in mail
I need to send an attachment via e-mail client programatically in playbook webworks
I had implemented it in BlackBerry Curve using Java Extension.
But Jave Extension is not getting recognized in ...
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 ...
2
votes
2answers
136 views
Launching a BB10 application by clicking a link in the browser or email
Is it possible to register an application to be launched when a specific URL is requested in the browser, email or bbm?
For example I would like when the user clicks on a link flycraft://replay/123 ...
0
votes
0answers
58 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.
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, ...
0
votes
0answers
28 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
0answers
60 views
Flexslider WP plugin on blackberry playbook
I'm using Flexslider for an image gallery on a mobile website, we're targeting basically every tablet under the moon and the galleries prev/next buttons fail on the blackberry playbook, also image ...
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)
...
0
votes
1answer
126 views
Saving SQLite to Documents Folder
I need to pick an underlying method of saving data collected in the field (offline and remote locations). I want to use the HTML5 Database with SQLite but I can I pick the location? So far, I ...
1
vote
1answer
73 views
Getting Sencha Touch Working in PlayBook Simulator?
I have been running Sencha Touch Webworks playbook application successfully. I tested on riple and also on VMware and everything is cool. However, I started getting a white screen after the splash ...
0
votes
1answer
60 views
Trying to play sound on blackberry playbook
I'm trying to play a simple beep sound in my playbook application when a countdown expires. I manage to get the countdown to work correctly and but I can't get my sound to work.
This is how i'm ...
0
votes
2answers
586 views
Marmalade App deployment to playbook ERROR
I'm using the Marmalade System Deployment Tool to (Package and Install) an App to my playbook. It's packaging properly but when it gets the deployment I get this error, (ERROR: error running ...
0
votes
1answer
69 views
Left -j off mingw32-make command for Qt4?
I accidentally left off the -j [jobs] when compiling the Qt4 git://gitorious.org/qt/qt.git repository from mingw32-make as per the Building Qt4 documentation. Will this make any other difference ...
0
votes
2answers
1k views
jquery mobile in playbook, $(“select”).selectmenu(“refresh”, true) breaks on addClass error
I'm using jquery mobile and run into an issue with blackberry playbook.
I have pages that I'm loading dynamically through jquery
In jquery mobile with the $.mobile.changePage('/full/url/to/page');
...
0
votes
1answer
62 views
how to create Circular layout like this
How can i create circular scrollable layout .
I tried to add all icons in Group & than tried to rotate it , but no success because of jadgy edges.
I tried to rotate an image & according ...
0
votes
2answers
628 views
How to save a file in photos folder in playbook
I am interested in saving an image file to Playbook photos folder. By using documentsDirectory i am able to save my file into documents. But native pictures app of playbook doesn't show images which ...
0
votes
1answer
89 views
BlackBerry PlayBook Webworks: Low frame rate
While my blackberry webworks app works very well on Blackberry 7.0 and 7.1 devices, it has a very low frame rate on PlayBooks. For example when scrolling on a page or when drawing stuff on a canvas. I ...
0
votes
0answers
110 views
HTML5 WebSQL and AppCache on Blackberry Playbook
I have a web client that makes use of HTML5, webSQL and appcache. Apparently, it won't work on Blackberry Playbook. It works fine in an android device. I thought playbook supports webSQL, then why ...
5
votes
1answer
402 views
Android - AdSense in WebView (for BlackBerry Playbook - Android Runtime)
I would like to diplay AdSense Ads in A WebView in Android.
I know I could just take AdMob Ads but I am Developing for the Playbook and the Playbook has just got an Android Virtual Runtime, therefore ...
0
votes
0answers
145 views
Installation on mac for blackberry Playbook(native Ndk) in QT creator
I am new to blackberry playbook development.
I am using native ndk as a language to develop the playbook app.
I am successfully able to write my sample app in c/c++ in the QNX momentics IDE for ...
0
votes
0answers
253 views
Playbook AIR native extension
I am trying to build sample AIR Native Extension for playbook device.
Here is the project structure.
1) NativeCode is a Blackberry native project. It has com.example.NativeCode as extension Id.
...
0
votes
0answers
62 views
libpurple with PlayBook NDK
My friend and I both have PlayBooks, and there isn't a solid Google Talk app on it.
We'd like to get started on one and I was wondering if anyone can provide any tips.
I was thinking of using ...
0
votes
0answers
297 views
Cannot get numberic soft keyboard in flex 4.6 for playbook
I cannot get the numeric softkeybard to activate for a textinput component in my Flex 4.6 mobile application for a BB Playbook.
Here is what I have done (along with many other configurations):
My ...
0
votes
1answer
218 views
Reading local binary file on Playbook through HTML5
I'm making a MP3 player for Blackberry Playbook in HTML5 and I need to know how to read local binary file without using tag (like in XHR).
Is there any way? Sorry for my bad English.
1
vote
0answers
79 views
blackberry playbook no-index flag
I have a simple android application, that stores data into Android/data/{application-name} folder. It is saved in "data.xml" file.
I have converted this app for playbook. Everything works fine, ...
0
votes
1answer
95 views
QNXApplicationEvent.SWIPE_DOWN not firing at all in an AS3 project
I have read some blog posts and forum entries about trying to implement a QNXApplicationEvent.SWIPE_DOWN listener with the Blackberry AIR SDK to deploy on the Playbook, but somehow none work for me.
...
0
votes
2answers
2k views
How to invoke an app from another app in flex mobile
Is there a way to open one app from another app in Air? Example: I open app A which contains a button that opens app B when clicked. Suppose both A and B are separated apps that are installed in the ...
0
votes
1answer
634 views
Adobe Air and Dropbox
I'm trying to integrate dropbox into my BB Playbook app using adobe air in flashbuilder 4.6. I got the API from http://code.google.com/p/dropbox-as3/wiki/EXAMPLES and I'm also using that example.
...
1
vote
2answers
1k views
How to solve “Native methods are not allowed in loaded code” error
I want to let my app to run sound while the playbook in standby mode, I put this statement in the start up
QNXSystem.system.inactivePowerMode = QNXSystemPowerMode.THROTTLED;
Now when I debug the ...
1
vote
1answer
186 views
Develop virtual keyboard on PlayBook
I am tring to make virtual Arabic keyboard on PlayBook, I am using Air SDK, I this it not available to Air sdk, so I want to make it via QNX native NDK, to embedd it with the system keyboard
Can you ...
2
votes
1answer
523 views
Reducing the size of a playbook app that is using QT
I am trying to build a playbook app using the QT libraries recently released by rim.
The app builds and deploys fine if I use the default bar-descriptor.xml, but the bar file is ~80MB in size. I ...
0
votes
2answers
591 views
blackberry playbook simulator
i have downloaded the VMWare iso for blackberry playbook simulator and it works well.
how can i upload to it my Android application (blackberry online test says that is compatible) on the simulator?
...
2
votes
0answers
168 views
BlackBerry Playbook - display orientation
My game was made for portrait view in Android but for some reason whe ported to BlackBerry Playbook it puts the simulator in portrait but the game stays in landscape mode anyway of fixing this in the ...
1
vote
1answer
534 views
Videostreaming on Playbook
I'm trying to play a video via RTSP using Adobe Air, I have the permissions:
<action>access_internet</action>
<action>set_audio_volume</action>
...
1
vote
1answer
121 views
Option menu on Playbook view
How to make option menu on Playbook view? Is there standard APIs to do that, I am using Air SDK
0
votes
1answer
183 views
Is GWT supported on the PlayBook?
We have a web application built with GWT 2.4 that does not seem to work on the Playbook. Does the Blackberry Playbook tablet support GWT at all?
0
votes
2answers
403 views
Starting Developing for Blackberry Playbook
I am a novice to blackberry development. I have quite a hands on experience in blackberry smartphones. After I heard a lot about blackberry playbook, now i want to enhance my skills towards it.
...
1
vote
1answer
475 views
Open file from Playbook app
My playbook app downloads a zip file and opens it.
So can we create air objects on the playbook for file i/o operations since an api for the playbook I guess hasn't been developed. For example:
...
0
votes
2answers
143 views
Blackberry playbook integrattion problem
Hi all i have problem to intagrate bb playbook air sdk to adobe flash builder 40.0.0. when i run Helloworld program to my bb playbook Emulator ,i am not getting bb playbook option on my ...
0
votes
0answers
221 views
1
vote
5answers
645 views
playbook vs blackberry api
what is the difference between blackberry smartphone sdk and blackberry playbook sdk?
can a blackberry phone application work on a blackberry playbook?
0
votes
1answer
231 views
Embed video in a playbook app
How can I embed and play a video from a given url, in a playbook app written in as3? Anybody can help?
5
votes
4answers
11k views
How-to close an application in BlackBerry PlayBook? [closed]
When I launch an app (default Browser for example), it seems that there is no way to exit except reboot. I'm using PlayBook emulator.
8
votes
4answers
5k views
What is the Blackberry PlayBook's user agent?
What is the User-Agent string for the Blackberry PlayBook's web browser?


