Tagged Questions

BlackBerry MDS development framework.

learn more… | top users | synonyms

7
votes
15answers
14k views

Blackberry MDS simulator - Can't connect to the internet in the simulator

I'm trying to do some testing of a website through the Blackberry simulator, while the simulator works fine, I can't get to any sites in the Blackberry Browser. Here is the specific setup I'm using. ...
5
votes
0answers
42 views

BlackBerry - MDS simulator init calls

I debug my BlackBerry apps on device emulator, using the MDS simulator for access to the web. Today I ran a Wireshark trace to catch my app's calls. I saw 2 calls made by the MDS simulator before my ...
4
votes
4answers
352 views

Failed to start MDS cs

When I attempt to run my blackberry app in the simulator I get the following error "Failed to start MDS CS. Reason:". The error message is not very helpful since it does not give a reason its just ...
4
votes
2answers
4k views

BlackBerry emulator not connecting to internet

My BB emulator cannot connect to the internet. I'm behind a proxy and have entered the following in my rimpublic.property under the [HTTP HANDLER] heading. application.handler.http.proxyEnabled = ...
2
votes
3answers
176 views

How to play .MDS (MIDI Stream) music files?

Several games of which I extracted some data use MIDI for the in-game music. However, this music is stored in an .MDS file which doesn't seem to have similarities to .MID or the other MID files. The ...
1
vote
4answers
600 views

Problems opening http connection from blackberry simulator

I'm having trouble when opening a simple HttpConnection from the simulator, I've have appended the deviceside=true suffix to my url, however it's still not working, I'm receiving an empty ...
0
votes
0answers
6 views

In MS Master Data Services does a new Version get automatically created when you commit one?

I'm new to MDS and haven't installed yet, just starting to read about it. I was wondering, when you commit a Version of master data, does a new version get automatically created or do you have to ...
0
votes
3answers
58 views

BlackBerry simulator can connect to web service, but real device can't

I am developing BlackBerry application that connects to the web service. When I developed on simulator, I used BlackBerry MDS for simulator and everything just went fine. My application (running on ...
0
votes
1answer
22 views

Spotlight won't turn on: Console says: mds[pid] (Fatal) Server: mds must be run as root. exiting

I turned off spotlight and was very thorough about it. So thorough that I can't get it turned back on. I need to install a program from the Mac App Store (& App Store relies on mds), so if ...
0
votes
2answers
182 views

Blackberry MDS Simulator installation problem

I'm developing an app that needs to send something via BBM, so I wanted to try it out. The problem is I can't get the BBM simulator to run. I followed the instructions found on the Blackberry ...
0
votes
1answer
249 views

BB Simulator does not start

When I run my BB Simulator; I keep getting the following error: Port in Use - BlackBerry Smartphone Simulator Could not open port 19780 because it is in use by another program (possibly another ...
0
votes
1answer
182 views

BlackBerry MDS communication failure using Eclipse Plugin 1.3

I'm using the BlackBerry_JDE_PluginFull.1.3.0 (the full installer that comes with Eclipse bundled), and I'm getting the following message using the web browser in the simulator: "A communication ...
0
votes
1answer
426 views

JDeveloper DB-based MDS-connection issue

During creating of DB-based MDS-connection in JDeveloper list of partitions is empty. I have tried to install Oracle SOA Suite 11g on both Oracle and SQL Server and have this issue in JDeveloper with ...
0
votes
4answers
1k views

Blackberry check internet connection on device

How do I check if the Internet connection is ON or OFF on a device?
0
votes
0answers
93 views

Multiple HTTP threads with Blackberry simulator and MDS

Can the Blackberry simulator and MDS handle concurrent HTTP jobs/threads? The reason I ask is I have an audio player streaming on one thread, and yet it blocks all other HTTP activity on the main ...
0
votes
1answer
434 views

Blackberry mds connection doesn't work with simulator version 6.0.0

I have a problem with BES connection on top of MDS simulator. What I'm trying is simple, I want to support all connections types but BIS-B : TCP, WIFI, WAP1/2, BES. I succeeded in implementing TCP, ...
0
votes
0answers
104 views

How does Blackberry “blackjacking” work from a developers perspective?

Blackjacking is a technique used to connect internally to a corporate network using a typical BES device. It was announced at DefCon a few years back and is hardly new. How does this work, and what ...
0
votes
1answer
122 views

Can someone check/revise my understanding of Blackberry development options?

I'd like my Blackberry devices to get and possibly set data to the server, and am a little confused by all the options: RIM-Push/Pap-Push. Use any library that is able to compose a HTTP GET request ...
0
votes
2answers
1k views

Unable to connect to selected Mobile Data Service on Blackberry Simulator

I've installed MDS simulator it runs ans stays in console window, i've downloaded blackberry sim for 9530, all settings are default. When i click browser and then click home page i got following ...
0
votes
2answers
526 views

BlackBerry - App connects to webservice on simulator, but not on device

i have developed an application, that gets installed in the mobile phone. The brief information of application is it is accessing web services, from another machine. Now i tested the application on ...
-1
votes
1answer
72 views

How can I calculate the R-square value of an MDS to assess the fit of the model to the data in R?

I would like to do Multidimensional Scaling (MDS) using cmdscale() in R. I have read that it is useful to try out how many dimensions are suitable for the data by trying different values of k, and ...