J2ME AND GPRS

Hi to all,
Iam new in the field of j2me. I have developed a j2me program,that accessing internet by gprs. But in mobile, i don't know, what the things that i have to set. The mobile is gprs activated. But that application is still not working. Is there any other settings in mobile.?

I'm quite rusty with j2me, and you don't give much info. Internet settings for java applications can (at least some years ago) vary very much for different devices. To get an answer to how your specific device should be configured, you're probably best off trying to find a more specific forum, preferably one about your particular device, but at least something focusing on j2me.

Similar Messages

  • Information Retrieval with Genetic Programming using J2ME and Java WTK

    i have a big project to make a software using java programming especially n using J2ME and Java Wireless Toolkit, and i'm a begginer for java programming. I have no idea for the interface and how to setting connection between my phone mobile and GPRS. what should i do? thank you

    I believe MIT has lots of sourcecode. Try searching their site.

  • Does J2ME support GPRS?

    Hi,
    I am fairly new to J2ME and I would appreciate if you could help me with my questions.
    I am designing a wireless application. This wireless application is going to run in the background. The application is going to read data from the GPS (built in mobile device) and based on the business logic, it is going to send the phone number to a centralized server. I don�t want the user to do anything therefore I am designing this application to run in the background like a daemon. I want this applicatio to handle everything rather than the user. Here are my questions:
    1. Do you see any problems with this design?
    2. What is the best way to send this data back to centralized server?
    3. Do I have to have a mobile device with GPRS to access to this centralized server? If so does J2ME support GPSR? If not, what should I be using?
    Thanks in advance,
    Mustafa

    Hi;
    Trying to help you...
    1. Do you see any problems with this design? Yeah.... Background J2ME applications is not possible yet until MIDP2 specifications. MIDP3 probabily will have.
    2. What is the best way to send this data back to
    centralized server?You can make a phone web-client sending a request to a servlet.
    3. Do I have to have a mobile device with GPRS to
    access to this centralized server? If so does J2ME
    support GPSR? If not, what should I be using?Yeah, you can send it over GPRS. J2ME does support this... actually, GPRS is a data switch protocol... witch turns possible to send data... its transparent for J2ME.
    Try to make a simple web servlet receiving the data in parameters header. You can use a free Application Server like Tomcat (Catalina). So, use your midlet for access filling the header with the parameters and send it over your web access.
    []s

  • J2me and java card, need help to communicate

    we are trying to put together a reader to read smartcards using j2me and we figure that it would be easiest if we could develop it to work with java cards rather than standard smart cards, the problem is we get garbage when we communicate to it, the chip sends us crap, any suggestions what might be wrong, any calls we might be missing, has anyone worked with j2me and java cards or smart cards, any help would be appreciated.
    einar

    .... reader app and the ME behind it .... smells like mobile ....
    First of all - if you want to have one mobile application running on this just make sure that whatever is written in ME can use drivers from the reader chip ....
    Workin on the PC is something completely different. There was one good example how to develop one host application in Java provided with the JCOP tools long ago ... I don't know if this is now in the new Eclipse tools.
    But - there was a small API provided that can give you good hints what to do - and - once you have it on the reader side - you can easily integrate ME methods with this ...

  • J2ME And JSP...

    Hi there Experts...
    i am new to J2ME and i need to connect my MIDP forms to jsp..
    i dont have any idea about that. Is it possible to pass values those been selected by an user from mobile device to the jsp and again answer from jsp to he mobile device..?
    Please help me out...
    Agam

    Hi,
    Here is the example of HttpConnection Class
    HttpConnection conn = (HttpConnection)Connector.open("http://www.yourdomain.com/mypage.jsp");
    InputStream is = new InputStream(conn.openInputStream());and now you can read is as you want and extract data from it.
    is can also contain XML data and then you can use XML parsers to extract data.
    Now it you wanna send any parameter using querystring then you should write like this
    HttpConnection conn = (HttpConnection)Connector.open("http://www.yourdomain.com/mypage.jsp?fname=rohan&lname=chandane");
    InputStream is = new InputStream(conn.openInputStream());Regards,
    Rohan Chandane

  • 5220 express music problem about my mms and gprs

    i have olready open my mms and gprs but its not working it always say's that u have invalid web setting
    or no setting found wat should i do so i can receive and send mms and browse the internet tooo
    plz help me

    I do not fully understand how the iClould redownloads work. That is what you are doing. When I go to my iTunes account, I see a list o dvices accociated with my account for automatic download and to dowload previous purchased items. It says that a device can be associated with a dfferent account one every 90 days.

  • J2ME and JSAPI 2.0

    Hi everyone,
    How do i use JSAPI 2.0 in J2ME and if possible show me some examples.
    Thanx in advance.

    Currently JSAPI is not working well for j2me

  • Encryption between j2me and j2ee

    I need to exchange some cofidential data between j2me client and servelt using http connection . So i need to encrypt the data before i send from j2me and the data should be decrypted at the server side so obviously i should also pass the key. I have searched on the net for a common algorthim that wil suit my requirements but i din get any useful solution. Please any one help me in finding out a algorithm tat meets my requirements.
    I appreciate all the replies

    i am getting the impression you are new to data security...
    if this is indeed the case, and you are in any kind of hurry, i strongly advise you to use ssl if at all possible.
    if you can not or will not use ssl then you will need to look into some other options.
    there are multiple algorithms to choose from for secure key exchange, diffie-hellman prob being the most popular.
    however, you will need to supplement the cldc api in order to implement.
    some key words to search on:
    diffie-hellman
    rsa
    aes
    tripple des
    satsa
    bouncycastle
    j2me security
    j2me encryption

  • 3G not work in my iPad but EDGE and GPRS its work

    3G not work in my iPad but EDGE and GPRS its work ?

    Try resetting network settings: Settings>General>Reset>Reset Netwrok Settings.

  • J2ME and MIDP beginner questions

    Can anyone recommend editor/IDE, toolkit etc. for coding, building and testing MIDP2.0 apps/games?
    Until now I've coded a game using J2SE. I used Forte 3.0 for coding and compiling, and IE5.5 for testing.
    Now I want to code mobile games/apps using J2ME and MIDP 2.0. What software do I need? I downloaded Sun ONE studio 4 ME and wireless toolkit 2.0, but are kind of struggeling with it :)
    Regards
    Hallvard

    Ok, I found out that the toolkit compiled the .java files and could bulid the .jar and .jad files, and then test the MIDLet on the emulator.
    But what about a good editor/IDE for MIDLets? In Sun ONE studio ME i finally managed to create a HelloWorld Midlet (with new project wizard), and build and run it in the toolkit.
    I also heard that Borland JBuilder Mobile Edition was a nice IDE for J2ME/MIDLets.
    Hallvard

  • Disabling data connection to 3G and GPRS

    Hi,
    I am using a Palm Treo Pro, and it automatically connects to 3G or GPRS when I try and open google map or internet explorer. I have tried switching data connection off in the comm manager, but it will connect to them automatically when I runs the applications. Is there anyway I am disble my phone from using 3G or GPRS unless I choose to?
    Thanks. 
    Post relates to: Treo Pro T850U (Unlocked)

    opening internet explorer and accessing google maps requires data connection that's why it will always look for your network connection service such as 3G and GPRS.
    however, if you want to disable them what you can use instead is wifi connections.
    try to do the following:
    Go to Start>Settings>Comm Manager
    1. Turn on Airplane mode (it will disable automatically all other connections including your data connection which is grayed out)
    2. Turn on Wi-Fi mode (it will automatically turn off airplane while retaining off state of the other connections. you will notice that data connection still stays grayed out)
    3. Press Exit
    4. Then tap ok
    If you are near to your router or a hotspot, you will notice in the agenda view that your phone state is off but our wifi is on and connected to your wifi router.
    you can still open and browse the web and connect to google maps.
    Post relates to: Treo 680 (Unlocked GSM)
    Message Edited by oldpalmtreouser on 03-02-2009 02:48 PM

  • Which handheld devices support both J2ME and Wi-Fi?

    Which handheld devices support both J2ME and Wi-Fi?

    Hi,
    Got the Lumia CYan update yesterday hoping that it would fix my bluetooth problem. I have Cortana on my Hong Kong country variant but still bluetooth issue is not resolved.
    After pairing instance, the bluetooth does not re-connect on subsequent attempts (it does try to reconnect). On reconnect attempt it fails and presents "tap to pair" under the bluetooth network.
    Please help.
    Daman
    Lumia 1520
    Past: Icon, 928, 720, N9, N97(ugh)

  • Iphone4s network speed slow on EDGE and GPRS

    I have noticed that Iphone4s network speed is unbearably slow on EDGE and GPRS. Even my iphone 3G was faster.

    And what medium are you using to make this connection?
    Is this the medium that is at the top of the list of interfaces in System Preferences > Network ??
    Are you using a Firewall on your Mac in additon to DHCP provided by your Router?

  • EDGE and GPRS turn off ?

    anyone knowing how to disable edge and/or gprs. i use this for saving battery on my 3 gs.
    greets
    werner

    thanks guys from response,
    @ airrocher: flightmode disable also the phone connection (phone calls) as far as i know, and that's not what i want to do.
    @tamara: could you confirm, that edge or gprs disabling brings no longer battery lifetime? my main problem on 3 gs is the battery time. so i thought disabling edge and gprs saves battery, as well as 3G does.
    greets
    werner

  • J2ME and 802.11b?

    I'm planning to make wireless P2P between PDAs and PC using WiFi and J2ME.
    Are there any issues between J2ME and WiFi that I should know about?
    How difficult is it to make such a network?
    Is J2ME compatible to most PDAs?
    Can J2ME be used for an app on a PC?
    I need all the help I can get. I am at your mercy. =)

    Are there any issues between J2ME and WiFi that I
    should know about?I'm guessing you will be using Sockets, Nokia phones, and sockets don't get on.
    Is J2ME compatible to most PDAs?Sun have a PalmOS J2ME JRE, Symbian/Psion have a J2ME JRE and I've seen a MS Windows CE/PocketPC J2ME JRE about, Google knows all.
    Can J2ME be used for an app on a PC?You would be better off writing a generic back end, then a J2ME LCDUI interface and a Swing/AWT/SWT interface, but I've seen the javax.mobileedition packages about for J2SE, or you could use a phone emulator.
    I need all the help I can get. I am at your mercy.
    =)I think one of the optional packages does P2P, I can't remember which thou.

Maybe you are looking for