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

    • Close, but it is for any application starting, not just during boot time. In fact, it probably will not improve boot time at all because during a boot, the CPU is already boosting, so a pre-boost wouldn't change anything. I agree that it isn't exciting (especially considering every other OS already does it), but it is a good thing, even if they are just playing catch up.
    • Any so called performance increase will be in milliseconds, which nobody will actually notice in real world usage.
    • All it does is use the CPU more efficiently during boot to speed up boot times. That's it. Yawn....
    • It's not a one or the other kind of thing. Software should run efficiently, and the operating system should appropriately manage the CPU clocks. You could have the best most optimized software on earth, and it will still run faster if the CPU does a better job of boosting as needed. All this is doing is pre-boosting the CPU based on user actions, instead of waiting for the normal detection mechanism to kick in. If the OS knows it is about to need more CPU, why shouldn't it use that knowledge? It's the same idea of downshifting before passing someone, instead of just burying your foot into the peddle and waiting for the transmission to figure out what you want to do.
    • Audacity 3.7.8 by Razvan Serea Audacity is a free, open source digital audio editor and recording application. Edit your sounds using cut, copy, and paste features (with unlimited undo functionality), mix tracks, or apply effects to your recordings. The program also has a built-in amplitude-envelope editor, a customizable spectrogram mode, and a frequency-analysis window for audio-analysis applications. Built-in effects include bass boost, wah wah, and noise removal, and the program also supports VST plug-in effects. You can use Audacity to: Record live audio. Record computer playback on any Windows Vista or later machine. Convert tapes and records into digital recordings or CDs. Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files. AC3, M4A/M4R (AAC), WMA and other formats supported using optional libraries. Cut, copy, splice or mix sounds together. Numerous effects including change the speed or pitch of a recording. Write your own plug-in effects with Nyquist. And more! See the complete list of features. Audacity 3.7.8 changelog: #10688 Fixed an exception thrown when pasting into a newly-created track (Thanks, David Bailes (@DavidBailes)!) #10870, #10884, #10775, #10629 Fixed tone generation, waveform-scale setting, SetClip Name parameter, and clip-boundary command names for scripting and macros (Thank you, David Bailes (@DavidBailes)!) #11106 Fixed the loading of presets for the Distortion effect (A million thanks, David Bailes (@DavidBailes)!) #10947 Fixed paste into an empty audio track not preserving the source sample rate (Thanks, Juan Gabriel Colonna (@juancolonna)!) #10776 Allowed AltGr modifier in label and clip name editing (Thanks, Davide Peressoni (@DPDmancul)!) #9938 Added options to choose where silence is truncated (start/middle/end) (Thanks, Noah Rosenfield (@nosenfield)!) #9935 Added Podcast 2.0 chapters JSON export for label tracks (Thanks, Noah Rosenfield (@nosenfield)!) #10103 Improve UI on HiDPI displays on Linux/wxGTK (Thanks, Ivan A. Melnikov (@iv-m)!) #10099 Fixed MixerBoard Mute and Solo button display (Thanks, Ivan A. Melnikov (@iv-m)!) #10681 Fixed multichannel FLAC import #10999 Fixed envelope being broken after joining clips Download: Audacity 64-bit | Standalone ~20.0 MB (Open Source) Download: Audacity 32-bit | Standalone Download: Audacity ARM64 | Standalone View: Audacity Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

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

    1. 1
      +primortal
      499
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      71
  • Tell a friend

    Love Neowin? Tell a friend!