{"id":4025,"date":"2009-12-07T16:55:55","date_gmt":"2009-12-07T11:25:55","guid":{"rendered":"http:\/\/mobisoftinfotech.com\/?p=4025"},"modified":"2024-11-27T12:57:44","modified_gmt":"2024-11-27T07:27:44","slug":"android-is-open-source","status":"publish","type":"post","link":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source","title":{"rendered":"Android is Open Source"},"content":{"rendered":"<p>Google is hardly the first company to try using open-source software to shake up the industry. Open Handset Alliance, and the open-source community made all of the work that they have poured into the mobile platform is now officially available, for free, as the Android Open Source Project.<br>\n<strong>What is open<\/strong><br>\nThe core Android platform will be 100% open source. Even multimedia codecs, which historically are held close to the vest will be open. Except where noted, everything will use the Apache software license (ASL v2). This is the same open source license used by projects like the Apache HTTP server, Tomcat, Harmony, and many other large projects in the open source community.<\/p>\n<p>There are two exceptions to the Apache license rule:<\/p>\n<p>Software that is already covered by by a free\/open source license will continue to use that license. Most notably, this includes Google&#8217;s enhancements to the Linux kernel. Linux uses the GNU Public License (GPL v2) so enhancements to the kernel will use the same license.<\/p>\n<p>Any software that touches Eclipse, for example the Eclipse Android Development Tools plug-in (ADT) will be licensed under the Eclipse Public License (EPL), because that&#8217;s what Eclipse uses.<\/p>\n<p>Google plans to make a few of their applications closed-source, including their GMail application. These programs are not part of the core Android system, even though they may be bundled with Android phones.<br>\n<strong>Openness<\/strong><br>\nAndroid was built from the ground-up to enable developers to create compelling mobile applications that take full advantage of all a handset has to offer. It is built to be truly open. For example, an application could call upon any of the phone&#8217;s core functionality such as making calls, sending text messages, or using the camera, allowing developers to create richer and more cohesive experiences for users. This is true, as a developer you can do everything, from sending short messages with just 2 lines of code, up to replacing even the HOME-Screen of your device. One could easily create a fully customized operating system within weeks, providing no more of Google&#8217;s default application to the user.  Android is built on the open Linux Kernel. Furthermore, it utilizes a custom virtual machine that has been designed to optimize memory and hardware resources in a mobile environment. Android will be open source; it can be liberally extended to incorporate new cutting edge technologies as they emerge. The platform will continue to evolve as the developer community works together to build innovative mobile applications.3<br>\n<strong>Different Layers of Android<\/strong><\/p>\n<p style=\"text-align:center\"><noscript><img decoding=\"async\" title=\"android-architecture-485b\" src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/android-architecture-485b.jpg\" alt=\"android-architecture-485b\" width=\"485\" height=\"348\"><\/noscript><img decoding=\"async\" title=\"android-architecture-485b\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20485%20348%22%3E%3C%2Fsvg%3E\" alt=\"android-architecture-485b\" width=\"485\" height=\"348\" data-src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/android-architecture-485b.jpg\" class=\" lazyload\"><\/p>\n<p><strong>The Red Layer<\/strong><\/p>\n<p style=\"text-align:center\"><noscript><img decoding=\"async\" title=\"Android_red_Layer\" src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/Android_red_Layer.png\" alt=\"Android_red_Layer\" width=\"485\" height=\"87\"><\/noscript><img decoding=\"async\" title=\"Android_red_Layer\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20485%2087%22%3E%3C%2Fsvg%3E\" alt=\"Android_red_Layer\" width=\"485\" height=\"87\" data-src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/Android_red_Layer.png\" class=\" lazyload\"><\/p>\n<p>The red layer from represents the services offered by the Linux kernel and associated GNU utility packages ported to the <a href=\"\/\/en.wikipedia.org\/wiki\/ARM_architecture\" rel=\"nofollow noopener\">ARM<\/a> architecture. These components are licensed under the GNU [General Public License], the <a href=\"\/\/en.wikipedia.org\/wiki\/GPL\" rel=\"nofollow noopener\">GPL<\/a>, or the GNU Lesser General Public License, the <a href=\"\/\/en.wikipedia.org\/wiki\/LGPL\" rel=\"nofollow noopener\">LGPL<\/a>. Being subject to the GNU GPL and LGPL licenses, these components are licensed with all source code included. Furthermore, due to the viral nature of the GPL license, any modification to this layer or derived work must be distributed as source to any 3rd parties using the same licensing terms. The GNU\/Linux ARM port is mature, stable, and used in many embedded projects both in and outside of <a href=\"https:\/\/phoneme.dev.java.net\/phone_me_faq.html#cldc4\" rel=\"nofollow noopener\">Google<\/a>.<br>\n<strong>The Green Layer<\/strong><\/p>\n<p style=\"text-align:center\"><noscript><img decoding=\"async\" title=\"android_green_layer\" src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/android_green_layer.png\" alt=\"android_green_layer\" width=\"485\" height=\"122\"><\/noscript><img decoding=\"async\" title=\"android_green_layer\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20485%20122%22%3E%3C%2Fsvg%3E\" alt=\"android_green_layer\" width=\"485\" height=\"122\" data-src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/android_green_layer.png\" class=\" lazyload\"><\/p>\n<p>The green layer consists entirely of open source libraries available under various licenses. Some of the libraries come from the <a href=\"\/\/en.wikipedia.org\/wiki\/GNU_project\" rel=\"nofollow noopener\">GNU project<\/a> itself. The licenses here vary from the LGPL, <a href=\"\/\/en.wikipedia.org\/wiki\/BSD_license\" rel=\"nofollow noopener\">BSD<\/a>, <a href=\"\/\/en.wikipedia.org\/wiki\/MIT_license\" rel=\"nofollow noopener\">MIT<\/a> and are completely in the <a href=\"\/\/en.wikipedia.org\/wiki\/Public_domain\" rel=\"nofollow noopener\">public domain<\/a> in the case of the <a href=\"\/\/sqlite.org\/\" rel=\"nofollow noopener\">SQLite<\/a> database. However, even if the licenses of some of the components found in this layer are more permissive and could allow a hardware vendor for customizations not found in other Android handsets, Google has created <a href=\"\/\/www.openhandsetalliance.com\/\" rel=\"nofollow noopener\">the Open Handset Alliance<\/a> that owns the Android trademark. As part of this effort, any phone that wishes to be branded as an Android handset must meet <a href=\"\/\/wireless.itworld.com\/4269\/071106googleandroid\/page_1.html\" rel=\"nofollow noopener\">the non-fragmentation rule<\/a>. As such, any phone that would customize the libraries found in this layer, add libraries or remove them altogether would no longer be able to brand itself as an Android phone. Furthermore, under this same pledge, its license to the proprietary Dalvikvirtual machine found at the core of the Android platform would be considered null and void.<br>\n<strong>The Blue Layer (Application Frameworks)<\/strong><\/p>\n<p style=\"text-align:center\"><noscript><img decoding=\"async\" title=\"Android_blue_Layer\" src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/Android_blue_Layer.png\" alt=\"Android_blue_Layer\" width=\"485\" height=\"148\"><\/noscript><img decoding=\"async\" title=\"Android_blue_Layer\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20485%20148%22%3E%3C%2Fsvg%3E\" alt=\"Android_blue_Layer\" width=\"485\" height=\"148\" data-src=\"\/\/mobisoftinfotech.com\/resources\/wp-content\/uploads\/2009\/12\/Android_blue_Layer.png\" class=\" lazyload\"><\/p>\n<p>In this layer, the application developer has access to what Android refers to as \u201a &#8216;service&#8217; processes. These services are invisible to the user of the handset. Application developers can communicate with these services via a message bus. For example, a contact application might instigate a phone call at the behest of a user request by calling on the services of the telephony manager. All code found in this section is currently closed source, is written in Java specifically for the Dalvik virtual machine. It is not yet clear under what license these modules will be made available in the future.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google is hardly the first company to try using open-source software to shake up the industry. Open Handset Alliance, and the open-source community made all of the work that they have poured into the mobile platform is now officially available, for free, as the Android Open Source Project. What is open The core Android platform [&hellip;]<\/p>\n","protected":false},"author":51,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_s2mail":"yes","footnotes":""},"categories":[4],"tags":[459,13,14,15],"class_list":["post-4025","post","type-post","status-publish","format-standard","hentry","category-android","tag-android","tag-layers-of-android","tag-open-source","tag-openness"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Android is Open Source - Mobisoft Infotech<\/title>\n<meta name=\"description\" content=\"Google is the first company to use open source software.The core Android platform will be 100% open source as the Android Open Source project.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Android is Open Source - Mobisoft Infotech\" \/>\n<meta property=\"og:description\" content=\"Google is the first company to use open source software.The core Android platform will be 100% open source as the Android Open Source project.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source\" \/>\n<meta property=\"og:site_name\" content=\"Mobisoft Infotech\" \/>\n<meta property=\"article:published_time\" content=\"2009-12-07T11:25:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-27T07:27:44+00:00\" \/>\n<meta name=\"author\" content=\"Sukumar Salokhe\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sukumar Salokhe\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#article\",\"isPartOf\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source\"},\"author\":{\"name\":\"Sukumar Salokhe\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/83cdad638f1dfcac8078367b67e0153a\"},\"headline\":\"Android is Open Source\",\"datePublished\":\"2009-12-07T11:25:55+00:00\",\"dateModified\":\"2024-11-27T07:27:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source\"},\"wordCount\":813,\"commentCount\":0,\"keywords\":[\"Android\",\"Layers of Android\",\"open source\",\"Openness\"],\"articleSection\":[\"Android\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source\",\"url\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source\",\"name\":\"Android is Open Source - Mobisoft Infotech\",\"isPartOf\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#website\"},\"datePublished\":\"2009-12-07T11:25:55+00:00\",\"dateModified\":\"2024-11-27T07:27:44+00:00\",\"author\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/83cdad638f1dfcac8078367b67e0153a\"},\"description\":\"Google is the first company to use open source software.The core Android platform will be 100% open source as the Android Open Source project.\",\"breadcrumb\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mobisoftinfotech.com\/resources\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Android is Open Source\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#website\",\"url\":\"https:\/\/mobisoftinfotech.com\/resources\/\",\"name\":\"Mobisoft Infotech\",\"description\":\"Discover Mobility\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mobisoftinfotech.com\/resources\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/83cdad638f1dfcac8078367b67e0153a\",\"name\":\"Sukumar Salokhe\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/84f74a4d2165ecb1a30060d99dbef7dd3f8fe2ab1f38800d6ce4c7437280e6aa?s=96&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/84f74a4d2165ecb1a30060d99dbef7dd3f8fe2ab1f38800d6ce4c7437280e6aa?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/84f74a4d2165ecb1a30060d99dbef7dd3f8fe2ab1f38800d6ce4c7437280e6aa?s=96&r=g\",\"caption\":\"Sukumar Salokhe\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Android is Open Source - Mobisoft Infotech","description":"Google is the first company to use open source software.The core Android platform will be 100% open source as the Android Open Source project.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source","og_locale":"en_US","og_type":"article","og_title":"Android is Open Source - Mobisoft Infotech","og_description":"Google is the first company to use open source software.The core Android platform will be 100% open source as the Android Open Source project.","og_url":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source","og_site_name":"Mobisoft Infotech","article_published_time":"2009-12-07T11:25:55+00:00","article_modified_time":"2024-11-27T07:27:44+00:00","author":"Sukumar Salokhe","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sukumar Salokhe","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#article","isPartOf":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source"},"author":{"name":"Sukumar Salokhe","@id":"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/83cdad638f1dfcac8078367b67e0153a"},"headline":"Android is Open Source","datePublished":"2009-12-07T11:25:55+00:00","dateModified":"2024-11-27T07:27:44+00:00","mainEntityOfPage":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source"},"wordCount":813,"commentCount":0,"keywords":["Android","Layers of Android","open source","Openness"],"articleSection":["Android"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source","url":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source","name":"Android is Open Source - Mobisoft Infotech","isPartOf":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/#website"},"datePublished":"2009-12-07T11:25:55+00:00","dateModified":"2024-11-27T07:27:44+00:00","author":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/83cdad638f1dfcac8078367b67e0153a"},"description":"Google is the first company to use open source software.The core Android platform will be 100% open source as the Android Open Source project.","breadcrumb":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/android\/android-is-open-source#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mobisoftinfotech.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Android is Open Source"}]},{"@type":"WebSite","@id":"https:\/\/mobisoftinfotech.com\/resources\/#website","url":"https:\/\/mobisoftinfotech.com\/resources\/","name":"Mobisoft Infotech","description":"Discover Mobility","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mobisoftinfotech.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/83cdad638f1dfcac8078367b67e0153a","name":"Sukumar Salokhe","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/84f74a4d2165ecb1a30060d99dbef7dd3f8fe2ab1f38800d6ce4c7437280e6aa?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/84f74a4d2165ecb1a30060d99dbef7dd3f8fe2ab1f38800d6ce4c7437280e6aa?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/84f74a4d2165ecb1a30060d99dbef7dd3f8fe2ab1f38800d6ce4c7437280e6aa?s=96&r=g","caption":"Sukumar Salokhe"}}]}},"_links":{"self":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts\/4025","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/users\/51"}],"replies":[{"embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/comments?post=4025"}],"version-history":[{"count":13,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts\/4025\/revisions"}],"predecessor-version":[{"id":32650,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts\/4025\/revisions\/32650"}],"wp:attachment":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/media?parent=4025"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/categories?post=4025"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/tags?post=4025"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}