Oracle sues Google over Android operating system


Recommended Posts

In a clash of two Silicon Valley titans, Oracle said Thursday that it has filed a federal copyright lawsuit alleging that Google's popular Android operating system was built on Oracle's Java software without permission.

Android, which was first released in late 2008, is used by several computer manufacturers as the operating system that runs smartphones and other computing devices. Oracle's lawsuit, filed in the U.S. District Court for Northern California, accuses Google of infringing on patents and copyrights that Oracle acquired when it bought Sun Microsystems earlier this year.

Google had no immediate comment.

But one analyst called the lawsuit surprising because Sun, whose engineers developed Java, decided several years ago to release key elements of the widely used programming language under an open-source license which allows others to use it freely.

"Java is essential for Android," said Al Hilwa, a software expert at the IDC research firm. "But a big chunk of Java is open-source. Since Android has been out there for more than a year, most people would have expected they were in compliance with whatever license terms apply."

Android's growth in the first half of 2010 has been enormous, with Google CEO Eric Schmidt saying last week that more than 200,000 smartphones powered by Google's mobile operating system are being activated around the world each day. Gartner, a prominent research firm, said Thursday that Android is

now the most popular smartphone operating system in the United States, and is on the verge of becoming the second most popular in the world, closing in on Research In Motion's Blackberry.

All four major U.S. wireless carriers now offer smartphones powered by Android,.

While just 1.8 percent of the world's smartphones were running Android in the second quarter of 2009, Android now has 17.2 percent of the worldwide smartphone share, or 10.6 million phones, just behind RIM's 18.2 percent and 11.2 million phones, according to the Gartner report. Nokia's Symbian remains the world most popular smartphone operating system at 41.2 percent of the global market, but both Android and Apple's iPhone are rapidly eating into the market share of Nokia, RIM and Microsoft Windows Mobile phones.

Android's growth means more search revenue for Google, as consumers use their smartphones to search the web. Google does not break out its revenue from mobile search, but Google searches from Android devices grew by 300 percent during the first half of 2010, Jonathan Rosenberg, a Google senior vice president, recently told analysts.

The first Android phone, the T-Moble G1, went on sale in October 2008, and Android phones are now available in about 50 different countries.

Source

But one analyst called the lawsuit surprising because Sun, whose engineers developed Java, decided several years ago to release key elements of the widely used programming language under an open-source license which allows others to use it freely.

I guess now Oracle is planning to take it back?

Exactly...and how much do you even here about Oracle anymore? Seems to me Oracle just wants to be "heard"

Oracle are still doing well. All the key factors for them (revenue, equity, etc) are up.

Why Android? What is special about the Java implementation in it that warrants a lawsuit and why are other smartphones that have Java OK?

Also Google don't make money from Android. It's open source as well.

