Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Handhelds Hardware

Cell Phones and Services for Java Developers? 18

Xi asks: "My cell phone recently died, forcing me to start looking for another cell/provider. I want one which will allow me to do some simple client/server Java programming but I'm perplexed by the array of choices. Some providers let you pay to download Java apps but do they let you create your own? Several providers can utilize phones on which Java runs but do they have to host some sort of software on their side? For instance can I use a Java enabled phone with T-mobile? Nokia, Nextel, Motorola (who shipped a Developer's CD with my October copy of Java Developers Journal) and its recent acquisition, AT&T, Sprint (new pricing), and others are all claiming Java this and Java that but what am I really 'getting' and what are fellow Slashdot-reading Java developers really using?"
This discussion has been archived. No new comments can be posted.

Cell Phones and Services for Java Developers?

Comments Filter:
  • No real requirements (Score:4, Informative)

    by dakkar ( 128056 ) <dakkar@ERDOSthen ... t minus math_god> on Tuesday October 22, 2002 @06:29AM (#4502709) Homepage

    AFAIK, the network operator has little (if any) to do with the usage of Java (J2ME) on your phone.

    You can always write you own programs, and copy them to your phone. You can (with some trickery, I'm sure) post them on the Web (WAP?) and let other people download them to their phones.

    The client/server part of J2ME is more-or-less URL-based HTTP/TCP transfers. I assume you're talking about GPRS (G2.5) phones: in that case, to use the networking from J2ME you just need that your phone provider allows you to connect to the Internet (as opposed to just their local network) via GPRS.

    The above is based on Nokia informations, Sun's J2ME API reference, and European networks.

  • by jukal ( 523582 ) on Tuesday October 22, 2002 @06:59AM (#4502798) Journal
    Nokia 7650, 6310i, 6610, 7210, 3410, Motorola Accompli 008, 009, V60i, V66i, Siemens SL45i, M50 (others planned), Sonyericsson Z700, P800.

    There are more, and if you look at the recently released phones - J2ME seems to be there in most devices (excluding the cheapest model-range). Get the J2ME toolkit [sun.com] (this one for windows), the page will tell what else (java related) you also need.

    Some operators might have for some odd reason disabled downloading some J2ME content although I don't know any such operators. Anyway, the operator choice should not affect your ability to start developing your own J2ME applications.

  • Samsung A500 (Score:3, Informative)

    by DiscoOnTheSide ( 544139 ) <[ajfili] [at] [eden.rutgers.edu]> on Tuesday October 22, 2002 @09:08AM (#4503451) Homepage
    A friend of mine just got the new top of the line Sprint Vision phone and in the debug menu is a Java app launcher. I've been commissioned to see if I can write a SSH client for it. It can do SHTTP so I dont see a problem. Check www.a500hacking.com for more.
  • My experience isn't first hand, but a lot of folks in alt.cellular.verizon are complaining about Verizon's new "Get It Now" service (with BREW phones). Not only can you not write s/w, but you can only download what Verizon is selling. This includes ringtones and background images!

    Checkout alt.cellular.* for more info.

  • Sun (Score:3, Informative)

    by deflood ( 539656 ) on Tuesday October 22, 2002 @11:00AM (#4504327)
    I suggest you check out Sun's Wireless Site [sun.com]. There are a ton of articles, documentation, and code examples from which to learn.
  • How about the Blackberry 5810 [blackberry.net]? It runs J2ME and you can download an emulator and SDK from their developer's web site.
  • Sprint Vision (Score:2, Informative)

    by still_nfi ( 197732 )
    Sprint's implementation is open and accessible. You can write plain MIDP1.0 apps and download them to the phone from any webserver. It also supports extension API's for sound and connectors for https, ssl & sockets to do virtually any type of network based stuff.
  • Dont Go Motorola (Score:3, Informative)

    by Asicath ( 522428 ) on Tuesday October 22, 2002 @12:13PM (#4504971) Homepage
    I was in a similar situation, I really wanted to program java apps on my cellphone (Dont ask me Y, im just a geek). Nextel was the only company in my area offering java-enabled phones, so I picked up one of their i85s models. Its a really nice phone, and the Java stuff works sweet on it.

    The only problem is getting the apps onto the phone. Motorola is being a nazi about controling the ability to distribute apps, if you arent in their developers program you can only download offical apps through their propritary download program. As far as getting into the development program, I have no idea, Ive applied for it through my work and as a student to no avial. Im even one of the few people running some J2ME projects on sourceforge.

    Im told other phones have the ability to simply point themselves at a .jad file on the web and download the app, not Motorola.
  • Quite simple (Score:2, Interesting)

    by Korgan ( 101803 )
    I use a Nokia 7650 (which replaced a Nokia 6310). This phone is fully J2ME (in fact, I use a Java app to browse HTML pages coz the internal WAP browser doesn't cut it).

    (Disclaimer: My J2ME experience on cellphones is limited to the Nokia 7650 and the 6310i. Everything stated for here applies only to those platforms)

    When you download a J2ME application, 2 things need to be taken in to account. 1) Does the app use a resolution that will fit on your screen (same size or smaller that is). 2) Do you have enough storage space for it?

    Once you've answered those, there is no other hassles with a J2ME application (short of any programming or compatibility issues). Just install it and run it from the menu.

    You can download the J2ME applications from anywhere you choose. Download them to your PC and then transfer them across (via irda or bluetooth in my case), or download them directly from the net to the phone. With the Nokia 7650 you can even get them via POP3/IMAPv4 if you wanted.

    Anyway.... J2ME applications reside on the phone, run on the phone, and are controlled by you and the settings of your phone. Once you've downloaded the application, the Telco/ISP has no control over the application itself (outside of licensing issues).

    You do not need the Telco/ISP to write your own J2ME applications and run them on your J2ME capable phone.
  • Here's what i did (Score:3, Informative)

    by steve.m ( 80410 ) on Tuesday October 22, 2002 @06:03PM (#4508124) Journal
    I've got a Nokia 3410 [nokia.com], which is MIDP1.0 compliant, and this [oreilly.com] book from O'Reilly which i found helpful. I'm using the J2ME toolkit [sun.com] to help package and test the apps I write (it has an emulator).

    To get them onto my phone is a moderate pain. I have apache running on my machine, and added the following into mime.types:

    text/vnd.sun.j2me.app-descriptor jad

    application/java-archive jar

If a subordinate asks you a pertinent question, look at him as if he had lost his senses. When he looks down, paraphrase the question back at him.

Working...