E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
porting
ANDROID
Porting
系列九、Lights
http://source.android.com/
porting
/lights.html•建立一个Light库•接口 Android定义为LED硬件用户空间C的抽象接口。
ccwwff
·
2010-07-16 18:00
c
android
Build
ANDROID
Porting
系列八、Keymaps and Keyboard Input
•功能•关键位置图•关键字符映射•实现您自己的驱动程序(驱动程序模板)•示例实现 本文档介绍了如何获取键盘输入转化为Androidactions,以及如何可以自定义键的布局和重点字符映射到自己的设备相匹配的需要。 Android使用Linux操作系统的标准输入设备事件(/dev/event0)和驱动在linuxlinux/input.h内核头文件描述。欲了解更多有关标准的Linux驱动程序
ccwwff
·
2010-07-16 17:00
android
struct
input
character
events
keyboard
ANDROID
Porting
系列七、Display Drivers
•功能•实现您自己的驱动程序(驱动程序模板)•故障排除 本节介绍了如何显示驱动功能,并提供一个功能模板,旨在帮助您建立自己的特定于设备的驱动程序。Android依靠在Linux/fb.h内核头文件的标准帧缓冲设备(/dev/fb0或/dev/graphics/fb0)和驱动程序。欲了解更多有关标准的Linux帧缓冲区信息,请参阅http://kernel.org的帧缓冲设备。 功能
ccwwff
·
2010-07-16 16:00
ANDROID
Porting
系列六、Bring Up
http://source.android.com/
porting
/bring_up.html 一旦你的代码是建立和您确认所有必要的目录存在,如下所述实现上电测试您的设备。
ccwwff
·
2010-07-16 15:00
ANDROID
Porting
系列五、定制化
http://source.android.com/
porting
/customization.html•启动屏幕定制•网络定制平台•自定义预加载的应用程序•自定义浏览器的书签•电子邮件提供商定制•平台主题启动屏幕定制在启动时
ccwwff
·
2010-07-16 13:00
android
网络
user
ssl
domain
email
ANDROID
Porting
系列四、建立公开密钥和签名生成
•简介•生成密钥•签名生成发布介绍 Android要求每个应用与开发者的数字签名密钥签署的执行权限和应用程序要求使用共享的用户ID或目标的过程。欲了解更多有关机器人安全的一般原则和签名要求,请参阅Android的安全和权限的Android开发指南一节。Android平台的核心采用4个关键点来保持安全的核心平台组件:•平台:一个软件包是核心平台的一部分关键。•分享:一个是在家庭中共享/接触过程中
ccwwff
·
2010-07-16 10:00
android
image
制造
脚本
平台
产品
ANDROID
Porting
系列三、Build Cookbook
http://source.android.com/
porting
/build_cookbook.html Android的BuildCookbook提供代码片段以帮助您快速执行一些常见的build任务
ccwwff
·
2010-07-15 21:00
java
android
Module
Build
include
compiler
ANDROID
Porting
系列二、配置一个新产品
ANDROIDPorting系列二、配置一个新产品详细说明下面的步骤描述了如何配置新的移动设备和产品的makefile运行android。1. 目录//vendor/创建一个公司目录 mkdirvendor/2. 创建一个目录下的公司与您在步骤1中创建产品目录. mkdirvendor//products/3. 创建一个特定于产品的makefile,调用
ccwwff
·
2010-07-15 18:00
android
File
Path
include
makefile
产品
ANDROID
Porting
系列一、ANDROID编译系统
译自:http://source.android.com/
porting
/build_system.html Android使用一个自定义生成系统生成工具,二进制文件和文档。
ccwwff
·
2010-07-15 17:00
java
android
Build
library
makefile
branch
porting
iperf to Android platform
http://blog.chinaunix.net/u3/103613/showart_2037838.html 下面的文档描述如何移植 iperf 到 android 平台中1. download iperf source codelatest iperf version from the below link:http://sourceforge.net/projects/iperf/a
wapysun
·
2010-07-15 15:00
android
Android Bluetooth 移植(上)
原文链接地址:http://source.android.com/
porting
/bluetooth.html#androidBluetoothPorting本文涵盖以下方面· 移植·
dinuliang
·
2010-07-07 03:00
android
linux
框架
工具
BT
电话
boa-0.94.13 移植到 ARM
TableofContents 1.程序移植 2.配置 3.测试 1.程序移植 解压源码,配置furtherchan@further:~/work/boa_
porting
furtherchan
·
2010-06-29 16:00
Simple Guide for
Porting
Android Kernel
1 Android内核
Porting
相关背景知识1.1 运行平台Google的Android
freshui
·
2010-06-28 10:00
Simple Guide for
Porting
Android Kernel
1 Android内核
Porting
相关背景知识 1.1 运行平台 Google的Android平台到今天为
mmdev
·
2010-06-28 10:00
android
从solaris向linux移植应用程序的技术指导
http://www.ibm.com/developerworks/cn/linux/
porting
/solaris/guide1/index.html 从Solaris向Linux移植应用程序的技术指导
nomad2
·
2010-06-26 10:00
linux
gcc
Solaris
平台
makefile
编译器
用gdb调试 android webkit
用gdb调试webkit参考:http://source.android.com/
porting
/debugging_gdb.html,直接看这一段DetailedInstructions 启动模拟器
mayqlzu
·
2010-06-13 15:00
android
tcp
shell
command
webkit
browser
[转]Simple Guide for
Porting
Android Kernel
1 Android内核
Porting
相关背景知识 1.1 运行平台 Google的Android平
wapysun
·
2010-05-26 18:00
android
Quick guide for
porting
linux to ALTERA DE2-70
Platformandtools: Ubuntu9.04 Step1, Downloadthenioslinuxtallbal wgethttp://www.niosftp.com/pub/linux/nios2-linux-20090929.tar orusexunleitofixit. Step2, tarxvf nios2-linux-20090929.tarcdnios2-linux.
pkuyjxu
·
2010-05-24 19:00
Quick guide for
porting
uClinux to ALTERA DE2-70
Platformandtools: WindowsXP,Ubuntu9.04,Nios||9.1,Quartus||9.1, samba, Vmware7.0 Prepare Step1, InstallUbuntuinVmware;Step2, ConstructingSambaservertosharefoldswith(Host)XP;(Detailshasbeenintroducedi
pkuyjxu
·
2010-05-17 13:00
windows
ubuntu
command
gcc
download
symlink
使用Android Instrument 自动测试 WIFI_SERVICE
Porting
了新的Wifihardware_legancy,这个时候需要对对 AndroidWifiOn/Off作压力测试 发现可以使用AndroidInstrument和AndroidTestProject
stevenliyong
·
2010-05-06 16:00
eclipse
android
service
测试
include
delay
移植OpenSSH到arm手记
hi,allI have finished
porting
sftp program for PTO project.Theattachmentissftpprogram,plscheck.Anyquestion
songbohr
·
2010-04-28 18:00
ssh
ssl
gcc
测试
文档
makefile
Problems with S3C6410 double framebuffer in Android
一直认为原因是自己
porting
的系统没有实现copybit等2D加速功能,导致填充速度不够快。昨天在调试双Framebuffer时发现,问题可能出在双Framebuffer上的交换上。Androi
linweig
·
2010-04-25 12:00
c
android
Module
buffer
三星
patch
Android內核
Porting
相關背景知識 转载
.Android內核
Porting
相關背景知識1.1運行平台Google的Android平台到20020227為止,應用部分還是以二進制的Binary形式發佈的,其编譯的目標平台ARM926EJ-S的CPU
sfrysh
·
2010-04-19 13:00
android
System
工具
download
resources
patch
Rockie's Android
Porting
Guide(5)——Change your location and add the screenlock
Rockie'sAndroidPortingGuide(5)——ChangeyourlocationandaddthescreenlockRockieChengToday,Ijustsolvedtwosmallquestions.OneischangingthesystemlocationtoCHINA,theotheronelikesagiftmore,--ascreenlock--andIdo
wapysun
·
2010-04-19 10:00
location
Rockie's Android
Porting
Guide(5)——Change your location and add the screenlock
Rockie'sAndroidPortingGuide(5)——ChangeyourlocationandaddthescreenlockRockieChengToday,Ijustsolvedtwosmallquestions.OneischangingthesystemlocationtoCHINA,theotheronelikesagiftmore,--ascreenlock--andIdo
vrix
·
2010-04-19 10:00
android
calendar
System
idea
Signal
keyboard
Rockie's Android
Porting
Guide(5)——Change your location and add the screenlock
Rockie'sAndroidPortingGuide(5)——ChangeyourlocationandaddthescreenlockRockieChengToday,Ijustsolvedtwosmallquestions.OneischangingthesystemlocationtoCHINA,theotheronelikesagiftmore,--ascreenlock--andIdo
wapysun
·
2010-04-19 10:00
location
Rockie's Android
Porting
Guide(3)——Add correct keymap to your system
Rockie's Android
Porting
Guide(3)——Add correct keymap to your system Rockie Cheng We already
wapysun
·
2010-04-19 10:00
android
Rockie's Android
Porting
Guide(4)——Add SD card to your system
Rockie's Android
Porting
Guide(4)——Add SD card to your system Rockie Cheng Andorid use vold to manage
wapysun
·
2010-04-19 10:00
android
Rockie's Android
Porting
Guide(4)——Add SD card to your system
Rockie'sAndroidPortingGuide(4)——AddSDcardtoyoursystemRockieChengAndoridusevoldtomanageSDcardanditiseasytouse.ButImeetmanytroublesandfinallyfindthattherealproblemisintheLinuxKernel.ThankstotheAndroidMa
vrix
·
2010-04-19 10:00
android
Module
System
Path
deprecated
filesystems
Rockie's Android
Porting
Guide(3)——Add correct keymap to your system
Rockie'sAndroidPortingGuide(3)——AddcorrectkeymaptoyoursystemRockieChengWealreadyhaveakeyboarddirverinLinuxkernel.Next,letusnoticeAndroidthatwehaveakeyboard./*gpiobuttonsfromlinux*/staticstructgpio_key
vrix
·
2010-04-19 10:00
Rockie's Android
Porting
Guide(2)——Add USB WIFI to your system
Rockie'sAndroidPortingGuide(2)——addUSBWIFItoyoursystem编译Android操作系统(2)——添加Wifi支持RockieChengNow,zd1211b无线网卡已可使用wpa_supplicant连接无线网络,下一步要让android能够识别无线网卡。Android默认使用wifi.c加载无线网卡驱动模块,如果直接编译进内核需要做一定修改。btw
wapysun
·
2010-04-19 10:00
android
Rockie's Android
Porting
Guide(2)——Add USB WIFI to your system
Rockie'sAndroidPortingGuide(2)——addUSBWIFItoyoursystem编译Android操作系统(2)——添加Wifi支持RockieChengNow,zd1211b无线网卡已可使用wpa_supplicant连接无线网络,下一步要让android能够识别无线网卡。Android默认使用wifi.c加载无线网卡驱动模块,如果直接编译进内核需要做一定修改。btw
vrix
·
2010-04-19 10:00
android
socket
System
domain
interface
extension
Rockie's Android
Porting
Guide(1)——Build your own board
Rockie's Android
Porting
Guide(1)——build your own board Rockie Cheng Download Android 2.0 eclair codes
wapysun
·
2010-04-19 10:00
android
Rockie's Android
Porting
Guide(1)——Build your own board
Rockie'sAndroidPortingGuide(1)——buildyourownboardRockieChengDownloadAndroid2.0eclaircodesfromgooglegit! (1)在android源码目录下执行(为何每次都要执行?).build/envsetup.sh(2)建立自己的boardcopybuild/target/board/generictobuil
vrix
·
2010-04-19 10:00
android
calendar
HTC
Build
idea
audio
A note of
porting
yaffs2 file system to linux 2.6.18, part one.
Anoteofportingyaffs2filesystemtolinux2.6.18,partone.Platform:broadcom97405,mips(supportSMP),linux2.6.18.Nandflash:128MBPagesize:(2048+64spare)BytesBlocksize:(128K+4Kspare)Bytes1.Getyaffsandyaffs2sourc
wenxy1
·
2010-04-13 16:00
linux
image
File
System
download
tags
有用的Windows编程工具
memcached (32bit和64bit) 一直以来memcached都没有官方的windows实现,不过也有个人和公司做了windows
porting
,最出色的应该算是north scale,
ray_linn
·
2010-04-09 10:00
编程
Ajax
windows
memcached
网络应用
Android Wifi Driver
Porting
1.修改build/target/board/generic/BoardConfig.mk定义使用wirelessextension作为wpa_supplicant的driver.#WifirelateddefinesBOARD_WPA_SUPPLICANT_DRIVER:=WEXT2. 修改hardware/libhardware_legacy/wifi/wifi.cwifi.c是wifi的h
linweig
·
2010-04-08 19:00
android
Parameters
NetWork
interface
extension
Comments
CEGUI 0.6和0.7区别
Porting
from CEGUI 0.6.x to CEGUI 0.7.x
http://www.cegui.org.uk/docs/current/
porting
6to7.html Author:PaulDTurnerThispageliststhemajorbreakingchanges
pizi0475
·
2010-03-28 10:00
function
System
Class
reference
frameworks
returning
Android Wifi Driver
Porting
1.修改build/target/board/generic/BoardConfig.mk定义使用wirelessextension作为wpa_supplicant的driver.#WifirelateddefinesBOARD_WPA_SUPPLICANT_DRIVER:=WEXT 2. 修改hardware/libhardware_legacy/wifi/wifi.cwifi.c是wifi
stevenliyong
·
2010-03-19 09:00
android
Parameters
NetWork
interface
extension
Comments
Jetty5和Jetty6的变化
最近将一个eclipse插件项目从eclipse3.4.2
porting
到3.5时,发现原来jetty的代码不能编译通过,经调查,eclipse3.4用的jetty5,3.5用的是jetty6,API
youngerbaby
·
2010-02-25 10:00
eclipse
Simple Guide for
Porting
Android Kernel
1 Android内核
Porting
相关背景知识 1.1 运行平台 Google的A
linweig
·
2009-12-21 14:00
Linux内核设备模型(8)
译者:郭少悲2009/12/18原文:linux-2.6/Documentation/driver-model/
porting
.txt移植驱动到新的设备驱动模型概述请参考阅读Documentation/
guoshaobei
·
2009-12-18 16:00
Android ALSA
porting
to smartq7
1.system/core/init/device.c加上一段代碼以創建/dev/snd: ...... }elseif(!strncmp(uevent->subsystem,"mtd",3)){ base="/dev/mtd/"; mkdir(base,0755); }elseif(!strncmp(uevent->subsyste
stevenliyong
·
2009-12-03 13:00
关于Cygwin环境下快速搭建GTK+2.0开发环境的方法(原创)
原本是用MinGW作为开发环境的,可是用Gdb调试的时候,发现Gdb在MinGW环境中并不能良好运行,比如tab键的补齐就不行,尝试这自己编译了一版依旧如此,在MinGW官方网站上下载了最新的
porting
ExclusivePig
·
2009-11-26 15:00
shell
gcc
bash
exe
makefile
gtk
Android
Porting
On Real Target
一个韩国人写的Android移植的文章~~http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget#s-6.1 另外一个人写的移植到ADF上的文档~~http://marwww.in2p3.fr/~duval/wiki_html_dump/articles/a/n/d/Android.html#Some_readings_before_st
mike_gz
·
2009-11-25 13:00
Android
porting
(s3c6410)
Androidporting(s3c6410) 第一步只要求能进系统就行。烧写完后,logcat打印如下信息,检查后确认是音频不正常,于是将AudioSystem.cpp文件中get_audio_flinger()直接return0;又将vendor/sec/smdk6410/BoardConfig.mk中修改BOARD_USES_ALSA_AUDIO:=false,注释掉init.rc中的m
knock
·
2009-11-02 18:00
c
android
File
Build
audio
Signal
【嵌入式Linux学习七步曲之第三篇 Linux系统bootlaoder移植】Guidelines for
Porting
PPCBOOT on PowerPC
GuidelinesforPortingPPCBOOTonPowerPCSailor_forever sailing_9806#163.com转载请注明http://blog.csdn.net/sailor_8318/archive/2009/10/30/4745793.aspx1 Introduction 41.1 Purpose 41.2 RevisionInformat
sailor_8318
·
2009-10-30 00:00
linux
Flash
嵌入式
download
debugging
variables
bt
porting
bt启动过程:中断初始化:FM1182串口注册表:[HKEY_LOCAL_MACHINE/Drivers/BuiltIn/Serial2]"Dll"="AtlasSerial.Dll""IoBase"=dword:ab020000"Tsp"="Unimodem.dll""Prefix"="COM""Order"=dword:00000001"Index"=dword:00000009"Friend
zjh824
·
2009-10-28 13:00
Microsoft
dll
include
BT
WinCE
debugging
build android for VMware
在android-
porting
讨论组看到了有人成功的在X86平台下运行android后,我也开始按照讨论组内指导的方法尝试创建能够在vmWare上运行的andorid,最后成功的生成了能够运行的未作修改的
vrix
·
2009-09-09 17:00
vmware
android
Build
installer
fonts
linux内核
build android for VMware
在android-
porting
讨论组看到了有人成功的在X86平台下运行android后,我也开始按照讨论组内指导的方法尝试创建能够在vmWare上运行的andorid,最后成 功的生成了能够运行的未作修改的
wapysun
·
2009-09-09 17:00
android
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他