Slashdot Mirror


Apple Plans Cheaper Nano-Based iPhone

bigkahunafish writes "It seems Apple is planning a cheaper version of the iPhone possibly based on the iPod Nano. This phone would be priced below $300 making it more affordable than the $500-600 iPhone. This should bring Apple phone technology into the hands of more users, though this cheaper phone could have more limited functionality. From the article: 'Sales of the [original] iPhone are expected to be limited to a small percentage of the market due to its high price tag, particularly in the United States where 85 percent of consumers tend to spend $100 or less on cell phones. But analysts forecast that a cheaper phone from Apple, which leads the digital music player market, could pose a much bigger threat to long-established phone makers such as Nokia, Motorola Inc, Samsung Electronics Co Ltd and Sony Ericsson, owned by Sony Corp and Ericsson.' I just hope they don't make a phone based on the iPod Shuffle."

343 comments

  1. Nothing for you to see here. Please move along. by Anonymous Coward · · Score: 2, Funny

    Wow, it's THAT small?

    1. Re:Nothing for you to see here. Please move along. by annarsist · · Score: 1

      Smaller than u imagine :) take a look at here www.anarsist.org

  2. I'm waiting for the iPhone Shuffle by UnknowingFool · · Score: 4, Funny

    It's got only one button. Press it and it dials one of your contacts at random.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
    1. Re:I'm waiting for the iPhone Shuffle by PrescriptionWarning · · Score: 0

      I never found the shuffles random to really be all that random.. and how could it be since a random number generator must be based on a non-random number seed.

      expect many calls to the same people you don't really wanna talk to

    2. Re:I'm waiting for the iPhone Shuffle by The13thSin · · Score: 5, Funny

      So... that's kinda like when I'm drunk then?

      --
      "This should be fun, and by fun, I mean a wholly depressing insight into the cognitive ability of some grown adults."
    3. Re:I'm waiting for the iPhone Shuffle by GrAfFiT · · Score: 0, Troll

      The sad part is that they will manage to hype it up as a real product again..

    4. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 1, Informative

      since a random number generator must be based on a non-random number seed.

      This statement isn't exactly correct; if it's based on a non-random seed than it's a pseudo-random number generator (PRNG), not a random number generator (RNG).

      It's possible to construct an electronic device that spits out random numbers, but it won't be using a seed. It will be using a physical process such as electronic noise, radioactive decay, or something else accepted as random.

    5. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 1, Insightful

      Please tell me that you did a statistical study, and aren't just proclaiming your useless human impressions of what seems "random" to you.

    6. Re:I'm waiting for the iPhone Shuffle by Silver+Sloth · · Score: 1

      and how could it be since a random number generator must be based on a non-random number seed It all depends on what you mean by random. True random is very hard to achieve - and I speak as someone involved with ERNIE

      As far as providing a 'random' suffle for a music player some time based seed would be sufficiently random to be indistinguishable from the real thing
      --
      init 11 - for when you need that edge.
    7. Re:I'm waiting for the iPhone Shuffle by Crazy+Man+on+Fire · · Score: 5, Funny

      So... that's kinda like when I'm drunk then?


      No, the iPhone Shuffle is no more likely to call your ex-girlfriend than it is to call any other contact.
    8. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 1, Insightful

      It doesn't matter if it's really random or not, music shufflers should seem random, even if they have to cheat to do it (lower changes of songs on the same album, etc).

    9. Re:I'm waiting for the iPhone Shuffle by Applekid · · Score: 2, Informative

      Try adjusting the randomness slider in iTunes and then resync. In default settings it occasionally favors another random song from the same album / artist over a random song selected from your entire collection.

      --
      More Twoson than Cupertino
    10. Re:I'm waiting for the iPhone Shuffle by PDubNYC · · Score: 0

      yuk yuk yuk...

      any other ripped off, old jokes you'd like to share, Shecky?

    11. Re:I'm waiting for the iPhone Shuffle by LKM · · Score: 2, Interesting

      If you would perceive it as random, it probably would not be random, since it would have to do a lot of non-random things trying to avoid patterns and repetition. The fact that you think it's not random is almost proof that it pretty much is random :-)

    12. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      How could it call his old computer? Does it do VOIP? Skype?

    13. Re:I'm waiting for the iPhone Shuffle by blitziod · · Score: 1

      although this was a joke, a phone with the form factor of the new shuffle would be IMHO the coolest thing EVER, provided it had blue tooth. I have LONGED for a simple, extremely small phone with no features whatsoever accept bluetooth. NOTHING to use up battery( like color display, etc) aand fully able to link with a full size PDA( that I might carry sometimes but NOT when i only need a phone). Imagine pushing one button, speaking the name you wanted to call and that was it. Imagine being able to choose to carry a fully functional PDA when you needed it, and only when you needed it BUT NO XTRA CLUNKY SMART PHONE!

      --
      The only way to bust a doper--is when you yourself become a smoker!
    14. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      One can get pretty random (random as in unpredictable numbers) by doing a MD5Hash(GetTimeInMillis()), or grabbing as fine-grained a time interval from the clock as possible.

      However, one does need a backup scheme in case the computer's clock is faulty, so perhaps grabbing the uptime of the machine as well can't hurt.

    15. Re:I'm waiting for the iPhone Shuffle by steveo777 · · Score: 4, Funny

      That could be quite awkward when doing the drunken dial and Grandma picks up the phone...

      --
      This sig isn't original enough, it's time to come up with something witty...
    16. Re:I'm waiting for the iPhone Shuffle by alchemistkevin · · Score: 1

      So... that's kinda like when I'm drunk then!

    17. Re:I'm waiting for the iPhone Shuffle by torqer · · Score: 1
      Such phones do already exist. The Nokia 7380 for instance. However, this mightn't be the manly-ist of all phones.

      http://reviews.cnet.com/cell-phones/nokia-7380/450 5-6454_7-31636326.html

      Not sure if it hooks up to a PDA, but does have mp3 play back, voice recorder, camera and a radio. Damn small too.

    18. Re:I'm waiting for the iPhone Shuffle by orielbean · · Score: 1

      Sounds like me at 3:00 AM after a twelve-pack.

    19. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 2, Insightful

      One can get pretty random (random as in unpredictable numbers) by doing a MD5Hash(GetTimeInMillis()), or grabbing as fine-grained a time interval from the clock as possible.

      How is that unpredictable? I know the MD5 algorithm, and I can execute the GetTimeInMillis() call, and I know the range and rate of change. Thus, I can predict all possible output.

      I hope you don't design cryptographic software.

    20. Re:I'm waiting for the iPhone Shuffle by tknd · · Score: 1

      And what if you don't have an ex-girlfriend?

    21. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      ex-girlfriend You must be new here.
    22. Re:I'm waiting for the iPhone Shuffle by Gilmoure · · Score: 1

      Take my wife, plea-

      Oh, wait, this is slashdot. D'oh!

      --
      I drank what? -- Socrates
    23. Re:I'm waiting for the iPhone Shuffle by phozz+bare · · Score: 2, Funny

      I know the MD5 algorithm, and I can execute the GetTimeInMillis() call, and I know the range and rate of change. Is that what you do while listening to your music? I air-drum, and I thought I was weird.
    24. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      The fact that you think it's not random is almost proof that it pretty much is random

      That isn't always true. My old MP3 player's random function would frequently play around 8-12 songs in order far to often for it to be reasonably be by chance.

    25. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      That joke was made in January, it's so obvious that about 10 journalists came to it at about the same time, seriously I know you love it, but it's time to let it go.

    26. Re:I'm waiting for the iPhone Shuffle by dgatwood · · Score: 2, Informative

      There's also the problem of clustering in some random number generators---overemphasis of a small number of nearby values and underemphasis of other values. This is what most folks think is happening with most MP3 players' random schemes.

      My music player periodically gets on a kick in which, out of a string of ten songs, seven will be from a single artist. This happens pretty often---far more than an equal probability selection would expect. Crudely, the odds of picking seven in a row out of a CD of 12 songs with a music player containing 100 songs is 12/100 * 11/99 * 10/98 * 9/97 * 8/96 * 7/96 * 6/95, or one in about 20 million, so if you pick ten times instead of seven, the odds are not going to be a lot better. If the numbers were purely random, this wouldn't be likely to occur in my lifetime, much less every three or four weeks.

      Total possible outcomes:
      100! / (100 - 10)! = 6.2815651 × 10^19

      Possible successfully outcomes for the seven picks from the single album:
      (12 *11 *10 *9 * 8 * 7 * 6) = 3,991,680

      Most possible successfully outcomes for the three picks that came from anything:
      (100 * 99 * 98) = 970,200

      Note that the actual possible successful outcomes depends on when the non-album choices were picked, but we want the highest possible probability, so assume that they were picked first. Also note that we want to include the probability of picking 8, 9, or 10 from that album, so don't subtract off the album from the 100 possible selections.

      Maximum possible odds of this happening:
      (970,200 * 3,991,680) / 6.2815651 × 10^19 = 1 in 16,220,001

      In my experience, unless you have a very small number of items in the pool, if it doesn't seem random, it probably isn't.

      Large number calculations by Google (tm).

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    27. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      Is that what you do while listening to your music? I air-drum, and I thought I was weird.

      I do a mantra and I know PL/I.
    28. Re:I'm waiting for the iPhone Shuffle by mdwh2 · · Score: 1

      Well, he said unpredictable, not non-deterministic. Unpredictability is to do with that a small change in the initial starting conditions eventually leads to significant changes in the resultant sequence, making it no longer possible to predict the outcome.

    29. Re:I'm waiting for the iPhone Shuffle by ZachMG · · Score: 1

      True, but to be random you have to be able to get the same song twice and I am pretty sure that Apple has worked that out fo the equation or tech support would be getting alot of calls about broken shuffles.

      --
      There is hopeful symbolism in the fact that flags do not wave in a vacuum. --Arthur C. Clarke
    30. Re:I'm waiting for the iPhone Shuffle by nanosquid · · Score: 1

      Then you get to watch the spinning beach ball until (1) you get an ex girlfriend (note: for that, you first need a current one) or (2) the battery runs out (with the latter being far more likely).

    31. Re:I'm waiting for the iPhone Shuffle by LKM · · Score: 1

      In my experience, unless you have a very small number of items in the pool, if it doesn't seem random, it probably isn't.

      Au contraire. If it seems random, you can be pretty damn sure it isn't.

    32. Re:I'm waiting for the iPhone Shuffle by bryan1945 · · Score: 1

      Fool, everyone knows that air guitar get you all the chicks!

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
    33. Re:I'm waiting for the iPhone Shuffle by jacksonj04 · · Score: 1

      I think it's based on the same code used in iTunes (Well, post-update at least) which allows you to de-randomise tracks by telling it to play songs by the same artist/from the same album less often.

      --
      How many people can read hex if only you and dead people can read hex?
    34. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      That is quite possibly one of the coolest posts I've seen on Slashdot in a very long time. Not only is the fact you worked on ERNIE cool, what other computer can lay claim to having a Madness song written about it?

    35. Re:I'm waiting for the iPhone Shuffle by Anonymous Coward · · Score: 0

      You're mistaking a random order (in which each item is played exactly once) with a random sequence. For example, you could shuffle a deck of cards in a truly random fashion and there would still only be one of each card.

    36. Re:I'm waiting for the iPhone Shuffle by mu22le · · Score: 1

      Sir, you have just given us a perfect example of confirmation bias.

      Also cheap hardware pseudo-RNG (random number generator) can easily output a sequence of 10^35 random bits (resulting in a random playlist orders of magnitude longer than your life) before repeating itself.

      Finally, just so you know, you can build a perfect natural number generator just using the noise at the ends of a resistor. The quality of your random numbers in this case is courtesy of the Heisenberg indetermination principle itself :)

    37. Re:I'm waiting for the iPhone Shuffle by mu22le · · Score: 1

      Also cheap hardware pseudo-RNG (random number generator) can easily output a sequence of 10^35 random bits (resulting in a random playlist orders of magnitude longer than your life) before repeating itself. I'll have to correct myself on this one...
      The ipod cpu apparently only has 32 bit precision, witch will give you about 10^10 bit -> ~1 bilion random songs before cycling, good luck with that :)
    38. Re:I'm waiting for the iPhone Shuffle by ZachMG · · Score: 1

      Oh ya, sorry I wasn't thinking clearly.

      --
      There is hopeful symbolism in the fact that flags do not wave in a vacuum. --Arthur C. Clarke
    39. Re:I'm waiting for the iPhone Shuffle by dgatwood · · Score: 1

      Both statements are true, just with different degrees of "seems random/nonrandom". You should see patterns occasionally but not frequently. If you see them frequently enough to complain about the random scheme, it probably is a poor PRNG. Similarly, if you never see patterns, it is probably a modified PRNG with clustering avoidance added.

      Of course, the fundamental problem with PRNGs in music players is that with the exception of things like clock time when you hit various keys, there's not a whole lot of entropy available to a portable device with no outside networking running a single piece of software that serves a very limited purpose (networked devices like the iPhone notwithstanding). You don't have a lot of constant user interaction triggering different apps to do different things and use different amounts of CPU, call different system calls, context switch at different times, etc. I guess you could upload a bunch of computer-generated seed data when you sync the thing, but short of that, I doubt you could get anything remotely approaching equal probability from a PRNG in such a device. Just my gut feeling.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  3. Buy now... by Cygfrydd · · Score: 1, Interesting

    ... or wait... that's always the dilemma with Apple; they're so tight-lipped you don't know when the latest-and-greatest happens until it's already on shelves. Got burned on my MacBook, so I think I'll be waiting.

    @cyg

    1. Re:Buy now... by clifyt · · Score: 5, Insightful

      "Got burned on my MacBook, so I think I'll be waiting."

      How exactly did you get burned? It sounds like you bought the product you wanted, at a price you found acceptable, and Apple brought out a new product sometime afterward.

      You can wait all you want, and either the product will be incrementally improved or discontinued. There really is only two choices. If you buy the upgraded model, that too will be upgraded at some point. Would you complain that you were burned again?

      I buy probably a dozen or more Dells a year. If I wait a year, they will have better graphic cards, more ram and probably a better processor. They don't send me emails telling me that there is going to be a new product coming out in a few months. I buy what I need when I need to. And I know that something better will be coming out soon after I buy it.

    2. Re:Buy now... by operato · · Score: 1

      that's why i buy second hand. i know it's already out of date and it does exactly what i need. hooray for my 2 powerbook g3s (wallstreet and pismo).

    3. Re:Buy now... by Zonk+(troll) · · Score: 0, Offtopic

      I'll be waiting until there is an AT&T-free version of the iPhone. Until then I really don't care about the iPhone.

      --
      "The Federal Reserve is a fraudulent system."--Lew Rockwell
      End The FED. -
    4. Re:Buy now... by datapharmer · · Score: 1

      I agree with the comment by clifyt... how did you get burned?? You do know Apple has a very liberal policy as far as new products go: if you bought right before the release they will either exchange or gibe you the difference in price. Sounds fair to me.

      --
      Get a web developer
    5. Re:Buy now... by antifoidulus · · Score: 1

      Buy now or wait isn't just a dilema with Apple, its the dilema with the whole computer industry. And yet I don't hear anyone saying, "Damn, why did I buy that Commodore 64 when if I would have waited 20 years I could have had a dual core machine with 4 gigs of ram for the same price!"

      Better products come out all the time, its the name of the game. Get the best that you can afford and go with that, or do what some people do: Buy a top of the line Apple computer every year then sell it a year later(for about a loss of at most $500) and then go buy the next top of the line computer from Apple and repeat. Some people do that and never spend more than $500 a year and always have the top spec machines. Not saying it will work for everyone(esp. if you abuse your electronics), but I'm getting really off topic here and its time for laundry. In conclusion, technology gets obviated all the time, deal with it.

    6. Re:Buy now... by Zonk+(troll) · · Score: 5, Funny

      How exactly did you get burned? Perhaps he burned his penis?
      --
      "The Federal Reserve is a fraudulent system."--Lew Rockwell
      End The FED. -
    7. Re:Buy now... by Anonymous Coward · · Score: 3, Funny

      I bought a new Toyota once, but then, within a few weeks the manufacturer released a newer, better-looking model with some improved features and at the same price! Oh boy, was I pissed off. The manufacturer wouldn't upgrade my car, or give me any money back.

      So for my most recent car purchase I bought a new Chevy. They're updated like once every 20 years, and the updates usually make them a bit lousier. Now I know I made a good decision!

    8. Re:Buy now... by mgblst · · Score: 1

      ... or wait... that's always the dilemma with Apple; they're so tight-lipped you don't know when the latest-and-greatest happens until it's already on shelves. Got burned on my MacBook, so I think I'll be waiting.
       
      I heard that even after this, Apple have plans on releasing another version of the iphone, and another laptop. When will this madness end? Certainly Apple have no plans to end. I think the clear message that Apple is sending to the consumer is don't but anything, because we will always release something better at some time in the future. Devious Bastards!

    9. Re:Buy now... by uglydog · · Score: 1, Insightful

      It's true that something better will always come out next year, but the problem is when something comes out next week. It's why Sony didn't announce their price cuts: don't want to stop people from buying the PS3 for a week.

      With the MacBook, it's not as big a deal as with the phone, because the laptop improvements are usually more incremental, but I usually wait for an official announcement and then buy. Meanwhile, I'll use the Dell.

    10. Re:Buy now... by ImaLamer · · Score: 1

      But you can tell when Dell *may* shelve their existing product lines. All of the parts manufacturers start releasing statements about how chip XYZ will outperform ABC, how a new line of video cards will be released and so forth. Dell can be as quiet as they want to be, but you can predict that new products will come out because the part suppliers love the press.

      I've never seen anything about an Apple supplier except Intel - and we don't know what Apple will do with new chips, chipsets and sockets until they've done it.

    11. Re:Buy now... by tehcyder · · Score: 2, Funny

      I buy probably a dozen or more Dells a year.
      What, they only last for less than two months on average? Jeez.
      --
      To have a right to do a thing is not at all the same as to be right in doing it
    12. Re:Buy now... by clifyt · · Score: 2, Funny

      Actually, its job security for my techs.

      If I bought Apples, they'd all be out of a job! But even with these, I get a little more use out of them than the normal user...I just found out the main line of computers I have is considered to be completely out of date for my university...even if someone sends them to central surplus, I can't requisition them even for parts for my department because the university wants me to upgrade. Why? I'll be damned if I have Vista installed on any of our computers.

      But job security...I buy that many to keep students working on crappy PCs and keeping them off the dope.

    13. Re:Buy now... by Zonekeeper · · Score: 0

      I buy probably a dozen or more Dells a year. Man...I knew Windows was rough on hardware, but dayammm...
    14. Re:Buy now... by thebonafortuna · · Score: 0

      Maybe he means he actually physically "got burned"? After using my little brother's MacBook Pro for about an hour, I wouldn't be especially surprised.

    15. Re:Buy now... by Spokehedz · · Score: 1

      I buy probably a dozen or more Dells a year.

      Which is why I don't buy Dell. Quality == teh suck
    16. Re:Buy now... by Anonymous Coward · · Score: 0

      Got burn? did you battery explode?
      We know apple, they release what it is good to the due time. that's how life is! one step at a time. If you wait for the next model, you will have none then.

    17. Re:Buy now... by clifyt · · Score: 1

      "Which is why I don't buy Dell. Quality == teh suck"

      And probably why you are an idiot.

      I buy BUSINESS CLASS Dells and they work PERFECTLY. I've had maybe one system out of a few hundred I had to send back. Most last a lot longer than they should in an environment like mine.

      Then again, my main computer is a MacBook Pro. Got rid of my own Dell, but still use the HUGE Dell monitor attached to my Mac. Even that doesn't look bad.

      Windows? Can't stand it. Don't like it. Have a few testing apps and psychometric tools I need that run on it...for which most of the time I use Parallels to run Windows silently. But Dell? Especially the business class stuff? It does what it is advertised. Then again, any idiot that buys the home class stuff and complains really deserves what they get. I mean, what did you expect from a $300 computer??? I'd expect a $300 Mac to suck too...

      Then again, I might just like calling people idiots...so take that as it may!

    18. Re:Buy now... by Gilmoure · · Score: 1

      I stepped on my Powerbook G3 last month (daughter was using it under table; 6 year olds are so weird). Still works but screen is broke. Daughter thinks colors look cool.

      --
      I drank what? -- Socrates
    19. Re:Buy now... by toddestan · · Score: 1

      The comparison to Dell is an interesting one. Apple seems to have a tendency to do updates pretty sparingly (perhaps a habit they got into from the PPC days). As such, when they do an update to their product line, the updates are pretty substantial. Compare to most PC manufacturers like Dell, where they are constantly making lots of small updates. So when you buy a Dell, you can expect that there will soon be a faster/better/cheaper Dell than what you just bought. But it will only be slightly faster/cheaper/better Dell so you aren't going to feel that bad, because that's the way computers are. When you buy an Apple, generally you can expect that they will be selling the same model for the same price for the next few months. However, sometimes you end up buying right before an update and when the drastically faster/better/cheaper Apple's roll out, I can see how people feel they got burnt. The key with Apple, if you can wait it out, is to wait for an update to the product you're interested in then buy it immediately when it hits the stores.

    20. Re:Buy now... by scolbert · · Score: 1

      Exactly. I've got dozen of friends who constantly avoid buying because they fear getting "burned" by a future release. One in particular has used this arguement for 10 years in regard to a PC, so he doesn't have one. I don't think there is a perfect strategy, but waiting until you are dead isn't a great alternative. BTW, I love my iPhone and I will gladly buy the next version if I find it more useful or better...

      Sammy at Personafile

  4. iPhone Shuffle by Deinhard · · Score: 2, Funny

    I just hope they don't make a phone based on the iPod Shuffle.
    Why not? Don't you want your phone to randomly call people in your Contact list? At least if you get someone you don't like you can "skip to next."
    --
    Successfully condensing fact from the vapor of nuance since 1998.
    1. Re:iPhone Shuffle by Cygfrydd · · Score: 3, Funny

      Thank you for making my drudge of a job a little bit more bearable. That made me literally laugh out loud. "Hello? Who did I just call? Mom? No, I don't want to talk to you. *click* Hello? Who..."

      @yg

    2. Re:iPhone Shuffle by UnknowingFool · · Score: 5, Funny

      At least it will encourage people to clean up their contact list.

      Fellow Senator, take a look at my new iPhone Shuffle. Watch me dial someone:

      Mom [skip]
      Brian Smith[skip]
      DC Madam [skip! skip! Where the hell is the delete button?!]

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    3. Re:iPhone Shuffle by Anonymous Coward · · Score: 3, Funny

      Well, gee. I was hoping they would release it in the shape of a Star Trek insignia and install some kind of magical "Me to Someone else" voice activation. :-)

    4. Re:iPhone Shuffle by ivan256 · · Score: 4, Insightful

      With voice-dial and bluetooth, an "iPhone shuffle" would actually be pretty nice. I doubt they could get good battery life for a phone in such a small device though. I'd give up a screen for a cell phone that would fit on my keychain.

    5. Re:iPhone Shuffle by Atragon · · Score: 1

      I'll go one better, how about a device with voice dialing, bluetooth, 3g connectivity, and the capability to act as a network gateway device (via bluetooth)?

    6. Re:iPhone Shuffle by bazorg · · Score: 1

      you might as well fit the whole phone in the case of a bluetooth handset and just sync it with your computer when you need more phone numbers in its memory. it's a bit like the ipod shuffle 2G form-factor applied to a phone. if it were possible to get decent battery life on that the iPhone could actually be a clip-on.

    7. Re:iPhone Shuffle by suggsjc · · Score: 1

      What about your wrist?

      As far as battery life, it says 200 minutes (~3 hours) talktime and 80 hours standby. So depending on how much you talk, you can already get this today...

      --
      When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
    8. Re:iPhone Shuffle by Nightspirit · · Score: 1

      AT&T 8525.

    9. Re:iPhone Shuffle by theuedimaster · · Score: 1

      "With voice-dial and bluetooth, an "iPhone shuffle" would actually be pretty nice. I doubt they could get good battery life for a phone in such a small device though. I'd give up a screen for a cell phone that would fit on my keychain." Keys + nice pretty phone = disaster

    10. Re:iPhone Shuffle by ivan256 · · Score: 1

      Yuck!

      That thing is huge, and it still has a screen. Who would want that huge thing on their wrist? Plus you have to take off your watch to charge it?

      I really do think the keychain form factor is ideal. 95% of the time (whenever I'm not talking on the phone) my phone and my keys are in exactly the same place, be it in my pocket, on my desk, or in the center console of my car (which happens to be a Saab, so that's where the key is when the car is running). A bluetooth keychain device combined with a headset for when you're mobile, and a handset for your desk would be perfect IMO.

    11. Re:iPhone Shuffle by Oldsmobile · · Score: 1

      I've been saying they need something like this for a long time. Your phone could be equivalent to an earpiece and any surfing the web or anything more complex than calling and texting could be done with your internet tablet which you may or may not want to bring along.

      --
      Some say he is made with ascii, others that he is eyeballed daily by millions. All we know is, he is known as the Sig
    12. Re:iPhone Shuffle by timeOday · · Score: 1

      I doubt they could get good battery life for a phone in such a small device though.
      I don't think we should waste any mental energy wondering what "Shuffle-ness in a cellphone" means. It's really just a branding gimmick, recycling a trademark, nothing more.
    13. Re:iPhone Shuffle by RESPAWN · · Score: 1

      What? You don't take off your watch at night? How often do you have to charge your cell phone anwyay? Talk time is rated at 3 1/3 hours, which is more than most people spend on their cell phone in one day. Non-talk features might eat into that battery time, but probably not too much since it would be a pain to do anything BUT talk on that phone.

      I'm not saying I want this phone either (although it is kind of cool in a Dick Tracy sort of way), but I would imagine that with 3.3333 hours of talk time and 80 hours of standby time, one should get a full day's use out of it.

      As for it being huge... well, it looks about regular watch size to me, although they suspiciously don't give any dimensions on the specs page, nor do they have any screenshots with the phone on a wrist in their gallery page.

      --

      If Murphy's Law can go wrong, it will.

    14. Re:iPhone Shuffle by RESPAWN · · Score: 1

      I doubt they could get good battery life for a phone in such a small device though. I'll bet they could if the phone didn't have a screen on it. And then anybody who wanted a screen, could just pick up a BT headset with a screen.
      --

      If Murphy's Law can go wrong, it will.

    15. Re:iPhone Shuffle by ivan256 · · Score: 1

      I was basing my size estimates on two things. The band (which I assume is average sized), and the bluetooth headset next to it.

    16. Re:iPhone Shuffle by kehren77 · · Score: 1

      Uh.... "magical"? I think they are pretty much there already.

      My phone has voice dialing now. Which I can activate with the touch of a button on my bluetooth headset.

      So what you'd suggesting is that they just cram the whole phone into the bluetooth headset. Then make it a speaker phone so you can mount it on your shirt so that we can hear both sides of the conversation instead of just one.

      Although if it were Apple shaped, I might consider it. :)

  5. How more limited can you get? by Mr.+Droopy+Drawers · · Score: 5, Interesting
    I've been following the reviews for the iPhone. Once you get past the "GeeWhiz" features and dig into the reasons why you'd want a SmartPhone, there's lots of holes to find. Brian Lam discussed this in a pretty level-headed way:

    The real elephant in the room is the fact that I just spent $600 on my friggin' iPhone and it can't do some crucial functions that even $50 handsets can. I'm talking about MMS. Video recording. Custom ringtones. Mass storage. Fully functioning Bluetooth with stereo audio streaming. Voice dialing when you're using a car kit. Sending contact info to other people. Instant friggin' messenging. Sending an SMS to more than one recipient at a time.

    I expect Apple to fill those holes pretty quickly. But, it's going to take V2 HW to fix some things I'd want like external storage and bigger internal storage.

    --

    To Copy from One is Plagiarism; To Copy from Many is Research.

    1. Re:How more limited can you get? by MontyApollo · · Score: 1, Interesting

      It does give them a clear path for version 2. They make a huge amount of money selling version 1 to the cool gadget crowd, then they come out with version 2 and fill in the holes to appeal to the average user/business user. In addition, a lot of version 1 people, being the cool gadget crowd, will decide to buy version 2 also. They make more money in the long run by leaving enough holes in to have more models in the pipeline, but not enough holes that it deters a significant portion of their target audience.

    2. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      The iphone really can't send an SMS (text messaging) to more than one recipient at a time? or receive MMS (Multimedia messaging)?

      That'd ridiculous if it's true. I use those functions all the time (in fact I couldn't function without the multi-recipient SMS on my razr - I carpool and very often have to send 1 message to 3 recipients at once)

    3. Re:How more limited can you get? by Anonymous Coward · · Score: 1, Funny

      Parent modded "redundant"

      Apple criticism not tolerated on Slashdot.

      iPhone IS perfect.

      News at 11.

    4. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      Steve Jobs has said that they think the biggest future enhancements will be in the software, but yeah, some of those features would sure be nice, hope the 2nd generation will have these.

      hey, I can wait and I have little choice, living in Europe and all....

    5. Re:How more limited can you get? by furball · · Score: 4, Insightful

      MMS support is dumb. MMS is what you need when phones were stupid and couldn't handle real email. Saying you need MMS is like saying you need to support rotary dial. MMS is a feature bullet that got out-classed by real email with real attachments.

      I don't need MMS. I have a phone that can send an email with an attached photo. My phone is not the problem. Your phone that's incapable of receiving emails with MIME attachments.

      The other comments about videos, ringtones, etc. are valid.

    6. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      Actually you are the problem you ignorant little bitch. I don't feel like spending hundreds of dollars on a phone that can send e-mail so I'll be using MMS. Deal with it.

    7. Re:How more limited can you get? by darkmeridian · · Score: 2, Interesting

      I got a Sprint Blackberry 8830 last week. It's about the same size as an iPhone, but it has high speed Internet access, Blackberry push mail, and off-the-shelf interoperability with my firm's servers. The phone works very well, I can text people, and webbrowsing through Opera Mini is great.

      And it only cost $225 after rebate.

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    8. Re:How more limited can you get? by ucblockhead · · Score: 5, Insightful

      Yes. And the iPod still doesn't have an FM receiver or voice recording.

      And yet it still dominates the market.

      Someday the tech pundits will learn that ease of use trumps features.

      --
      The cake is a pie
    9. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      When Apple fanboys mod "redundant", it means that the criticism is valid, but they have heard once before and that is enough.

    10. Re:How more limited can you get? by BlackSnake112 · · Score: 1

      not built in but the ipod does have an add on that records voice. Italk(?) if I remember right. I lot of people got it for recording meetings. The ipod's (30 gig or bigger) drive records all of the meeting in a single file. As for the the FM receiver, I don't know about that, if yo really wanted FM there are a lot of other brands that already do that. But those are add ons, I have yet to see any of this built in. Apple even made the AC charger an add on now. Which it should come with.

    11. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      But some of the features aren't nearly as easy to use as the iPod was when it was introduced to the market. Why is there no '.' on the standard keyboard for safari / text entry boxes? No clipboard? How does that make it easy to use period?

    12. Re:How more limited can you get? by nine-times · · Score: 4, Insightful

      Off-the-shelf interoperability with your firm's servers AND push mail? Hmmmm.... could that be because your firm has a Blackberry server?

      I'm sorry, but I'm not impressed with "off-the-shelf" interoperability with expensive server software from the same company. Give me plain old IMAP and POP3 support, which will give you off-the-shelf support with pretty much every e-mail server on the planet.

    13. Re:How more limited can you get? by nine-times · · Score: 1

      He gets so upset about features like MMS that he feels compelled to use the word "friggin" in a serious review on a major tech site. Twice in one paragraph. I'm not sure that qualifies as "level headed".

    14. Re:How more limited can you get? by mungtor · · Score: 1

      I hope that they come up with a version that drops the _phone_ part. :) After playing with one it is the most beautiful PDA I've ever seen, and adding a few things (specifically additional storage) would really make me want one. Let it do WiFi and drop the price to $200. That would make it the first Apple product I would actually buy.

    15. Re:How more limited can you get? by AndersOSU · · Score: 1

      Oh my god, why would anyone record all their meetings (even on a single topic) to a single file.

      But then again, there may be no other way to be as certain no one will ever refer to the meeting minutes.

    16. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      What IS the big deal with MMS anyway? Just use an MMS-email bridge like every cell phone carrier uses. Works fine in my experience.

    17. Re:How more limited can you get? by mihalis · · Score: 1

      Brian Lam discussed this in a pretty level-headed way:

      Brian's great, I like his writing style and he even replies to emails from complete strangers...

    18. Re:How more limited can you get? by Hamilton+Lovecraft · · Score: 0

      What an ass. Who spends $600 on a phone without checking to see if it does what you consider "crucial"?

      --
      step 3: god dammit, it doesn't work
    19. Re:How more limited can you get? by Listen+Up · · Score: 2, Interesting

      The real elephant in the room is the fact that I just spent $600 on my friggin' iPhone and it can't do some crucial functions that even $50 handsets can. I'm talking about MMS. Video recording. Custom ringtones. Mass storage. Fully functioning Bluetooth with stereo audio streaming. Voice dialing when you're using a car kit. Sending contact info to other people. Instant friggin' messenging. Sending an SMS to more than one recipient at a time.

      Bullshit. Show me a $50 cellphone that can do almost any of that, except possibly custom ringtones. A $300+ Blackberry or $400+ Treo would be more accurate, but the current versions still lack many of the features of the iPhone. And even Apple has stated that custom ring tones will be part of a future software update. A lot of that shit by Brian Lam is pointless bitching, without acknowledging the other 1000 fantastic features of the iPhone or acknowledging that Apple will update the software on a regular basis, from someone who simples wants to appease the Slashdot-type crowd.

      I used to have both a Blackberry and a Palm Treo (work and home). Good riddance to them both. I now use an iPhone for work and home and couldn't be happier.

    20. Re:How more limited can you get? by SuperKendall · · Score: 1

      8 GB (even with the OS taking up almost a GB) is still quite a lot of space though, enough to hold many, many songs and videos for a long road trip. Until the iPhone I was perfectly content with my 5GB iPod.

      More storage would be nice, but I really don't need external storage, and I also wouldn't really care for a device that was much bigger for use as a phone.

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    21. Re:How more limited can you get? by 3choTh1s · · Score: 1

      And someday Apple fanbois will learn that you can get ease of use without Apple.

    22. Re:How more limited can you get? by StarkRG · · Score: 1

      Not to mention the lack of 3g, the current cell technology. Whenever Apple jumps into a new market they seem to always go with last year's technology (or the year before's).

      As for this article, iPhone based on nano? Ok, so what's the current iPhone based on? Nano: 4 and 8 gig models, flash-based, small form factor. iPhone: 4 and 8 gig models, flash-based, small form factor. So, what are they going to change to make it more like the nano? More scratchable screen?

    23. Re:How more limited can you get? by MontyApollo · · Score: 1

      Here's my phone: http://www.t-mobile.com/shop/phones/Detail.aspx?de vice=a3823c12-6ced-4420-9110-26a9baa0c22c

      I got it for free with 2-year commitment (same as iPhone). It has custom ringtones, video recording, blue tooth, contact info sending, web browsing, email, etc...

      >>A lot of that shit by Brian Lam is pointless bitching, without acknowledging the other 1000 fantastic features of the iPhone or acknowledging that Apple...

      Why do Apple fanboys require others to worship the products before they are allowed to talk about them?

    24. Re:How more limited can you get? by gig · · Score: 1

      > And [Sprint Blackberry 8830] only cost $225 after rebate.

      How much per month is your service?

      The iPhone rebate is not on the hardware, it's on the service. At the end of 2 years it's likely both Sprint Blackberry 8830 and iPhone cost the same.

    25. Re:How more limited can you get? by Listen+Up · · Score: 5, Informative

      It does give them a clear path for version 2. They make a huge amount of money selling version 1 to the cool gadget crowd

      Bullshit. That is nothing more than Slashdot kool-aid drank by people who have never even seen the phone in person, much less used one. I was skeptical of the iPhone too, reading idiot after idiot review in newspapers and magazines and on Slashdot from people who either never really used an iPhone or didn't like it to begin with after reading nothing more than paper-specs. I have been stuck with a Blackberry and a Treo at work, at different times, on an everyday basis and I have been waiting for something better ever since. So, I actually went to an Apple store and tried an iPhone out, for about an hour. I browsed the web, called some people, listened to the iTunes app, checked out the email app, checked out the built-in VPN, checked out how it automatically switches from EDGE to WIFI and back to EDGE whenever you come within range of a WIFI access point, tried seeing how fast and accurate I could type on the screen and much more. I was absolutely impressed. The iPhone is incredible. Then I went home and did some more research, looked up competing phone plans in my area with equivalent phones and plans (e.g. Verizon was $20-$40 a month more on equivalent plans with a Blackberry at $339 and Treo at $429 after mail-in rebate) and went back to the store to check out the iPhone, in person, again. After spending another hour using the phone, I was completely sold. So, I bought the 8GB version, which has so far been the best phone and ipod I have ever used. The included earbuds with the iPhone microphone and iPod control built-in are very nice. Features such as voice dialing and instant messaging I am sure will included in future software updates to the iPhone. And even if not, I am not missing them at all. I don't use my phone in the car, so voice dialing is a moot point to me.

      One of the best things about the iPhone is its seamless integration with Outlook 2003+ and Entourage 2004 11.2.3+ as well as the excellent support for IMAP. I am currently beta testing the iPhone within our corporation for a bunch of other people who are looking to buy the iPhone for both personal and work use as well.

      The point is that iPhone 1.0 is a solid product, what 1.0 releases should be. Plus all but one or two of the so-called missing features are software features. Something Apple can easily add to the iPhone, at any time, with only a software update and without having to create a new phone. Which is very nice.

      Also, a point which everyone seems to miss, is that I now have the best iPod I have ever used. Ever. And honestly I do not listen to more than 4-5GB of music, podcasts or videos at any one time, which iTunes 7.3 lets me sync with the iPhone fairly granularly. So, I sold my 80GB iPod on eBay for $300. Which made my iPhone only a $300 purchase to me, which nothing else could beat.

    26. Re:How more limited can you get? by 7Prime · · Score: 1

      Sure, they're called Adobe and Nintendo... but besides those three, you're pretty much fucked.

      --
      Multiplayer Gaming (defined): Sitting around, discussing single-player games with my friends, at the bar.
    27. Re:How more limited can you get? by PCM2 · · Score: 1

      Someday the tech pundits will learn that ease of use trumps features.

      Tell that to the kids I see every day on the subway. No MMS, limited SMS? Forget about it. And I've actually seen people using their phones like boom boxes by cycling through their custom ringtones.

      Fair enough, the iPhone is so expensive that these people won't be buying it anyway. Its feature set suits the 30-something demographic that can afford it. But still, my BlackBerry Pearl does everything I want and more, and a friend of mine got one for free after a rebate.

      --
      Breakfast served all day!
    28. Re:How more limited can you get? by darkmeridian · · Score: 1

      I do not think so. Data plan is $40, which includes tethering.

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    29. Re:How more limited can you get? by MontyApollo · · Score: 1

      +3 Funny post modded "Off-Topic"

      Apple fanboys have no sense of humor

      Judge declares Apple fanboys lack mental acuity by wasting negative mod points on anonymous cowards

      Apple fanboys sentenced to find another sub-culture, like the Goths.

      Karma disappearing...

      News at 11.

    30. Re:How more limited can you get? by ahecht · · Score: 1

      T-Mobile paid me $50 (after rebate and 1-yr contract) to take my current Motorola phone, and it has MMS w/ multiple attachments, video recording, custom MP3 or MIDI ringtones, Mass Storage via USB, Fully functioning bluetooth with OBEX, A2DP, and DUN, voice dialing, AIM and Y!IM, and the ability to send SMS or MMS messages to multiple recipients. It also has a microSD expansion slot and the ability to run 3rd party Java or CORElet apps.

    31. Re:How more limited can you get? by PCM2 · · Score: 2, Informative

      Give me plain old IMAP and POP3 support, which will give you off-the-shelf support with pretty much every e-mail server on the planet.

      Uhhhh... OK, done. You do know you don't need a BlackBerry server to use a BlackBerry, right? When you sign up for a BlackBerry service plan you pick one or the other -- "enterprise connectivity" through BlackBerry's server package, or an Internet service that will poll POP or IMAP accounts (open or SSL) and deliver the mail to your handheld. The BlackBerry Enterprise Server just gives you added features, such as calendar sync. Another option is to set up your POP or IMAP servers to forward copies of incoming mail directly to your BlackBerry's individual email address. The advantage of this method is that you can use any spam filtering software you want on the server side and the mail gets delivered to the device virtually instantaneously.

      --
      Breakfast served all day!
    32. Re:How more limited can you get? by darkmeridian · · Score: 0, Flamebait

      The Blackberry 8830 works with RSA SecurID, Google Maps, Google Talk, and Opera Mini. I can push my Gmail account to my Blackberry via the POP3 support. It's really awesome. And I'm not buying the software, so why do I care?

      And all this functionality IS UNAVAILABLE ON THE IPHONE, YOU APPLEFANBOI!

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    33. Re:How more limited can you get? by gatzke · · Score: 1

      Someday the tech pundits will learn that ease of use trumps features.


      So that is why Apple PCs dominate the market? Definitely easy to use...

      Maybe better cost and broader functionality does have something to do with it?
    34. Re:How more limited can you get? by gatzke · · Score: 2, Informative
      You post something discussing iPhone limitations and get modded interesting, I post what I thought was a level-headed list of pros and cons and I get "Flamebait".

      Maybe the iPhone hysteria is wearing off?

      From last week:

      played with an iphone on Wednesday. There are some issues that would make it a show stopper for me.

      -Keyboard stinks. Best way I could get anything typed accurately was hold it in one hand and point with the other.
      -No correction in web URLs and email addresses, so you have to be perfect.
      -No period in the keyboard (period, /, and .com buttons in web browser kbd)
      -Touch buttons too small. Although my Treo 650 screen buttons are often too small, but I rarely use them)
      -No removable media (Why switch to mini SD Palm? idiots)
      -No video recording
      -No editing MS word documents
      -No EVDO (Edge was slow when it worked, 755p may have EVDORevA at 600kbs)
      -No stereo bluetooth (http://www.softick.com/bluetooth-audio/)
      -No third party applications (Chess, new browser, core media player, etc)
      -No laptop networking using phone (http://www.junefabrics.com/palmnet/)
      -No removable battery (Like 2x capacity third party)
                      http://shop.treonauts.com/content/accessories/---2 512.htm [treonauts.com]
      -No way to quickly dial contacts
      -No way to navigate single handed (five way rocker rocks)
      -No tactile feedback (I like a click when I hang up the phone)
      -No GPS addons like
                  http://hardware.smartphonetools.treobits.com/conte nt/accessories/10-95--2230.htm [treobits.com]
                          with free software links to free google maps
                  http://www.palmgear.com/index.cfm?fuseaction=softw are.showsoftware&PartnerREF=&siteid=1&prodID=13173 5 [palmgear.com]

      More iPhone limitations from
                  http://palmaddict.typepad.com/palmaddicts/2007/06/ why-the-iphone-.html [typepad.com]
      -No exchange integration for online calendering
      -No hacks for "push" email
      -No voice call recording
      -No voice dial
      -No cut and paste!
      -No task list!
      -No global find!
      -No file encryption
      -No podcast download over the air

      iPhone does have:
      -Slick gui (that gets in the way, browsing on safari was stinky. Zoom and scroll, zoom and scroll, not too impressed. Sideways was nice)
      -Wifi built-in
      -Widescreen
      -More MP in camera (2.0 vs 1.2 in treo 755, both suck)
      -Thin form factor
      -Glass screen (more fragile than treo?)
      -Did I say sexy GUI?

      Neither have-
      -Built in GPS
      -Flash in browser
      -Wireless networking for letting laptops online easily

      So the Treo pros outweigh the cons. I am sticking with a new 755p as soon as I can get it, which looks like September.
    35. Re:How more limited can you get? by nine-times · · Score: 1

      Another option is to set up your POP or IMAP servers to forward copies of incoming mail directly to your BlackBerry's individual email address.

      I've actually had to support many Blackberries, though not very recently (maybe things have changed in the past few years?). AFAIK, getting e-mail to your Blackberry requires some sort of hack no matter what. You need a Blackberry server, a desktop redirector, or else your carrier can provide a service that you set up through the web which actually checks your e-mail and forwards it through. In no case is it a real mail client on the device that can just go over the internet and fetch mail from IMAP (including being able to browse all your folders). Worse yet, using your carrier's forwarding service requires that you give them your e-mail address and password, and even worse than that, if you have Exchange, it's probably also your Windows domain password. Not exactly the height of security.

      Either way, from supporting each of these methods, I'll tell you that I had significant and regular problems with each of these kinds of redirection. The Blackberry server would stop working properly, someone would log out of their computer and quit the desktop redirector, and the carrier's service would mysteriously lose the password. I'd get a call that the user's Blackberry wasn't receiving e-mail anymore, and sure enough, it was always the fault of the redirector.

      Maybe I'm wrong... maybe they've changed. Either way, I'd rather just have a device that fetched e-mail the normal way over IMAP. I know it's not exclusive to the iPhone, but I'm very underwhelmed by RIM's "push" technology. Also, my larger point was that it's very likely the iPhone does support darkmeridian's firm's servers "off the shelf". Or can you tell me what major server software doesn't support either POP3 or IMAP?

    36. Re:How more limited can you get? by nine-times · · Score: 1

      The iPhone has no functionality for Google maps, web browsing, or accessing Gmail? Really? Maybe you should do some research on that before you make those claims.

    37. Re:How more limited can you get? by residents_parking · · Score: 1

      > ... the iPod still doesn't have an FM receiver or voice recording.
      > And yet it still dominates the market.

      The market for what? If you mean music players then I'd say the iPod is outnumbered 9:1 here in the UK. My son had two and they both broke. The only other one I saw was a broken one. I gave up after that and stuck with cheap sticks, which are absolutely fine.

      > Someday the tech pundits will learn that ease of use trumps features.

      No - cost of purchase trumps everything. After that: with music players it's music that matters; and with phones it's who you're talking to that matters.

    38. Re:How more limited can you get? by tknd · · Score: 1

      Someday the tech pundits will learn that ease of use trumps features.

      No, well targeted and implemented requirements and marketing makes a good product. Take a look at the Wii: the target consumer was anyone and the target problem was providing entertainment. Why did it run kill all competition with xbox and ps3? Because the product was designed almost perfectly for it's task and sold at a correct price point for these consumers. To top it all off, even the company as a stakeholder benefits because each unit sold returns a profit rather than a loss. But it would have gone no where if it they didn't put in the effort they did to market the product with shows, commercials, and magazine/internet media.

      Apple does a good job with marketing and they do a fairly good job with requirements. But what they fail at is meeting pricing requirements. It wasn't until later revisions of their ipods and other hardware that they were able to sell a product to other consumers that couldn't afford their current offerings. The reason why everyone has ipod now is because Apple made cheaper versions of the thing, not because of the interface alone. The interface is only one piece of the pie. If you want to consistently succeed, you need to: make the entire pie better than all your competitors, make it so that you competitors can't access a portion of the pie (think telephone/cable companies, patents), or make it so that your customers can't use any other pies other than your own (monopolies).

    39. Re:How more limited can you get? by Anonymous Coward · · Score: 0
      I call double bullshit.

      You basically attacked anyone bashing the iPhone and you end up agreeing with its shortcomings that were listed in the GP's post.

      Features such as voice dialing and instant messaging I am sure will included in future software updates to the iPhone. And even if not, I am not missing them at all. I don't use my phone in the car, so voice dialing is a moot point to me. I'm pretty sure if I dig up in my closet I can find an old Nokia 3210 that I had 7 years ago that did voice dialing. So you're saying that a $600 phone released in 2007 that doesn't do voice dialing is ok? Are you kidding me?

      No instant messaging? Come on!!

      You compared the price points of the Treo and the Blackberry (both of which are cheaper) to the iPhone, but you didn't compare the features they offer.

      I mean seriously, what does the iPhone introduce to the "phone" market? Multi-touch interface? WooHoo. Another iPod? Oh the joy! Youtube on your cellphone? Hallelujah!

      Steve Jobs said that they're re-inventing the phone (or something to that extent), but the iPhone is nothing short of a failure. There's no way in hell I'm shelling out $600 for less functionality than my Treo.

      It's shiny, it's slick and it's no good (for the price).

      My 2 cents.
    40. Re:How more limited can you get? by digitalchinky · · Score: 1

      While I think $50 is a touch low, it's not so far off the mark when leveled against the iPhone - travel to Asia and take a walk around the markets, you'll find all kinds of crap that can do what the original poster said for a little bit closer to $100.

    41. Re:How more limited can you get? by iluvcapra · · Score: 1

      Maybe the iPhone hysteria is wearing off?

      It might be because, despite his 'level head,' he's happy to say that he's not buying one before he even begins discussing it, uses words like 'stinky', makes a bunch of criticisms based on his personal usage patterns, and pointedly makes specific criticisms of the iPhone in his cons while making only the most brief and glib observations in his pros, including repeating 'slick GUI' twice in a flip sort of way, deliberately trying to tweak Apple's ad campaign.

      I guess he says "It's a show stopper for me!" as if this isn't meant to be a review, but why publish it? He clearly uses his Treo as a laptop, given all the extra shareware he's loading on it, while other users, say, people who own laptops, will probably use it more like a non-corporate blackberry (it does have push email, using open standards no less, you just need a mail server that responds to IMAP IDLE properly, or setup a yahoo account and forward through that.)

      I know why he had so much trouble with the keyboard: he'd decided beforehand he didn't want it to work, and so it didn't. For what it's worth, I hated the 5-way rocker on my Treo 650, I'd constantly be accidently calling people from my pocket. I do regret not having tethering.

      --
      Don't blame me, I voted for Baltar.
    42. Re:How more limited can you get? by mixmasta · · Score: 1

      The networking effects of the Wintel PC are much stronger and deeper than the consumer electronics markets. That's why a new PC platform won't be popular anytime soon--no matter how good it is.

      It was a smart move for Apple to shift its efforts to areas where its expertise can be better appreciated. All you have to do is check the price of AAPL over the last 5 years.

      --
      #6495ED - cornflower blue
    43. Re:How more limited can you get? by brkello · · Score: 1

      I don't know, this seems more about being trendy than anything to do with ease of use.

      --
      Support a great indie game: http://www.abaddon360.com
    44. Re:How more limited can you get? by gatzke · · Score: 1

      Most of that list was my observation of the iPhone.

      The keyboard "stinks" for me. I could not type well, but I only gave it half an hour. I see a lot of frustration in my future if I get an iPhone.

      Personal usage patterns? I don't follow. Everything on my list was a specific pro or con not related to my usage pattern. Either you can do something or you can't. I can't type on the iPhone keyboard, is that due to my usage pattern? Maybe I should give up typing...

      As for shareware, I have a MP3 player and chess installed on my 650. I included links for some things that are available on the 755p, but not much is installed on my 650. The three others I want are the GPS addon, the stereo bluetooth, and the tether to PC option. Not a lot of additional cruft, but more than you can add to an iPhone.

      Maybe I missed some pros of the iPhone, but there are specific pros there on the list. Thin, widescreen, better camera. The GUI comment was meant to be funny, because that really seems to be what is selling this thing. Rational arguments based on capability appear to be overridden by the GUI, and that was the point.

      I have to keep my keyboard locked to avoid calling people. But for usefulness, the five way rocker is great. I don't need a stylus anymore, once you know how to get around in all the Palm applications.

      BTW, the EVDO on the current 755p runs a 500 Kbps link for a tethered laptop. EVDO Rev A may come on the 755p from Verizon, and it runs 600 to 1400 Kbps. Not sure what EDGE runs, but it looks like around 100.
      http://www.evdoinfo.com/content/view/2009/63/
      http://www.palminfocenter.com/news/9487/verizon-co mpletes-network-upgrade-to-ev-do-rev.-a/
      http://www.timeatlas.com/mos/Cell_Phones/Prospect/ EvDO_and_EDGE_Offer_High_Speed_Access/

    45. Re:How more limited can you get? by nine-times · · Score: 1

      Is that the data plan, or the phone and data together? The data plan on the iPhone is essentially $20 a month. It doesn't include tethering, though. But if your $40 plan is just for the data, then that's $20 a month more than the iPhone plan. $20 a month multiplied by 24 months (2 year contract) = $480. $480+225 = $705. The 8 GB iPhone is $699, so the cost is about the same. However, last I checked, Sprint actually charges $60 a month for unlimited data plans, which means you're actually talking about $50 a month, plus another $5 for 300 SMS messages (AT&T includes 200 with the iPhone plan). So that's $35 x 24 months + $225 = $1065. $1065 - $700 (cost of the iPhone) means that (with the most comparable combination I could come up with) your phone+plan is $365 more over 2 years than the iPhone+plan.

      So your data is probably faster and you can tether a laptop, and you'd have 100 extra SMS messages, so you can certainly argue that your data plan is superior, but the GP post was still correct. The cost of the iPhone + 2 years of service is roughly similar to the cost of your Blackberry + 2 years of service.

    46. Re:How more limited can you get? by iluvcapra · · Score: 1

      The keyboard "stinks" for me. I could not type well, but I only gave it half an hour. I see a lot of frustration in my future if I get an iPhone. But for usefulness, the five way rocker is great. I don't need a stylus anymore, once you know how to get around in all the Palm applications.

      I appreciate your opinion, I just didn't find my experience to be the same. After my disappointment with the 650, I am never buying another Palm (unless they seriously change their act), ditto Nokia (the 6822 seemed like a good idea at the time).

      I don't play chess, but there are options.

      --
      Don't blame me, I voted for Baltar.
    47. Re:How more limited can you get? by kharchenko · · Score: 1

      > I actually went to an Apple store and tried an iPhone out, for about an hour.... checked out how it automatically switches from EDGE to WIFI and back to EDGE whenever you come within range of a WIFI access point

      Soo ... even assuming that you were given an iPhone that wasn't tethered - how large was the store so that you could go in and out of WiFi range?
      Sounds fishy.

    48. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      I'm pretty sure if I dig up in my closet I can find an old Nokia 3210 that I had 7 years ago that did voice dialing. So you're saying that a $600 phone released in 2007 that doesn't do voice dialing is ok? Are you kidding me?
      Lulz. I just bought a car, a Honda Civic Si. The lights don't automatically turn off when i get out of the car like they did in my 2000 Ford Explorer. What was I thinking buying a car made in 2005 that didn't have the same technology as cars did in the year 2000? Are you kidding me? Voice dialing is a useless feature, unless you're one of those people that loves little gadgets that don't really do much. I don't know a single person who uses voice dialing, unless they've found a curse word that will bring up one of their friends (fuck you.. chuck fu, etc) and then it's a riot. Freaking noob, you just got pwn'd.
    49. Re:How more limited can you get? by tf23 · · Score: 2, Funny

      [...] travel to Asia and take a walk around the markets[...] hmm. one flight to, let's say, Shanghai, China from Ohio: $1707

      I think it'd be cheaper to drive to the local Apple store and just buy an iPhone ;)
    50. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      If it makes you feel any better, I got to meta-moderate that "Flamebait" moderation and I judged it unfair.

      And, FYI, I'm as big an Apple fan as anybody.

    51. Re:How more limited can you get? by dreamchaser · · Score: 1

      My phone can send real email with real attachments, *or* it can send MMS. It sounds like it's your phone that is the problem after all :)

    52. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      I concur. I use a blackberry and it stomps the iphone's ass as does the Treo.

    53. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      I just bought a car, a Honda Civic Si. The lights don't automatically turn off when i get out of the car like they did in my 2000 Ford Explorer. What was I thinking buying a car made in 2005 that didn't have the same technology as cars did in the year 2000? Yes! what were you thinking?
      Did you depend on it? Was it crucial to you? Was it a factor in your buying decision?
      I don't think it was because you bought it anyway.

      Voice dialing is a useless feature... Just because you don't use it (or know how to use it) doesn't mean it's not a deal breaker for some. I personally could do without blue-tooth in my handhelds, but I can understand if someone is bent out of shape about it missing in a device that I like.

      Not shooting for an ad hominem, but you sound a lot like a Mac fanboy.

      iPhone (like it or not) is missing a LOT of features that other high end devices (and even some lower end) phones deliver. They have cool new features (multi-touch, visual voice mail, etc.), but there's no excuse for missing basic functionality (that *I* depend on) in a $600 phone.

      **Cheap shot warning**

      ..unless you're one of those people that loves little gadgets that don't really do much You mean a gadget like an iPhone? :P

      Freaking noob, you just got pwn'd. You seem lost, Digg is this way.

      Apple won't miss me buying an iPhone nor will they pay you for the apparent fanboyism, so grow up.
    54. Re:How more limited can you get? by RESPAWN · · Score: 1
      Maybe a $50 phone won't do all of that, but how about the LG VX9900 which is $200 with a 2-year agreement: http://www.verizonwireless.com/b2c/store/controlle r?item=phoneFirst&action=viewPhoneDetail&selectedP honeId=2694

      Ignoring the fact that it's a Verizon phone (this is not the time or place for that argument):
      MMS? check
      Video Recording? check
      Custom Ringtones? kinda-check (VZW lock in means you have to use BitPim)
      Mass Storage? check (I think the latest software update will allow up to 4GB cards)
      Bluetooth with stereo streaming? check
      Voice dialing? check
      Sending contact info? check-via bluetooth
      Instant messaging? check
      SMS to multiple people? check

      And the one feature that the 9900 has that, for me, trumps most other phones, a full QWERTY keyboard. One that is larger than that of the iPhone and which has real buttons for tactile feedback. I've used the iPhone and had a hard time typing on it. I know that everybody likes to say that there's a learning curve for the keyboard, and that's fine, I guess. There wasn't one with the keyboard on my phone.

      In the iPhone's defense: their music player is leagues above the shit MP3 software on the 9900. Safari on the iPhone is definitely better than the WAP browsers on other cell phones. It's also better than Opera Mini. And the iPhone does have a very, very slick user interface.

      Anyway, this wasn't meant to be a my-phone-is-better-than-your-phone post. It was just meant to be an illustration of a phone which, for the most part, included the features missing from the iPhone.

      Is the iPhone a cool phone? No doubt. Is it worth $300 - $400 more than a phone with more features? Not in my opinion, but that's because, to me, it seems more like a WiFi enabled iPod first and a phone second.

      Oh, and one last thing...

      ...without acknowledging the other 1000 fantastic features of the iPhone or acknowledging that Apple will update the software on a regular basis, from someone who simples wants to appease the Slashdot-type crowd. This kind of makes you sound like an Apple apologist. Maybe they will update the software on a regular basis. So why not wait until the software is updated with the above missing features to shell out the $500 - $600? In the meantime, one can keep using a phone which does have all of those missing features. It actually sounds like you might be a little upset that somebody turned a critical eye to your new toy and actually had the gall to point out its shortcomings. I for one, actually appreciate the fact that a reviewer took the time to comment on the good and the bad instead of solely focusing on the new, gee-whiz features.

      Anyway, just remember. While you may bash Lam's review, but in the end he did say that he was overall happy with the phone and will continue to use it.
      --

      If Murphy's Law can go wrong, it will.

    55. Re:How more limited can you get? by RESPAWN · · Score: 1

      Plus all but one or two of the so-called missing features are software features. Something Apple can easily add to the iPhone, at any time, with only a software update and without having to create a new phone. Which is very nice. The point remains: why didn't they add these software features in for the launch? Surely they had to know that people would see these features as shortcomings of the phone and lambast Apple over it.
      --

      If Murphy's Law can go wrong, it will.

    56. Re:How more limited can you get? by Anonymous Coward · · Score: 0

      Wow, they paid you $50? How do they stay in business!

    57. Re:How more limited can you get? by Pendersempai · · Score: 1

      That's like saying you don't need a mailbox outside your house because you've adopted email -- the problem being, of course, that everyone else still uses mail. It may be that you're on the forward-thinking end of the tech curve, but it's still your problem.

    58. Re:How more limited can you get? by darkmeridian · · Score: 1

      Push mail is unavailable on the iPhone, along with support for SecurID. There is no Opera Mini, Google Maps, or Google Mail apps (not access via the web interface from Safari) for the iPhone the last time I checked.

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    59. Re:How more limited can you get? by nine-times · · Score: 1

      SecurID and Push mail-- who gives a crap? Practically no one, that's who. Yeah, you can get push mail through Yahoo (no, I don't know why only Yahoo supports push mail on the iPhone), but give me good old-fashioned pull-mail through normal protocols, so I can check my normal e-mail accounts without having to use weird servers or crappy proprietary hacks. Good old fashion IMAP and SMTP is all I need. No Opera Mini, but it's not clear why I should prefer Opera Mini to Safari.

      And I'll say it again, if you're going to claim that the iPhone doesn't support Google Maps or Gmail, you really need to do more research because you have no clue what you're talking about. For Christ's sake, look at a *picture* of an iPhone, and you'll see an icon right on the main screen that says "Maps". That's Google Maps. When you set up an e-mail account in the iPhone's mail app, it lets you select from Yahoo, Gmail, .Mac, AOL, or "Other" (which is a manual setup of IMAP/POP/Exchange).

  6. Just stop it already. by Some+guy+named+Chris · · Score: 0, Troll

    The iPhone shuffle jokes. They aren't funny.

  7. So now that the iPhone is out... by doombringerltx · · Score: 3, Funny

    ...they need to have another iPhone that isn't out yet we can have at least one post a day about.

    1. Re:So now that the iPhone is out... by revengebomber · · Score: 1

      Or we could just use dupes of all the articles from June 1st - 29th.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    2. Re:So now that the iPhone is out... by vladsinger · · Score: 1

      No, now we wait for the hackers to hack the one that is already out.

  8. Nano Based? by cowscows · · Score: 4, Insightful

    "Nano-based" is pretty much the dumbest way you could've put it. It's going to be based on the current iPhone, but it'll just be a cheaper, physically smaller, and more feature limited device; similar to the way an iPod nano compares to a full size iPod.

    Ooooh, I see, Apple has filed phone related patents that utilize a scroll wheel, just like the iPod nano. Never mind that every other iPod(minus the shuffle) also has a scroll wheel.

    Any

    --

    One time I threw a brick at a duck.

    1. Re:Nano Based? by blueZhift · · Score: 1

      Ooooh, I see, Apple has filed phone related patents that utilize a scroll wheel, just like the iPod nano. Never mind that every other iPod(minus the shuffle) also has a scroll wheel.

      Oh, I see where they might be going with this. Imagine a scroll wheel that has little dimples with the numbers on them around the circumference like an old rotary dial. That would take care of dialing without a touchscreen, a mix of modern and retro.

      Still $300 for a phone is steep. I would hope and imagine that a nano based phone will be subsidized if they really want to appeal more to the mass market. Hopefully it would be free of the AT&T exclusivity as well, but that's a tougher matter to negotiate I would guess, depending on the current iPhone agreement between Apple and AT&T.

    2. Re:Nano Based? by sjofi · · Score: 1

      It's going to be based on the current iPhone, but it'll just be a cheaper, physically smaller, and more feature limited device;

      how can it be more feature limited?? they drop the phone feature?

    3. Re:Nano Based? by jrumney · · Score: 1

      I was going to ask the question "how can you dumb the iPhone down further, and it still be usable as a phone". Making the screen smaller and adding buttons or a scroll wheel, and ditching the WiFi seem the only options. Its not like the iPhone is feature rich as it is, with no 3G, poor bluetooth support, PC connectivity tied to iTunes and no real developer support.

    4. Re:Nano Based? by cowscows · · Score: 1

      I dunno. Maybe the screen is too small for youtube videos to make much sense. Maybe even the web browser doesn't even ship with it. Maybe it's just a phone and an mp3 player (that syncs with itunes), but people will pay to have an iPhone with the Apple logo on the back.

      --

      One time I threw a brick at a duck.

    5. Re:Nano Based? by Anonymous Coward · · Score: 0

      Probably the Motorola ROKR, same exact phone, but renamed the iPhone and the price $100 higher.

    6. Re:Nano Based? by safXmal · · Score: 1

      They could drop the WIFI.

    7. Re:Nano Based? by gig · · Score: 1

      > Its not like the iPhone is feature rich as it is

      Yes it's not feature rich ha ha ha ha. You're killing me. What do you want, WML and support for .mobi domains? Do you REALLY want to trade the Wi-Fi+EDGE for 3G only like in other phones? Do you want a little joystick you can pilot around the icons?

      > no real developer support

      You're killing me. There are already more third-party "iPhone apps" than there are Windows Mobile apps or JavaFX apps, without even counting the fact that iPhone can also run Web apps that were not designed for it specifically, which includes an order of magnitude more third-party support than all phone apps ever up until now. And iPhone runs your bank and Flickr and the full Slashdot, there is simply no comparison to the meager third-party app selection on other phone platforms. Even at their best they remind you of 1993, they make you wonder "why wouldn't you just run a better version off the Web?" then you go "oh" no Web browser. Pocket IE oh my gawd. Opera mini you're killing me.

      That is not even good FUD that you're shoveling.

      > how can you dumb the iPhone down further, and it still be usable as a phone

      Terribly ironic given that so many smart phones are not only dumb but suffer from awful usability.

    8. Re:Nano Based? by jrumney · · Score: 1

      Do you REALLY want to trade the Wi-Fi+EDGE for 3G only

      Who said you have to trade? My phone has both Wifi and 3G.

      There are already more third-party "iPhone apps" than there are Windows Mobile apps or JavaFX apps

      I don't know about JavaFX, since that's only been released recently, but all your "iPhone apps" will run perfectly well on Windows Mobile, Linux and Symbian phones with Opera Mobile and soon Minimo offering a decent AJAX platform. Then there are all the other non-AJAX apps they will run....

      That is not even good FUD that you're shoveling.

      Speak for yourself, fanboy. And look up the difference between Opera Mini and Opera Mobile sometime.

    9. Re:Nano Based? by digitalchinky · · Score: 1

      The definition of a 3rd party application that most people are using when they talk about the iPhone is not a web page with a couple of forms, nor are they crappy little sync apps. I think you need to step out of the US some time just to see how far behind the rest of the world your cell market really is. In the mean time, browse a few symbian application lists so you might get a clue.

  9. changing the normal pricing model by smithcl8 · · Score: 5, Insightful

    This is how Apple is going to change the pricing model used in the cell phone market. Before, when you drooled over a new phone, you knew that if you waited 1-2 years, you could pick it up for next to nothing. The RAZR, for instance, was about $300 when it came out...one year later, it was $99. I've heard several of my colleagues say that they will get their iPhones in two years when they are $50.

    I've explained to these colleagues that there is no way this will happen. Apple's products never become cheaper, they just release new "generations" and keep the price about the same. They fill the gap with less functional products. This method is true for their desktops (Mac Pro, iMac, Mac Mini), notebooks (MacBook Pro, Macbook) and their iPods (iPod, iPod Nano, iPod Shuffle); it only stands to reason that it will be true for iPhones, too.

    And since the batteries aren't replacable in the iPhones, after two years, you won't want to get a used one. This locks their customers into the current $500-$600 units forever, as you wouldn't want to buy a used one in 1 1/2 years.

    Will this work in the cell phone market? I'm not sure, but I'm certain that there will never be a "free iPhone with 2 year activation" type promotion.

    1. Re:changing the normal pricing model by timster · · Score: 4, Insightful

      used iPhone (2009) -- $300
      cell service for two years -- $1500
      Battery (physical part, typical retail) -- $30
      Battery (Apple replacement service cost, minus typical part cost) -- $60

      Conclusion: the extra costs of the battery replacement service represent about 3.2% of TCO for someone who wishes to buy a used iPhone. Anyone who decides not to purchase a used iPhone based on the built-in battery is an idiot.

      --
      I have seen the future, and it is inconvenient.
    2. Re:changing the normal pricing model by illegalcortex · · Score: 1

      Nevermind will it work in the cell phone market (though I think the answer is no) - will it even work in the music player market? I have several friends whose iPods crapped out after less than two years. They're quite dissatisfied with that. They went ahead and bought another, but I just don't see how that can last more than a couple of cycles.

    3. Re:changing the normal pricing model by ouchiko · · Score: 1

      Personally I will wait on the other manufactorers pushing out "similar" type phones. Apple has given the mobile industry a shock but they are big enough to counter. I'm not sure how many people will actually purchase this in the UK (via O2 so the rumours go) - we're very much a one year contract and get an upgrade / new contract bunch of people and we rarely spend significants amount of money on mobiles. Sure Apple have done a good PR exercise with the mobile but apple's market share of mobiles will be tiny in comparison to the others.

    4. Re:changing the normal pricing model by Trillan · · Score: 1
    5. Re:changing the normal pricing model by Fnord666 · · Score: 2, Insightful

      This locks their customers into the current $500-$600 units forever, as you wouldn't want to buy a used one in 1 1/2 years.
      I certainly will buy one used in a couple of years. It's a solder joint for pete's sake. Unsolder the old battery and solder in a new one with twice the storage capacity. Maybe I should see this as less of a comment and more of a business model.
      Total time: 15 minutes
      Total cost: Probably about $20 including the case tool to open the iPhone
      --
      'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
    6. Re:changing the normal pricing model by NDPTAL85 · · Score: 2, Interesting

      Yes you've nailed it for how it will go for regular consumers.

      Keep in mind however that services like www.iresq.com are popping up that WILL replace your iPhone batteries for you. So in the future it may be cheaper to buy a used iPhone and then send it off to get its battery replaced. I also fully expect that a company like NewerTech will at some point offer increased capacity batteries that surpass the performance of the original OEM batteries.

      --
      Mac OS X and Windows XP working side by side to fight back the night.
    7. Re:changing the normal pricing model by smithcl8 · · Score: 2, Informative

      smithcl8's Guesstimated New iPhone Price in 2009: $500
      Timster's Guesstimated Used Working iPhone Price in 2009: $300+$30+$60 = $390.

      Conclusion: If you feel like revamping a 2 year old piece of hardware to save 20%, go for it, but those who would not are certainly not idiots. I can't predict the features that will be available in 2009, but I must believe that they will be worth at least $110 more than a used first generation iPhone.

    8. Re:changing the normal pricing model by Frizzle+Fry · · Score: 1

      I've heard several of my colleagues say that they will get their iPhones in two years when they are $50. I've explained to these colleagues that there is no way this will happen. I guess you've never heard of eBay? Or you think that all he early adopters who bought a $600 phone the day it came out aren't going to be buying a newer phone sometime in the next few years?

      --
      I'd rather be lucky than good.
    9. Re:changing the normal pricing model by Anonymous Coward · · Score: 1, Interesting

      purchase this in the UK (via O2 so the rumours go)

      The rumours for Vodafone seem stronger, especially now that the firmware has been decrypted and shown to contain operator logos for Cingular, AT&T, T-Mobile and Vodafone and no other operators.

    10. Re:changing the normal pricing model by timster · · Score: 1

      Oh, I'm sure that purchasing a new model will indeed make more sense than a used one in two years. However, I don't believe that the battery has much to do with it, or creates "lock-in". All devices will have some maintenance cost, and the built-in battery increases those maintenance costs slightly, but it's hard to see a scenario where that increase would dramatically alter the economics of the overall situation.

      --
      I have seen the future, and it is inconvenient.
    11. Re:changing the normal pricing model by Zontar_Thing_From_Ve · · Score: 2, Insightful

      I've heard several of my colleagues say that they will get their iPhones in two years when they are $50.

      I've explained to these colleagues that there is no way this will happen.


      You are correct. I don't see the iPhone ever selling for less than $300 - not a new one anyway. I'm not sure Apple should even go for the under $100 market nor do I think they plan to do so. I took a look just to see what is out there for under $100. The only phones you can get for $100 are giant sized piece of crap phones or you can get a decent phone with a 2 year contract. You can't buy a good unlocked phone for $100 or less. At least not from any of the people I trust who sell phones. The cheapskate and the crybaby "I just want a phone that's a phone" people will never, ever buy iPhones anyway. I don't think it makes good business sense to try to sell to this market anyway. A dumbed down iPhone that could sell for under $100 seems pointless to me. Isn't the point that you can do cool stuff with it? The people who want cheap, featureless phones are a segment Apple would be wise to ignore.

    12. Re:changing the normal pricing model by Anonymous Coward · · Score: 0

      Exactly. we based on the Samsung Blackjack because they are dirt cheap now ($290.00 100% unlockedand unbranded and NEW in box) when they were $620.00 last october.

      It's a incredible smartphone that takes 4 minutes to get full corperate exchange integration that costs less (service cost) than blackberry with more features.

      Advantage? VB monkeys can write quick apps for the phones. having a vertical app for the sales force that can submit orders back to the office easily makes the iPhone and others look like toys.

    13. Re:changing the normal pricing model by theelectron · · Score: 1

      I see you point, but you severely underestimate the stupidity of people.

    14. Re:changing the normal pricing model by ouchiko · · Score: 1

      Interesting.. sources ? The Reg and Gizmodo UK report O2 (http://uk.gizmodo.com/2007/07/06/o2_wins_iphone_u k_contract.html) - will have to wait and see I suppose.

    15. Re:changing the normal pricing model by illegalcortex · · Score: 1

      Nah. Direct financial cost is the one thing I believe has the ability to counteract it.

    16. Re:changing the normal pricing model by babyrat · · Score: 1

      So if it isn't worthwhile to buy a used iPhone for $300 based on the price of a new iPhone, then the market will dynamically adapt and the price of used iPhones will be less...

    17. Re:changing the normal pricing model by *weasel · · Score: 1

      Isn't the point that you can do cool stuff with it?

      I think the larger point was that the things it does, it does well.

      And an iPhone 'shuffle' with no screen, bluetooth voice dialing and a2dp could actually be a pretty great product.
      --
      // "Can't clowns and pirates just -try- to get along?"
    18. Re:changing the normal pricing model by jellomizer · · Score: 1

      Unless they are in a situation where they cannot recharge on a regular basis. Espectally with the iPhone strong ability. You could easilly be on a long trip or out somewhere where there is no plug browse the net for a few hours and your battery is dead. A replaceable battery will mean you turn it off for a couple of minutes replace the battery and turn it back on and you are in buisness again.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    19. Re:changing the normal pricing model by mr100percent · · Score: 1

      Apple stated that they set the price on the iPhone based on the price of a cell phone + price of an iPod nano. In their marketing studies, a high proportion of people bought both, so they set the price as the sum of both, and didn't factor in the price of the other features (full browser, wifi, etc) and people saw it as a bargain.

    20. Re:changing the normal pricing model by dwightk · · Score: 1

      right, if by "batteries aren't replaceable" you mean that they are.

      I guess $84.95 is more than $50, but I bet it is a negligible difference to your cheapskate friends...

      --
      Like anyone can even know that
    21. Re:changing the normal pricing model by gig · · Score: 1

      > And since the batteries aren't replacable in the iPhones, after two years, you won't want to get a used one.

      The batteries are replaceable, just like iPods. They're replaced in the time-honored tradition favored by watches. You hand it over to someone who is good with small tools and they pop the back and replace the battery. Since this only has to happen once every 800 days it is no big deal. If you want to do it yourself, it is no big deal. If you want to buy the battery from a third-party, no big deal.

      There are also external battery packs that users can plug on the dock port if they need more than 8 hours talk time, that will extend the life of the internal battery. Even so, Apple says after 400 cycles you'll still get 6 hours talk time, 1.5x the nearest competitor on a fresh battery.

      Also, notice that iPhones have a 2 year life, that's the service contract and the software updates. If that's what you get out of it, then fine. If you look inside it is almost all battery in there. Once you're recycling that, the rest is mostly glass. Some people will just turn them in for 10% off their next iPhone.

    22. Re:changing the normal pricing model by gig · · Score: 1

      > A replaceable battery will mean you turn it off for a couple of minutes
      > replace the battery and turn it back on and you are in buisness again.

      The iPod/iPhone method for this is you plug the second battery onto the dock connector. No need to power off the device completely. There is one for iPod nano gives you 56 hours, and one for iPod video that no shit goes all weekend. There are hundreds of them, some work on iPhone already and more will come that are custom made for iPhone. Some are made like a dock so your iPod or iPhone sits inside the external battery, making it as thick as other smart phones.

      So if you are taking your iPhone to the woods you just purchase a second battery same as Nokia users. This is a non-issue.

    23. Re:changing the normal pricing model by jafac · · Score: 1

      I dunno - I waited years and years for another player to come out that was comparable to the iPod. I ended up buying a nano last month. I suspect it will be similar in the phone market. iPhone will have its shortcomings (as does the iPod) - and many competitors will try to make "iPhone killers" and fall short in one or more crucial ways - and Apple will absolutely never ever drop the price - because they NEVER do.

      (acutally, they DID once; when they introduced the iMac. And it was wildly successful. And they eventually abandoned that model - and replaced the iMac in that price-bracket with the mini.)

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    24. Re:changing the normal pricing model by Avatar8 · · Score: 1

      I'm certain that there will never be a "free iPhone with 2 year activation" type promotion.
      Especially since they got all the "gotta have it now" customers to pay $5-600 for the phone AND sign up for a 2 year AT&T contract.
    25. Re:changing the normal pricing model by tf23 · · Score: 1

      So when people are plunking down the funds to buy them in droves at this coming xmas holiday season, they will still be the "gotta have it now" group? What about in the spring when they're still buying them?

      Apple's methodology with regard to pricing isn't rocket science. They release a product then incrementally upgrade future versions of it. When the market's saturated, or they think it's about to be, they release another form of (sometimes lower, sometimes higher) to tempt those that didn't buy it because of price too high or feature-set-lacking.

      But they rarely lower the price on an existing model. This helps resale stay fairly high for their users. Look at how quickly a Dell machine's price will plummet on eBay a year later. Then compare a similar mac machine's going price.

    26. Re:changing the normal pricing model by mgabrys_sf · · Score: 1

      re:"The RAZR, for instance, was about $300 when it came out...one year later, it was $99"

      No it wasn't. It cost a bit more than that. If you consider more than 2x the figure you cited "a bit".

      http://en.wikipedia.org/wiki/Razr

      "The phone was initially regarded as an exclusive fashion phone,[1] with a high price of $500 with service agreement and $800 without."

      This is also why S. Balmer was throwing chairs when he soundbit that the iPhone was the most expensive cell ever.

    27. Re:changing the normal pricing model by smithcl8 · · Score: 1

      Thanks for both correcting me and making my point more valid.

  10. Next Generation by skitle · · Score: 0

    I am not sure about my stand on the iPhone, but regardless, it seems much better to wait for the 2nd or 3rd generation of a product from Apple. The 1st generation products, although 'new and hip,' seems to have quirks just as many other companies products. As another comment stated, with Apple always being secretive about product releases, a person who is burned once by a new/better product coming out the day after they purchase theirs, tend to be a little gun shy.

  11. We have no iphones in Canada by Neil+Watson · · Score: 1

    You insensitive clod!

  12. Re:It's not the price tag, or the carrier... by mwvdlee · · Score: 1, Funny

    Punctuation isn't just for making smileys.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  13. Circular touchpad? by hcdejong · · Score: 4, Funny

    So it's a rotary-dial phone, then?

    1. Re:Circular touchpad? by tgibbs · · Score: 1

      So it's a rotary-dial phone, then?


      Maybe so. Supposedly, a patent filed by Apple has figures showing how to dial with a scroll wheel
  14. Make it $200 by nurb432 · · Score: 1

    And they will sell like hotcakes.

    --
    ---- Booth was a patriot ----
    1. Re:Make it $200 by Phroggy · · Score: 1

      And they will sell like hotcakes. Or what about this idea?

      Make it $600, and they will sell like hotcakes, except Apple makes 3x as much cash.

      Seems to be working so far! ;-)
      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    2. Re:Make it $200 by nurb432 · · Score: 1

      They would sell far more if they dropped the price some and make more $ in volume.

      --
      ---- Booth was a patriot ----
    3. Re:Make it $200 by Anonymous Coward · · Score: 0

      Perhaps you missed the dot-com era -- a large number of companies proved that you can't make "more $ in volume" by selling your product for less than it cost you to produce it. Apple, you see, likes making money. The raw parts that make an iPhone cost more than $200, and you also have to factor in the cost of hardware & software design and implementation, manufacturing, packaging, marketing, and support.

    4. Re:Make it $200 by nurb432 · · Score: 1

      I guess you missed the grocery industry, or many others. The survive on small margins, but large volume.

      Volume does equal more sales 99% of the time.

      --
      ---- Booth was a patriot ----
    5. Re:Make it $200 by Paisley+Phrog · · Score: 1

      If look at history (meaining the iPod), its popularity took off when they introduced the Mini, which was priced at...$200.

  15. Expanding by wombatmobile · · Score: 3, Interesting

    It makes sense for Apple to expand its phone product range, since it is now a phone manufacturer.

    What if they succeed and sell tens of millions of units?

    Then a computer company would be one of the world's largest phone manufacturers.

    That would make the telecommunications industry a lot more interesting. Currently, it is dominated by phone type companies.

  16. Why do i want an iPhone? by 91degrees · · Score: 1, Insightful

    There seems to have been a lot of hype over this. I can't work out why everyone's so obsessed though. A built in mp3 player is a nice idea but that's been around for a while. It also seems to have limitted PDA type functionality but it's hardly the first.

    Are people that obsessed over the new type of touch screen?

    1. Re:Why do i want an iPhone? by NDPTAL85 · · Score: 1

      Its beasue the company that invented the PDA market has finally returned to it, to take us all home.

      --
      Mac OS X and Windows XP working side by side to fight back the night.
    2. Re:Why do i want an iPhone? by 91degrees · · Score: 1

      Its beasue the company that invented the PDA market has finally returned to it,

      Really? When did Psion release a mobile phone?

    3. Re:Why do i want an iPhone? by Spydr · · Score: 1

      Because Apple is the first company to do it right.

      I had a nokia e70 before my iPhone, and it has more features than the iPhone, including a webkit based web browser, and google maps, etc. but the iPhone does all of the things I did on the nokia about 100x better.

      Safari on iphone is better, google maps is *way* better, the screen is bigger, it syncs easily with my macbook (the e70 required editing a few plist files to get it to sync) and the email is better. The mp3 player is 1000x better, including the part where I can use normal headphones with the iphone vs. custom nokia phones with that huge plug thing.

      The only thing I miss is being able to record videos (which could easily be a software update to the iphone) and a few other small nit-picky things.

    4. Re:Why do i want an iPhone? by NDPTAL85 · · Score: 1

      What are you talking about? Psion made pieces of shit. Apple made the first PDA with the Apple Newton.

      --
      Mac OS X and Windows XP working side by side to fight back the night.
    5. Re:Why do i want an iPhone? by 91degrees · · Score: 1

      Only because Apple were the first to call it a PDA. It was just an evolutionary step from the previous generation.

  17. Won't be Nano-sized, though by hcdejong · · Score: 3, Insightful

    The Nano just doesn't have enough internal volume for phone electronics plus a battery that'll give decent battery life.

  18. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 0, Offtopic

    Until slashdot decided to strip out all of my formatting, it looked quite nice.

    I'd assumed that since it looked fine under preview that it'd go through the way I'd formatted it....

    Gotta love the "html formatted" default... now where's my hammer.

    --
    Who is general failure, and why is he reading my hard drive?
  19. Translated by Jaaay · · Score: 0

    They want to release an LG KE850. It's a good lesson in marketing how Apple can be hailed as innovative for taking an LG phone that won design awards and making some modifications.

    1. Re:Translated by miller701 · · Score: 1

      That LG unit looks like it's 3-4 times thicker that the iPhone judging by the picture in the link.

  20. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 0, Flamebait

    It's the package..

    Strike 1) Apple makes it
    Strike 2) Price
    Strike 3) Cingular/ATT only
    Strike 4) Soldered in battery
    Strike 5) Security issues

    All in all, it really never had a chance to live...

    (there, as it should have been originally)

    --
    Who is general failure, and why is he reading my hard drive?
  21. Re:Buy now...Unless by BoRegardless · · Score: 4, Informative

    Bi-Directional Synching, .pdf, .xls, & .doc reading and browsing is needed and you don't have to lug the Mac Book around all the time anymore.

    Then the iPhone "pays" for itself.

    I've had mine for just over a week, and I don't regret the money to get these features in a phone I can read in the bright sunlight.

  22. Slashdot sinks further into uselessness by aztektum · · Score: 5, Insightful

    Stop posting conjecture by "market analysts". No matter how you spin it, this is not news for nerds or stuff that matters. It's someone trying to rally interest in Apple stock.

    --
    :: aztek ::
    No sig for you!!
    1. Re:Slashdot sinks further into uselessness by mehemiah · · Score: 1

      mod parent up dammit!!! What the hell do annalists know?

    2. Re:Slashdot sinks further into uselessness by mgblst · · Score: 1

      Stop posting conjecture by "market analysts". No matter how you spin it, this is not news for nerds or stuff that matters. It's someone trying to rally interest in Apple stock.
       
      Made you click though, didn't it. Maybe they will stop posting it, when everybody stops clicking on the link to comment. Maybe you will care less if you just scrolled past the iPhone story. You know if you ignore it, that it will go away.

    3. Re:Slashdot sinks further into uselessness by CODiNE · · Score: 1

      Actually it's more like someone trying to Osbourne Apple's stock.

      --
      Cwm, fjord-bank glyphs vext quiz
    4. Re:Slashdot sinks further into uselessness by tf23 · · Score: 1

      While I agree with you, the iPhone news (here and everywhere) is getting old, Slashdot survives on submissions... if you don't like the stories that are being posted, the least you could do is submit a better story.

      Oh, I take that back. The least you, me, and most of the rest of us could do is nothing. Or post comments bitching about all the damned iPhone stories ;)

  23. Re:It's not the price tag, or the carrier... by Anonymous Coward · · Score: 0

    I can tell you are a brilliant businessman. iPhone has fucking exceeded Apple's sales expectations.

  24. The magic key to iPhone sales by dkh2 · · Score: 1

    ... is to STOP selling it as a phone and start selling it as the broad featured portable computing device that it is. At $500 it's way too expensive for being a phone with a few added features but, it's not too expensive to be a nifty, feature rich portable computing device that happens to include a phone.

    --
    My office has been taken over by iPod people.
    1. Re:The magic key to iPhone sales by vimh42 · · Score: 1

      You can't call it a portable computing device unless you can do some portable computing on it. While the iPhone has this potential, it does not currently have the ability.

      Maybe an iPod with a touchscreen would fit the bill. Then they can't use the excuse of user made software clogging up the AT&Tubes.

    2. Re:The magic key to iPhone sales by beamdriver · · Score: 1

      STOP selling it as a phone and start selling it as the broad featured portable computing device that it is.

      A a broad-featured, portable computing device...that you can't buy software for. Yes, good luck with that.

    3. Re:The magic key to iPhone sales by BenClueless · · Score: 1

      Magic key to sales? They've already sold hundreds of thousands of units. Probably a million by now.

    4. Re:The magic key to iPhone sales by Anonymous Coward · · Score: 0

      you mean the magic to the fastest selling cell phone in history?
      You are going to school Apple on how to sell something?

  25. Complaints by simpl3x · · Score: 0, Flamebait

    My biggest complaints are that I cannot simply send an image to my machine without using iPhoto, or access files for storage and such particularly over Bluetooth. Not being able to use it as a modem is pretty crappy as well!

    That aside, it is a cool phone. Although I would not have purchased an iPod as a separate product, having one is not bad. But again, I purchased an iPod Shuffle instead of a flash drive, and am sort of bothered that I cannot use a $500 product to do the job of a $25 flash drive.

    GPS would have been nice as well...

    1. Re:Complaints by Anonymous Coward · · Score: 0

      funny, i use image capture to offload images from my iphone to my mac. works like a charm. i've never liked iphoto.

  26. The article is wild speculation by goombah99 · · Score: 4, Interesting

    Read the article. The features they describe are ones we read about here on slashdot (apple design patents). Ones for rotary gestures and such. This does not mean it's an iphone or a nano. I'll note that if you have watched the multi-touch demos from that guy whose famous for them (what's his name?) and who consults for apple, his MENUs are not bars but sectored circles and you call them up with a spiral gesture. Another apple design patent was for senstitive places around the edge of a screen that are flush with the screen. That is to say physical buttons associated with the edge of a screen.

    Those kinds of details could help reduce the screen area needed to support a full-featured phone and perhaps get it dow to a nano-sized thing. Too small to be a real internet broswer device but large enough to pan through a contact list.

    anyhow those design patents have been out there for a long time. SO some ones discovering them does not make it news or mean there's a new product.

    On the other hand apple needs a response to the two sided phone/music players from samsung. those are ipod-nano killers since even though they are larger than a nano, you could argue that the music player is actually smaller as long as you planned to have a cell phone in your pocket anyhow. A nano sized phone would kill that.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:The article is wild speculation by TJamieson · · Score: 1

      anyhow those design patents have been out there for a long time. SO some ones discovering them does not make it news or mean there's a new product.

      True, but just the same, the "Stacks" patent application was in 2002 or 2003... such that rumor sites at the time guessed that Mac OS X 10.3 would include such functionality. Yet it did not, nor did it exist in 10.4, but it *is* included in 10.5. I think things like this (a few years before retail implementation) is what makes people play the guessing game with Apple patents.

      --
      For the last time, PIN Number and ATM Machine are redundancies!
    2. Re:The article is wild speculation by sootman · · Score: 3, Insightful

      This article is worthless and the Slashdot headline is misleading. "Apple Plans Nano-Based iPhone"? Hardly. From TFA: "Apple Inc. plans to launch a cheaper version of the iPhone in the fourth quarter that could be based on the ultra-slim iPod Nano music player, according to a JP Morgan report [from] Kevin Chang, a JP Morgan analyst " (emphasis added.) He "cited people in the supply channel... and an application with the U.S Patent and Trademark office for his report... Apple filed a patent application document dated July 5 that refers to a multifunctional handheld device with a circular touch pad control, similar to the Nano's scroll wheel."

      How many of these "Apple is buying parts/Apple filed an application" articles have there been? So many that it's a joke. (That page is several years old--it came out around the time of the first- or second-gen iPod.) Now that multitouch is "out there," Apple can start filing patents on all multitouch-related things without everyone wondering what they're up to.

      Everything else is OBVIOUS. OF COURSE Apple will make a better/faster/smaller/cheaper iPhone with more features at some point in the future. Next from JP Morgan: the sky is blue, water is wet. Film at 11.

      I stand by my prediction that there will NOT be ANY revs to the iPhone before Jan 2008; more likely late Spring or Summer. (Note that this doesn't count improvements to the current iPhone, like a software update that enables the camera to shoot video, for example.)

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    3. Re:The article is wild speculation by exultavit · · Score: 2, Funny

      Read the article. The features they describe are ones we read about here on slashdot (apple design patents). Ones for rotary gestures and such. This does not mean it's an iphone or a nano. I'll note that if you have watched the multi-touch demos from that guy whose famous for them (what's his name?) and who consults for apple, his MENUs are not bars but sectored circles and you call them up with a spiral gesture. Dialing a phone with a rotary gesture? What a ridiculous idea.
    4. Re:The article is wild speculation by gyrogeerloose · · Score: 1

      Damn, I wish I had mod points for that one...

      --
      This ain't rocket surgery.
  27. Really? by eebra82 · · Score: 4, Insightful

    "..could pose a much bigger threat to long-established phone makers such as Nokia, Motorola Inc, Samsung Electronics Co Ltd and Sony Ericsson.."

    Yes, it will steal some market share from the phone makers, but we should all assume that they aren't idiots. What they all have in common is great income and plenty of money to spend on development. Why would they just watch Apple steal everything from them? It's one thing to conquer the mp3 player market, but significantly harder to conquer the mobile phone market.

    I am one hundred percent certain that at least a couple of these companies will bring out very competitive products very soon, possibly this year. I also have no doubt that Apple will continue to develop great products, but I just don't see the same iPod era in the cell phone market like so many people think.

    1. Re:Really? by UnknowingFool · · Score: 1

      That's why I want Apple to enter this market. More choice and more competition is good for all consumers.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    2. Re:Really? by traveller604 · · Score: 2, Informative

      "I am one hundred percent certain that at least a couple of these companies will bring out very competitive products very soon, possibly this year."

      Well first of all Nokia had a concept called AEON years ago. [url=http://mobbit.info/media/3/NokiaAeon_1.jpg]He re's[/url] a pic. I'd say Apple pretty much just cloned it. Second of all (and this is the really, really important thing) Apple is the one that still has not introduced a competitive product to highend smartphones like the N95 for example.

  28. MORE, not less, bitches! by LibertineR · · Score: 0
    IMHO, it is too soon for Apple to be concentrating on the low end. All that will do is hurt sales of the current device in the interim. Those who want the current phone can do with a bit less of other crap to count up their iPhone pennies.

    As one waiting for the second generation, expecting better connectivity speeds without Wi-Fi, better compatibility with Exchange Push and Active Sync, Voice Dialing, and more, this news pisses me off. Let the cheap bastards by Razr's and LG Chocolate phones, dammit.

    Apple could discover that by creating an iPhone that does EVERYTHING, many people would be happy to leave the laptop in the bag and carry ONE device with them, and pay almost what you would pay for a decent laptop.

    Who would not pay $999 for an iPhone that did everything except scratch your balls(assuming they could fix that later in software)? Listen up, Apple bitches, I want a phone that works WELL with Exchange, works WELL on the Internet when there is no Starbucks for miles around, and I want a phone that I can dial without taking one or both hands off the wheel! Add THAT to your current 8G phone, and I can personally guarantee you 500 unit sales at a $999 TOMORROW!

    Goddammit.

    Leave the poor bastards to fuckin CRICKET, and give us something we can USE!

  29. Two pieces connected by a cord? by dpbsmith · · Score: 4, Insightful

    The distance between the human ear and the human mouth is pretty well fixed... how can they make a one-piece phone much smaller than the iPhone? I just don't see it. Maybe a miniature version of a candlestick phone, with two pieces connected by a cord. Or perhaps a tiny Shuffle-like mouthpiece and a separate, tiny bluetooth earpiece?

    And I'm not sure I see how they can make the thing more than incrementally cheaper.

    They can't make the screen smaller without turning the iPhone into something like an ordinary cell phone. And then you don't get any of the breakthrough advantages of the iPhone user interface. It would just be a Motorola ROKR with an Apple logo and, possibly, better iPod functionality.

    So far, Apple has been consistently good in avoiding the temptation to put the Apple brand on something that Apple fans like me would perceive to be a cheap piece of crap.

    The iPod Shuffle is a good case in point. Before it came out, everyone was speculating that it would have a tiny, i.e. unusable screen (like some of the competitive .mp3 players). Instead, in both the older and newer Shuffles, Apple came out with a slick piece of industrial design that looks and feels like a quality product in a new category, not a cheap-and-cheesy version of an existing product, or a slightly-tarted-up version of a score of competitors' products.

    I'm darned if I see how they can make a much smaller, cheaper iPhone without falling into that trap.

    1. Re:Two pieces connected by a cord? by FroBugg · · Score: 5, Informative

      You haven't seen bluetooth headsets? Mics no longer need to be anywhere near your mouth for decent pickups these days. The size of a cell phone these days has nothing to do the size of your face and everything to do with the size of the components, display, and interface.

    2. Re:Two pieces connected by a cord? by mgblst · · Score: 1

      It is simple really. Anyone who wants this new phone will have to have severe plastic surgery to improve their face. After the 2 months it take to get over the plastic surgery, your face and the Apple iPhone will fit perfectly. Apple Market Research have found that this will dissuade only a tiny percentage of the current Apple User base.

    3. Re:Two pieces connected by a cord? by abes · · Score: 1

      Yes, this rumor doesn't pass the smell test very well. Someone, unnamed, claims that somewhere in the supply chain Apple is going to build a nano iPhone. If this person exists, and isn't just bulshitting, he/she would have to work for the actual company putting together the final product. Anyone else wouldn't be privy to the information. Besides which, I'm not sure the timing of these things, but it seems like it would be a bit soon for the mass production to start. The second expert is an analysts. I won't say anymore on that.

      More importantly, even if they could make the display size smaller (which as parent pointed out, would make talking on it hard), I don't think it would be very usable. The iPhone's screen is already a bit small, so you can easily hold it. If you made it any smaller, you'd have no chance at a keyboard (it already takes up a huge amount of the screen). So no web browser, google maps, SMS, etc. So you'd have a really expensive phone that couldn't do anything that any cheap phones could do. Even play games (yes, the current iPhone doesn't have games, it can in theory support them, and it eventually will).

      Maybe this could specs for an iPod. Most people suspect that a widescreen iPod is supposed to come out. But again, if you're going to use a touch-screen that requires your touch, you really want a screen that's large enough.

    4. Re:Two pieces connected by a cord? by Anonymous Coward · · Score: 0

      They make headsets rather small now; and that is from over a year ago!

  30. Rumour fatigue by simong · · Score: 5, Insightful

    Can we please, please stop with this astroturf? Pundits don't know what's going to happen to the iPhone, you don't know what's going to happen to the iPhone, it's probably likely that Apple don't know what's going to happen to the iPhone beyond a couple of OS fixes. The two things that are interesting about the iPhone are the interface and the fact that it runs OS X. Period. It might get more interesting as it develops but at the moment it's a crippled phone on a crippled network that is probably going to prove to be the biggest tech disappointment of 2007. This time next week it will 'iPhone could add two inches to your manhood' or 'iPhone could enable owner to travel in time and space' at this rate.

    1. Re:Rumour fatigue by clonmult · · Score: 1

      Only one person truly knows what is going to happen with the iPhone.

      God.

      Or as some people like to call him, "Steve".

    2. Re:Rumour fatigue by Dolly_Llama · · Score: 1

      'iPhone could add two inches to your manhood'
      ...making the vibrate function that much more important.
      --

      Somewhere, something incredible is waiting to be known. -- Carl Sagan

    3. Re:Rumour fatigue by qualidafial · · Score: 1

      This time next week it will 'iPhone could add two inches to your manhood' or 'iPhone could enable owner to travel in time and space' at this rate. My brother got an iPhone, started playing around with it... ...then checked his watch to find that three days had gone by. Sounds like time travel to me!
  31. Re:It's not the price tag, or the carrier... by NDPTAL85 · · Score: 3, Insightful

    So when you say it never had a chance to live, you are referring to for yourself right? Because the "package" seems to have worked out just well for all the hundreds of thousands of iPhones Apple has sold so far with the first model...

    --
    Mac OS X and Windows XP working side by side to fight back the night.
  32. Overblown speculation by MalleusEBHC · · Score: 1

    After RTFA, it sounds to me like this guy has found info that suggests Apple will turn the iPod Nano into... an updated iPod Nano. So there is a new casing coming down the supply chain and a patent for a "multifunctional" device. To me that sounds like Apple is going to update the Nano to incorporate some of the gee-whiz iPhone UI features while leaving their high margin, incredibly popular iPhone unchallenged, but saying that doesn't get your name in the papers.

  33. Not quite by Tarlus · · Score: 1

    "This should bring Apple phone technology into the hands of more users..."

    Not very many. They're forgetting that people who are currently locked in with contracts with other providers won't just go and buy an iPhone right away. Couple that with people who don't live in AT&T's serviceable area and brand loyalty (I'm never leaving Sprint) and their sales will never truly explode like the iPod has. Only making a deal with AT&T will limit their market. So really, Apple should loosen up just a little bit in order to market it via Verizon, Sprint, etc. I could, quite frankly, care less if I had an iPhone with a Sprint logo on it.

    I like how they decided to make a new model iPhone after all the rabid fanboys have gone and spent like $600 to have it on launch day. :D

    --
    /* No Comment */
    1. Re:Not quite by Jerry+Rivers · · Score: 1

      "Couple that with people who don't live in AT&T's serviceable area"

      This would be a relatively small percentage of people since AT+T covers most of the US including almost all of Hawaii, Puerto Rico and Anchorage Alaska.

      http://www.wireless.att.com/coverageviewer?WT.svl= title

      "I could, quite frankly, care less if I had an iPhone with a Sprint logo on it."

      No, but Apple does. There are no logos other than Apple's on an iPhone. From what I understand, Apple initially approached the other providers about making a deal and was turned down by all except AT&T.

      --
      The pursuit of absolute tolerance leads to the most rigorous and ludicrous intolerance. - REX MURPHY
    2. Re:Not quite by tehcyder · · Score: 1

      I like how they decided to make a new model iPhone after all the rabid fanboys have gone and spent like $600 to have it on launch day. :D
      What they should have done was launched it at $2000, still got the same number of launch day fanboy sales, then dropped the price the next day to $100. Now, that would have been funny.
      --
      To have a right to do a thing is not at all the same as to be right in doing it
    3. Re:Not quite by AndersOSU · · Score: 1

      Your right, it would have been freaking hilarious. I'd buy a ticket, if someone could arrange something like this.

      The downside is that it would foster some pretty substantial ill will in those most likely to extol the virtues of your product. Not the best way to get "grassroots" support - which seems to be what is driving apple these days.

    4. Re:Not quite by Tarlus · · Score: 1

      "I could, quite frankly, care less if I had an iPhone with a Sprint logo on it." No, but Apple does. There are no logos other than Apple's on an iPhone. From what I understand, Apple initially approached the other providers about making a deal and was turned down by all except AT&T. Well, that's exactly my point. Their anal-retentiveness about it has lost me as a customer since I have no intention of changing providers. If they were to strike a deal with Sprint at the cost of having the Sprint logo somewhere on the phone, I would consider owning one at some point. The aesthetics really aren't that important to me.

      I mean, hell, my iPod has the HP Invent logo on the back but it makes no difference because it still works well as a music player.
      --
      /* No Comment */
  34. Isn't the iPhone already Nano-based? by theurge14 · · Score: 4, Insightful

    iPod Nano: 4GB and 8GB models
    iPhone: 4GB and 8GB models

    Both use flash memory for storage.

    From my perspective as a 80GB hard-drive based iPod owner, which iPod exactly is the iPhone based on if it isn't already the Nano?

  35. Another brilliant deduction, Holmes! by Quiet_Desperation · · Score: 1

    though this cheaper phone could have more limited functionality.

    Wow. Ya think?

  36. Re:Why isnt anyone comparing Openmoko to iPhone? by ashraya · · Score: 1

    Why not? Openmoko neo1973 has about the same features, atleast according to the web site. Touch sensitive screen that can be manipulated using the finger, Runs Linux, Not bound to any GSM Vendor, BT 2.0 etc., Can someone point me to an article that compares these?

  37. Why would Apple care about "cannibalizing?" by dpbsmith · · Score: 4, Insightful

    "Another analyst Gene Munster of Piper Jaffray said he expects Apple to bring out iPods that resemble iPhone, which features such as a touch-sensitive screen, later this year. Such products would help stop iPhone eating into iPod sales. 'We believe the iPhone reveals much of what the iPod will soon be,' Munster said in a note to clients, 'iPods with some of the touchscreen features of the iPhone should lessen the impact of cannibalization.'"

    Hold on a minute. In the first place, why would Apple we worried about a $500 or $600 iPhone "eating into iPod sales?"

    That sounds like the sort of poisonous big-corporation bozo thinking. People that care more about their division than about either a) the customer, or b) the company as a whole. Like old-time GM, where Buick, Oldsmobile, and Pontiac worried more about each other than about, say, high-quality foreign cars. It's the sort of thinking that leads to artificially holding back new products in order to "milk the cash cow" and extract the last dollar from the older product. To rationalized product lines with exactly seven price points.

    That's not the way every company works (remember Digital introducing the MicroVAX II, knowing perfectly well that it wasn't going to "cannibalize" higher-end VAX sales, it was going to vaporize them?) And there's good evidence that it's not the way Apple works. A case in point would be the replacement of the iPod Mini, which was a popular, successful, and well-liked product, with the Nano. There's no evidence at all that Apple was worried about the Nano "cannibalizing" sales of the Mini!

  38. Deepening the divide by mi · · Score: 1

    The divide between the haves and have-nots will only become deeper, when this new iPhone is released. A struggling coffee-shop owner will not be able to afford the $600 gadget, and so will have to settle for the limited functionality of the cheaper one.

    All the while, the leaching MAFIAA shills prosper suing the single (grand-)mothers for copyright infringment, which is not even theft.

    Or something...

    --
    In Soviet Washington the swamp drains you.
  39. nano based? by Trillan · · Score: 1

    iPod: HD based, $249 for 30 GB.
    iPod Nano: Flash based, $249 for 8 GB.
    iPhone: Flash based, $499 for 4 GB, or $599 for 8 GB.

  40. iPhone Shuffle by Tim12s · · Score: 0, Redundant

    Finally, I'll be able to blame those 4am morning phonecalls (when i'm pissed drunk) on my iPhone Shuffle.

  41. This might make some people angry... by that+IT+girl · · Score: 1

    ...I'm thinking that a lot of people who bought the iPhone as soon as it came out might be angry if a cheaper version of it comes out that still does a lot of the same things.

    --
    10 FILL MUG WITH COFFEE
    20 DRINK COFFEE
    30 GOTO 10
  42. obvious new name by Anonymous Coward · · Score: 0

    ipHalf

  43. it's a phone by tomstdenis · · Score: 0

    Why people must have the most doo-dahs and whiz-bang features on a phone is beyond me. It makes and receives calls, super. Honestly, when I shop for a new cell it's always the cheapest quad-band I can find. Spent $70 on my last phone ...

    Tom

    --
    Someday, I'll have a real sig.
    1. Re:it's a phone by dubbleenerd · · Score: 1

      "Why people must have the most doo-dahs and whiz-bang features on a phone is beyond me. It makes and receives calls, super. Honestly, when I shop for a new cell it's always the cheapest quad-band I can find. Spent $70 on my last phone ..." so that people don't have to make extra room in their pockets for other gadgets that primarily provide the doo-dahs and whiz-bang features. plus a single adapter to carry while traveling.

    2. Re:it's a phone by tomstdenis · · Score: 1

      I question the need for the other whizbangs and doo-dahs though. Other than an ipod, what else do you really need when you travel? And is it really that hard to pack? When I was flying around regularly I would have my GBA/DS, ipod and cell phone in my carryon. oh noes, three adapters, three items... I wouldn't carry them with me everywhere though. Why the fuck would I bring a gameboy to a meeting? etc...

      When I used to take the bus/subway to work [which took 2.5 hours] I used to have either my ipod/cell on me or my ds/cell. Again, threw it in my backpack. Oooh weee.

      The thing that gets me more than the outrageous cost, or single telco supplier is that it's something you are likely to lose. It's not uncommon for folk to lose their cell phone. Losing a $70 one sucks, losing a $600 one really sucks.

      Tom

      --
      Someday, I'll have a real sig.
    3. Re:it's a phone by dubbleenerd · · Score: 1

      if you don't need anything other than a cellphone, obviously you're not a potential customer for this market. I'm more likely to forget something behind if I'm carrying three things (with three adapters), rather than one (because I'll also be more dependent on the one device to leave it behind). Also, a cellphone that can take pictures and play some music is handy, so I'm not carrying my point-and-shoot camera and ipod all the time. Possibly, I won't even need to buy the other two devices. Convergence can help a lot of people. If it checks email too, why not? This way I can refrain from switching devices from a backpack every few minutes, say while I'm on the bus. The fat lady next to me would like that. Fewer adapters imply fewer devices to worry about charging, and a greener planet from less transformers in landfills.

    4. Re:it's a phone by tomstdenis · · Score: 1

      I dunno about you but when I'm flying checking my email is the last thing on my mind. I just wanna sit back and relax. I can check my email when I get to the hotel/office.

      I think if people stop wrapping themselves up in this imaginary sense of self importance, they'd be able to relax and enjoy life better.

      Tom

      --
      Someday, I'll have a real sig.
    5. Re:it's a phone by dubbleenerd · · Score: 1

      no, I get what you mean. that's why I don't own an iphone or a smartphone, but I can certainly see the utility for one, for a lot of people. I can check email on my phone though, which is handy 'if' I had to use it. The same holds for the 2MP camera on my phone too. It's not a great camera, but it works like it's supposed to, and I have access to one all the time - for the times when I do have to snap a picture, but am just carrying my cellphone (which is all the time), but not my good camera (which is reserved for vacations and trips). Even the iphone in the US is a pretty basic phone if you looked around the world. In Japan, I can swipe a cellphone across a bluetooth scanner to pay for my bullet train ticket. In Australia, I can use a cellphone to withdraw money from an ATM. In India, I can text-message from a cellphone to pay my utility bills. If you're saying technology moving in this fashion is uncalled for, you're just change-resistant.

    6. Re:it's a phone by tomstdenis · · Score: 1

      I'm not change resistant, I'm "incrementally slow improvement" resistant. I'm tired of paying over and over for very small increments in technology. You gave good examples of how bluetooth is used to make payments and speed up otherwise slow and boring processes. Smart cards in Europe also help reduce fraud risk by not relying on magstrips, etc...

      Here in North America they give us a small incremental improvement and it's a "revolutionary innovative breakthrough the likes of which we'll never witness again in our lifetimes."

      Which is why I just say fuck it and go with the lowest common denominator.

      Tom

      --
      Someday, I'll have a real sig.
  44. Re:If they really wanted people to buy the iPhone by repetty · · Score: 1

    Actually, they went with AT&T... err, Cingular... err, AT&T....

    --Richard

  45. Maybe I'm alone on this.... by HerculesMO · · Score: 1

    But I thought that the iPhone as it is now, is too "nano" for my storage needs.

    I was waiting for Generation 2.

    --
    The price is always right if someone else is paying.
  46. Smaller touchscreen? I doubt it. by GrnArmadillo · · Score: 1

    I don't see how you could make a smaller touchscreen phone without a stylus, and even if you could, what would be the point? You wouldn't be able to read email or surf the web on an iPhone Nano, even with intelligent zoom-in, so that kills nearly half of the perks of the regular iPhone right off.

    It has been interesting to watch the other shoe drop on the iPhone. At first I figured the catch would be that the cost of service would be insane. Then it came out that the pricing was very competitive (catch: it's on the cheaper EDGE network). Thing is, I was looking for the way normal cell phone service providers screw people (namely by overcharging for services). ATT's bargaining position as the last place carrier was weak enough that we may be seeing the dawn of a whole new paradigm of affordable service and expensive hardware. The cost of the replacement service, plus the loaner iPhone that you'll need if your cell number is your only phone, is about 20% of the cost of the device. What I find surprising is that analysts were shocked by this. A regular service provider would rather sell a cheap replacement battery to avoid having to subsidize a replacement phone. A hardware provider would rather sell you a new $500 2nd generation iPhone than a $40 battery.

    The big question now is who wins the battles over the missing features. For example, ATT wants to charge current insane rates for more ringtones, while Apple wants to include the best possible featureset to make the initial sale (which, I would imagine, is where most of their profit in this endeavor comes from) more attractive. If Apple can pull out some big wins (e.g. end the practice of charging $2 for the ability to use a 30 second clip of music you already own as a ringtone), and can continue to deliver a device that's worth the cost, this could be a good thing for customers. (One hopes that the 2nd generation iPhone comes with support for faster networks and integrated GPS amongst other things, which would make it worth the upgrade for current iPhone owners.) Or we could be looking at an excuse for other service providers to decrease their subsidies of phones (still cheaper out of pocket expenses than an iPhone!), which would be bad for all of us.

  47. RUMOURS by Pliep · · Score: 4, Insightful

    So, this guy, like in Taiwan, like, told me something like, that some company is making metal cases for Apple and stuff, and this is going to be like, some nano-based iPhone. You know, like it's TRUE!

    STOP POSTING RUBBISH RUMOURS!

    Oh and by the way, if the iPhone is successful, YES there will be follow-up and other models. Look at the iPod. What's new here?

  48. here, here! by Bill,+Shooter+of+Bul · · Score: 1

    It was funny the first time I made it when the iphone was still just a rumor. But you're right, its so lame now. I'd much rather here a thousand " In soviet Russia phone, I's You" jokes than another iphone shuffle joke. Its dead, like all of the people in korea that still use email. Give it a rest slashdot, beating it to death won't make this one any funnier.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  49. iPhone Shuffle - why not? by dazedNconfuzed · · Score: 1

    I just hope they don't make a phone based on the iPod Shuffle.

    Jokes about calling random numbers aside, I've long wanted such a gizmo. Just give me a phone with voice dialing and audio prompts - no screen - and I'd be happy. It would be totally tiny, have minimal buttons for volume/mute/start/end, a built-in USB plug (per classic Shuffle) for no-cables charging and visual access from any computer. Include the iPod Shuffle guts as the MP3 player.

    I use the classic Shuffle all the time for select music (there's only about a half-dozen CDs I want to listen to at any time), info transfer (usually have about a half-gig of data on it), and other than headphones no cables are needed (built-in USB plug). Considering how tiny the actual phone part of a cell phone is (minus battery, screen, mic, speaker, and extra gee-whiz gludge), and how the Shuffle was further miniaturized, surely a very usable audio-only phone could be built into the classic Shuffle design.

    Maybe the market wouldn't be huge, but there is a market.

    --
    Can we get a "-1 Wrong" moderation option?
    1. Re:iPhone Shuffle - why not? by sribe · · Score: 1

      ...surely a very usable audio-only phone could be built into the classic Shuffle design.

      Uhhhmmm, no! Cell phones require power for signal transmission, which requires a good-sized battery.

    2. Re:iPhone Shuffle - why not? by Anonymous Coward · · Score: 0

      So, you're saying that you've never received a text message? Wow. Even if you don't like conversing that way, they're an excellent means of sending people stuff like addresses which are a pain to dictate and are useful to have stored. Text-to-voice might help but it's a rather annoying and slow way to access data.

  50. Astonishing News! by LKM · · Score: 2, Insightful

    Apple will release a better, smaller version of a current product at some unspecified later date. In other news, tomorrow's sun will be a bright ball of fire, and the cars of the future will have four wheels.

    1. Re:Astonishing News! by Jerry+Rivers · · Score: 1

      Why the sarcasm? And where does TFA say anything about "better"?

      Apple did exactly this with the original iPod. They released two smaller, substantially less expensive versions of it. What makes you think they won't follow the same business plan with the iPhone?

      --
      The pursuit of absolute tolerance leads to the most rigorous and ludicrous intolerance. - REX MURPHY
  51. Re:If they really wanted people to buy the iPhone by Anonymous Coward · · Score: 0

    They wouldn't have gone with Cingular... err, the new AT&T.

    What a moronic comment. From my own experience I know that AT&T has great coverage in some places and sucky coverage in others. Same goes for Sprint and T-Mobile. I have no experience with the other carriers, but I doubt they are any different.

  52. Saving Money by Nom+du+Keyboard · · Score: 1

    They could save money by eliminating the screen.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
    1. Re:Saving Money by saddino · · Score: 1

      That would be the iPhone Shuffle, which randomly calls someone in your address book when you press Call.

  53. Re:If they really wanted people to buy the iPhone by Daedone · · Score: 1

    then from your own experience the NSA also knows how good your coverage is

  54. Dude. by LKM · · Score: 1

    Did you read what I wrote? I did not say that Apple would not do this. In fact, Apple does this with every damn product they make. Apple Plans Cheaper Nano-Based (by which I assume they mean "smaller," because everything else makes no sense at all) iPhone? No shit? We knew that the day Apple announced the iPhone. It's not news.

    1. Re:Dude. by Jerry+Rivers · · Score: 1

      Yes I read it, but I misunderstood it because it appeared at first reading to be sarcasm.

      Apologies.

      --
      The pursuit of absolute tolerance leads to the most rigorous and ludicrous intolerance. - REX MURPHY
  55. 'More limited functionality'..? by skinfitz · · Score: 1

    ...though this cheaper phone could have more limited functionality. What - like you can't make phone calls? iPhone is extremely limited as it is.
  56. Re:It's not the price tag, or the carrier... by tehcyder · · Score: 1

    yes it is :-)

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  57. So, how big are they??? by Anonymous Coward · · Score: 0

    There were two reasons I spent almost $200.00 and signed up for a two year contract on my Razr. First was that my LG phone was a piece of crap. Half the people I called couldn't hear me very well, and the display was always getting fuX0red requiring a reboot (who would have thought twenty years ago you would need to reboot a phone?). I sent it back under warrantee and it was replaced by one with even more problems. Disgusted, I swore never again to buy an LG anything, and decided I wanted an American phone, especially Motorola. We had Motorola radios in the USAF in the early '70s and they were sturdy to the point of near indestructability (yes, I realise military grade electronics are sturdier than consumer electronics) and I never saw one malfunction.

    Secondly it would easily fit in my pants pocket. However, when I get on the "internet" with it it's the "phone internet"; I haven't been able to find Google on it. Also the screen is pretty damned small for surfing, and the phone keys don't lend themselves to typing. My daughter has a T-Mobile phone that has a big screen and keyboard, but the thing's as big as a brick (and she broke the screen carrying it in her purse).

    I looked into the iPhone, but couldn't find its dimentions. Just how big/small is it? Will it fit in my pants pocket, or will I need to get a girlfriend (yeah right) to keep it in her purse for me? Will it be able to surf all the places I can go on my PC?

    And if it's too big, how small is the iPod nano? TFA doesn't say. Will it be able to go anywhere on the net my PC can?

    Thanks in advance

    -mcgrew

    1. Re:So, how big are they??? by Anonymous Coward · · Score: 0

      I had the opposite problem. Ages ago, I had a high end StarTAC, an upgrade from my Nokia phone. After multiple repairs, the StarTAC still had static worse than an analog phone (it was all CDMA).

      It went into the garbage, I bought a newer Nokia phone. I still am quite leery of buying Motorola anything, because if their QC was so poor on their highest end phone, then it was an endemic problem throughout.

  58. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 0, Troll

    Being anti-apple isn't being a troll. I consider it to be a sign of intelligence.
    Posting anti-apple isn't flamebaiting. It's warning others of the problems of all things apple.
    Modding an anti-apple statement down is being a troll. More than likely, it's an Apple employee doing it.

    If we could see the asshats who are modding, and respond to them, we'd know who the apple employees were.

    --
    Who is general failure, and why is he reading my hard drive?
  59. Here is what it looks like by Skeezix · · Score: 1

    Check out this sneak peak of the iPhone Nano.

  60. In the UK, Vodafone.... by Budenny · · Score: 5, Insightful

    The Guardian reported that in the UK, Vodafone had baulked at a couple of the demands. These were that a percentage of the revenues generated by the user should come back to Apple, and that there should be restrictions on what content could be accessed.

    "Apple is understood to be demanding that its European mobile phone partners hand over a significant proportion of revenues generated by the iPhone and restrict the content that users can access."

    So, the really interesting point about the device now becomes apparent. The business model has been so far, that you took service from whoever you wanted, using whatever phone you wanted, and you accessed whatever content you wanted. We are now seeing an attempt to get to a totally different model. To use a phone, you are obliged to sign up to a music download store, whether you are interested in music, or music from that store, or not. Then you are obliged to sign up to one and only one network. Finally, you can't access the content you want unless the phone supplier approves of it. And for all of this, you pay not only for the usage of the network, but you also end up paying a fee to the phone maker for the privilege of undergoing all these restrictions.

    Now, people will write back and say, you don't have to buy it. No. And that is not the point at all. The point is not primarily about Apple or the iPhone. The point we should be paying attention to is, what happens and how will it feel, if this becomes the standard business model in the mobile internet and service arena?

    I suggest not at all. As little, in fact, as if we were to be controlled in our use of our PCs by Microsoft. Buy only the hardware brands that Redmond tells you are permitted. Access only the sites that Redmond approves of. Load only the software that Redmond permits. Or Cupertino.

    We must devoutly hope that this model turns into a huge business flop, not because we like or hate Apple, but because the model in itself is inimical to intellectual freedom. The present one, use what you like to do what you like, is infinitely preferable from the point of view of freedom of information and expression. Just as the present CD/DVD model is infinitely preferable to the iTunes model: buy what you want, by whatever browser or at whatever walkin store you want, pay by whatever credit card you want, take it home and play it on the player of your choice, made by whoever you choose to buy players from. This too will turn out to be about intellectual freedom, when it comes to buying ebooks and enews.

    It is related to Apple and its values and strategy, in the sense that this has always been what Apple was about. But the important thing is not to be critical of Apple in itself. It is the model that is wrong. Of course, the company is very wrong too. But long as it stays below 5% of everything, who cares? Its when its model starts to dominate that we should become disturbed and enraged, or when it tries to extend its controlled and restrictive model to areas of intellectual life that are presently free.

    Then we need to educate, and to resist.

    1. Re:In the UK, Vodafone.... by nyctopterus · · Score: 1

      No kidding. I was happy with Apple back in the risc (especially G3-G4) days, when it was an esoteric platform that nobody used or even knew anything about. I'd recommend getting a mac to anybody that would listen. Now I'm getting nervous, Apple seems willing and able to flex their corporate muscles to dominate markets, and it would be a far worse monopoly than Microsoft. I'm shifting to using F/OSS wherever I can (oh lordy, please make the GIMP usable), and am vaguely planning to move to Linux in the next couple of years.

    2. Re:In the UK, Vodafone.... by illumin8 · · Score: 1

      The present one, use what you like to do what you like, is infinitely preferable from the point of view of freedom of information and expression.
      To put this quote in context, we're talking about Apple's preferred model of selling the iPhone against the "present model" of the wireless industry.

      I think you're deeply mistaken about the present model. The present model is that a wireless company locks you into a contract by offering a subsidized phone in return for you signing a 2 year contract. During this 2 years, the wireless company completely locks down your phone, to the point where you can only access the "mobile web", which in reality is just a web store hawking their partner's wares, heavily advertised and highly overpriced. They charge $2.99 for ringtones, and block access to all sites that might let you download ringtones for free. They want to charge $2.99 for music downloads too, and actively block any competitive means to download music, including even actively blocking built in Bluetooth OBEX file transfer capability and USB sync capability. In other words, you can't even get your own media on the device from your own computer.

      Apple is changing this model by stipulating that the wireless vendor can't block content. The whole internet is available. In addition, they let you sync content from your PC, without even caring about where you got that content. The fact that Apple is finally standing up to the wireless companies that have been seriously exploiting their customers for so long is a GOOD THING.

      I will give you that at this time, Apple hasn't given us a way to get ringtones onto the iPhone yet. I'm sure this will be added, and we will have to wait and see how it is done. My best guess: Apple will sell ringtones on the iTunes store for 99 cents (much better than the phone company), but will also let you add your own if you sync them from iTunes.

      Is Apple evil? Well, if you consider wanting to make money by offering a superior product evil, then yes, they fall into that definition (for some here on Slashdot, just being a for-profit company is evil). I consider them a beneficial force in the market. They innovate where others merely copy. The succeed where others fail because they take bold and daring risks, introducing products that we didn't even know we needed until we saw how much better they made our lives (Mac, iPod, iPhone, etc.)

      All of this Apple bashing needs to stop.
      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
    3. Re:In the UK, Vodafone.... by Budenny · · Score: 1

      No, its not mistaken, they are negotiating with Vodafone in the UK, the Guardian is a UK paper, and the situation in the UK is as described. Yes, it is different in the US, but that is not what was being described or commented on.

    4. Re:In the UK, Vodafone.... by revengebomber · · Score: 1

      To use a phone, you are obliged to sign up to a music download store, whether you are interested in music, or music from that store, or not. Then you are obliged to sign up to one and only one network. Finally, you can't access the content you want unless the phone supplier approves of it. And for all of this, you pay not only for the usage of the network, but you also end up paying a fee to the phone maker for the privilege of undergoing all these restrictions. Business as usual in the US.
      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    5. Re:In the UK, Vodafone.... by Ilgaz · · Score: 1

      I just installed Gimp2 to my quad G5 running OS X via Fink ( http://www.finkproject.org/ )

      The power of OS X is to be able to run open source stuff directly just like any FreeBSD additionally via Mach kernel.

      What made me amazed recently is figuring the fact that X11 on Apple is also colorsync corrected thanks to my recent "Pantone Huey" colour corrector. So if you run X11 on OS X, you also get colour correction too. That could be a nice example of "mix of both worlds" on OS X.

      I mean OS X also provides free competition for Open Source people. E.g. someone could code a better than photoshop gimp today and ship it as a native OS X Application or something using X11. They could crush Adobe on download numbers. There is nothing stopping them. When you install "Xcode", theoretically your can start your own X11 application from strach and you can ship for all free/open source operating systems.

      There were no guy claiming "3rd party Application may crash Internet" compared to iPhone Java/SDK case :)

      The "iPhone" and Quicktime departments of them are different of course. I am glad that kind of people aren't running OS X/PC department.

      About move to Linux? I decided to experiment a bit sparing my hours. I tried the famous "Ubuntu" , 9 fans full speed and their page says "PPC is not shipped by Apple so it is dead, we aren't supporting it" (yea right!), another famous (and super geek) distro, 9 fans full speed remembered and I went to their powerpc channel not to waste my and their 4 gb of bandwidth, I was happily ignored etc. Is there anything to do with Apple Inc. on these kinds of "no support" or "ignore" situations? No.

      I better wait until Apple drops PPC support from OS X.

  61. Re:It's not the price tag, or the carrier... by BlackSnake112 · · Score: 1

    6 months of hype and commercials before the product is released had a bit to do with that.

  62. Re:Nano Based? Yes! (maybe) by Jeremy_Bee · · Score: 1

    There could also be a "nano-based" phone though.

    At the time when the iPhone was just a scary story, Apple was granted several patents that hinted at a cell-phone in development. This was later vindicated when the iPhone was announced, but most people failed to notice that the revealed patents had no relation to the eventual iPhone released.

    In particular, the key patent was for a new extruded casing technology like that used to create nanos, but made from cubic-zirconium crystal for greater radio transparency. Viewed together, the various patents that were noted just previous to the iPhone release, seemed to indicate a mass-produced, extremely cheap (possibly even "throwaway"), cell-phone with the same chicklet form factor as the iPod nano.

    It's possible that Apple will still release this product as a mass-produced, dirt-cheap unlocked phone simply to flood the low end of the market. together with the iPhone this could easily lead to Apple taking the lion's share of the *total* cellphone market by the end of 2009.

    I am really hoping for this myself simply because my personal preference design-wise is for transparent casings on computer products (it's just more honest). I had several transparent Palms, Pocket PC's, etc. and all my cellphones have had transparent cases. The only way this is ever likely to happen with an Apple product is if they adopt these "crystal" cases for iPhone nano.

  63. misinformed by bastardblaster · · Score: 1

    "Analysts forecast" does not equal "Apple plans". What a stupid title. Zonk, stop posting.

  64. Re:If they really wanted people to buy the iPhone by Altus · · Score: 1


    In my experience, verizon has better coverage in more places than any of those carriers and I always liked the fact that I could bring my phone in to a shop and get it fixed pretty easily. That said, verizon only sells phones which are very tightly locked down and wont provide a feature unless they can force you to pay through the nose for them. They never would have accepted apples terms on the iPhone, it has too many features that can be used without verizon making money.

    --

    "In America, first you get the sugar, then you get the power, then you get the women..." -H. Simpson

  65. Patents are ideas, not plans by Anonymous Coward · · Score: 0

    I love how the article takes the patent for the click-wheel iPhone and uses that as a jumping off point for their speculation on an iPhone-Nano.

    1) Patents are IDEAS not PLANS. You patent things so other people can't do them. Even if you don't want to. You file patents to block all possible competitors to your products. Even if the patent covers something not as good as what you have. No competition in the marketplace is better than inferior competition.

    2) It is widely known that the click-wheel idea was tested and explored BEFORE the current iPhone interface was decided upon. So, the patent doesn't represent a PLANNED product but instead a discarded idea. It is an attempt to recoop some of the R&D costs of the failed idea.

    3) And the other part of the article is blindingly obvious. Technology will get smaller and cheaper. Or at least for the last 30-50 years it has.

  66. Cheaper iPhone? by Blackman-Turkey · · Score: 1

    Steve, that's not necessary. Cheaper versions of iPhone will come from China pretty soon.

    (Comment signed by a proud owner of an $50 iPod Nano clone)

  67. Irresponsible title by jpellino · · Score: 1

    "Apple Plans" you say?
    More like "some analyst with no more trial balloons left on the the iPhone plans to gin up interest in their analysis"
    I think there are evil dogs in the forest causing random failures on my hard drive. When is that going to be front page news? Cuz it'[s about as connected to fact as this post.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  68. iThought the iPhone was already based on the Nano by Junior+J.+Junior+III · · Score: 1

    It's got 4GB or 8GB of Flash memory, much like the Nano. It's not hard drive based like a full-blown iPod. It's like the Nano's memory + full iPod screen + multitouch + wifi + phone.

    I'd actually buy an iPhone if it came down to $200-300, and wasn't locked into AT&T.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  69. Re:Smaller touchscreen? I doubt it. by Anonymous Coward · · Score: 0

    No, decreasing subsidies of phones is GOOD for all of us. The pricing in the USA is absolutely idiotic when based around contracts. Just sell the units as units, make the phones commodity (that's the beauty of GSM) and let the service providers just sell service.

  70. 300 but still no GPS? by Anonymous Coward · · Score: 0

    "This phone would be priced below $300 making it more affordable"

    Starting to worry about OpenMoko competition already?

    -- nevermind "does it run linux", how about "does it run your applications?"

  71. Here it is. iPhone Shuffle... by douglips · · Score: 3, Funny
  72. I'm confused by residents_parking · · Score: 1

    Lessee - the iPhone is a bit more than a phone, and the iPhonano is a bit less than an iPhone. What does that make it? Is it still a phone? It's still too expensive; my K750i has cost me £60 over 12 months, I've never run out of minutes or texts, and it's all mine. WTF do I want with a little white plasticy fashion accessory? I'm not Derek Zoolander.

    1. Re:I'm confused by DanJ_UK · · Score: 1

      It's a new look, man...

      --
      - Dan
  73. Nano based phone design photo published! by monopole · · Score: 1
  74. Nanotechnology... by feranick · · Score: 1

    This opens up a totally new meaning to nanotechnology. Considering all the hype around the iphone, next time I will hear someone talking about some nanotech breakthrough (new type of nano-sized materials), I will immediately think of it as something that originated in the Apple Nano. As for us, materials scientists, we just have to acknowledge that Apple was truly revolutionary in nanotechnology. Without the iPod Nano, it seems there would have been no nano-technology. Sigh.

  75. Oblig. by TranscendentalAnarch · · Score: 5, Funny

    That's what she said.

    1. Re:Oblig. by Anonymous Coward · · Score: 0

      Michael Scott?

  76. A phone could be smaller than an iPod Shuffle by ChrisA90278 · · Score: 1

    I hope they do make a phone smaller than the iPod Shuffle. In fact they could build the entire device into the erabud headphones and do away with the wires. You don't need a scree or keyboard to control a phone. Not if voice control is perfected. Some day the phone could disappear.

  77. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 1

    uh oh - apple employees at it again...

    I need to start going over the the apple forums and start modding all the pro apple stuff troll....

    --
    Who is general failure, and why is he reading my hard drive?
  78. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 0, Troll

    Awwww what's the matter?

    Am I picking on poor wittle Apple too much?

    Shut the fuck up, crawl back under the rock, and wait 3 million years in the hope that your descendants will climb the evolutionary ladder before they crawl back out....

    --
    Who is general failure, and why is he reading my hard drive?
  79. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 1

    Give it another week or two for the units to start failing, being taken over, hacked, or the screens to be scarred.

    Then we'll see.

    Right now it's Apple fan-ass'ism that's driving it.

    --
    Who is general failure, and why is he reading my hard drive?
  80. There are few things that are as much fun as ... by GuyverDH · · Score: 1, Informative

    There are few things that are as much fun as baiting Apple fan-asses.

    Mock Apple, it's products and they crawl out of the cess-pools to mod you troll, flame-bait, whatever.

    Whatever, I really don't care. It's fun, and I'll continue to do it.

    Karma to nuke.....

    --
    Who is general failure, and why is he reading my hard drive?
  81. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 1

    Awww - I can do this all year?

    How about you?

    Keep going Mr. Apple Employee....

    --
    Who is general failure, and why is he reading my hard drive?
  82. Re:There are few things that are as much fun as .. by GuyverDH · · Score: 1

    As I said, this is fun...

    Is that all you've got?

    Come on - actually respond, don't just hide behind the mod button...

    Come out of hiding, and let the world see who you are...

    Is that you SJ?

    --
    Who is general failure, and why is he reading my hard drive?
  83. Re:If they really wanted people to buy the iPhone by Anonymous Coward · · Score: 0

    So? Why do I care?

  84. Re:It's not the price tag, or the carrier... by Anonymous Coward · · Score: 0

    Keep posting you fucktarded comments. Eventually your whole account will be modded into oblivion while I can do this all year without any problem. Eventtually your karma will be so low your starting score will be -1 fucktard then you will have no choice but to slit your fucking wrists fucktard. So why not do us all a favor and end it all by finding a really sharp razor, running a hot bath, and slitting your fucking wrists fucktard.

  85. Forget the Web-browsing & email... by Anonymous Coward · · Score: 0

    ...and just make a nice camera-phone-mp3 player, without additional data fees, and I, for one, will buy one.

    I was playing with the iphone yesterday, and the display is just too small to make it really usable as a web-browser. A nice gimmick, sure, but I don't think I would actually use it.

    It's the back-end cost that I don't like about the iphone...let me keep my current Cingular account(29.99 +taxes & fees), and give me a nice shiny, full display iphone/pod/camera... I would buy one for $200-300.

  86. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 1

    Of course you can retard, you're doing it anonymously....

    See - there's a difference. I don't mind sharing my opinion, but I let people know who I am.

    You on the otherhand, continue to hide behind your momma's skirts (or maybe you're just wearing them)....

    --
    Who is general failure, and why is he reading my hard drive?
  87. Re:It's not the price tag, or the carrier... by jwilcox154 · · Score: 1

    I actually own an iPod mini and use iTunes. It isn't too bad. As for being tied into iTune, that statement is false. Rockbox, an Open-Source firmware replacement for the apple iPod. With the update you can copy your music using it as you would any normal USB drive.
    http://www.rockbox.org/

    The Macintosh doesn't require for you to use their Operating System, and it is their OS so they have every right to run it on their own system. I don't see anything wrong with a Macintosh, it isn't my cup of tea. It is like Coke vs Pepsi vs RC. I may prefer Coke(Windows) while someone else may like Linux(RC) or Mac-OS (Pepsi). It is a matter of taste or functionality.

    I don't know much about the iPhone but I highly doubt Cingular/AT&T is the worst, if you have tried Sprint PCS then you may backtrack on that statement. With Sprint I can barely go within a building without dropped calls. Heck I could have full signal strength and have a dropped call because the signal strength drops down to zero.

  88. Yup! by sootman · · Score: 1
    (Assuming this is real.) http://www.tuaw.com/photos/jpmorgan-apple-retracti on/306175/

    One of our colleagues in Asia, Kevin Chang, published a note discussing his expectations for a low-end, "Nano" version of the iPhone. We caution that the potential for a low-end, subsidized phone from Apple seems unlikely in the near term.
    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  89. JP Morgan Retracts - no nano iPhone by Bloody+Pulp · · Score: 2, Informative
  90. No can opener! by Anonymous Coward · · Score: 0

    The real elephant in the room is the fact that I just spent $600 on my friggin' iPhone and it can't do some crucial functions that even $50 handsets can.

    Heck, it doesn't even have a can opener, and any $20 multi-tool has one of those. WTF?

  91. Just Push Play by pseudosero · · Score: 1

    ...and see who you end up talking to. iPhone Shuffle.

    --
    sometimes, nothing.
  92. Re:Buy now...Unless by Ilgaz · · Score: 1

    Bi-Directional Synching, .pdf, .xls, & .doc reading and browsing is needed and you don't have to lug the Mac Book around all the time anymore.

    Then the iPhone "pays" for itself.

    I've had mine for just over a week, and I don't regret the money to get these features in a phone I can read in the bright sunlight. Any Symbian phone can read/EDIT/WRITE .doc and .xls files. In fact, my Nokia 9300 does openoffice stuff via freeware (for series 80) "Mobile Office" http://my-symbian.com/s80/software/applications.ph p?fldAuto=863&faq=20 . PDF support is there with Acrobat from Adobe too.

    iSync does syncing of course.

    I couldn't resist when I saw expression "it pays for itself". No, it is a very expensive phone/pim/photo features enabled iPod and nothing else. As there is no 3rd party SDK, nobody will be able to sit and write a real C application too. As the owners/fans of phone/iPod apologises for Apple instead of demanding those features on a $600 device, there could be NO SDK at all.

    I am not forgetting to say how IDIOT Nokia was not to code a freaking "PC Suite for OS X" for over the years of course. Windows people were drag/drop installing their applications to Symbian stuff for years while OS X people (like myself) were stuck with bluetooth support.

    While hitting both sides, a laptop replacement is a Symbian or even WinCE device, not iPhone. Especially for companies/government.

  93. get a W880i by nanosquid · · Score: 1

    If you want a Nano-style phone--slim, metal case, good music player--get a Sony W880i. Bonus: it runs Java apps and it supports 3G.

  94. In the US, it means *more* choice. by argent · · Score: 1

    Right now, in the US, when you buy a phone, you get the options dictated by the service. We have no phone transportability. Wy have mystery-meat restrictions (Sprint will cancel you if you call support "too often").

    Having the options dictated by the phone manufacturer will at least give us the choice of picking a phone from a company that's forced the options we want through the carrier. That's not as good a deal as I hear you get over the pond, but it's better than we have now.

  95. Nothing for you to see is right by DECS · · Score: 1

    Chang's analysis was absurd. There will be no iPhone Nano for years if ever.

    Kevin Chang, iSuppli and The iPhone Nano Myth
    Reuters broadly reported JP Morgan's Kevin Chang forecasting the imminent arrival of a smaller cheaper, version of the iPhone dubbed the 'iPhone Nano.' The problem: not only is there is nothing backing up the iPhone Nano prediction, but it makes no sense at all. Even JP Morgan has distanced itself from the initial report.

  96. Especially if... by binary+paladin · · Score: 1

    They smelled like hot cakes!

    1. Re:Especially if... by Anonymous Coward · · Score: 0

      nah. then the dog would eat it

  97. Subscriptions? by Anonymous Coward · · Score: 0

    What difference does $200 make on a phone when they still force you to cough up $100 a month for the subscription?

  98. Blah blah by bryan1945 · · Score: 1

    I know that I'm the heretic here, but...

    I don't need all this fancy shit. I won't get an iPhone because I don't need all this fancy shit. For a phone, I just want a phone, though a pic phone might be ok just so I can get a pic of various weird shit I see once in a while.

    I don't want SMS, I don't want IM. I want to be left alone unless you -really- need to talk to me. I don't want "Hey, I just hit a par -3!" I don't need to bluetooth songs; I can hum to myself nicely. I don't need video on a damn phone. Ok, voice dialing while driving is a plus.

    I don't need all this crazy shit everyone wants! If you suddenly tossed all of the "it doesn't have X" back 20 years they'd have a heart attack. Like I said, I don't have a need to be techno man with a Batman belt. I'd rather be less of a geek to be able to be more part of my family.

    --
    Vote monkeys into Congress. They are cheaper and more trustworthy.
  99. As a Treo user who is considering an iPhone... by Fross · · Score: 1

    how do you find the lack of keyboard?

  100. Re:Here it is. iPhone Shuffle... by supercrisp · · Score: 1

    So what about going to a pothead college and having glam shots on a website makes your wife a philosopher? Is it something she does with your lazy, fat cat? Some sort of now-you-see-it/now-you-don't quantum indeterminacy schtick? I don't see any evidence on that website of anything but vanity.

  101. Re:It's not the price tag, or the carrier... by Anonymous Coward · · Score: 0

    Of course you can genius, you're showing be how much of a fucktard I am anonymously....

    See - there's a difference. I don't mind being an anti-apple troll with no facts, but I let people know who I am by trolling them and being such a fucktard.

    You on the otherhand, continue to point out how fucktarded I really am There, fixed it for you, so now go shoot yourself dead fucktard.
  102. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 1

    You described yourself by modifying my comment, and making it your own..

    Good job.

    Either way, I believe you shot yourself, and thank goodness....
    I REALLY wouldn't want you ruining the gene pool....
    No, I'm not talking the blue-jeans, I'm speaking of DNA transfer - aka SEX, of which It's obvious you've never had, nor ever will.

    --
    Who is general failure, and why is he reading my hard drive?
  103. Re:It's not the price tag, or the carrier... by GuyverDH · · Score: 1

    Did you notice that your comments were modded to zero?
    This which doesn't subtract from your karma, as it's zero, it just doesn't add either.

    Did you notice mine stayed at 1? This adds 1 to my karma.

    So please, continue...

    --
    Who is general failure, and why is he reading my hard drive?