Go Back   Wireless and Wifi Forums > Cellular Communications > US Networks > alt.cellular.t-mobile
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-08-2009, 07:21 PM
Oxford
Guest
 
Posts: n/a
Default Snow Leopard & iPhone 3.0 - BIG NEWS !!!

Way too much information to list... but below is the best link from
bottom to top of all the big changes to the computing and phone worlds
that are coming up.

The full video will appear later today, but if you want to catch up on
today's events... go here... (again, scroll to the bottom and work UP)

EXCELLENT --->

http://www.engadget.com/2009/06/08/p...ve-from-wwdc-2
009/

Reply With Quote
  #2 (permalink)  
Old 06-08-2009, 07:42 PM
7
Guest
 
Posts: n/a
Default Asus EEE and Ubuntu 9.04 - BIG NEWS !!!

Micoshaft Appil asstroturfing fraudster pounding the sock Oxford
wrote on behalf of Half Wits from Micoshaft Appil Department of Marketing:


> W


Way too much information to list... but below is the best Linux
info on converting EEE from crap OSen to 3D translucent
Linux desktop that is faster than any mac retard has had the
chance to miss...


> EXCELLENT --->



Ubuntu 9.04 Dumbfoundationalism Experiences
-------------------------------------------

I just don't believe it!

I downloaded and installed Ubuntu 9.04 on an Asus EEE.

It took me 17 minutes from clicking start of installation
to finishing installation, booting up
AND browsing first web page!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

WHAT AN ACHIEVEMENT FOR THE UBUNTU TEAM!!!!!
HIP HIP HOORAY!
HIP HIP HOORAY!!
HIP HIP HOORAY!!!

I am totally dumb founded!!

Ubuntu 9.04 is technically just astonishing!!

Nothing as powerful exists for the PC in the whole world.
And nothing as powerful as this has existed in the PC's entire history!!!

2Gb of software installed including open office, networking,
browser, user management, gimp, email, music/movie player,
DVD burner, synaptic, rsync, etc. etc.. etc..

To make matters 'worse', I didn't even install to the internal
disks, I installed to a 2.5" 40Gb external pocket drive
running off of a USB port!!!

Since I didn't believe the install time, I thought I must have
made a mistake with the mental note of time.
So I installed again!
And its 17 minutes again from pressing the install button to booting
up the new install and opening up firefox and then typing
google and getting first page up!!!

