jump to navigation

Working with Remote URL – BlackBerry Simulator March 4, 2011

Posted by prasada in Uncategorized.
trackback

If you are getting started to work BlackBerry development and aim at fetching connect from remote URL, to test with Blackberry simulator review the following:

* Setup Wifi on the Blackberry Simulator.

* Blackberry MDS is running – without which Remote URL fetch attempt silently fails.

* Grant access in the app (config.xml)
<access subdomains=”true” uri=”http://targetdomain.tld”> or
<access subdomains=”true” uri=”*”>

* Now launch the app and test the url fetch. (assuming it uses javax.microedition.io.* classes)

NOTE: Blackberry MDS failed to work as expected on Windows Vista/Windows 7, I had to switch on Windows XP!

Comments»

No comments yet — be the first.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.