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

    • Wow, imagine you dump hundreds of hours into completing things and unlocking stuff and you lose it all. Back in the day when cheats were built into games, you could at least unlock things again that way without spending hundreds of hours again. But those days are long gone for some reason as no one builds cheats into games anymore. So it's even more painful that studio that's on its 6th installment **** it up so badly.
    • Spotify finally removes the disco ball app icon in the latest update by Ivan Jenic Image: Spotify Spotify has just released an update that removes its now infamous disco ball icon. The update reverts the app icon to the familiar flat green logo after weeks of mixed reactions online. The icon arrived on May 13 as part of the company's 20th anniversary celebration and was always intended to be temporary, though Spotify only confirmed that after the backlash started. The disco ball took the internet by storm, as the reception was split. A vocal group of users called it ugly and disorienting, with some iOS users noting that the 3D glowing effect made the app look like it was stuck mid-update. On the other end, the icon picked up a following of its own. Its retro, three-dimensional look immediately stood out against the flat, minimalist aesthetic that has dominated app design for years. It even started a small movement, spawning what people started calling "discomorphism," a mashup of disco and skeuomorphism. Other brands started posting disco ball versions of their own logos, probably in an effort to ride the wave of memes that flooded the internet during late May. Spotify has had a turbulent relationship with its user base lately. Besides the disco ball icon, which certainly wasn't appreciated by everyone, the company has also received backlash for its willingness to include AI-generated music on its platform. On May 17, Spotify promised the old icon would return “in a few weeks.” And now it looks like that time has finally arrived. So, whether you liked the disco ball or it made you uncomfortable, it’s now gone for good. The next time you update the Spotify app on your phone, the old, flat-design icon will return.
  • Recent Achievements

    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • Week One Done
      FBSPL earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      519
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!