Merge change 2110 into donut
* changes: Replaced occurences of "porting guide" with platform development kit Also added LED documentation to the TOC
This commit is contained in:
@@ -3,9 +3,9 @@ pdk.version=1.0
|
||||
@jd:body
|
||||
|
||||
|
||||
<p>The Open Handset Distribution (OHD) is a isoftware distribution for mobile devices, often referred to as Android, developed by members of the <a href="http://www.openhandsetalliance.com">Open Handset Alliance</a>. Android includes an operating system, middleware, and key applications typically required for mobile devices.</p>
|
||||
<p>The Open Handset Distribution (OHD) is a software distribution for mobile devices, often referred to as Android, developed by members of the <a href="http://www.openhandsetalliance.com">Open Handset Alliance</a>. Android includes an operating system, middleware, and key applications typically required for mobile devices.</p>
|
||||
|
||||
<p>This porting guide describes the steps necessary to port Android to a new mobile device. Android is designed as a highly-portable, hardware-independent platform based on Linux, and porting the platform to new devices requires little more than porting the Linux kernel and developing the Linux drivers necessary for your device.</p>
|
||||
<p>This platform development kit describes the steps necessary to port Android to a new mobile device. Android is designed as a highly-portable, hardware-independent platform based on Linux, and porting the platform to new devices requires little more than porting the Linux kernel and developing the Linux drivers necessary for your device.</p>
|
||||
|
||||
<p>The current version of this guide describes bringing Android up to "PDA-level" functionality; functionality sufficient to support non-multimedia apps that run on unconnected mobile devices through the standard user interface devices such as keypad and display. Future versions of this guide will cover complete telephony, multi-media and peripheral integration to create a complete mobile device.</p>
|
||||
|
||||
|
||||
@@ -46,6 +46,14 @@ function nothing() {}
|
||||
<li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Misc</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/lights.html">LEDs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user