I'm trying to develop a BlackBerry compatible web page (using OperaMini), but OperaMini seems to avoid connecting with localhost:

  • localhost
  • 127.0.0.1
  • 192.168.2.107(ipaddres given by the router)

I'm using OperaMini 4.x and MicroEmulator 2.0.4. Is there another way to develop for mobile phones(BlackBerry mainly)?

link|improve this question
More than likely belongs on serverfault.com – t0mm13b Mar 3 '10 at 16:18
feedback

migrated from stackoverflow.com Mar 3 '10 at 17:59

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

OperaMini uses a transcoding proxy server to retrieve light versions of website for the phone. Because all traffic goes through this proxy server, OperaMini cannot access anything on the local machine or network. In order for OperaMini to have access it must be available on the internet.

This has also been discussed on Server Fault.

link|improve this answer
feedback

Ensure that you have the MDS emulator installed and running. BlackBerry emulators by default cannot connect to the internet, remote or local. The MDS emulator will simulate the BlackBerry network.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.