BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 05-02-2008, 06:51 AM   #21
ahmadgee
Thumbs Must Hurt
 
Join Date: Apr 2008
Model: 7100T
PIN: N/A
Carrier: do not know
Posts: 51
Default Bundle of Thanks

Please Login to Remove!

Hi Goulamass
Bundle of thanks and kind regards for giving me so much fruitfull help.


Lovely regards,
Ali
Offline  
Old 05-02-2008, 11:20 AM   #22
goulamass
Talking BlackBerry Encyclopedia
 
Join Date: Jan 2008
Location: France
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 217
Default

So you were successfull???

For the first problem go to your simulator.

On the top of the windows simulator click on simulate and change the battery properties on full.

For the second I think you forget to launch the MDS before the simulator.

Am I right??
Offline  
Old 05-05-2008, 03:01 AM   #23
ahmadgee
Thumbs Must Hurt
 
Join Date: Apr 2008
Model: 7100T
PIN: N/A
Carrier: do not know
Posts: 51
Default

Quote:
Originally Posted by goulamass View Post
So you were successfull???

For the first problem go to your simulator.

On the top of the windows simulator click on simulate and change the battery properties on full.

For the second I think you forget to launch the MDS before the simulator.

Am I right??
Yes you are absolutely right.
Now further I am working on RSS feed. I will appreciate your hint about the RSS feed.
Thanks
Kind regards
Offline  
Old 05-05-2008, 05:02 AM   #24
goulamass
Talking BlackBerry Encyclopedia
 
Join Date: Jan 2008
Location: France
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 217
Default

What do you want to know???

If it's about RSS i suggest you to read the following article :

RSS (file format - Wikipedia, the free encyclopedia)
Offline  
Old 06-09-2008, 06:56 AM   #25
jeromeng
Knows Where the Search Button Is
 
Join Date: Jun 2008
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 26
Cool Enable Internet connection on simulator

Hello ahmadgee/All,
I am currently working on a small project that requires connection from my blackberry 8310 to webpages that provide intraday FTSE market data. My plan is to use Web/Screen scraping with Regex to extract relevant info from the website and then convert and display it as a histogram in the phone.

I'm using JDE 4.3 with 8310 vodafone simulator with i downloaded separately from the JDE package, the basic code for displaying the screen and menus are working. How do I enable the GPRS connection i.e. make the small gprs or edge to bcom capital GPRS so as to have access to the internet? I enabled MDS and tried to access the internet via the browser but got "HTTP Error 400: Bad Request".

I will also appreciate any suggestions/codes on how to get dynamic intraday share prices to my fone via web scraping, RSS or any other method. Also "Connector.open(url)" hangs the simulator when i use HttpConnection, i think this has to do with the event thread. Pls assist

Thx.
Offline  
Old 06-09-2008, 07:36 AM   #26
jeromeng
Knows Where the Search Button Is
 
Join Date: Jun 2008
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 26
Default AppliA Class error

I ran the AppliA code supplied above (by goulamass) on the simulator and the web browser came up but I got "Connection refused www.google.com:80".

The "edge" internet connection status was still in lower case even though i started the MDS b4 the simulator.
Offline  
Old 06-10-2008, 09:21 AM   #27
jeromeng
Knows Where the Search Button Is
 
Join Date: Jun 2008
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 26
Default

The application i wrote is now working on my real BB 8310 curve and can retrieve pages from the internet but does not work on the simulator bcoz the edge/gprs network indicator is still in lower case even though the MDS simulator was working (black screen).

I think the connection problem lies with my internet proxy server which requires authentication but I'm not very sure.

I still need someone to assist me on how to enable network access on the simulator, this problem is affecting my coding/troubleshooting speed.

Thx
Offline  
Old 06-11-2008, 06:27 AM   #28
jeromeng
Knows Where the Search Button Is
 
Join Date: Jun 2008
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 26
Thumbs up Mds/http Connection Problem

"Unable to connect to the selected Mobile Data Service, please try again later."

I was getting this error everytime i try to access the web from the simulator browser and my application could not access the web though it works on the real device.

This is how I solved it:

1.Open the rimpublic.property file. The rimpublic.property file can be found at:

\Program Files\Research In Motion\BlackBerry JDE #.#.#\MDS\config

Then add or edit these http handlers

[HTTP HANDLER]
application.handler.http.proxyEnabled = true
application.handler.http.proxyHost= your_proxy_name_or_ip
application.handler.http.proxyPort=your_proxy_port
application.handler.http.proxyUser=your_username
application.handler.http.proxyPass=your_password

A more comprehensive procedure can be found at Livelink - Redirection

Note: You may ignore the last 2 entries but this means u will have to supply your username or password everytime the simulator wants to connect via the proxy server.



2. Make sure the APN in Options -> Advanced Options -> TCP is set to rim.net.gprs

3. Create a JAVA_HOME environmental variable and put the path of your java jdk, mine is C:\Program Files\Java\jdk1.6.0_04
Offline  
Old 09-22-2008, 05:42 AM   #29
samley
New Member
 
Join Date: Sep 2008
Model: 8100
PIN: N/A
Carrier: JDE
Posts: 1
Default verification error

Can any one help! I'm having problem with JDE while deploying the application on the simulator 8100. It compiled successfully but Throws runtime error.
Verification errors. here is the error:
Module 'MIDlet' has verification errors.Error starting MIDlet: Module 'MIDlet' has verification errors.

And I'm also seeing the pane displaying Source code is not available after compilation report is successful.
Kindly help............
Thanks inadvance.
Offline  
Old 12-28-2008, 07:50 AM   #30
poadi
New Member
 
Join Date: Dec 2008
Model: 8820
PIN: N/A
Carrier: simulator
Posts: 1
Default Connection problems with the MDS

Hi everyone,
I tried to run the AppliA application on my simulator, and got refused on a connection, for both the application and the regular browser session (even though when i open the simulator normally i can use the browser).
I am using JDE 4.61, with 8900 simulator and MDS 4.1.2.
Any ideas?
thanks.
Offline  
Old 12-29-2008, 06:05 PM   #31
bemshaswing
Talking BlackBerry Encyclopedia
 
Join Date: Oct 2006
Model: 7103
Carrier: Verizon
Posts: 259
Default

Quote:
Originally Posted by poadi View Post
Hi everyone,
I tried to run the AppliA application on my simulator, and got refused on a connection, for both the application and the regular browser session (even though when i open the simulator normally i can use the browser).
I am using JDE 4.61, with 8900 simulator and MDS 4.1.2.
Any ideas?
thanks.

perhaps you should try the mds version 4.6 that's correlative to jde 4.6.1
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


MSA ALTAIR 4XR picture

MSA ALTAIR 4XR

$700.00



MSA altair 4X multi gas meter Monitor detector, O2,H2S,CO,LEL Charger calibrated picture

MSA altair 4X multi gas meter Monitor detector, O2,H2S,CO,LEL Charger calibrated

$340.00



MSA Altair 5 Gas Detector  picture

MSA Altair 5 Gas Detector

$98.99



MSA Altair 5X Gas Detector Meter *Recently Calibrated and 30 Day Warranty* picture

MSA Altair 5X Gas Detector Meter *Recently Calibrated and 30 Day Warranty*

$795.00



MSA 10042621 Altair 5X Sampling Probe Straight Air-Line 1' Color Black (E2) picture

MSA 10042621 Altair 5X Sampling Probe Straight Air-Line 1' Color Black (E2)

$295.00



Msa Altair 4XR picture

Msa Altair 4XR

$372.60







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.