Browserfield not displaying in BlackBerry Curve 9360 - blackberry

In my BlackBerry application, I am using a browserfield to display a URL. This is working fine on the Bold 9700, and Bold 9900. But on the Curve 9360 it shows
connection timed out: port 80
Working Scenario
Location: Bangalore, India
Network : 3G
Device : Bold 9700, Bold 9900
External Browser (Black berry inbuild Browser) : Working
In side APP ( Browser Field ) : Working
Not working Scenario
Location: Dubai, UAE
Network : 3G
Device : Curve 9360
External Browser (Black berry inbuild Browser) : Working
In side APP ( Browser Field ) : Not Working
Has anyone else faced this issue?

Related

Unable to get display on monitor from Android Things preview 5.0

Earlier I had Android Things preview 3 in my raspberry PI3 device. On connecting it with an HDMI cable, start up screen was visible on my DELL monitor. Also I can see my application state on the screen (my application was running swiftly on the board).
However after flashing my device with Android Things preview 5.0, I am unable to get the display. Also on running the application I am getting following message:
'Waiting for application to come online:package-name'
I have tried to edit the configure.txt file but it does not seems to work.

how can detect devices on my computer with electron desktop build app

how can we detect hardware connected to the device with electron framework.
For example imaging we want's to get the dial-up modem ready with electron and use that modem for sending fax whit it.
I find this package for using printer's but how can use other devices :
https://www.npmjs.com/package/electron-printer

Realtime Detect Hardware Device

I would like to be able to detect teh exact tablet being used e.g. differentiating between an iPad Air 2 or Samsung Tab 4, serving a different web page for each tablet device, with links to tablet cases for that particular hardware product.
I found some device detection via netbiscuits.com but want to go that level further to serve a different webpage for a particular hardware device. I have already successfully been able to detect between, mobile, tablet and desktop via Responsive Web Design.
I would like to be able to detect teh exact tablet being used e.g. fiffereenating between an iPad Air 2 or Samsung Tab 4, serving a different web page with links to tabket cases for that particular product.
I found some device detection via netbiscuits.com but want to go that level further to serve a different webpage for a particular hardware device. I have already successfully been able to detect between, mobile, tablet and desktop via Responsive Web Design.

Bluetooth doesn't work on my mobile phone

I can transfer some Embarcadero builder xe7 examples to my xperia si18 phone with 4.0.4 android version ( api 15 ). Tethering, LOcationDemo, webbrowser ... works well BUT all of the Bluetooth examples doesn't worK. I have tried to select some different "SDK bluetooth permission" on the IDE option, switch on bluetooth on my phone .BUT
a black screen appears or just the firemonkey icon when i launch the application . if i use a new project with a simple button and just add as header : #include and develop on my device, the problem is the same !!!
do i have to do something special to be able to run a bluetooth application on my mobil phone
Thank for help...

Blackberry application not working in wifi

hi all i have made application for blackberry .it is working on my Blackberry 8310 device .i m using vodafone Blackberry dataservice in 8310 and app working fine .but when i install this app in my 9550 and i want to used this app using wifi but i app not working using wifi so what is the reason for that. ? therer is any extra setting for wifi ?
From your question it looks like you haven't heard about network transports. If this is the case, then it's a miracle your app worked OK on the first device! :)
Network transports is a BB specific concept. Check Connecting your BlackBerry - http and socket connections to the world. Basically you end up with a url that is appended with a specific string that tells to the BB internals what network transport to use.
Try this:
HttpConnection httpConnector = (HttpConnection) Connector.open(url + ";interface=wifi");

Resources