Hacker News new | ask | show | jobs
by notatoad 5281 days ago
no, OSX is not open. you can't take the published source code and compile it into a useable copy of OSX.

you can take the published android source code and create a useable copy of android from it. the entire operating system is there. android is open source. the people criticizing android for not being open are either lying, or have forgotten that we have moved on from the 3.0 branch which was not open.

2 comments

You can take the published source code and compile a useable copy of OS X. In fact, for many years the OpenDarwin project did just that. What you could not do is run the Aqua GUI or many of the default applications that come with a Mac bought in the store.

But that's the point. Sure, you can compile and run "Android", but is it the same as the OS that runs on a phone I buy from Verizon? Android phones sell with proprietary software that is most definitely not open. Macintosh computers sell with proprietary software that is most definitely not open. But enough elements of both are open to the point that you can boot a device and accomplish real work.

What you could not do is run the Aqua GUI or many of the default applications that come with a Mac bought in the store

Which isn't very useful at all. Android on the other hand allows you to run Market, Apps, Amazon Apps, your own in house apps on your device of choice by using the provided source code. You will have to write your drivers may be but that's not nearly the same as write your CF or Aqua or OpenGL implementation plus a ton of other things to make stock OS X apps works. That goes into practically impossible category.

So in other less terse wording - you can call Darwin open source but you cannot really call OS X open source.

Sure, that's essentially my point: Parts of the Android stack are open and parts of the OS X stack are open. Whether or not the important parts are open depends on who you are. Take, for example, the other story on HN today about HTC finally opening their bootloader. That, to me, is much more important than any other part of Android being open.
"Open", in this context, means open source. HTC's bootloader has always been open source, as far as I know. It's been set up to only boot signed kernels, but that's "open" as in, "customers can modify their devices" not as in, "customers can view and modify the source code we put on the device."

HTC's locking the bootloader isn't exactly an issue with Android's openness. It's an issue with the openness of HTC.

>Android phones sell with proprietary software that is most definitely not open. Macintosh computers sell with proprietary software that is most definitely not open.

Ubuntu comes with proprietary software that is most defnitely not open...

Just because OEMs and carriers ship versions of Android that contain closed components does not mean that Android itself is somehow "less open". You can download and compile the source and throw a vanilla, open version of Android on any device that will allow it. It's not Android's fault that OEMs lock you out of their devices, any less than Linux would be responsible for UEFI.

>But that's the point. Sure, you can compile and run "Android", but is it the same as the OS that runs on a phone I buy from Verizon? Android phones sell with proprietary software that is most definitely not open.

Yes, the image of AOSP that I built for my Nexus is identical to the shipping image, minus the Verizon apps (Voicemail and My Verizon). I'm running CM9 now. Motorola/HTC/Samsung all have their custom overlays for skins, but that's not really the point. The stock ICS is a pleasure to use and is ages about Blur/Sense/TouchWiz in usability.

No, the drivers are generally not open. Wait, they're almost never open.

So, you can make a useable copy of Android that run in.. an emulator. Woot.

That's the major "Android is not open" gripe I have.

Besides, we might have "moved on" from the closed source Android 3.0, but that doesn't mean much. Android 5 could be closed for all we know. In fact, it could be forever closed, at any given time.

And now, Google has history were they actually have closed it. Which changes, well, everything. They won't be afraid to do it if they have an interest into doing it.

The gripe that you have is other people are not providing free, open drivers that you can use the way you want. The point of Android being open is you can have your own hardware, write and publish your own drivers and take the Android code to create Android compatible device which is fully open. That cannot be said of other successful Mobile offerings.