自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(23)
  • 收藏
  • 关注

转载 Debugging with GDB

The current version of envsetup.sh has a gdbclient command that handles much of the setup. For example, to attach the already-runningglobaltime application, execute the following, making sure that: 1)

2012-07-20 17:07:09 646

转载 Debugging Native Code

Capturing logsTo capture log output:Produce a process list with ps (ps -t if you want verbose thread feedback).Dump kernel messages with dmesg.Get verbose log messages with logcat '*:v' & (runni

2012-07-20 17:06:27 982

转载 Debugging with tcpdump and other tools

Installing tcpdumpRunning tcpdumpOther network debugging commandsInstalling tcpdumpPushing the binary to an existing deviceDownload tcpdump from http://www.tcpdump.org/, then execute:adb

2012-07-20 17:05:44 539

转载 Instrumentation Testing

This document describes how to use the Instrumentation Framework to write test cases. Instrumentation testing allows you to verify a particular feature or behavior with an automated JUnit TestCase. Yo

2012-07-19 10:45:34 858

转载 Dalvik

The Dalvik virtual machine is intended to run on a variety of platforms.The baseline system is expected to be a variant of UNIX (Linux, BSD, MacOS X) running the GNU C compiler. Little-endian CPUs hav

2012-07-19 10:44:36 1475 1

转载 Sim Toolkit Application (STK)

This document offers a high-level overview of the SIM Toolkit Application for Android 1.0 and is primarily of interest for implementors of the Radio Interface Layer (RIL). The STK is R96 compatible (3

2012-07-19 10:42:30 1340

转载 Radio Layer Interfac

Android's Radio Interface Layer (RIL) provides an abstraction layer between Android telephony services (android.telephony) and radio hardware. The RIL is radio agnostic, and includes support for Glo

2012-07-19 10:41:41 1012

转载 Sensors

Android defines a user space C abstraction interface for sensor hardware. The interface header is defined inhardware/libhardware/include/hardware/sensors.h.In order to integrate sensors with Android

2012-07-19 10:40:56 675

转载 Power Management

IntroductionWake LocksTypes of Wake LocksExploring a Wake Lock ExamplePowerManager classRegistering Drivers with the PM DriverEarly SuspendIntroductionAndroid supports its own Powe

2012-07-19 10:40:08 761

转载 Camera

Android's camera subsystem connects the camera application to the application framework and user space libraries, which in turn communicate with the camera hardware layer that operates the physical ca

2012-07-19 10:39:19 457

转载 Audio

AudioHardwareInterface serves as the glue between proprietary audio drivers and the Android AudioFlinger service, the core audio service that handles all audio-related requests from applications.S

2012-07-19 10:37:55 502

转载 Lights

Android defines a user space C abstraction interface for LED hardware. The interface header is defined inhardware/libhardware/include/hardware/lights.h.In order to integrate LEDs with Android you ne

2012-07-19 10:36:56 507

转载 Keymaps and Keyboard Input

This document describes how keyboard input gets translated into Android actions and how you can customize key layout and key character maps to match the needs of your own device.Android uses the s

2012-07-19 10:36:15 731

转载 Display Drivers

This section describes how the display driver functions and offers a functional template designed to help you build your own device-specific driver.Android relies on the standard frame buffer device

2012-07-19 10:35:35 552

转载 Wi-Fi

Android uses wpa_supplicant as the platform interface to the Wi-Fi device. Your Wi-Fi driver must be compatible with the standard wpa_supplicant in addition to extensions added to the supplicant (spec

2012-07-19 10:34:43 425

转载 GPS

Android defines a user space C abstraction interface for GPS hardware. The interface header is defined ininclude/hardware/gps.h. In order to integate GPS with Android, you need to build a shared libra

2012-07-19 10:32:42 390

转载 Bluetooth

In this documentPortingCompilingTroubleshootingToolsFeature SupportAndroid's Bluetooth stack uses BlueZ version 3.36 for GAP, SDP, and RFCOMM profiles, and is a SIG-qualified Bluetooth 2

2012-07-19 10:31:54 934

转载 Bring Up

Once your code is built and you have verified that all necessary directories exist, power on and test your device with basic bring up, as described below. Bring up tests are typically designed to stre

2012-07-19 10:30:25 607

转载 Customization

Boot Screen CustomizationAt startup, Android displays a splashscreen image while booting the device. Do the following if you wish to modify the default splash screen:Create a 320x480 image, sp

2012-07-19 10:28:05 1847

转载 Creating Release Keys and Signing Builds

IntroductionAndroid requires that each application be signed with the developer's digital keys to enforce signature permissions and application request to use shared user ID or target process. For m

2012-07-19 10:26:22 715

转载 Build Cookbook

The Android Build Cookbook offers code snippets to help you quickly implement some common build tasks. For additional instruction, please see the other build documents in this section.Building a sim

2012-07-19 10:21:15 722

转载 Configuring a New Product

Detailed InstructionsThe steps below describe how to configure makefiles for new mobile devices and products running Android.Create a company directory in //vendor/. mkdir vendor/Create a p

2012-07-19 10:15:32 435

转载 Android Build System

Android uses a custom build system to generate tools, binaries, and documentation. This document provides an overview of Android's build system and instructions for doing a simple build.Android's

2012-07-19 10:13:21 427

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除