03-31-2010 02:20 AM
Hi Friends,
I Am Currently Working On Blackberry Mobile Applications and i am running GPSDemo Sample program. It works good on simulator i need to run this application on my device Send (Latitude and Longitude) values to the server which is running.what is the procedure for this . plz help me out this.
03-31-2010 03:21 AM
Could Somebody Please Help me. I am struggling here.
03-31-2010 03:28 AM
Hey there,
I think you have to sing your application as a first thing, then create .alx file and finally upload it to your device with Desktop Manager.
I am not sure if this is what you mean. Let me know.
03-31-2010 03:32 AM
Hi,
If you want more information on code signing please read this:
http://na.blackberry.com/eng/developers/javaappdev
after successfully signing your application, you can install it using javaloader or as mentioned by ibarrera, generate alx and use your desktop manager.
cheers
03-31-2010 04:50 AM
hi
Thanks for Reply. i Signed my application and it is running in device successfully. How can i Send the geathered information to the server (Which is the ip address of my system) is there any thing i should know?
03-31-2010 04:54 AM
hi i am running the sample application (GPSDemo client and Server ) in simulator GPSServer program getting the client request but in real device how it is possible. I am not getting any response from clent(Device) to Server(My System's Application) and i am using public ip address only.
03-31-2010 05:19 AM
Connecting from a BlackBerry device is not a trivial thing to do. There are many many Threads about this on this forum.
Your description does not give much to go on in order to help you. Rather than start writing lots of options, can I direct you to this Thread:
It is a long Thread, the bit I really want to make sure you have read and understood is the 'Required Reading Section. Have you looked at the videos and KB articles that are referenced in there?
Once you have reviewed all this, I suggest you ask the question again, but this time give us more information, including the OS Level and device you are testing on, the OS Level that you have used to develop on, the connection suffix you are trying to use, the carrier involved and (since it is public) the IP Address you are trying to connect to.
Whether you can actually connect or not can vary depending on all of these.
03-31-2010 05:36 AM
hi peter thanks for ur post. My BB OS is 4.5 (8820) and i am using Eclipse to run the program. program is already having socket connection to implement. so i didn't make any changes i just added the server name(Ip Address of my system) i need to Connect this device to my running application(Which is Server application) what do i need please help me.i am telling this in simulator this program works grate.
03-31-2010 05:52 AM
If you review the Thread you will understand that a Simulator connection does not mean the device connects. I recommend that you review that Thread again.
Can you please answer all the questions I asked in my previous post.
03-31-2010 06:01 AM
hi i already studied your documents and i got to know about BES. i didnt' get the remaining questions which u asked. please give me the procedure to send the device information(Longitude and latitude) values to server. my Device is already having the net connection which is given by the service provider(Airtel) . Please let me out of this.