Slashdot Mirror


Cell Phones For Easy App Development?

linnrose writes "When I purchased my current cell phone — a ATT/Samsung Sync — my primary reason for selecting it was Samsung told me I could install custom Java applications on it via USB or the microSD card; turns out they lied to me. I would really like to have a phone that is open enough for me to install simple Java (or whatever language; I'm primarily a C# developer) apps without having to download them from a server. And it doesn't have to be cutting-edge/feature-rich; gimme a nice color screen and good call quality. I'm thinking Nokia might have something useful, but I'm not sure. Any suggestions?"

74 of 97 comments (clear)

  1. Andrioid by RManning · · Score: 1

    I'm a java developer and being able to easily write and deploy my own phone apps is exactly why I'm so excited about Android. It has a full SDK and Google promises that you can install your own software on your own phone!

    Go check it out...

    Clicky clicky

    1. Re:Andrioid by tha_mink · · Score: 2, Informative

      If you roll in the Java world, then check out the Blackberry. It's really easy to develop for, there's a bunch of tools out there, and installing and removing apps is a breeze through the USB cable. (or a server for that matter)

      --
      You'll have that sometimes...
    2. Re:Andrioid by rufus+t+firefly · · Score: 1

      If you roll in the Java world, then check out the Blackberry. It's really easy to develop for, there's a bunch of tools out there, and installing and removing apps is a breeze through the USB cable. (or a server for that matter)

      Has anyone done any development for the Blackberry on Linux? I use Eclipse for most of my development these days, and it looked like the only Blackberry Eclipse plugin/toolkit was an unfriendly Windows binary. Anyone have any better experiences with it?

      I'm not about to put together another machine or waste money on a Windows license just to develop cell phone software, especially when it seems that there's no specific reason why there isn't a readily available Linux port of their toolkit.

      Yeah, I'm just waiting for some person to post a link to one and make this post look stupid.

      --
      "He may look like an idiot, and talk like an idiot, but don't let that fool you. He really is an idiot." - Duck Soup
    3. Re:Andrioid by linnrose · · Score: 1

      Even though everyone @ the office but me has one, I always forget about Blackberry; thanks for the input

    4. Re:Andrioid by ckaminski · · Score: 1

      I'll concur with this. I installed many of my own test midlets via web download. The blackberry (even though I really hated it as a phone platform) is really dead-simple when it comes to running java apps.

  2. More details please by the_humeister · · Score: 2, Informative

    My current phone is a Sony Ericsson W580i. I can just upload those micro Java apps onto my phone via Bluetooth and they work.

    1. Re:More details please by HeronBlademaster · · Score: 1

      I second that. I love my W580i.

    2. Re:More details please by Simon80 · · Score: 1

      Third, having used a z520 for a long time. The only crippled features I can think of are the permanently enabled camera noise, an inability to send applications to other users from the games and applications folders (the copy in the "other" folder that was used to install a given app can be propagated just fine), and the standard SIM lock that any mainstream cell phone has.

    3. Re:More details please by willow · · Score: 1

      I'll jump in too for supporting Sony Ericsson phones as a simple phone development platform. They've an active and extensive developer site and it looks pretty easy to get simple apps written and installed.

      I did reflash the firmware on my branded w580i back to factory and it's much easier to work with now without all the vendor crap on it.

      Android may be the future but until then SE phones will satisfy my urge to tinker with simple phone apps.

      --
      Moderation in everything, including moderation.
    4. Re:More details please by linnrose · · Score: 1

      I fairly anti-Sony at the moment - the rootkit debacle still gets me stirred up, and I've not had much luck w/ their phones. But I appreciate the input

  3. All nokia phones by Simon+(S2) · · Score: 3, Informative

    At least here in the EU, I don't know it it is the same in the US, but every nokia phone I bought (now I own a 6111) has had the capability of installing j2me apps from the memory card, vie USB or simply by copying them from the PC to the mobile over bluetooth.
    If you are a developer and would like to hack your mobile, maybe you could have a look at the Freerunner?

    --
    I just don't trust anything that bleeds for five days and doesn't die.
  4. Windows Mobile by Andy+Dodd · · Score: 1

    Sad to say it, but Windows Mobile phones are probably the most widely available "open for developers" phones out there. WM does have app signing, but every WM phone I've seen allows the user to easily override the signing function. It's basically "This app is unsigned, are you sure you want to run it? Yes/No" - The nice thing is that the phone *remembers* this answer until the app's hash changes.

    Most current Linux phones are heavily locked down (such as the Motorola MOTOMAGX based phones).

    Android based phones don't exist yet, and some of Google's comments imply that they will be allowing carrier lockdown.

    I've heard a lot of Symbian phones are also heavily locked down and won't run apps unless they are signed. It's a moot point if you're in the U.S. because Symbian phones are pretty rare here.

    I have an AT&T Tilt (HTC Kaiser aka HTC TyTn II) and I love it.

    --
    retrorocket.o not found, launch anyway?
    1. Re:Windows Mobile by LaughingCoder · · Score: 4, Informative

      Sad to say it, but Windows Mobile phones are probably the most widely available "open for developers" phones out there

      First, why is it sad? Second, I have had extensive experience developing for Windows Mobile (alongside some poor slobs who were saddled with having to develop the same application for Symbian and Java). While I can say that I had a very positive experience, my compatriots were not so lucky. The tools (Embedded Visual Studio) were free. And as a big bonus, I was able to do 90-95% of my development on the desktop the same source could be built and run on a desktop Windows box and then, with a small smattering of #ifdefs, built and deployed onto either a pocket PC style (touchscreen with stylus) or Smartphone style target device. As you can imagine, source-level debugging an application in desktop Visual Studio is orders of magnitude more efficient than fiddling around with simulators or worse, tethered devices running in some sort of half-speed debugger mode under control of a desktop. I also dabbled with BREW (uggh) though not for terribly long. For my money, Windows Mobile is definitely the way to go if you want to develop applications for personal consumption.

      --
      The more you regulate a company, the worse its products become.
    2. Re:Windows Mobile by bfizzle · · Score: 1

      I figured a Windows Mobile platform would be a first choice as well especially with the op C# experience.

    3. Re:Windows Mobile by LaughingCoder · · Score: 1
      --
      The more you regulate a company, the worse its products become.
    4. Re:Windows Mobile by ksheff · · Score: 1

      I would have thought that too. Based on a workshop that I attended, developing C# apps for Windows Mobile is relatively straightforward. The SDK is free, but you need the professional version of Visual Studio (I haven't tried SharpDevelop yet. The presentations and workshop materials can be found here: http://blogs.msdn.com/mobilitymetro/

      --
      the good ground has been paved over by suicidal maniacs
    5. Re:Windows Mobile by sznupi · · Score: 2, Informative

      On Symbian you can also self sign.

      --
      One that hath name thou can not otter
    6. Re:Windows Mobile by jrumney · · Score: 1

      Decent camera is usually the dealbreaker. Even my K850i (which came out on top of N95 for camera performance in many reviews) is noisy as hell in anything less than bright sunlight, and Windows Mobile handsets so far have not treated the camera as a headline feature. You'll be lucky if you can find anything better than a fixed focus 2MPx with microscopic lens.

    7. Re:Windows Mobile by Andy+Dodd · · Score: 1

      Sounds like the HTC TyTn II aka AT&T Tilt.

      Or the HTC Touch Pro (not yet released for AT&T but coming in a month or so most likely)

      The only thing from your list missing is a decent camera, but that's something you're just plain never going to see in a cell phone. There's just no room for a decent sized sensor to get acceptable noise performance.

      --
      retrorocket.o not found, launch anyway?
  5. Depends on your audience by Anonymous Coward · · Score: 1, Interesting

    I've done development on Symbian and Blackberry products; advice for these: Run away, terribly fast.

    I haven't explored Windows Mobile due to it's serious speed stability issues on the two phones that I've had that run it, but it's likely your only hope for C#.

    If you can do C, Objective-C for the iPhone looks quite tasty (I've only browsed the source), and the Android platform is mostly here now, with some very tasty phones coming to major carriers this Christmas.

    So my advice would be that you need to decide whether you need to make money from this application, and if so from whom. If your target market is all Microsofties, then get their platform (the T-Mobile Wing among the more tolerable phones), and code for it.

    If not MS specific, then the question comes down to money. If your app. is ground breaking and cool, I'd lean toward an iPhone, Objective-C, and the AppStore. If it's just for you or to share with the world (like a cool pocketable Nagios monitoring daemon) and you'd like a large community of users regardless of their funding, Android.

  6. Re:Become a registered iPhone Developer by Ethanol-fueled · · Score: 2, Informative

    I'm pretty sure that the submitter dosen't want to pay the $99/year Apple developer tax, especially just to run "simple Java apps".

  7. BlackBerry? Older Symbian? Windows Mobile? by emag · · Score: 1

    It's my understanding that anyone with a BlackBerry and the Windows desktop software can install Java (J2ME or J2ME+BBapi) apps on their BlackBerries via serial/USB.

    I know older Symbian devices could install via memory card as well (I had a Nokia 6600), but I've heard enough scare stories about newer Symbian revs to wonder if that's still the case.

    In *theory*, anyone with ActiveSync should be able to sync/install on a Windows Mobile phone. I've never used one myself, and the one person I know with a Windows PDA is having issues even connecting under Linux, but I don't know where the actual problem is there.

    Severely locked-down systems (T-Mo Sidekicks, IIRC most Verizon phones, iPhone, etc), you're SOL without either hacking it or becoming a sanctioned "developer"

    --
    "The urge to save humanity is almost always a false front for the urge to rule." --H.L. Mencken
  8. Windows Mobile? by Darkstorm · · Score: 4, Informative

    I have one of the Veriozon windows mobile phones, it has .net compact framework, and even compact sql server.

    I got it mainly because I could write my own c# apps for the thing. Visual studio even has a nice emulator built in.

    --
    If ignorance is bliss, the world is full of blissful people
    1. Re:Windows Mobile? by rufus+t+firefly · · Score: 3, Interesting

      I have one of the Veriozon windows mobile phones, it has .net compact framework, and even compact sql server.

      I got it mainly because I could write my own c# apps for the thing. Visual studio even has a nice emulator built in.

      I can't quite get over Windows Mobile's horrific interface design. I mean, if I wanted a small desktop, I think I could just buy one. It's not really designed to be controlled with fingers (opting instead for a stylus), and is a pretty huge pain to use. Not that some of the other entries in the mobile phone OS market aren't horrible ... Nokia managed to get around the finger problem recently with their menu system in Maemo, even though that's not really available for phones.

      Here's to hoping Android works better in "real life". Running it under Windows Mobile is painful at best.

      --
      "He may look like an idiot, and talk like an idiot, but don't let that fool you. He really is an idiot." - Duck Soup
    2. Re:Windows Mobile? by Darkstorm · · Score: 1

      Well, when I needed a new phone, I also needed a new pda (my sony clie is a bit old), so I got both in one. I actually use more of the pda functionality (like the calendar) since I carry the phone most places, while my pda stayed in my bag, or at home.

      I like it, and I can write apps for it.

      --
      If ignorance is bliss, the world is full of blissful people
    3. Re:Windows Mobile? by rufus+t+firefly · · Score: 1

      Well, when I needed a new phone, I also needed a new pda (my sony clie is a bit old), so I got both in one. I actually use more of the pda functionality (like the calendar) since I carry the phone most places, while my pda stayed in my bag, or at home.

      I like it, and I can write apps for it.

      Problem is, you have to buy into the whole thing. You can't develop for Windows Mobile without a Windows desktop and a Windows development environment.

      Haven't had a Windows machine since 1999, and I'm not about to get one just so I can write apps for a phone. J2ME-based apps provide much greater market penetration, and hopefully if Android is adopted by enough companies, I can avoid the prospect of designing for either the iPhone or any WinCE hardware.

      --
      "He may look like an idiot, and talk like an idiot, but don't let that fool you. He really is an idiot." - Duck Soup
    4. Re:Windows Mobile? by ksheff · · Score: 1

      Unless it's a PDA form factor device, I don't think the WM phones even have a touch screen interface. They use the little joystick button on the phone. www.pointui.com had made it look better at least.

      --
      the good ground has been paved over by suicidal maniacs
    5. Re:Windows Mobile? by DarthJohn · · Score: 1

      This one looks promising. I might give it a try.

      If I can get that working with qt I'd be pretty happy.

      gvim + CeGCC + qt => good enough for tinkering with. (if it works)

  9. Hurry to Amazon NOW! (maybe) by gEvil+(beta) · · Score: 1

    No idea how useful this is for development, but Amazon is offering an unlocked Samsung I321N phone for $165 until 2pm PDT as a gold box deal. It runs Windows Mobile 5.0, and since it's unlocked I would imagine you should be able to load apps onto it with no problems.

    --
    This guy's the limit!
    1. Re:Hurry to Amazon NOW! (maybe) by Hard_Rock_2 · · Score: 2, Informative

      As a heads up it uses European frequencies, and only has the higher frequency for North America. Its fine for T Mobile which only uses 1900mhz, but if you use it with At&T you'll find it wont work indoors as much as other phones, which have both North American bands.

  10. Re:Become a registered iPhone Developer by AKAImBatman · · Score: 2, Informative

    If he's looking for something cheaper, I can vouch for RAZRs working with Java apps. There's a simple USB Mini port on the side (cable not included) that can be used to hook it up to a computer and transfer applications.

    I have also been told that many Nokia phones allow Java programs to be installed, but I do not know the details of those.

  11. IBM J9 + WinMob or PalmOS + SWT by hattig · · Score: 1

    With Windows Mobile and PalmOS devices, you can install IBM's J9 JVM (you can buy it for six dolla online) and then code in Java. I think the current version lets you code in Java 5. Couple that with SWT, and you have a nice environment in Java that's pretty frickin' cheap, but not an iPhone.

    Failing Java+SWT on J9, I'd program for the iPhone (I'd do that before that, but I have no Intel based Mac :( )

    1. Re:IBM J9 + WinMob or PalmOS + SWT by hattig · · Score: 1

      http://www-01.ibm.com/software/wireless/weme/

      Has a trial.

      You used to be able to buy it for $6 at Handango, but they've redone their website to be totally unusable.

      Java on PocketPC:

      http://blog.vikdavid.com/2004/12/java_on_pocketp.html

  12. Re:Become a registered iPhone Developer by Z00L00K · · Score: 2, Insightful

    And you have to buy a Mac to develop them.

    iPhone is the LAST phone that I would select for that. And I also suspect that if you succeed in porting Java to the iPhone Apple will blacklist that really soon since it will be in conflict with the developer license.

    SonyEricsson, Nokia or any Windows Mobile phone should be fine. Operator branded phones may be lobotomized from the prospect of installing apps on them.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  13. Lots of Choices by Hard_Rock_2 · · Score: 4, Informative

    To be honest, I'm really suprised your phone doesn't let you just upload J2ME apps and run them, most phones (RAZR, etc) let you do it, some might require you buy a $6 cable, but its nothing serious.

    If you want more choices:
    1)Symbian based phones. You can run native C++ apps, and J2ME based ones. A popular example would be the N95.
    2)Iphone, although you'll need to go through the iTunes store or jailbreak it.
    3)Windows mobile phones, not sure which one to reccomend here.
    4)OpenMoko, although I hear this phone still needs a while to go before it becomes something someone will want to use as their primary phone
    5)Wait for an android based phones.

    However before purchasing new phone see if you can get a cable or modify your phone in such a way you can load java apps onto it, because I'm really surprised its that heavily locked down.

    1. Re:Lots of Choices by linnrose · · Score: 1

      Yup; got the cable and it doesn't work. Samsung/ATT have this phone locked down; the only way to get an app on the phone is to download it from the web.

  14. Re:Become a registered iPhone Developer by Anonymous Coward · · Score: 1, Insightful

    iPhone is the LAST phone that I would select for that.

    Depends if the apps are for yourself or to sell/give to others. iPhone is soon going the only phone that matters if you are developing apps for other people. And I know it sucks, I have one. But given the amount of activity in the App store and on the illegal installers you'd be hard to not recognize that the iPhone is here to stay. I suppose to fully understand you will need to spend some serious time with a jailbroken iPhone running firmware 2.0.

  15. Re:tip by msu320 · · Score: 1

    1. Get a cantaloupe/melon. Cut a hole in it, 6-inches deep (more or less :)

    When attempting to cut a hole to match, I wound up splitting the cantaloupe in half. The next few attempts resulted in similar failure. Would a watermelon be a sufficient substitute? please advise on the matter.

    --
    New slashdot layout sucks.
  16. Windows Mobile by rudib · · Score: 1

    For C# / .NET code, Windows Mobile is the answer. Developing for it from Visual Studio is really simple, almost like for desktop Windows Forms apps, it supports remote debugging via USB and it has a emulator with many device profiles (different display and keyboard configurations).

    http://msdn.microsoft.com/en-us/windowsmobile/default.aspx

    As for WM phones, HTC or Asus (a bit cheaper, I have a P750) make solid ones.

  17. Nokia+Python by Masa · · Score: 5, Informative

    A Nokia S60 phone (I have an E61) + Nokia S60 Python interpreter have been enough for my personal development needs. The nice thing is, I can develop Python applications on the road only using the phone itself.

    Information about the interpreter: http://opensource.nokia.com/projects/pythonfors60/

    The latest version is available at the Sourceforge: http://sourceforge.net/projects/pys60

  18. OpenMoko by RGRistroph · · Score: 1

    You should check out the OpenMoko: http://openmoko.com/

    I don't have one. However, at the linux users group I attend ( http://ale.freeshell.org/ ), a group of people who got them via one of the group purchase agreements came to last night's meeting. I was pretty impressed.

    It does cost $300 or $400 depending on what model you get, and then you have to get one of the cellular services that works on a sim chip thing.

    At least one of the guys at the linux meeting was using it as his daily phone. However he also said he was putting up with various quirks and working around them, that "normal people" might not be able to deal with. One person showed me the phone running X with xfce, but the others were using a qt interface that didn't use X, if I understood them correctly.

    But, if you are a developer and having problems with the openness of your phones, this is the way to go. Even the hardware and plastic designs are open source.

    1. Re:OpenMoko by Tony · · Score: 2, Informative

      The "sim chip thing" is GSM, which most places (T-Mobile, AT&T, etc) use.

      If you need it for day-to-day use, QTopia is stable and pretty. You can then develop using Qt, which isn't bad, as long as you like C++ (or you can use Python bindings or whatnot).

      If you want to explore, install the FSO image, and develop using Vala, which has a C#-like syntax, but compiles using an intermediate C step. It's fast, efficient, and not a bad language, even if it *is* modelled on C#.

      It has easy access to accelerometers, GPS, WiFi, and the GSM modem. It's hobbled by slow video access, and the stupid video chipset manufacturer is a little less than helpful on the 3D accelerator specs. But, if all you want is a good hand-held computer that doubles as a phone, it's a damned good choice.

      I love my Freerunner. I'm working on it right now.

      --
      Microsoft is to software what Budweiser is to beer.
    2. Re:OpenMoko by xhrit · · Score: 2, Interesting

      i'll second that. I love my openmoko.

    3. Re:OpenMoko by Rikiji7 · · Score: 1

      How many hours does a battery life last? I'm really interested in such a hackable device but i've heard it stands only up to 12h in standby...

      --
      slashwhat?
  19. Re:Become a registered iPhone Developer by toleraen · · Score: 1

    iPhone is soon going the only phone that matters if you are developing apps for other people.

    I didn't realize the iPhone was reaching 100% market penetration so quickly. Out of the ~1,150,000,000 phones sold last year, how many of those were iPhones? 3%? That's a lot to make up this year.

  20. Blackberry / Research in Motion by thebiss · · Score: 1

    RIM offers a Blackberry JDE for their phones. It looks slick and well integrated, and comes with an emulator and tons of samples. One caveat - I haven't actually built anything with it yet

    --
    Beware: I believe all are created equal, and have the right to life, liberty, and the pursuit of happiness.
  21. Re:Become a registered iPhone Developer by Anonymous Coward · · Score: 1, Informative

    It actually depends on the type of RAZR you have. I have a RAZR v3m and I can not put Java apps on it. If you have access to a Linux desktop, I would recommend grabbing Moto4Lin. I messed around with this and it allowed me to easily mod the RAZR by giving me access to parts of the RAZR filesystem (I think Motorolla hides parts of the FS).

    Anyways, my RAZR can only run BREW apps. To develop BREW apps, one has to pay a licensing fee...

    Android cant get here soon enough in my opinion

  22. Sony Ericsson K800i by aembleton · · Score: 3, Informative

    I can load Java ME apps onto my Sony Ericsson K800i by using either the supplied USB cable, or via Bluetooth. Java ME doesn't provide all of the libraries that come with Java Standard Edition; so be prepared to work around the lack of Lists which is something that I have found frustrating about it.

    1. Re:Sony Ericsson K800i by enough2000 · · Score: 1

      Sony Ericsson phones provide the best J2ME support out there and put pretty much everyone else to shame in regards of supported APIs (check wwww.jcp.org), stability and speed. For development you can use NetBeans with the mobility pack, Eclipse with the MTJ (not really ready yet) or any IDE on any OS of your choice with J2ME Polish.

  23. Re:Become a registered iPhone Developer by Anonymous Coward · · Score: 1, Insightful

    God I hope not. What a dismal future that would be.

  24. Samsung should be ashamed by Eugenia+Loli · · Score: 1

    I have been personally bitten by this Samsung crippling "feature" too. Java apps/games can only be installed via a server/EDGE, not via USB or microSD or via Bluetooth file exchange. Samsung is the only manufacturer that does that, and I have my share of experience with many cellphones.

  25. Linux based Mororola by alder · · Score: 2, Informative
    For instance, ROKR Z6. It connects to PC via USB as a memory card (one of the options). JARs copied over to the phone are installed with a single click ;-) Out of the box it has a little over 60M of free space with an option to add (up to) 2G micro-SD card.

    Phone is easily reflashable including mods that add telnet and FTP ;-)

  26. Re:Become a registered iPhone Developer by Anonymous Coward · · Score: 2, Insightful


    you need to fine tune your crude statistics, % of market penetration for all phones does not give a good sense of things. Think a bit deeper... take those 1,150,000,000 phones sold, break it down by model ... how many models have people paying for applications? A small percentage I bet. Out of this small percentage... where does the iPhone rank?

    If this number is significant then only the iPhone will matter.

    Also factor in the following:
    - iPhone is just over 1 year old and two model years old
    - 3% for one model may be significant, how do the other models rank?
    - safe to say this 3% is largely from the consumer side of things, what happens when business side of things picks up?

  27. BlackBerry by idiot900 · · Score: 1

    I have a BlackBerry and happily code for it in Java. I use a Mac with VMware to run Windows so I can run the SDK's tools.

    Pros:
    - The device OS is itself written in Java, so your Java apps are not second class citizens
    - API is intelligently designed and easy to work with
    - Good API documentation
    - Simulator runs the actual OS code
    - Apps can be loaded using a USB cable
    - Apps can be debugged as they run on the device itself through that USB cable
    - SDK downloadable for free in a few clicks
    - Lots of people have BlackBerries
    - No retarded NDA!

    Cons:
    - Device OS is not open
    - SDK is Windows-only
    - SDK's IDE is garbage (but you can use Eclipse)

    1. Re:BlackBerry by 0xdeadbeef · · Score: 1

      I second this, and I've used everything. If you want to work with Java, this choice is a no-brainer.

  28. Re:Become a registered iPhone Developer by Palshife · · Score: 1

    Why would he do that when it's perfectly simple to jailbreak the phone? Then you can run your custom apps for free. It doesn't sound like the submitter is interested in distributing the apps he writes.

    --
    Attention deficit disorder is a complicated issue, spanning several major... HEY LET'S GO RIDE BIKES!
  29. Sprint/Nextel or AT&T/T-mobile by juanfe · · Score: 3, Informative

    If you're in the US, two general choices:

    Sprint will let you load pretty much any Java ME app that does not use protected APIs on your phone. For their CDMA phones, you'll need a special developer unlock to use protected APIs (easy to get). For their Nextel phones, you can sign any apps that use protected APIs using the iDEN SDK they have available. Visit their developer site (http://developer.sprint.com) and you'll find links to tools to do Over-the-air (or cable installs in the Nextel case) of Java apps on your phones.

    Pretty much any GSM phone with Java ME you can use to download apps over the air. AT&T does not make this difficult, and lets you download applications over the air to any of their Java ME capable phones. If the application uses a protected API, you'll probably have to get it developer enabled as well -- their developer website (http://developer.att.com) should help you with what you need.

    T-Mobile also has wide open phones for Java ME apps, as long as they're not using protected APIs.

    For Verizon, you're SOL.

    BlackBerry devices are all pretty open and you can install whatever you want on them as long as it's not locked up by your system administrator. The APIs are as rich as they come.

    --
    ***Foucault is watching you..***
    1. Re:Sprint/Nextel or AT&T/T-mobile by juanfe · · Score: 1

      You're right, I didn't mention WinMobile. I have a blindspot to WinMobile -- I guess I've been in Java ME-land too long.

      Generally speaking, I have seen either lot of crapware on WinMobile or good apps that are much more expensive than their Java ME counterparts (3X-5X). Basically, even though Microsoft is probably the best company out there in supporting developers, they haven't managed to create a hugeexcited developer ecosystem for the WinMobile platform for some reason. I think it's because of what you mention (too many different versions of the platform each of which changed the security model).

      Most developers I've encountered who really understand mobile end up not liking WinMobile as a platform at the end -- it sounds like a great idea and the tools are slick, but the good tools cost $$$, the OS can be unstable and the devices are often more expensive, and Microsoft ends up mucking up the model a year later.
      They end up putting up with Java ME (because even though the tools are more limited and pain-in-the-ass to work with, the platform is ubiquitous and readily available on inexpensive devices and the tools are free) or switch to BREW (because even though it costs money to join, there's almost guaranteed revenue coming from the people who are stuck with BREW-only devices).

      --
      ***Foucault is watching you..***
  30. Re:Nokia works well with J2ME by blackpaw · · Score: 1

    And if you want to write anything that interacts with the phone beyond pretty graphics you're pretty much stuffed - limited or no access to sms, network, logs and voice.

    However Python on the Nokia (S60 FP2+) is a different kettle of fish altogether, it seems to shaping up to what java ME was promised to be.

  31. Re:Become a registered iPhone Developer by Paradise+Pete · · Score: 1

    I get your point, but if you limit it to software purchases then the iPhone's share is a lot higher, and climbing rapidly.

  32. Re:Become a registered iPhone Developer by toleraen · · Score: 4, Insightful

    Really? Are you sure? The iPhone is the only mobile phone that requires any and all legitimately purchased software installations to go through a single point of origin. There is no comparison to Symbian, RIM, Linux or Palm. Every other mobile OS has the legitimate option to install applications without 'phoning home' to their respective manufacturer.

    It simply amazes me that so many people in the slashdot crowd don't see a problem with this.

  33. iPhone by Tom · · Score: 2, Insightful

    Yeah, someone had to mention the obvious. But the iPhone is really great to develop for. Once you've learnt Objective-C, the whole dev environment is very good, and I've heard that from quite a few people, many professional software developers among them.

    --
    Assorted stuff I do sometimes: Lemuria.org
  34. C# by forgoil · · Score: 1

    Sounds like a Windows Mobile device with .NET would be a choice then. Haven't ever tried them out myself (I'm very sick of mobile devices so I don't check them out really) and I have heard some bad and some good about WM, but it should be a good fit if you want the MS development suite and languages.

    1. Re:C# by juanfe · · Score: 1

      Most of the folks I know who've gotten WinMobile devices for the purpose of getting apps on them seem to be happy (with the exception of WinMobile SmartPhone (not Pocket PC Phone edition) users, who tend to be unhappy because the platform allows the carrier to lock it down) -- at least happy in that they can get applications they download of the interwebs on their phone.

      My experience is also that there are a huge number of fairly crappy/duplicative applications written for WinMobile, and that the good applications are somewhat expensive (but they are indeed good). There isn't a huge groundswell of open source WinMobile applications out there.

      Basically -- if you're a developer, and you can pay for the .NET development tools or are comfortable working with the free C-based SDKs, then you'll probably like WinMobile. If you are simply looking to load casual apps on the device, this may or may not be the best choice depending on what apps you're talking about.

      --
      ***Foucault is watching you..***
  35. Re:Become a registered iPhone Developer by Wulfstan · · Score: 1

    This simply isn't true. BREW, used by Verizon's Get It Now service, Alltel and other CDMA carriers in the USA have a "single point of origin" system in place as well. All applications are centrally submitted and tested via QUALCOMM and these are placed in a centralised application database which carriers can select applications from. This ridiculous claim that Apple is somehow the first to do this or the big nasty one for doing this needs to be put to bed - they have replicated and tweaked a business model for mobile application development which is proven.

    --
    --- Nick, hard at work :->
  36. Windows Mobile dev w/o Windows and VS? by tepples · · Score: 1

    Sad to say it, but Windows Mobile phones are probably the most widely available "open for developers" phones out there.

    Is there a good way to compile apps for Windows Mobile on Linux? Or on Windows without buying a copy of Visual Studio Standard or higher? (Visual C++ Express lacks the Windows Mobile SDK.) Is CeGCC arm-mingw32ce any good?

  37. Panchira! by tepples · · Score: 1

    The only crippled features I can think of are the permanently enabled camera noise

    In some markets where your phone is sold, statutes or regulations require "the permanently enabled camera noise" to counter invasion of privacy.

    1. Re:Panchira! by oldspewey · · Score: 1

      Try shooting at a lower ISO ... the generally accepted advice for reducing camera noise.

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
  38. My opinion by evariste.galois · · Score: 1

    Windows, Windows,Windows. If you are fed up with these try Windows

  39. Re:Become a registered iPhone Developer by Sensible+Clod · · Score: 1

    This may be related to the reason why Samsung SAID it would work but it didn't: you usually need to buy an unlocked phone to do certain things. My unlocked SLVR works fine, and I've uploaded several Java apps to it.

    --

    The difference between spam and poop is that you don't have to dig through septic tanks looking for real food. -- Me
  40. Re:Become a registered iPhone Developer by linnrose · · Score: 1

    Correct; I'm not looking to distribute what I write. But the iPhone doesn't fit into the long list of phone quirks I have (won't fit in my pocket, can't change the battery, have to get a data plan I don't need, too f!@#ing trendy...). Thanks for the input

  41. Re:tip by JohnnyComeLately · · Score: 1

    Two words for ya.... Duct Tape. Wrap the cataloupe 2 times for best effect. If you can't duck it.... nevermind...

  42. He said *REQUIRES* by Nick+Ives · · Score: 1

    I can install 3rd party apps downloaded from anywhere on the net on my N95. To do the same on an iPhone you have to jailbreak it. Jailbreaking may be easy, but why would you want a phone that's defective by design?

    Sure, N95 apps have to be signed and it's a pain having to create a developer account with Nokia to self-sign but at least it's free beer.

    This is why I'm totally bemused by the iPhone popularity, not necessarily amongst trendy people who don't know any better but also amongst technically aware people. Would you buy a PC that's locked down like that? My N95 is like a tiny computer I take everywhere with me. I haven't been so impressed with a handheld since I got a Palm V back in the day.

    --
    Nick
  43. Re:Become a registered iPhone Developer by mini+me · · Score: 1
    1. How small are your pockets, exactly? I could fit several iPhones in the pockets of any clothes I've ever tried on.
    2. I will grant you this one. However, the phone will be obsolete long before you need a new battery and you can use an external battery in lieu of a spare; no different than carrying another battery, really.
    3. Not true for my cell service provider
    4. That's a pretty silly reason not to buy something