SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Mobile Computing - OSs & Manufacturers UNMODERATED -- Ignore unavailable to you. Want to Upgrade?


To: Lahcim Leinad who wrote (842)1/22/2011 3:19:46 PM
From: puborectalis  Read Replies (1) | Respond to of 3170
 
Apple says that its app store has hit the 10 billion downloads mark. The milestone, announced on Apple Inc.'s website Saturday, arrives as the company's hugely popular smart phone is likely to become even more popular with the addition next month of Verizon Wireless as a carrier.

The company has sold tens of millions of iPhones since the device launched in 2007 and continues to expand the use of apps with its iPad tablet computer. Its app store has drawn an army of software developers hoping to piggyback on the company's success. The store now boasts more than 350,000 different programs for the iPhone, iPod Touch or iPad.



To: Lahcim Leinad who wrote (842)1/22/2011 4:22:44 PM
From: sylvester80  Respond to of 3170
 
No infringing code is found in what Google distributes with Android OS on every phone. The rest is noise.



To: Lahcim Leinad who wrote (842)1/22/2011 4:43:13 PM
From: sylvester80  Read Replies (1) | Respond to of 3170
 
In addition, had you read more carefully the Ed Burnette article, a professional developer, he looked through to see if he could find ANY of these files in the current builds of Android. They didn't exist. Even if let's say the judge was a complete idiot, the fact is that the current version of Android does not even have a HINT of these files, as they were not ever needed or were ever part of Android OS. So good luck with them getting any type of royalties on Android OS when no infringing code exists in it.... I truly LMAO yesterday about all the different Apple media getting into the action only to be slapped back like the clueless idiots that they are. In any case I'm not a Google or Oracle lawyer so I'll let them fight it out and let the chips fall where they may. Anyone who thinks that they know how this case will turn out is freaking clueless. That is why yesterday's Apple media euphoria had me ROTFL... I'm sure both of their lawyer groups are paid big bucks to make sure that this case drags out as long as possible... after all, they charge by the hour... LOL

Burnette downloaded the same files Mueller had downloaded and came to the following conclusion: these files don’t matter.

First he notes that one set of files that were in question went by the following filenames: PolicyNodeImpl.java, AclEntryImpl.java, AclImpl.java, GroupImpl.java, OwnerImpl.java, PermissionImpl.java, and PrincipalImpl.java. Each of these files, Burnette notes, are in the unit test area which is not shipped with the end product because it is indeed a unit test. A unit test is a tool used internally to make sure of the quality of software before it’s shipped.

Next Burnette mentions a file named MMAPI.zip, a file found in a native code audio drivers directory for a particular type of chip set and one that he says appears to have been uploaded by mistake, and that it should have simply been deleted. Burnette in this case double checked the make files to be sure this file is not shipped with Android either – it’s not.

Finally, the first seven files with an Apache license attached to the top of each. Burnette notes that these files are published by Sun on their website for download by developers to help them debug and test their code. The odd thing about these codes is the Apache codes at the top which do not match with the original Sun codes. Burnette tells us that when the Android or Harmony developer used these files they must have, for some reason or another, decompiled and rebuilt them instead of simply using original files from Sun. After this happened, an Apache license (the one found by Mueller) must have been attached by an automated script (and attached incorrectly, mind you.) Burnette notes for these files that all of this doesn’t even really matter since, again, these files aren’t shipped with Android.

Finally, Burnette discovers that Google had already taken care of these files, a commit comment written by developer Dan Bornstein reading: “Remove pointless tests.” PolicyNodeImpl.java being deleted 30 Oct 2010, the rest being deleted 14 Jan 2011.