WEB开发网
开发学院手机开发Android 开发 Android 模拟器入门 阅读

Android 模拟器入门

 2010-03-05 18:15:00 来源:WEB开发网   
核心提示:[-c [-c ] ...][-e [-e ...][-n <:COMPONENT>] [-D] []am instrument [-e ][-p ][-w] <:COMPONENT>启动浏览器:am start -a android.intent.action.VIEW -d http://w

[-c [-c ] ...]

[-e [-e ...]

[-n <:COMPONENT>] [-D] []

am instrument [-e ]

[-p ]

[-w] <:COMPONENT>

启动浏览器:

am start -a android.intent.action.VIEW -d http://www.google.cn/

拨打电话:

am start -a android.intent.action.CALL -d tel:10086

启动google map直接定位到北京:

am start -a android.intent.action.VIEW geo:0,0?q=beijing

-----------------------------------------------------------------------------------

目录:

# ls

ls

sqlite_stmt_jou

cache

sdcard

etc

init

init.goldfish.r

init.rc

data

system

proc

sys

sbin

default.prop

root

dev

这里要说明下,从andorid中得到的文件流的字符串的顺序是按“类型+权限+拥有者+数组+大小+日期+名称+链接到”顺序排列的,其中类型“d”表示的是文件夹,"l"表示的是链接,'-'表示的是文件。

例如d rwxrwx--- system cache 2009-01-09 11:46 cache

上面的目录就是通过解析ls命令返回的字符串进行解析的。

-----------------------------------------------------------------------------------

数据库:

联络人(含通话记录)数据库:/data/data/com.android.providers.contacts/databases/contacts.db

媒体库(貌似记录铃声设置等信息): /data/data/com.android.providers.media/internal.db

系统设置: /data/data/com.android.providers.settings/databases/settings.db

短信库: /data/data/com.android.providers.telephony/databases/mmssms.db

Web设置: /data.data/com.android.settings/databases/webview.db

上一页  1 2 3 4  下一页

Tags:Android 模拟器 入门

编辑录入:coldstar [复制链接] [打 印]
赞助商链接