Since the EEE 1000 hasn't got an optical drive, I installed with
from the SD Card formatted to EXT2 (Micoshaft FAT format is a disaster
for an SD Card and won't work at these speeds)

Here below some pointers to how it all got done...



Using extlinux to convert a liveCD iso to bootable SD card
-------------------------------------------------------------

Converting an ISO file to a bootable USB stick or a bootable
SD Card for EEE is easy.

Without being able to convert a distro into a bootable USB flash /SD Card,
that distro can't be easily loaded into netbook like EEE
and stand to miss out on users installing it into netbooks.

So I would recommend all distro mainters look at their netbook
boot strategy and offer something to boot their distros
from USB flash and SD cards or miss out on users installing it into
netbooks.

Having done a few conversions, a pattern emerges that works well for
most syslinux / isolinux / extlinux based distros.

1. Put your SD card or USB flash drive into your desktop Linux PC and
***then*open*a*console*and*type*dmesg
***You*should*see*some*line*indicating*your*flash* drive*as
***being*picked*up*and*allocated*with*a*comment*li ke*sdc*/*sdc1*etc..
***Remember*both*names*-*the*first*is*/dev/sdc*which*is*your
***device*name,*and*the*second*is*/dev/sdc1*which*is*your*partition*name.
***(Don't*get*confused*between*drive*/dev/sdc*and*partition*/dev/sdc1
***or*your*drive*could*become*scrambled*eggs*later *on.*Also*remember
***it*may*be*called*sdg*or*sdh*etc*depending*what* you*see*when*you
***plug*in*device*and*type*dmesg)

2. Install gparted on your machine using synaptic.
***To*run*it*you*can*type
*****sudo*gparted
***in*a*console*window*and*select*on*the*right*sid e*the*drive*name*allocated
***in*step*1.*Right*click*on*the*bar*that*represen ts*the*partition
***and*click*on*manage*flags.
***Enable*the*boot*flag*and*click*OK.*This*makes*t he*SD*Card*/*USB
***stick*bootable.

3. Format the partition /dev/sdc1 to ext2 linux format.
***This*format*is*not*directly*readable*under*WIND UMMY*Osen,*but*there
***are*free*drivers*for*it*-*try*for*example*www.fs-driver.org
***The*ext2*format*is*many*times*faster*than*windu mmy*FAT*so
***ditching*WINDUMMY*file*formats*is*advised.

4. Identify that you have syslinux or isolinux in your liveCD by
***opening*the*.ISO*file*in*archive*manager*and*ch ecking*that*it*has
***isolinux*or*syslinux*directory*somewhere*in*the *liveCD.
***In*ubuntu,*the*root*directory*of*/dev/sdc1*will*not*be*writeable
***unless*you*are*in*super*user*mode.
***You*can*run
********sudo*file-roller
***to*open*iso*files*like*xubuntu-9.04-desktop-i386.iso*in*super*user
***mode*and*extract*all*the*files*in*the*iso*file
***to*the*/dev/sdc1*partition.

5. Go to the flash drive and locate the syslinux (or isolinux) directory.
***rename it to extlinux. Inside the now renamed extlinux directory will
***a*file*such*as*syslinux.cfg*or*isolinux.cfg.*Re name*that*to
***extlinux.conf
***
6. Get syslinux - this is a boot loader and menu system for FAT based
***file*systems.*Download*the*latest*version*from* here...
***http://www.kernel.org/pub/linux/utils/boot/syslinux/
***Unzip*it*and*go*to*the*extlinux*directory.
***On*my*machine*path*is*something*like*this....../syslinux/extlinux
***Run*the*program*there*by*typing*this*-*(note*this*command*is*updating
***the*partition*/dev/sdc1)

***./extlinux*--install*/dev/sdc1/extlinux*

***This*puts*a*new*file*into*your*SD*card*/*USB*flash*disk

7. from the extlinux directory change to the mbr directory
***cd*../mbr
***and*then*run*this*-*again*note*this*time*its*updating*the*device*by
***writing*data*to*the*first*sector*as*opposed*to* the*first*partition.

***sudo*cat*mbr.bin*>*/dev/sdc

***(Note*at*this*stage*you*may*need*to*do*some*of* the*sudo*commands*after
***entering*super*user*mode*to*make*it*work*proper ly.
***So*the*above*command*would*have*been*done*as*fo llows*in*Ubuntu.

***sudo*-s
***cat*mbr.bin*>*/dev/sdc
***)

***This*makes*the*card*bootable*and*useable*in*an* Asus*EEE*and*many*other
***PCs*with*SD*card*or*USB*flash*disk*boot*facilit y.


This method tested and works for

1. Ubuntu
2. Slax
3. Knoppix
4. Puppy
5. DSL
6. GParted
7. gOS
8. Dynabolic
9. MoonOS Kachana
10. Xubuntu
11. TinyOS (incredible distro!)


(Note the method does not work for .ISO files built with grub bootloader -
*need*a*different*install*method*with*grub*boot*lo ader*instead*of*syslinux.)

Try installing something powerful like Ubuntu on to a netbook
and see it take netbooks to new heights.


3D Translucent Cube Desktop
---------------------------

The latest EEE1000 has fast enough graphics for translucent
3D desktops. An easy way to do all this with Ubuntu is:

Install Ubuntu on EEE (compiz itself
appears to be installed by default in the default install),
then install compiz settings manager using Synaptic
which allows compiz to be fully 'exercised'.
And then do the following to get the 3D cube desktop
working...

*Go*to*General*>*Display*Settings*>*Lighting*and*t urned*it*off
*Enable*Desktop*Cube*and*then*Desktop*Cube*>*Trans parent*Cube*and*set*the
*two*opacity**settings*to*30%
*then*Desktop*Cube*>*Skydome*and*check*the*skydome *check*mark
*Enable*Rotate*Cube
*Enable*Enhanced*Zoom*Desktop
*Right*click*the*virtual*workspaces*panel*and*incr ease*the*number
*of*colums*to*8.

And hey presto - 100% 3D translucent desktop with 8 screens!!!!!!!!!!

*[Some*shortcuts*for*the*3D screen
**ctrl*+*alt*+*left*or*right*arrow*to*spin*cube
**ctrl*+*alt*+*down*arrow*and*then*left*or*right*a rrow*for*a*ring*switcher
**super*+*E*for*yet*another*switcher
**super*+*mouse*wheel*scroll*to*zoom*in*and*out*of *the*3D*desktop.
*]

Reducing Font Sizes And Turning ON Sub Pixel Rendering
------------------------------------------------------

The EEE can be astonishingly good to look at once the
font size is reduced to about 8 and sub pixel rendering
is turned ON. It is still absolutely
readable and everything appeared like a 'full screen' miniature
desktop equivalent of a big desktop PC.
System > Appearance > Fonts get to the font settings
in Ubuntu. On software like firefox and some other applications,
need to also to set local use of fonts ( Edit > Preferences > Content
will have font settings for firefox that also need to be changed).


VirtualBox
----------
Yes! VirtualBox can run on Ubutu set up with 3D translucent desktop.
http://www.virtualbox.org

Install virtual box and then install programs like windopws XP and run
it pretty much at it would run on a normal netbook. Its hard to tell
if the netbook is running Linux or the WINDUMMY OSen when the software
is run full screen becaue the speed and responsiveness is about
the same between a real windummy OSen install and a virtual box
virtual machine running it all in Linux.


http://www.livecdlist.com
http://www.distrowatch.co


Reply With Quote
  #3 (permalink)  
Old 06-09-2009, 01:06 AM
Mark Crispin
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

Yawn.

$100 price reductions for the next Mac OS X, 8GB, and 16GB iPhone, and a
new 32GB model at $299. No MMS until the end of the summer, and no
tethering. A few new applications (nothing that isn't on other phones)
and now you can download videos wirelessly instead of via iTunes.

They're losing their way fast without the Great Leader Chairman Jobs.

Meanwhile, Verizon (finally!) issued firmware update .148 for the
BlackBerry Storm on Sunday, replacing .75 which was infuriatingly buggy
and clanky. It's still no iPhone killer, but at least it's no longer an
embarassment.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.

Reply With Quote
  #4 (permalink)  
Old 06-09-2009, 02:32 AM
Ezekiel
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!


"Mark Crispin" <mrc@panda.com> wrote in message
news:alpine.OSX.2.00.0906081643030.195@hsinghsing. panda.com...
> Yawn.
>
> $100 price reductions for the next Mac OS X, 8GB, and 16GB iPhone, and a
> new 32GB model at $299.


The biggest news IMO is the $100 reduction in the 8GB iPhone. It puts the
cost of the iPhone at under $100 which is a big psychological barrier. In
the grand scheme of things with the AT&T contract the $100 reduction isn't
that big of a deal but psychologically being able to get a unit for $99 is
going to attract a lot of buyers.


> No MMS until the end of the summer, and no tethering. A few new
> applications (nothing that isn't on other phones) and now you can
> download videos wirelessly instead of via iTunes.


To clarify... the iPhone does have MMS and tethering capability except that
the AT&T network doesn't the capability yet. Ultimately it's the same thing
for the end-user (no MMS/tethering) but it sounds like the iPhone is
ready... AT&T is not.


> They're losing their way fast without the Great Leader Chairman Jobs.


Ultimately Apple is a business and I think that at $99/iPhone they will
make a good deal of money on it. They get a chunk (+/- 30%) of revenue from
the Apple store and they also get money from AT&T from the service
contract. They'll make a little less money on the hardware (the razor) but
they should easily make up for it in software and services (the blades.)

Jobs... I hope he gets well. I was never a big fan of his but I respect the
contributions he's made to the industry.


> Meanwhile, Verizon (finally!) issued firmware update .148 for the
> BlackBerry Storm on Sunday, replacing .75 which was infuriatingly buggy
> and clanky. It's still no iPhone killer, but at least it's no longer an
> embarassment.





Reply With Quote
  #5 (permalink)  
Old 06-09-2009, 02:41 AM
ZnU
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

In article <h0ke3i$mtv$1@news.eternal-september.org>,
"Ezekiel" <there@nothere.com> wrote:

> "Mark Crispin" <mrc@panda.com> wrote in message
> news:alpine.OSX.2.00.0906081643030.195@hsinghsing. panda.com...
> > Yawn.
> >
> > $100 price reductions for the next Mac OS X, 8GB, and 16GB iPhone,
> > and a new 32GB model at $299.

>
> The biggest news IMO is the $100 reduction in the 8GB iPhone. It puts
> the cost of the iPhone at under $100 which is a big psychological
> barrier. In the grand scheme of things with the AT&T contract the
> $100 reduction isn't that big of a deal but psychologically being
> able to get a unit for $99 is going to attract a lot of buyers.
>
>
> > No MMS until the end of the summer, and no tethering. A few new
> > applications (nothing that isn't on other phones) and now you can
> > download videos wirelessly instead of via iTunes.

>
> To clarify... the iPhone does have MMS and tethering capability
> except that the AT&T network doesn't the capability yet. Ultimately
> it's the same thing for the end-user (no MMS/tethering) but it sounds
> like the iPhone is ready... AT&T is not.
>
>
> > They're losing their way fast without the Great Leader Chairman
> > Jobs.

>
> Ultimately Apple is a business and I think that at $99/iPhone they
> will make a good deal of money on it. They get a chunk (+/- 30%) of
> revenue from the Apple store and they also get money from AT&T from
> the service contract. They'll make a little less money on the
> hardware (the razor) but they should easily make up for it in
> software and services (the blades.)


Supposedly Apple no longer gets a share of contract revenue from AT&T,
but the unsubsidized price of that $99 iPhone is $299. So they're
presumably getting an extra $200 from AT&T for every one purchased. I
wonder what it costs to make. They're probably doing pretty well, but
not quite making out like bandits.

(They do that on the 32 GB model, where they get to charge an extra $100
for a memory chip that probably costs them $20.)

[snip]

--
"The game of professional investment is intolerably boring and over-exacting to
anyone who is entirely exempt from the gambling instinct; whilst he who has it
must pay to this propensity the appropriate toll." -- John Maynard Keynes

Reply With Quote
  #6 (permalink)  
Old 06-09-2009, 03:04 AM
Ezekiel
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!


"ZnU" <znu@fake.invalid> wrote in message
news:znu-2C7726.21411808062009@Port80.Individual.NET...
> In article <h0ke3i$mtv$1@news.eternal-september.org>,
> "Ezekiel" <there@nothere.com> wrote:
>
>> "Mark Crispin" <mrc@panda.com> wrote in message
>> news:alpine.OSX.2.00.0906081643030.195@hsinghsing. panda.com...
>> > Yawn.
>> >
>> > $100 price reductions for the next Mac OS X, 8GB, and 16GB iPhone,
>> > and a new 32GB model at $299.

>>
>> The biggest news IMO is the $100 reduction in the 8GB iPhone. It puts
>> the cost of the iPhone at under $100 which is a big psychological
>> barrier. In the grand scheme of things with the AT&T contract the
>> $100 reduction isn't that big of a deal but psychologically being
>> able to get a unit for $99 is going to attract a lot of buyers.
>>
>>
>> > No MMS until the end of the summer, and no tethering. A few new
>> > applications (nothing that isn't on other phones) and now you can
>> > download videos wirelessly instead of via iTunes.

>>
>> To clarify... the iPhone does have MMS and tethering capability
>> except that the AT&T network doesn't the capability yet. Ultimately
>> it's the same thing for the end-user (no MMS/tethering) but it sounds
>> like the iPhone is ready... AT&T is not.
>>
>>
>> > They're losing their way fast without the Great Leader Chairman
>> > Jobs.

>>
>> Ultimately Apple is a business and I think that at $99/iPhone they
>> will make a good deal of money on it. They get a chunk (+/- 30%) of
>> revenue from the Apple store and they also get money from AT&T from
>> the service contract. They'll make a little less money on the
>> hardware (the razor) but they should easily make up for it in
>> software and services (the blades.)

>
> Supposedly Apple no longer gets a share of contract revenue from AT&T,
> but the unsubsidized price of that $99 iPhone is $299. So they're
> presumably getting an extra $200 from AT&T for every one purchased. I
> wonder what it costs to make. They're probably doing pretty well, but
> not quite making out like bandits.


I did hear about (but forgot) about the revenue sharing that was terminated
a while back. It's not clear whether this was just with AT&T or with other
carriers around the world. I checked the definitive source which is the
10-Q financial statement that Apple files with the SEC each quarter but it
wasn't clear.

(Page 30)
iPhone revenue includes the portion of handset revenue recognized in
accordance with subscription accounting over the product's 24-month
estimated economic life,

(Page 35)
The Company's cash generated by operating activities significantly exceeded
its net income due primarily to the increase in deferred revenue, net of
deferred costs, associated with subscription accounting for iPhone.


** Part of it could be residual payments still coming in from AT&T from
before the revenue sharing was cancelled.



> (They do that on the 32 GB model, where they get to charge an extra $100
> for a memory chip that probably costs them $20.)


The extra memory becomes a huge profit maker. Many other phones have a
micro-SD card (man those are small) that you can use to expand your storage
but unfortunately the iPhone doesn't.





Reply With Quote
  #7 (permalink)  
Old 06-09-2009, 03:27 AM
ZnU
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

In article <h0kfv6$2kj$1@news.eternal-september.org>,
"Ezekiel" <there@nothere.com> wrote:

> "ZnU" <znu@fake.invalid> wrote in message
> news:znu-2C7726.21411808062009@Port80.Individual.NET...
> > In article <h0ke3i$mtv$1@news.eternal-september.org>,
> > "Ezekiel" <there@nothere.com> wrote:
> >
> >> "Mark Crispin" <mrc@panda.com> wrote in message
> >> news:alpine.OSX.2.00.0906081643030.195@hsinghsing. panda.com...
> >> > Yawn.
> >> >
> >> > $100 price reductions for the next Mac OS X, 8GB, and 16GB iPhone,
> >> > and a new 32GB model at $299.
> >>
> >> The biggest news IMO is the $100 reduction in the 8GB iPhone. It puts
> >> the cost of the iPhone at under $100 which is a big psychological
> >> barrier. In the grand scheme of things with the AT&T contract the
> >> $100 reduction isn't that big of a deal but psychologically being
> >> able to get a unit for $99 is going to attract a lot of buyers.
> >>
> >>
> >> > No MMS until the end of the summer, and no tethering. A few new
> >> > applications (nothing that isn't on other phones) and now you can
> >> > download videos wirelessly instead of via iTunes.
> >>
> >> To clarify... the iPhone does have MMS and tethering capability
> >> except that the AT&T network doesn't the capability yet. Ultimately
> >> it's the same thing for the end-user (no MMS/tethering) but it sounds
> >> like the iPhone is ready... AT&T is not.
> >>
> >>
> >> > They're losing their way fast without the Great Leader Chairman
> >> > Jobs.
> >>
> >> Ultimately Apple is a business and I think that at $99/iPhone they
> >> will make a good deal of money on it. They get a chunk (+/- 30%) of
> >> revenue from the Apple store and they also get money from AT&T from
> >> the service contract. They'll make a little less money on the
> >> hardware (the razor) but they should easily make up for it in
> >> software and services (the blades.)

> >
> > Supposedly Apple no longer gets a share of contract revenue from AT&T,
> > but the unsubsidized price of that $99 iPhone is $299. So they're
> > presumably getting an extra $200 from AT&T for every one purchased. I
> > wonder what it costs to make. They're probably doing pretty well, but
> > not quite making out like bandits.

>
> I did hear about (but forgot) about the revenue sharing that was terminated
> a while back. It's not clear whether this was just with AT&T or with other
> carriers around the world. I checked the definitive source which is the
> 10-Q financial statement that Apple files with the SEC each quarter but it
> wasn't clear.
>
> (Page 30)
> iPhone revenue includes the portion of handset revenue recognized in
> accordance with subscription accounting over the product's 24-month
> estimated economic life,
>
> (Page 35)
> The Company's cash generated by operating activities significantly exceeded
> its net income due primarily to the increase in deferred revenue, net of
> deferred costs, associated with subscription accounting for iPhone.
>
>
> ** Part of it could be residual payments still coming in from AT&T from
> before the revenue sharing was cancelled.


I think this is just Apple's rather kooky interpretation of accounting
rules, according to which they have to use subscription-based accounting
if they're planning to offer substantial free upgrades for products
after shipping them. (Which is why they charge iPod Touch users for
upgrades they give to iPhone users for free -- they don't use the
subscription accounting for the Touch.)

No other tech company seems to interpret accounting rules that way, so I
suspect the whole might just be a ploy to spread out revenue to make it
harder for competitors to figure out how well specific Apple products
are doing. Apple is notoriously paranoid about this sort of thing.

> > (They do that on the 32 GB model, where they get to charge an extra
> > $100 for a memory chip that probably costs them $20.)

>
> The extra memory becomes a huge profit maker. Many other phones have
> a micro-SD card (man those are small) that you can use to expand your
> storage but unfortunately the iPhone doesn't.


--
"The game of professional investment is intolerably boring and over-exacting to
anyone who is entirely exempt from the gambling instinct; whilst he who has it
must pay to this propensity the appropriate toll." -- John Maynard Keynes

Reply With Quote
  #8 (permalink)  
Old 06-09-2009, 03:28 AM
Tim Smith
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

In article <h0ke3i$mtv$1@news.eternal-september.org>,
"Ezekiel" <there@nothere.com> wrote:
> To clarify... the iPhone does have MMS and tethering capability except that
> the AT&T network doesn't the capability yet. Ultimately it's the same thing
> for the end-user (no MMS/tethering) but it sounds like the iPhone is
> ready... AT&T is not.


More precisely, for the end-user who is in the US and is using their
iPhone on AT&T, rather than using an unlocked iPhone on T-Mobile.

--
--Tim Smith

Reply With Quote
  #9 (permalink)  
Old 06-09-2009, 03:40 AM
ed
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Jun 8, 6:32*pm, "Ezekiel" <th...@nothere.com> wrote:
> "Mark Crispin" <m...@panda.com> wrote in message

<snip>
> > No MMS until the end of the summer, and no tethering. *A few new
> > applications (nothing that isn't on other phones) and now you can
> > download videos wirelessly instead of via iTunes.

>
> To clarify... the iPhone does have MMS and tethering capability except that
> the AT&T network doesn't the capability yet.
> Ultimately it's the same thing
> for the end-user (no MMS/tethering) but it sounds like the iPhone is
> ready... AT&T is not.


except, of course, other phones do mms and tethering on at&t...

<snip>

Reply With Quote
  #10 (permalink)  
Old 06-09-2009, 03:43 AM
ed
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Jun 8, 7:27*pm, ZnU <z...@fake.invalid> wrote:
> In article <h0kfv6$2k...@news.eternal-september.org>,

<snip>
> > ** Part of it could be residual payments still coming in from AT&T from
> > before the revenue sharing was cancelled.

>
> I think this is just Apple's rather kooky interpretation of accounting
> rules, according to which they have to use subscription-based accounting
> if they're planning to offer substantial free upgrades for products
> after shipping them. (Which is why they charge iPod Touch users for
> upgrades they give to iPhone users for free -- they don't use the
> subscription accounting for the Touch.)
>
> No other tech company seems to interpret accounting rules that way, so I
> suspect the whole might just be a ploy to spread out revenue to make it
> harder for competitors to figure out how well specific Apple products
> are doing. Apple is notoriously paranoid about this sort of thing.


more likely it's an excuse to allow them to charge itouch users for
upgrades they want for free, as well as a way so smooth revenue for
the sake of smoothing revenue (please investors).

<snip>

Reply With Quote
  #11 (permalink)  
Old 06-09-2009, 03:58 AM
ZnU
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

In article
<09a42159-7997-420a-bf66-a31a58f78ae7@g1g2000yqh.googlegroups.com>,
ed <news@atwistedweb.com> wrote:

> On Jun 8, 6:32*pm, "Ezekiel" <th...@nothere.com> wrote:
> > "Mark Crispin" <m...@panda.com> wrote in message

> <snip>
> > > No MMS until the end of the summer, and no tethering. *A few new
> > > applications (nothing that isn't on other phones) and now you can
> > > download videos wirelessly instead of via iTunes.

> >
> > To clarify... the iPhone does have MMS and tethering capability except that
> > the AT&T network doesn't the capability yet.
> > Ultimately it's the same thing
> > for the end-user (no MMS/tethering) but it sounds like the iPhone is
> > ready... AT&T is not.

>
> except, of course, other phones do mms and tethering on at&t...


I suspect this is another one of those cases where the iPhone gets
treated differently because cellular carriers have noticed that people
who buy iPhones tend to actually use the features of the phone at a much
higher rate than users of other handsets. (Thus the iPhone's 65% mobile
browsing market share despite not having nearly that much market share,
etc.) AT&T might want some time to make sure their MMS infrastructure is
solid before traffic doubles....

Or, Apple might still be working on AT&T with respect to pricing.
Because you know left to their own devices AT&T will want to charge an
extra $30-50/month for tethering.

--
"The game of professional investment is intolerably boring and over-exacting to
anyone who is entirely exempt from the gambling instinct; whilst he who has it
must pay to this propensity the appropriate toll." -- John Maynard Keynes

Reply With Quote
  #12 (permalink)  
Old 06-09-2009, 04:29 AM
David Moyer
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

ed <news@atwistedweb.com> wrote:

> > To clarify... the iPhone does have MMS and tethering capability except that
> > the AT&T network doesn't the capability yet.
> > Ultimately it's the same thing
> > for the end-user (no MMS/tethering) but it sounds like the iPhone is
> > ready... AT&T is not.

>
> except, of course, other phones do mms and tethering on at&t...


yes, but the ease of use and higher quality of the iphone makes it a
MUCH MORE used feature, so it takes time for companies to ramp up to
support such a popular product.

the iPhone now has 60% of all cell / internet traffic, so now you know
why it takes longer to roll out...

Reply With Quote
  #13 (permalink)  
Old 06-09-2009, 05:38 AM
David Moyer
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

ed <news@atwistedweb.com> wrote:

> > I think this is just Apple's rather kooky interpretation of accounting
> > rules, according to which they have to use subscription-based accounting
> > if they're planning to offer substantial free upgrades for products
> > after shipping them. (Which is why they charge iPod Touch users for
> > upgrades they give to iPhone users for free -- they don't use the
> > subscription accounting for the Touch.)
> >
> > No other tech company seems to interpret accounting rules that way, so I
> > suspect the whole might just be a ploy to spread out revenue to make it
> > harder for competitors to figure out how well specific Apple products
> > are doing. Apple is notoriously paranoid about this sort of thing.

>
> more likely it's an excuse to allow them to charge itouch users for
> upgrades they want for free, as well as a way so smooth revenue for
> the sake of smoothing revenue (please investors).


no, it's a result of the Sarbanes-Oxley Act, and apple's penchant for
being so precise at every level. while it's never been tested, it's
illegal to provide major feature upgrades to an existing product without
charging for it. strange, but true.

Reply With Quote
  #14 (permalink)  
Old 06-09-2009, 06:25 AM
ed
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Jun 8, 9:38*pm, David Moyer <dav...@world.com> wrote:
> ed <n...@atwistedweb.com> wrote:
> > > I think this is just Apple's rather kooky interpretation of accounting
> > > rules, according to which they have to use subscription-based accounting
> > > if they're planning to offer substantial free upgrades for products
> > > after shipping them. (Which is why they charge iPod Touch users for
> > > upgrades they give to iPhone users for free -- they don't use the
> > > subscription accounting for the Touch.)

>
> > > No other tech company seems to interpret accounting rules that way, so I
> > > suspect the whole might just be a ploy to spread out revenue to make it
> > > harder for competitors to figure out how well specific Apple products
> > > are doing. Apple is notoriously paranoid about this sort of thing.

>
> > more likely it's an excuse to allow them to charge itouch users for
> > upgrades *they want for free, as well as a way so smooth revenue for
> > the sake of smoothing revenue (please investors).

>
> no, it's a result of the Sarbanes-Oxley Act, and apple's penchant for
> being so precise at every level. while it's never been tested, it's
> illegal to provide major feature upgrades to an existing product without
> charging for it. strange, but true.


no, sarbanes oxley doesn't prohibit any such thing:
http://www.sec.gov/about/laws/soa2002.pdf

Reply With Quote
  #15 (permalink)  
Old 06-09-2009, 08:23 AM
Mark Crispin
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Mon, 8 Jun 2009, ed posted:
> On Jun 8, 9:38Â*pm, David Moyer <dav...@world.com> wrote:
>> no, it's a result of the Sarbanes-Oxley Act

> no, sarbanes oxley doesn't prohibit any such thing:
> http://www.sec.gov/about/laws/soa2002.pdf


It doesn't matter how many times you explain it to Apple fanboys they will
continue clinging to that nonsensical excuse because they don't want to
admit that Apple cornholes its users.

People who actually work in the S-OX compliance business have tried to
explain that S-OX says no such thing. But when you have a cult, reality
rarely matters.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.

Reply With Quote
  #16 (permalink)  
Old 06-09-2009, 12:08 PM
Tim Murray
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Mon, 8 Jun 2009 21:32:40 -0400, Ezekiel wrote:
> To clarify... the iPhone does have MMS and tethering capability except that
> the AT&T network doesn't the capability yet. Ultimately it's the same thing
> for the end-user (no MMS/tethering) but it sounds like the iPhone is
> ready... AT&T is not.


Wrong. You can tether with AT&T and other phones, but not AT&T and an iPhone
(although I've heard of hacks).


Reply With Quote
  #17 (permalink)  
Old 06-09-2009, 04:17 PM
David Moyer
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

Mark Crispin <mrc@panda.com> wrote:

> People who actually work in the S-OX compliance business have tried to
> explain that S-OX says no such thing. But when you have a cult, reality
> rarely matters.


accountants are part of a cult? i doubt it... apple is just following
the rules...

Reply With Quote
  #18 (permalink)  
Old 06-09-2009, 04:48 PM
Walter Bushell
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

In article <h0ke3i$mtv$1@news.eternal-september.org>,
"Ezekiel" <there@nothere.com> wrote:

> The biggest news IMO is the $100 reduction in the 8GB iPhone. It puts the
> cost of the iPhone at under $100 which is a big psychological barrier. In
> the grand scheme of things with the AT&T contract the $100 reduction isn't
> that big of a deal but psychologically being able to get a unit for $99 is
> going to attract a lot of buyers.


That and the "Find My Phone" application.

Reply With Quote
  #19 (permalink)  
Old 06-09-2009, 05:02 PM
ed
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

David Moyer wrote:
> Mark Crispin <mrc@panda.com> wrote:
>
> > People who actually work in the S-OX compliance business have tried to
> > explain that S-OX says no such thing. But when you have a cult, reality
> > rarely matters.

>
> accountants are part of a cult? i doubt it... apple is just following
> the rules...


i posted a link to to SOA which you say compells apple to charge for
the updates- go ahead and show us the rules in there that does such.

Reply With Quote
  #20 (permalink)  
Old 06-09-2009, 06:43 PM
Larry
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

Oxford <apony@pasture.com> wrote in news:apony-B702A4.13210308062009
@news.qwest.net:

> Way too much information to list... but below is the best link from
> bottom to top of all the big changes to the computing and phone worlds
> that are coming up.
>
> The full video will appear later today, but if you want to catch up on
> today's events... go here... (again, scroll to the bottom and work UP)
>
> EXCELLENT --->
>
> http://www.engadget.com/2009/06/08/p...ve-from-wwdc-2
> 009/
>


Cut and paste is news on iPhone....but "Big News"??

I don't think so, sport....


--
-----
Larry

If a man goes way out into the woods all alone and says something,
is it still wrong, even though no woman hears him?

Reply With Quote
  #21 (permalink)  
Old 06-09-2009, 09:01 PM
Mark Crispin
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Tue, 9 Jun 2009, ed posted:
> David Moyer wrote:
>>> People who actually work in the S-OX compliance business have tried to
>>> explain that S-OX says no such thing. But when you have a cult, reality
>>> rarely matters.

>> accountants are part of a cult? i doubt it... apple is just following
>> the rules...

> i posted a link to to SOA which you say compells apple to charge for
> the updates- go ahead and show us the rules in there that does such.


It's a matter of faith to the Apple fanboy cultists such as Oxtard that
Apple would never lie or do anything evil. They don't know anything about
S-OX, and assume that only accountants (who presumably don't care about
iToys) know anything about S-OX. Therefore, it must be the fault of S-OX
and the accountants.

S-OX is bad law for many reasons; it was a complete overreaction to the
Enron and Worldcom debacles. On the other hand, lots of people make their
living from the S-OX compliance business. ;-)

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.

Reply With Quote
  #22 (permalink)  
Old 06-09-2009, 09:27 PM
Richard B. Gilbert
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

Mark Crispin wrote:
> On Tue, 9 Jun 2009, ed posted:
>> David Moyer wrote:
>>>> People who actually work in the S-OX compliance business have tried to
>>>> explain that S-OX says no such thing. But when you have a cult,
>>>> reality
>>>> rarely matters.
>>> accountants are part of a cult? i doubt it... apple is just following
>>> the rules...

>> i posted a link to to SOA which you say compells apple to charge for
>> the updates- go ahead and show us the rules in there that does such.

>
> It's a matter of faith to the Apple fanboy cultists such as Oxtard that
> Apple would never lie or do anything evil. They don't know anything
> about S-OX, and assume that only accountants (who presumably don't care
> about iToys) know anything about S-OX. Therefore, it must be the fault
> of S-OX and the accountants.
>
> S-OX is bad law for many reasons; it was a complete overreaction to the
> Enron and Worldcom debacles. On the other hand, lots of people make
> their living from the S-OX compliance business. ;-)
>


Perhaps S-OX could have been done better. We need to know that a
company's books actually reflect its financial condition. I think S-OX
does that or comes as close a a law can.

If everyone were honest, we could wipe a lot of laws off the books.
Unfortunately, I don't expect to see it in my lifetime.

Reply With Quote
  #23 (permalink)  
Old 06-09-2009, 09:47 PM
Larry
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

"Richard B. Gilbert" <rgilbert88@comcast.net> wrote in
news:SZqdnQeZ6qSLW7PXnZ2dnUVZ_tOdnZ2d@giganews.com :

> If everyone were honest, we could wipe a lot of laws off the books.
> Unfortunately, I don't expect to see it in my lifetime.
>
>


Noone will be safe until the last lawyer has been strangled by the entrails
of the last theist....


Reply With Quote
  #24 (permalink)  
Old 06-10-2009, 01:19 AM
Mark Crispin
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Tue, 9 Jun 2009, Richard B. Gilbert posted:
> Perhaps S-OX could have been done better. We need to know that a company's
> books actually reflect its financial condition. I think S-OX does that or
> comes as close a a law can.


I question whether S-OX would have prevented Worldcom and/or Enron, other
than possibly making it easier to crucify some small fry. What went on at
those two companies was fraud on a massive scale. The purported benefit
of S-OX is to make it more difficult to cover up such fraud, but it may
make a cover-up easier. That is, the crooks do a dog&pony show to appear
to be S-OX compliant while using the distraction to rob everybody blind.

Time will tell if that happens in reality or not. We can note, however,
that S-OX compliance is used as a dog&pony show to justify anti-consumer
corporate practices in fact have nothing to do with S-OX. Apple's
discriminatory fee structure is a good example. Meanwhile, S-OX
compliance creates an incredible burden upon honest companies.

On the other hand, the S-OX compliance business is an excellent
recession-proof profession to be in. Companies pay ridiculous sums of
money for S-OX compliance solutions. They may lay off employees left and
right, but they won't stop paying the fees for their S-OX compliance
products!

You may be right. Any law that replaces S-OX may well be worse.

> If everyone were honest, we could wipe a lot of laws off the books.
> Unfortunately, I don't expect to see it in my lifetime.


Indeed.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.

Reply With Quote
  #25 (permalink)  
Old 06-10-2009, 06:08 AM
wetpixel
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

In article <alpine.OSX.2.00.0906081643030.195@hsinghsing.pand a.com>,
Mark Crispin <mrc@panda.com> wrote:

> Yawn.
>
> $100 price reductions for the next Mac OS X, 8GB, and 16GB iPhone, and a
> new 32GB model at $299. No MMS until the end of the summer, and no
> tethering. A few new applications (nothing that isn't on other phones)
> and now you can download videos wirelessly instead of via iTunes.
>
> They're losing their way fast without the Great Leader Chairman Jobs.


How do you characterize offering several (minor) new features as
'losing their way'?

Reply With Quote
  #26 (permalink)  
Old 06-10-2009, 08:01 AM
David Moyer
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

ed <news@atwistedweb.com> wrote:

> i posted a link to to SOA which you say compells apple to charge for
> the updates- go ahead and show us the rules in there that does such.


it is a SAB 104 (Revenue Recognition) and EITF 00-21 (multiple
deliverables) issue. You cannot recognize revenue until delivery of the
service/goods. They have already recognized the revenue from these ipod
sales. If they were to give this update out for free, this would imply
that they had not finished delivery and could not have recognized the
revenue in previous period. This would require a restatement of prior
periods' financial statements... now you know!

Reply With Quote
  #27 (permalink)  
Old 06-10-2009, 02:21 PM
ZnU
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

In article <4a2f5a5c$0$89878$815e3792@news.qwest.net>,
David Moyer <davmoy@world.com> wrote:

> ed <news@atwistedweb.com> wrote:
>
> > i posted a link to to SOA which you say compells apple to charge for
> > the updates- go ahead and show us the rules in there that does such.

>
> it is a SAB 104 (Revenue Recognition) and EITF 00-21 (multiple
> deliverables) issue. You cannot recognize revenue until delivery of the
> service/goods. They have already recognized the revenue from these ipod
> sales. If they were to give this update out for free, this would imply
> that they had not finished delivery and could not have recognized the
> revenue in previous period. This would require a restatement of prior
> periods' financial statements... now you know!


See, it seems like it would be pretty easy for Apple to just say that
the update is a different (free) product, particularly if it provides
new features that weren't advertised features of the original device.

I don't think any reasonable person (or any judge or SEC regulator)
would ever actually insist that Apple hadn't yet fully delivered the
first-generation iPhone that I've been using for the last 711 days
because they're planning to ship a software update for it next week with
a bunch of features that I had no idea they'd ever support when I bought
it.

Mind you, I don't think Apple is doing this just to have an excuse to
charge iPod Touch users for upgrades. That's fairly trivial from Apple's
perspective, I think. Apple is clearly doing this because they like the
obfuscation that spreading iPhone revenue over 24 months provides, in
terms of making their revenue look more consistent and making it less
clear to competitors how many phones they're selling in any given time
period.

--
"The game of professional investment is intolerably boring and over-exacting to
anyone who is entirely exempt from the gambling instinct; whilst he who has it
must pay to this propensity the appropriate toll." -- John Maynard Keynes

Reply With Quote
  #28 (permalink)  
Old 06-12-2009, 02:19 PM
Tim Murray
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Mon, 8 Jun 2009 21:32:40 -0400, Ezekiel wrote:
>> No MMS until the end of the summer, and no tethering. A few new
>> applications (nothing that isn't on other phones) and now you can
>> download videos wirelessly instead of via iTunes.

>
> To clarify... the iPhone does have MMS and tethering capability except
> that the AT&T network doesn't [have] the capability yet.


I would say that AT&T has the capability. Otherwise, a jail-broken and hacked
iPhone could not work ... right?


Reply With Quote
  #29 (permalink)  
Old 06-16-2009, 11:13 PM
ed
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

On Jun 8, 8:29*pm, David Moyer <dav...@world.com> wrote:
> ed <n...@atwistedweb.com> wrote:
> > > To clarify... the iPhone does have MMS and tethering capability except that
> > > the AT&T network doesn't the capability yet.
> > > Ultimately it's the same thing
> > > for the end-user (no MMS/tethering) but it sounds like the iPhone is
> > > ready... AT&T is not.

>
> > except, of course, other phones do mms and tethering on at&t...

>
> yes, but the ease of use and higher quality of the iphone makes it a
> MUCH MORE used feature, so it takes time for companies to ramp up to
> support such a popular product.
>
> the iPhone now has 60% of all cell / internet traffic, so now you know
> why it takes longer to roll out...


the 60% is of smartphone-web traffic; it's about 43% of mobile-web
traffic. i suspect a not-insignifigant driver of that is that you are
*required* to have a unlimited data plan with the iphone.

http://metrics.admob.com/
http://www.tuaw.com/2009/05/29/iphon...mobile-web-tr/

Reply With Quote
  #30 (permalink)  
Old 06-17-2009, 06:44 AM
David Moyer
Guest
 
Posts: n/a
Default Re: Snow Leopard & iPhone 3.0 - BIG NEWS !!!

ed <news@atwistedweb.com> wrote:

> the 60% is of smartphone-web traffic; it's about 43% of mobile-web
> traffic. i suspect a not-insignifigant driver of that is that you are
> *required* to have a unlimited data plan with the iphone.


no, it's mostly do to the fact the iphone is so well designed, people
actually use it for data level purposes. it's a revolution, that's for
sure.

when you watch the tour it becomes clear:

http://www.apple.com/iphone/guidedtour/

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
iphone FAQ rev 5.00 ira.j.schechtman@gmail.com alt.cellular.verizon 7 06-09-2009 02:21 AM
iphone FAQ rev 5.00 ira.j.schechtman@gmail.com alt.cellular.attws 7 06-09-2009 02:21 AM
iPhone FAQ rev 3.00 ira.j.schechtman@gmail.com alt.cellular.attws 133 05-23-2009 05:10 PM
Japanese article about iPhone was false Mike Hofman alt.cellular.attws 2 03-01-2009 08:54 PM
iPhone ranks #1 among business users (JD Powers) iPhone News alt.cellular.attws 8 11-13-2008 02:01 AM


All times are GMT. The time now is 10:11 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45