Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Open Source Software

Measuring Openness In Open Source Projects 65

suy writes "Several open source projects exist under a variety of licenses, and we qualify them as free/open source depending on the license under which the final product is released. But there are other considerations, like the existence of a public roadmap, participation in the decision making, or access to the latest source code to make contributions. Vision Mobile has published a report that compares and measures the openness of several open source projects: Android, Eclipse, Linux, MeeGo, Mozilla, Qt, Symbian (till the existence of the Foundation) and WebKit. Eclipse and Linux scored the highest and Android the lowest." A related article about the report asks whether open source needs corporate backing to truly succeed.
This discussion has been archived. No new comments can be posted.

Measuring Openness In Open Source Projects

Comments Filter:
  • Re:Openness (Score:4, Informative)

    by tlhIngan ( 30335 ) <[ten.frow] [ta] [todhsals]> on Friday August 05, 2011 @12:57PM (#36998052)

    Android is most absolutely not closed-source like its competitors.

    Do not confusion Android with AOSP. They are two separate versions. Android is commercially licensed (+GPL2 Linux), while AOSP is Apache with GPL2 for the Linux kernel. And getting Android does take money - you have to be in the OHA (so there is a licensing fee, but it's relatively small and it's not per-unit, but an annual one).

    Periodically, Google pushes code from Android into AOSP.

    OHA members get access to the latest versions of the Android code before release, but they also have to agree to conditions to use that code, conditions not present in AOSP, such as support for 18 months (no more release and forget - Google's demanding 18 months of support and updates), less fancy dressings and customizations, and unlockable bootloaders.

    OHA members do this so they can also license (separately) "with Google" because Android phones are relatively useless without the Market app because there are few alternate sources that have a comprehensive selection of apps. (Hell, most "free" apps rarely put up an apk for download - just a QR code to grab it through the marketplace).

    And Archos is also a member of the OHA now - they have to be in roder to release a 3.x tablet. Only OHA members have access to Honeycomb source, and while there are hacked versions of Honeycomb around, I wouldn't trust them in a production product. Though, whether or not Archos abides by their open-bootloader thing, that's another issue. Historically Archos devices auto-lock to the hard drive (so you can't replace it), and have signed bootloaders and kernel, which also check for signed user spaces. Archos Androids were "open" in they could run apps, any roots and jailbreaks lasted until the next reboot.

    AOSP may be open source, but it's more like "let's just dump what we have" moreso than a true open-source project - the stuff goes from Android -> AOSP typically.

  • Re:Openness (Score:3, Informative)

    by beelsebob ( 529313 ) on Friday August 05, 2011 @01:27PM (#36998434)

    Android Open Source Project – A related project to android, but not android.

There are two ways to write error-free programs; only the third one works.

Working...