So I suppose everyone who now opposes this action where Google/android uses a non standard Java VM(it's not even a true VM) Also thought Sun where total a-holes when they sued MS for the MS Java WM ?

otherwise it'd be a bit hypocritical, since this violation of the Java TOS is significantly worse than the MS one.

Why Android? What is special about the Java implementation in it that warrants a lawsuit and why are other smartphones that have Java OK?

I suppose the difference is that others support actual (Oracle) Java platforms like J2ME. Android does not. Android does not implement any standard Java platform, and is not even capable of running Java bytecode.

It's essentially a custom platform that just happens to use the Java programming language (with support for some standard Java libraries.) Software written for Oracle's Java platforms can't run on Android, and vice versa. They are incompatible, both in source code and executable form.

Also Google don't make money from Android. It's open source as well.

Google makes plenty of money from it. Profit is the sole reason Android exists.

Why Android? What is special about the Java implementation in it that warrants a lawsuit and why are other smartphones that have Java OK?

Also Google don't make money from Android. It's open source as well.

Because android doesn't run Java apps. It turns dex files, in dalvik. dalvik is a special java "runtime" that runs the pre compiled dex files on Android and doesn't support the full java spec. it's written specifically for Android and uses the java language for the code, but doesn't run java apps. hence it doesn't follow the rules you agree to when using the java language or writing a java interpreter as they're supposed to be fully cross platform and support all the java language.

Google should have done the right thing and just made dalvik use their own special language instead of java and they'd be safe. But as usual google just plows ahead ignoring other peoples copyrights and hard work.

You mean the hard work that Oracle brought into, rather than developed themselves? Ah yeah, wouldn't want to undo that, would we.

Android is not what is broken here, it is the US patent system that needs reform.

I quite agree with you, we need to fix the broken patent system.

Oracle is doing quite fine.

They have every right to ask for retribution, knowing that Schmidt has used their source code for Android.

May be doing fine but you dont hear from them very often. Besides, most of the Java platform is open source so they will have to prove that whatever Android used, is not open.

it's written specifically for Android and uses the java language for the code, but doesn't run java apps. hence it doesn't follow the rules you agree to when using the java language or writing a java interpreter as they're supposed to be fully cross platform and support all the java language.

What "rules" are these though? Is there any evidence that Google entered into a contract with Oracle where these conditions were present?

But as usual google just plows ahead ignoring other peoples copyrights and hard work.

Copyright applies to the implementation. Did Google actually illegally use other people's code?

Because android doesn't run Java apps. It turns dex files, in dalvik. dalvik is a special java "runtime" that runs the pre compiled dex files on Android and doesn't support the full java spec. it's written specifically for Android and uses the java language for the code, but doesn't run java apps. hence it doesn't follow the rules you agree to when using the java language or writing a java interpreter as they're supposed to be fully cross platform and support all the java language.

Google should have done the right thing and just made dalvik use their own special language instead of java and they'd be safe. But as usual google just plows ahead ignoring other peoples copyrights and hard work.

Thanks HawkMan thats a good explanation. I didn't realise that making your own interpreter/runtime for Java was a problem.

Exactly...and how much do you even here about Oracle anymore? Seems to me Oracle just wants to be "heard"

Oracle doesn't need to be heard, those who matter know about oracle. They're still everywhere, doing business, and still making acquisitions etc lol

Thanks HawkMan thats a good explanation. I didn't realise that making your own interpreter/runtime for Java was a problem.

It shouldn't be, unless you violated any patents, used actual code belonging to someone else, or based the implementation on documentation (trade secrets) supplied under a contract that had various requirements, or violated antitrust regulations (see Microsoft.) I don't know what Google did, but there should be nothing illegal about a clean room implementation (patents aside), so at least in principle it is possible to create one that is as incompatible as you want.

Looks like Oracle doesn't like Java being fully open sourced, not shocked there.

There was an article a while back about Google Andriod and Java. (Can't find link)

It boiled down to this, Google (and other's) wanted to use Java differently then suns "standards".

Sun caved in and created exceptions with a special java designation / name, but really didn't want to.

Open Souce means this - if Google alters the java code, they have to make the altered code available to anyone that wants has it.

Other people then can use your code without your permission any changes they do they have to give the code oit.

May be doing fine but you dont hear from them very often. Besides, most of the Java platform is open source so they will have to prove that whatever Android used, is not open.

I haven't really kept up with Java but that's what I thought. Java is open source so how can they sue if the code is published (unless it violates something like the GNU license or whatever license Java runs under)?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I'm not aware of this issue, but to help the other guys.  What version of Android are you using? Did you try a different browser? To see if Edge is the issue here.
    • I agree when are you going to read this (really poor BTW) article? Here is a better article so you actually know what is going on and answers questions you had in other comments --> https://arstechnica.com/gadgets/2026/05/speed-boosting-low-latency-profile-is-one-of-the-improvements-coming-to-windows-11/ It is unclear if one will be able to disable the new profile at this point but I am not seeing any reason why one would.
    • I disagree; they come off very "bitchy" and "whiny". Make a great product and combine that with a great price (free) and people will come over to your side. Or build it and they will come as they say. Constantly trying to get attention by complaining all the time, will turn people off to your product.
    • It use to be a nightmare, with LibreOffice supporting a newer draft ODF standard by default, and Microsoft Office supporting the older non-draft standard. Now that they both support the same version of ODF, they should be interoperable.
    • Brave Browser 1.91.171 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. SlimBrave Neo takes all the good things about Brave and makes them even better by keeping everything clean, light, and privacy-focused. It removes the extra clutter, turns off features you might not need, and cuts down on anything that could slow you down or collect unnecessary data. Because it relies on simple settings and policies instead of modifying the browser itself, you still get full Brave compatibility—just in a smoother, lighter, and more privacy-friendly package. Brave Browser 1.91.171 changelog: General Fixed Cardano not being disabled on upgrade to Brave Origin. Upgraded Chromium to 149.0.7827.103. Origin Removed “Survey Panelist” setting from brave://settings/privacy. Fixed P3A and usage ping under brave://settings/privacy being displayed on first launch on Linux. Upgraded Chromium to 149.0.7827.103. Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
    • One Year In
      slackerzz earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      PsYcHoKiLLa
      189
    3. 3
      +Edouard
      156
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!