Chinaunix首页 | 论坛 | 博客
  • 博客访问: 9395500
  • 博文数量: 1747
  • 博客积分: 12961
  • 博客等级: 上将
  • 技术积分: 20060
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-09 11:25
个人简介

偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.

文章分类

全部博文(1747)

文章存档

2024年(23)

2023年(26)

2022年(112)

2021年(217)

2020年(157)

2019年(192)

2018年(81)

2017年(78)

2016年(70)

2015年(52)

2014年(40)

2013年(51)

2012年(85)

2011年(45)

2010年(231)

2009年(287)

分类: LINUX

2010-05-30 09:39:45

kernel
binder
framebuffer - double-buffering, pan display and RGB 454
ashmem
pmem - alloc physical memory for GPU or DSP
alarm
power manager
low memory

android source
use init.[ro.hareware].rc - this ro.hareware property is from /proc/cpuinfo
switch /dev/tty0 between KD_TEXT and KD_GRAPHIC
keymap - some parameters in qwerty.kl need power manager from kernel
battery check
bypass touch screen check in some App.
bypass network available check in some App. - check NetworkInfo and Connectivity Intent
sync - need network and correct date time, maybe also need DNS info from dhcpinfo
mount fake sd card - if execute these at start, take care the intent if the intent start or not
setprop EXTERNAL_STORAGE_STATE mounted
am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard
mount real sd card - need kernel support mmc and a correct vold.conf
mount ums storage - need to check code
Intent brordcast recivier - how to usr this, such fake sd card, and svc enable wifi and mobile network
enable wifi network - libhardware_legecy, wpa_supplicant and its config
audio - need kernel support alsa and external/alsa-lib...etc
bypass GoogleLoginSerive - need additional properties and independent of SetupWizard.apk
compile compatible shell on android
1. make in android source - put source into externel/ and write correct Android.mk
2. use Codesourary crosscompile to compile a static binary

TODO
how to make wifi device more stable on android
learn how to use android ndk
map other input device keycode to android keycode
add ethernet service into android
find out how to use ntp on android
阅读(3163) | 评论(0) | 转发(0) |
0

上一篇:centos 配置

下一篇:Android HOME KEY

给主人留下些什么吧!~~