Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Cellphones Businesses Apple

iPhone's Development Limitations Could Hurt It In the Long Run 452

ZDOne writes "Apple might have finally come around to allowing third party developers to create applications for the iPhone, but only up to a point. ZDNet UK claims Apple is leaving itself vulnerable to the competition and to a loss of lustre by blocking background tasks on the device. The author notes, 'Perhaps it doesn't trust application designers or users very much. Perhaps it wants the best software for itself, where it can limit what it can do in order not to upset its telco friends. Whatever the reason, it reflects badly on Apple. The iPhone is not an iPod; it's a smartphone connecting to a universe of fast-changing data on behalf of innovation-hungry users. The sooner it stops pretending to be a 1981 IBM PC, the better it will be for everyone.'"
This discussion has been archived. No new comments can be posted.

iPhone's Development Limitations Could Hurt It In the Long Run

Comments Filter:
  • Bad apple tag? (Score:4, Insightful)

    by Marbleless ( 640965 ) on Friday March 28, 2008 @05:17AM (#22891474)
    Time for a BadApple tag on /. ? ;)
  • When you realize with the new cracked firmware, you can already run any code you wish.

    If you outlaw _________, only the criminals will have _________.
    • by muffen ( 321442 ) on Friday March 28, 2008 @05:27AM (#22891512)

      If you outlaw _________, only the criminals will have _________.
      This is a tough one, but I'm guessing

      A) Apple
      B) iPhones
    • by countach ( 534280 ) on Friday March 28, 2008 @07:47AM (#22892124)
      Background tasks, especially networking ones (which frankly, are the most useful type), would flatten the battery really quickly. Even more so with several of them waking up at different times and connecting the network.

      On the other hand, making the rule hard and fast is a bit tough. And Apple could provide some means of minimizing drain (waking every task up every few hours for example), but don't damn Apple totally on this one.
      • by Cereal Box ( 4286 ) on Friday March 28, 2008 @08:41AM (#22892430)
        The Reality Distortion Field is strong with this one. All the other smartphone APIs can handle backgrounding applications, why can't the iPhone? Remember that this isn't just about "background tasks", this is about not letting you switch between applications PERIOD. If you navigate away from your app, it's been closed, period. I can't imagine anyone on Slashdot giving Microsoft a pass if Windows Mobile worked the same way. The comments would either be "LOL Microsoft sucks, I can't switch between apps?!?" or "Microsoft is intentionally crippling third party development!"

        Apple's been hiding behind the battery thing too much. No 3G? No, it's not because we want to stick you for another model, it's because it just drains too much battery! Nevermind that numerous other phones have 3G radios and can keep respectable battery life. Won't let user-created apps go into the background? It's that darn battery again! Forget that all other smartphones can do this and have even figured out that sending a "suspend" notification to applications when they go out of the foreground helps nullify battery usage by, you know, SUSPENDING the application until it is resumed.

        Apple just wants to lock down the platform as much as possible, that's all there is to it.
        • by SerpentMage ( 13390 ) on Friday March 28, 2008 @08:55AM (#22892552)
          Actually the GP has a point. I have a Nokia smartphone, and whenever there is a background task the battery is drained in a day or so. Otherwise my Nokia smartphone can last about a week without recharging.

          What was bothersome is that I did not know at first why my phone needed a daily recharge. Then it dawned onto me that it was a background task running. And the irony here is that it was a poorly written Java applet that was causing the problems.

          On this I have to give Apple quite a bit of credit...
          • by hitmark ( 640295 ) on Friday March 28, 2008 @09:25AM (#22892776) Journal
            sounds to me like whats needed is a better way of telling the user that there is stuff running in the background, not refusing the user the ability to run stuff in the background totally...
          • by GigG ( 887839 ) on Friday March 28, 2008 @10:46AM (#22893588)
            Just as a Data Point. I recently changed the settings on my iPhone from Check mail only on command to check every 15 minutes. I was charging twice a week. Now I charge every other day.
          • Re: (Score:3, Insightful)

            by ajlitt ( 19055 )
            Apple is refusing to allow background tasks simply because they can't trust all developers to write them properly. Hell, most desktop developers can't be bothered to do a sleep(0) when their app is lazily polling for something.
          • Re: (Score:3, Insightful)

            by goodmanj ( 234846 )
            A phone has to do two things: draw as little power as possible when it's not being used, and accomplish one mission-critical real-time task with zero lag (Be A Phone).

            If there's one thing I've found in my many years of using third-party apps, it's that third-party developers *cannot* be trusted to play nice in the background. They will use polling with absurd polling rates. They will refuse to sleep or go idle unless forced. They will be utterly selfish of system resources. I've seen this from Mac syst
        • by foo fighter ( 151863 ) on Friday March 28, 2008 @09:35AM (#22892866) Homepage
          I can't imagine anyone on Slashdot giving Microsoft a pass if Windows Mobile worked the same way.

          I've been damning Windows Mobile for years because of its shitty memory management and difficulty managing open applications.

          If the Mobile OS X platform (right now iPhone and iPod Touch) actually solves this problem I'm all for it.
        • Re: (Score:3, Insightful)

          by Lobo ( 10944 )
          Ever used a WinMob device with several apps running in the background??
          If you are lucky enough NOT to have it crash it will crawl to a halt.
          • by toleraen ( 831634 ) * on Friday March 28, 2008 @10:00AM (#22893128)
            Yeah, currently running IE Mobile, Word Mobile 2007, Comm Manager, Total Commander, Windows Media Player, Remote Desktop Mobile, MS Live Search, Java, Messaging, Calendar, and Solitaire (of course). Just swapping between programs, there's about a one to two second delay to load it, but everything runs pretty snappy except for IEM, which just sucks anyway. Connectivity shows it connected to AT&Ts data for 163 hours, so everything's been running at least a few days.

            They actually did a decent job with WinMo 6...cleaned up a lot of the memory issues 5 had. Too bad they screwed up IE in the process, but that's where Opera, Skyfire, Mozilla, etc come in.
        • by vertigoCiel ( 1070374 ) on Friday March 28, 2008 @01:27PM (#22895636)
          When you jailbreak an iPhone or iPod Touch, most (if not all) tools install an SSH server to let them do their stuff. This SSH server stays on by default. If not turned off, it runs the battery down in a few hours, instead of a few days.

          One thing TFA neglects to mention is that there is a suspend process notification that apps get when they lose focus. They have 20 seconds to save their state and quit, which is plenty of time. There's really no need for most apps to run in the background - things like games, productivity apps, etc only respond to user input. When it's not in the foreground, there is no user input, and no need for the process to continue to run.

          Network connected apps are the only things that are hurt by this, and this is where Apple uses background helper processes. What Apple should do is add a network-connected notification to the API. Say the user connects to the network in another app. The iPhone should wake up other apps that have registered themselves for this notification, allow them to download a reasonable amount of data, notify the user of new IMs or tweets or whatever, and shut them back down.
    • Re:Even funnier (Score:5, Informative)

      by Anonymous Coward on Friday March 28, 2008 @08:00AM (#22892188)
      1)- the iphone sdk DOES NOT ban background processes. it disables them by default, but people have been compiling iphone apps that run in the background for months. it's actually ridiculously easy; this is how im apps let you stay signed on while your iphone is off (or you're talking on it).
      2)- the official iphone os may ban uncertified code, but people have been running uncertified code on iphones for months. since the number of "hacked" iphones is almost as great as the number of "boring" iphones, this is rather significant.

      i'm not a fanboy- personally, i don't like iphones, or people who like iphones. i just don't like misinformation.
    • Re:Even funnier (Score:5, Informative)

      by catwh0re ( 540371 ) on Friday March 28, 2008 @08:59AM (#22892566)
      Better yet, if they actually read the T&C's they'll see that you can still run background apps, it's just not advised. Otherwise applications like AIM won't be able to run.
  • by jonnyj ( 1011131 ) on Friday March 28, 2008 @05:19AM (#22891480)

    There's no monopoly here, so we should let the market decide. If you don't like it, don't buy it. If they've really got things wrong, the market will kick Apple where it hurts. If consumers don't care about background apps, they'll carry on spending.

    Me? The beautiful shiny toy is so compromised that I wouldn't touch it with a bargepole.

    • That would work nicely, if the iPhone knock offs came anywhere near the quality of the iPhone itself. What I'm seeing so far is cheap crap. Once the 3g model comes out, I'm buying and unlocking.
    • by DavidShor ( 928926 ) <supergeek717&gmail,com> on Friday March 28, 2008 @05:53AM (#22891600) Homepage
      The whole "let the market decide" isn't really so trivial when it comes to consumer electronics. Apple was granted a legal monopoly over several components of the iphone, which prevent competitors from creating a device with it's best features. There is nothing free-market about government granted monopolies.

      Because of this, if Apple abuses customers by crippling it's device, it is acting against the public interest for it's own gain. I don't blame them for this, their shareholders would be pissed otherwise, but the point of government is to make sure that the selfish interest of individuals does not clash with the collective good of society.

      Our regulators should do something about this.

      • Re: (Score:3, Insightful)

        by DKlineburg ( 1074921 )
        As the other poster who replied to the parent said, people will buy it. Than they will jailbreak it and do what they want. The movie and music industry have proved that if you give people what they want they will pay for it. If you don't they will steal it. Plain and simple. No phone (when apple gets 3g) will come close to what "can" be done. And if you jailbreak, well you can gurantee you can use it how you want.
      • by EvilNTUser ( 573674 ) on Friday March 28, 2008 @07:11AM (#22891954)

        I'm tired of hearing "let the market decide" in general. Nowadays it's almost always used in defense of companies that prey on consumer ignorance, the very definition of something that the market will never solve. At the very least, if the market is to select a solution, someone has to start campaigning for one instead of just sitting on our asses. It's really a justification for inaction, nothing more.

        I'm tired of replying to people defending lock in for various reasons, so I'll just suggest that those posters reread the book about one of the greatest people of our time [oreilly.com]:

        "Although previous events had raised Stallman's ire, he says it wasn't until his Carnegie Mellon encounter that he realized the events were beginning to intrude on a culture he had long considered sacrosanct. As an elite programmer at one of the world's elite institutions, Stallman had been perfectly willing to ignore the compromises and bargains of his fellow programmers just so long as they didn't interfere with his own work. Until the arrival of the Xerox laser printer, Stallman had been content to look down on the machines and programs other computer users grimly tolerated. On the rare occasion that such a program breached the AI Lab's walls-when the lab replaced its venerable Incompatible Time Sharing operating system with a commercial variant, the TOPS 20, for example-Stallman and his hacker colleagues had been free to rewrite, reshape, and rename the software according to personal taste.

        Now that the laser printer had insinuated itself within the AI Lab's network, however, something had changed. The machine worked fine, barring the occasional paper jam, but the ability to modify according to personal taste had disappeared. From the viewpoint of the entire software industry, the printer was a wake-up call. Software had become such a valuable asset that companies no longer felt the need to publicize source code, especially when publication meant giving potential competitors a chance to duplicate something cheaply. From Stallman's viewpoint, the printer was a Trojan Horse. After a decade of failure, privately owned software-future hackers would use the term " proprietary" software-had gained a foothold inside the AI Lab through the sneakiest of methods. It had come disguised as a gift."

      • by nycguy ( 892403 ) on Friday March 28, 2008 @08:26AM (#22892324)
        This is one of the most overwrought comments I've read in a long time. How exactly is the inability to get iPhone features in other products really impinging on the "collective good of society?" We're not talking about an overpriced patented drug here. We're talking about a frickin' phone! If Apple wants (and is allowed) to keep features to themselves, none of us who choose not to buy an iPhone are going to die or suffer great harm because of it.

        In terms of "background tasks," I think at least part of Apple's goal is to maintain a quality user experience. People have different expectations from a device like a phone than they do from a computer. Most people expect their computers to occasionally freeze (whether Windows, OSX, Linux or otherwise) due to some background process kicking off and monopolizing resources for a few seconds. When it happens, hit Control-Alt-Delete, run "top", or whatever, and figure out what's taking the CPU. People expect their phones to respond instantly all the time, and I don't think many want to bring up a process manager and click "kill process" while they're walking down the street trying to make a call.

        Given the amount of sketchy, useless junk that one sees "freely downloadable" on most PCs and Macs, I don't think that Apple should necessarily want to export that same environment to the iPhone right away. The first application that everyone installs and which secretly launches a DoS attack on the mobile phone network at some predetermined time in the future is going to be a PR disaster for Apple. And that's a scenario way beyond some junk application that just locks up or slows down people's iPhones.

        In the end, Apple should probably have a "power user" mode on their phones, the activation of which forces you to sign a disclaimer or non-indemnifation agreement that protects them if you screw your iPhone up installing unverified apps, run up your bill because some background process was doing data access thoughout the day while you were in Europe, etc. Many of those things could be "protected" against of course, if Apple put safeguards in their software (e.g., block any automatic data access when on a roaming network where data access might be charged), but I don't expect Apple to have thought of every possible bad outcome yet, but I do expect people to complain/sue like crazy if one of those bad outcomes occurs.

        Either way, though, regulators are not the solution here. Any government (Democratic or Republican) is just going to screw things up even more, because they'll have their own set of interests--namely self-perpetuation--at heart.

  • Among the mobile phone makers, who hands out SDKs for creating applications on the phones? ... I wouldn't even know where to start if I wanted to develop an application for my Sony Ericsson W910, call me clueless but I don't see anything comparable to the iPhone SDK for any other phone.
    • by jrumney ( 197329 ) on Friday March 28, 2008 @05:25AM (#22891508)

      I wouldn't even know where to start if I wanted to develop an application for my Sony Ericsson W910,

      developer.sonyericsson.com would be a good start, which is linked directly on the front page of www.sonyericsson.com, so you can't have looked very hard in your rush to defend the iPhone.

    • Re: (Score:2, Informative)

      by Anonymous Coward
      how about the developer site of sony ericsson:
      http://developer.sonyericsson.com/site/global/products/phonegallery/w910/p_w910.jsp [sonyericsson.com]
    • Re: (Score:3, Informative)

      by Aldric ( 642394 )
      Microsoft. It's easy to create a program for Windows Mobile without Visual Studio, and stupidly easy with it.
    • by teh kurisu ( 701097 ) on Friday March 28, 2008 @06:01AM (#22891636) Homepage

      Everybody. The iPhone is the only modern phone I can think of that doesn't support J2ME, and most smartphones (Symbian, Blackberry) have their own APIs for creating native apps.

      Admittedly, most J2ME-only phones don't support multitasking and, like the iPhone, are incapable of running in the background, so TFA is wrong to say that "That's a limitation nobody's had to contend with for a couple of decades". But this isn't the case for most smartphones. This is a restriction that I can see being restricted relatively soon, once developers start to realise just how limiting this restriction is.

    • by nguy ( 1207026 ) on Friday March 28, 2008 @06:13AM (#22891706)
      Among the mobile phone makers, who hands out SDKs for creating applications on the phones?

      Almost every manufacturer, actually: there are SDKs for Symbian (Nokia, Motorola, Samsung), Windows Mobile (Motorola, Samsung, HTC, ...), Palm OS (Palm), etc. Symbian is a multitasking OS with Linux-like APIs. And almost all modern phones other than the iPhone can be programmed in MIDP.

      I wouldn't even know where to start if I wanted to develop an application for my Sony Ericsson W910,

      The W910 runs J2ME and MIPD, just like most phones these days. There are thousands of applications for that and it's easy to develop for.

      call me clueless but I don't see anything comparable to the iPhone SDK for any other phone.

      Yup, you're clueless. In terms of SDK, the iPhone is about the worst there is among modern phone platforms.
      • by DECS ( 891519 )
        Its bad for Java developers, as they'll have to learn a new language and new frameworks. But they'll also have a real market for their apps, and their apps won't look like ass and fail to run on 80% of the phones that are supposed to support Java ME, MIPD etc.

        Java ME is build, test on every phone, sign on every phone, sell nowhere.

        The iPhone SDK will be build, sign, sell

        iPhone 2.0 SDK: Java on the iPhone? [roughlydrafted.com]
        iPhone 2.0 SDK: How Signing Certificates Work [roughlydrafted.com]
        • Re: (Score:3, Informative)

          by Kalriath ( 849904 )
          Your "How Signing Certificates Work" article is incorrect. It claims the Apple program is the cheapest available program at $99. However, this ignores that the total start up cost to develop for Windows Mobile is $0, $99 cheaper than Apple's developer program, clearly making the Microsoft platform the cheapest to develop for. (It should also be noted that unlike with the iPhone platform, you are not forced into distributing via Microsoft simply by virtue of developing a Windows Mobile application too)
        • Re: (Score:3, Interesting)

          by FatherOfONe ( 515801 )
          Are you serious?

          The ONLY language that runs on over 80% of the smart phones out there now and Apple doesn't support it. In fact they go out of their way to stop it. A language, that by most parts is one of the top programming languages used.

          So, I as a programmer of Java and owner of one Iphone am expected to want to learn a new language; one that is proprietary to Apple just to have the privilege of running my application one one phone vendor.

          I like the Iphone, and will use it, but to be honest the next p
          • Re: (Score:3, Insightful)

            by DECS ( 891519 )
            I don't think Apple is desperately trying to shovel all the existing Java ME crap into the iPhone.

            While MS might have killed off Java on the desktop, J2ME's inability to work well across phones is not something Sun can blame on MS.

            If you know anything about the Cocoa Touch dev system, a JVM simply makes no sense on the iPhone.

            You'd learn Obj-C if you had salable ideas for apps on the iPhone, and/or wanted to target development for the Mac platform, which is doing fairly well. Saying you want to learn Scala
  • by Knutsi ( 959723 ) on Friday March 28, 2008 @05:27AM (#22891520)
    Using my iPod Touch as my PDA for a while now, I can testify that the device itself (and it's brother the iPhone), is a plain revolution in terms of style, usability and class amongst these devices. The article only mentions a single problem: background tasks. Apple obviously run them themselves, such as download in the background and email fetching, so maybe it's just a matter of time before they get a "tasks" framework ready.

    Even if they didn't, the device itself could pack more than enough Cocoa Touch enabled power-apps that will not depend on this function to stay ahead of the competition for a long time. I'm personalty waiting for iWork Touch, which it would greatly surprise me if didn't show up by the end of the year.

    A bit unrealted: how brilliant of Apple to sneak in a PDA through it's iPod market. For most consumers, it's easier to buy an iPod with PDA features, than a PDA which can play a bit of music. This will be Apple's next step in the digital lifestyle philosophy. You can no longer only carry around your music and photos, but also your docs and planner.

    • by nguy ( 1207026 ) on Friday March 28, 2008 @06:19AM (#22891730)
      Using my iPod Touch as my PDA for a while now, I can testify that the device itself (and it's brother the iPhone), is a plain revolution in terms of style, usability and class

      Compared to what? In my experience, the iPod Touch makes a poor PDA even compared to an old Palm, both in terms of functionality and in terms of usability.

      Can't argue with the iPod Touch having "style" or "class", but... who cares?
      • by HuguesT ( 84078 )
        Does it? you mean apart from never losing the content of its memory, having a 100x better screen (colour, resolution and touchscreen), easier and faster input, ability to play video and music, Wifi, a usable browser and 1000x more memory (8GB vs 8MB), the iPod touch is totally much worse than a Palm III?
        • by MROD ( 101561 ) on Friday March 28, 2008 @07:08AM (#22891936) Homepage
          That's a rather silly comparison as most of the functionality you're talking about didn't exist when the Palm III came out... and none of them are core PDA functionality other than persistant memory.

          You could say that the iPod Touch/iPhone is a better calculator than my old Casio FX-1200 (circa 1979) for the same reasons, except, of course, the core functionality of the calculator on the iPod touch isn't there and it's not scientific unlike the FX-1200.

          Now, the Palm III has a good calendar, addressbook etc. and i easily expandable with 3rd party appications.. and you can write your own and compile them with the free, GCC based SDK and have full functionality and as much access as the other applications. They fit the capability of the hardware as well.

          Now, the iP{od Touch,hone} now have a reasonable calendar and address book but that's only part of the functionality. There's no way of beaming the information to another person's device, for example and the calendar doesn't have multiple categories etc. The functionality still has some way to go on this front, which may be addressed to some degree by the version 2.0 firmware but it can't overcome some of the hardware deficiencies.
      • Re: (Score:2, Insightful)

        by Gewalt ( 1200451 )

        Can't argue with the iPod Touch having "style" or "class", but... who cares?

        Gee, i dunno, thats a toughie... Maybe... every single consumer out there?

      • by Knutsi ( 959723 )

        I also used to own a Palm, and find Cocoua Touch much more user friendly (while the palm wasn't bad either). I do think the interface offers an incredibly intuitive and fast experience that is way beyond my old Palm. Apple has traditionally been very good at this. Most people I know that have begun using Macs end up preferring Apple's interfaces, and the iPhone OS is of the same breed. That said, I've not used palms for a while, and experience is of course subjective.

        It does make a poor PDA for docume

      • Re: (Score:3, Funny)

        by neuroklinik ( 452842 )

        Can't argue with the iPod Touch having "style" or "class", but... who cares?
        Who cares? That would be people with "style" and "class".
      • Re: (Score:3, Insightful)

        by foo fighter ( 151863 )
        Compared to the Palm Tungsten T3, maybe?

        I just finally sold mine on eBay because my iPod Touch (received as a gift this past Christmas) is so much better.

        +Calendar is better,
        +Address Book is better (and better than the pretty lame Address Book on OS X 10.5),
        +Music, Video, and Picture playback and management is waaay better than the lame Real Player, nonexistent video player, and picture viewer,
        +Internet and email is so much better you can't even really compare them,
        +The hardware is smaller, lighter, yet mo
    • A bit unrealted: how brilliant of Apple to sneak in a PDA through it's iPod market. For most consumers, it's easier to buy an iPod with PDA features, than a PDA which can play a bit of music. This will be Apple's next step in the digital lifestyle philosophy. You can no longer only carry around your music and photos, but also your docs and planner.

      sorry, but this is bullshit. first, pdas could play music way before the first ipod was released. second, in terms of versatility even the iphone sucks. if you ne
    • Yes, but that is a very Apple-centric view of the marketplace - when you look wider, there's a plethora of other makes that can do pretty much all that the iTouch can do, and also support a whole range of commercial and free/Open Source apps.

      I am by no means a M$ fan, but I do like my HTC Kaiser (Vodafone 1615) running Windows Mobile 6 - it has a touch screen, built in slide-and-tilt keyboard, 'cube' type app if I want to use it, GPS with Tomtom satnav, Word, Excel, PDF reader, video phone and camera. I hav
  • by adamkennedy ( 121032 ) <adamk@c[ ].org ['pan' in gap]> on Friday March 28, 2008 @05:38AM (#22891552) Homepage
    The phone network necessarily has standards of reliability and security far higher than the Intarweb.

    Banning uncertified code? Banning background processes?

    That sounds pretty damned prudent to me.

    The last damned thing I want to see on the phone network is an iPhone worm getting it's hooks into the core of every iPhone in the default settings, PHONE SPAMMING half the planet, and generally turning the phone network into the same power-hungry firewalled, bloaty security nightmare that the Internet is.

    I may hate the way Apple does OS X, but when it comes to the iPhone, if they can keep worms off the phone network and prevent background crapware that will drop my battery life down to 12 hours, I say good on them.
    • by DavidShor ( 928926 ) <supergeek717&gmail,com> on Friday March 28, 2008 @06:08AM (#22891670) Homepage
      I understand the need for some sort of approval process for code, though I personally disagree with it's effectiveness. But what argument do you have against letting consumers choose to download apps with background processes?

      That is nothing but a transparent block toward the network specific apps, like IM and VOIP, that Apple either does not want to exist, or wants to monopolize for itself. Remember how much trouble Microsoft got in when they gave their programs special treatment over competitors?

      • That is nothing but a transparent block toward the network specific apps


        Or That is nothing but a block on puzzled consumers continuously complaining to Apple that their device has slowed to a crawl and is exhibiting apalling battery life.

        If I were Apple I would be very very careful about allowing third party background apps in an initial SDK release.
        • Re: (Score:3, Interesting)

          by DavidShor ( 928926 )
          Consumers are smart enough to know that "more programs"=="Slower". Apple's demographic has changed, they now cater toward extremely tech-savy affluent teenagers and young people, as well as first adopters who run through multiple gadgets per year. If Apple treats them like their previous elementary school teacher demographic, they will suffer in the long term.
      • I understand the need for some sort of approval process for code, though I personally disagree with it's effectiveness. But what argument do you have against letting consumers choose to download apps with background processes?

        There are two solid arguments that trump any conspiracy theories:

        • User experience. Background processes eat unpredictable numbers of processor cycles, making the rest of the software slower and therefore less user-friendly. Apple doesn't want their software look bad because of third-party software.
        • Transparency. Background processes may incur communication costs that the user doesn't know about. If the user has to activate the program before it can do something costly, there is at least some obvious rel
    • by teh kurisu ( 701097 ) on Friday March 28, 2008 @06:10AM (#22891682) Homepage

      Banning uncertified code?

      The way J2ME operates is far more sensible than a total ban. Every time an unsigned program wants to make use of a 'restricted' API, the user is prompted. This stops anything malicious from happening.

      Banning background processes?

      If you're doing the above, then this additional step is completely pointless and only serves to limit the usefulness of your platform. It's not like the backgrounding abilities of Symbian phones have brought down the phone networks yet.


      • Hi Kurisu, this is mom.

        There's this box thingy that popped up on my iPhone, and it says

        Program 'Super Fun Value Discounts! Press Yes Now!' wants to run a restricted function? Allow?

        Yes/No/Cancel

        What should I do? I tried to press No, but it just pops up again 1 minute later...

        In the same way I don't want battery-leaching Adobe Update 3.1 background processes, or the iMorris Worm on the phone network, I ALSO don't want the hellish disaster of security popup boxes on my PHONE either.
        • Nobody's forcing you to install unsigned software. In fact, just about every phone will warn you that you're installing unsigned code at install time. This hasn't been an issue with J2ME phones, I don't see how the iPhone is any different.

      • Re: (Score:3, Informative)

        by be-fan ( 61476 )
        The way J2ME operates is far more sensible than a total ban. Every time an unsigned program wants to make use of a 'restricted' API, the user is prompted. This stops anything malicious from happening.

        No, it doesn't. Most users will click "yes" to everything.
    • Last I heard, background processes were banned because they seriously harmed battery life (anything that uses the antenna or transmits data is like talk time on the battery), and Apple didn't want to be blamed when angry customers would complain about the inability to hold a long charge.

      Let's see when Apple's 3G iPhone (with conceivably longer battery life to compensate) comes out, whether Apple updates their policy
    • Your reality is being distorted.

      What you say would make sense if the iphone were the only mobile phone in the world.

      But it's not.

      Other phones let you write and run your own software.

      Has the phone network crashed? I think not.
    • stupidity (Score:4, Informative)

      by nguy ( 1207026 ) on Friday March 28, 2008 @06:23AM (#22891752)
      Banning uncertified code? Banning background processes? That sounds pretty damned prudent to me.

      Smart phones have had background processes and uncertified code for many years, and there have been almost no problems with it in practice. Half of Nokia's phone lineup are fully programmable, multi-tasking machines, capable of running ssh, BitTorrent, Python, VNC client and server, Apache web server, and anything else you can think of. There's even software for turning Symbian phones into WiFi access points for sharing the 3G connection.

      Anybody who claims that one needs to ban uncertified code and background processes to avert disaster simply doesn't know the mobile phone business... or is lying through their teeth.
    • Re: (Score:3, Insightful)

      by dunkelfalke ( 91624 )
      you bought the apple fud.
      phones with windows mobile could do background processes for years (htc wallaby came out in 2002) and weren't locked for third party software at all. still no worms, no phone spamming, no security nightmare.

      either microsoft software is more secure or apple is successfully bullshitting everyone.
      i tend to the latter explanation.
    • by freedom_india ( 780002 ) on Friday March 28, 2008 @08:03AM (#22892194) Homepage Journal

      The last damned thing I want to see on the phone network is an iPhone worm getting it's hooks into the core of every iPhone in the default settings
      Look, am sick of hearing this.
      AT&T has been around a long longer than Apple and possibly outlives you.
      They have been through the worst decades of phone spamming, bot dialing, switch resets, network takedowns due to faulty software, etc.,
      Heck, their manuals for a single router chip are 893 pages long (not including index and glossary).

      AT&T or any other cell network is NOT stupid.

      Your puny iPhone app can do harm to the phone probably, but would be detected and burnt down long before it tries to harm the network.
      The amount of robustness that goes into a telephone network and switching comes with 100 years of telephony and telegraphs.

      You are a new kid who thinks OS X is the greatest OS and can take down the entire defense network as depicted in War games...
      Sheesh...
  • How do they figure? I know when I'm running Apollo (AIM client) on my iPod Touch and switch over to Safari to browse, I'll get pop-ups from Apollo when people IM me. Not being a programmer, I gotta ask, doesn't that make Apollo (and it's appropriate daemon) a background task while I'm in Safari? Same thing with having music playing, with Apollo running, while using Safari. Seems to multitask alright to me. Not as friendly as true OS X but not bad for a device that weighs as little as my shoes [vibramfivefingers.com] at 4.2 ounce
  • bad comparison? (Score:3, Insightful)

    by apodyopsis ( 1048476 ) on Friday March 28, 2008 @05:47AM (#22891580)
    bad comparison. because the IBM PC did soooo badly - look what I am typing this on.

    then again.. the clones did well, they reverse engineered the BIOS, the all ran DOS and IBM did not get that much of the profit - so perhaps there is a long term message for Apple here about short term versus long term gains. they have everything in place here to be the proud owners of a new standard in interface, layout, design and overall system - if only they would relax their grip to allow a few systems^h^h^h^h^h^h^h^h grains of sand out.
  • Bad analogy (Score:2, Insightful)

    by Anonymous Coward
    That's the worst analogy in history. The IBM PC was exceptionally OPEN. You got schematics of the entire computer, all parts were publicly available, and even source of the BIOS was printed in the manual shipped with the computer. Furthermore, everybody could create and run programs on the computer (very new in IBM-land at the time). That's not very closed in my book.
    • Re:Bad analogy (Score:4, Informative)

      by tweak13 ( 1171627 ) on Friday March 28, 2008 @07:49AM (#22892148)

      That's the worst analogy in history.
      For someone talking about history, you don't know too much of it. It took reverse engineering to make the first "IBM compatible" computers. It was only later that IBM became more open.

      Who modded this insightful?
  • The iPod Touch only has 128MB of RAM, and no disk cache. In case anyone missed that the first time: 128. No disk cache. That needs to run both an advanced OS *and* the foreground app while allowing music to play.

    Exactly how many third-party applications do the geniuses at ZDNet think they can run at once with less than 128 MB?

  • In the long run, the iPhone SDK shortcomings may hurt it in comparison to Android, which allows background processing.

    iPhone's lack of (3rd party) background processing will hamstring whole classes of new apps. The best summation of iPhone SDK problems I've seen is here:

    Apple's iPhone SDK Prohibits Real Mobile Innovation [whydoeseve...ngsuck.com]

  • All these arguments got pulled around with the iPod, and we all know what a disaster that was.
    The thing here is that there is consumer choice. You can get a different phone if you want.
    And the phone I want is an iPhone.
  • The SDK hasn't even been released yet (we've seen two betas only), and yet people are criticizing it as if this is already the last version of the SDK that will ever be released and no new features or APIs will ever be added.

    Christ, the hardware itself is still on its first version (!!) and critics are already acting like the development environment has been neglected since Reagan was in office.

    I suppose it's marginally entertaining for tech writers to have a new variation on the old "Apple is Doomed" story
  • 1. Some dumbass ZDnet pundit yaps on about subjects he is unqualified to talk about technically, unaware of any of the reasons for the engineering decisions Apple makes, and suggests that the he, as an ignorant asshat, can offer the iPod maker sailent advice on how to deploy the iPhone software platform.
    2. ZDnet posts it to Slashdot
    3. Slashdot links to it.
    4. Profit? *

    * no CNet/ZDnet is going out of business. Slashdot is just wasting our time.

    CanSecWest and Swiss Federal Institute of Tech Deliver Attacks on [roughlydrafted.com]
  • by AccUser ( 191555 ) <mhg.taose@co@uk> on Friday March 28, 2008 @06:22AM (#22891748) Homepage
    Everyone is quick to point out the 'limitations' imposed by Apple on developers, but I haven't heard anyone pointing out what a rich API is available through the SDK. Why not? Probably because that sort of news doesn't generate enough traffic.

    Personally, I have downloaded the SDK. I have an iPhone that I use for business (and fun!) purposes, and I can think of a couple of applications that I would like to see developed, and as an Objective-C/Cocoa developer, I am in good stead to do so. I was amazed at both the quality and quantity of the features available on the iPhone through the SDK, and how simple and straightforward the development process was. As a veteran WinCE developer (and I did wince, lots) I know how not to go about development for resource limited devices, and I can only say that the whole experience so far has been very rewarding.

    Thinking about the 'limitations', I can only say that the iPhone is not a desktop computer. It is not tethered to the wall by a power cord, and as a user, I really do put battery life over and above some background task that may or may not add to the quality of my use. I think Apple is right to be concerned about the type and quality of applications installed on these devices, because they care about the user experience.
  • by Jason Pollock ( 45537 ) on Friday March 28, 2008 @06:50AM (#22891860) Homepage
    Does anyone run SSH on their iPhone? I do. It kills the battery life. Takes it down to 1/4 what it usually is. People at work complaining about battery life of their phone? They remove some nifty-new application that they just added, all of a sudden the battery life goes back to normal. Amazing. Heck, it's so common that the first words out of my mouth are, "Turn off the SSH server."

    The iPhone goes into deep sleep at the drop of a hat to extend battery life. Polling connections, doing anything in the background will keep the CPU from throttling down.

    From the customer's and Apple's point of views, this is a bad thing. Mostly because Apple will take the heat for the misbehaving application. For more evidence of this, check out the other slashdot story about the number of crashes caused by NVIDIA. Did NVIDIA catch the heat? No, Microsoft did.

    It's a reasonable limitation until they come up with an application that the user can ask,
    "Hey, my battery life sucks, where is it all going?"
    and the application will say,
    "The SSH server".
  • Middle way (Score:5, Insightful)

    by Zelos ( 1050172 ) on Friday March 28, 2008 @07:08AM (#22891934)
    IMHO, the truth of this lies somewhere between the two camps. Background processes have a lot of problems on phones. They stop the phone being a simple "pick up and use" device, because the user has to worry about which apps they leave running. Somebody using a phone doesn't want to have to think about memory usage, they're probably barely aware of what RAM even is. They affect reliability, performance and battery life.

    Almost all apps on PalmOS run in the same way - they save state and exit when you switch to another app. By optimising application startup speed, they give the illusion of multi-tasking. Anyone who's used a Symbian UIQ phone knows how slow application startup is on a lot of smartphones. IIRC, there are some phones that allow background tasks until you start the web browser, at which point all other non-system tasks are killed to save memory.

    That said, multi-tasking has some very important uses - background polling for messages etc. The solution is probably a system framework with which applications can register small helper programs to perform specific tasks. The framework can then ensure they don't use too much CPU or RAM and optimise their network access to reduce the amount of time the radio is on.
  • by Grond ( 15515 ) on Friday March 28, 2008 @08:08AM (#22892214) Homepage
    First off, you can force something to run in the background, but you shouldn't. The limitation on background processes has nothing to do with control over developers and everything to do with battery life. A simple XML query once every 5 minutes is enough to drain the battery in just 4 hours [furbo.org].

    In a mobile device, everything you do drains the battery. Remember also that most of the time the user is not looking at the screen and often has the device muted. Consequently, is there really a need for an application to pop up dialogs or sound alarms that will go unnoticed? Similarly, does it really have to do gather data constantly and not, say, during a sync or when the app is actually run by the user? Apple weighed those slim probabilities against the much larger probability that poorly written apps would needlessly waste battery power and put a sensible limitation on developers in order to protect users.

    One last point: users don't know which app is draining all of their battery power. Once apps become available, users may well install several all at once. If their battery life suddenly went to hell, it would be a difficult process of trial and error to figure out which app(s) was/were the culprit(s).
  • by astrashe ( 7452 ) on Friday March 28, 2008 @08:13AM (#22892234) Journal
    I have an iPod touch. I bought one within a week of its being available. I got the 16G one. It was $400.

    Apple locked me out of linux with it -- it won't sync on my computer. I can't add 3rd party apps. And now when I sync it, I keep seeing ads for a $20 upgrade they want to sell me. Whenever I see people who have a touch, I ask them -- and we all feel the same way. We're all kind of offended by that nickel and dime $20 pitch.

    It's a beautiful device. As an object, it's pretty much the best gadget I've ever owned. But apple is really making it suck for me, to the point where I don't think I'd buy another iPod.

    And it's dumb. They're not going to sell me that $20 upgrade, and not only that, but by pushing it, they're going to lose the next $400 iPod sale. And I can't use the thing if it won't sync on linux. I can't sync my podcasts. I carry my old iPod with me, and leave the touch at home. Seriously.

    And again, this is pretty much the coolest object I've ever owned. They've started out with that, and made it crummy and negative.

    For nothing.

  • by iJosh ( 119555 ) on Friday March 28, 2008 @08:45AM (#22892468)
    http://daringfireball.net/2008/03/one_app_at_a_time [daringfireball.net]

    It's a really good write up. I love how people instantly try to vilify apple for it's decision, not to allow third party background apps when a majority of Apples own apps for the iPhone do not use background processing. Perhaps simply it's a resources issue. Battery is the resource that everyone thinks of first, but like any small computer system the iPhone has limited CPU and RAM, push those and you are going to kill the battery even faster.
  • by FellowConspirator ( 882908 ) on Friday March 28, 2008 @09:34AM (#22892852)
    Two things: first, the human interface guidelines (HIG) stipulation that a process not background itself is perfectly reasonable. The phone form-factor has limited battery, memory, and processor resources. It wouldn't take much to make resource contention an issue or to torpedo battery-life and phone performance. This isn't a laptop with a big battery, multi-gigabytes of RAM, and a 3GHz dual-core CPU.

    It should also be noted that while the HIG asks you not to make your app run in the background, neither the phone nor the SDK enforce it. You can, in fact, do it.

    If you want to sell your app through Apple's service, you probably need to communicate to them that there's a good reason for it (for example, implementing hands-free voice-dialing might require it). Apple reserves the right to not carry applications that don't meet the HIG, but there's no reason to think that they won't make exceptions when a reasonable request is made to do so. Certainly, a good hands-free voice-dialing app would be a good candidate for such a thing.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...