ChinaUnix.net
相关文章推荐:

android ics home key

本帖最后由 bxfqing 于 2011-12-26 15:52 编辑 1. Audio 音频系统 可用参考: android4.0音频系统HAL初探 源代码在以下目录 frameworks/base/services/audioflinger/

by bxfqing - 移动操作系统 - 2011-12-27 13:44:44 阅读(3134) 回复(1)

相关讨论

As one of the key infrustructure, android Binder provide one of the IPC mechanism in android system. Some people thought that android Binder reused the Open Binder released by ACCESS/PalmOS and studied the mechanism based on the documents on http://www.angryredplanet.com/~hackbod/openbinder/docs/html/index.html. 1. Difference between android Binder & OpenBinder Then what's the difference between...

by wqhl.mark - 移动操作系统 - 2009-01-16 10:33:18 阅读(2801) 回复(0)

android屏蔽home键" href="http://pccp.me/archives/448.html" rel=bookmark jQuery1300339224216="46"><fontandroid屏蔽home键 src="http://pccp.me/wp-content/plugins/ttftitles/cache/17e91c1546a19c11d1c8d9d67a4649e7.png" width=265 height=28>

...

by DerekGuo_lzu - 移动操作系统 - 2011-12-20 09:44:21 阅读(685) 回复(0)

本帖最后由 bxfqing 于 2011-12-23 18:02 编辑 Refer to 参考 * Initializing the Build Environment http://source.android.com/source/initializing.html ignore 略 *Downloading the Source http://source.android.com/source/downloading.html *Building and Running http://source.android.com/source/building.html Building[code] . build/envsetup.sh lunch->full-eng make -j7 [/code]Running on emulator[code]vim ~...

by bxfqing - 移动操作系统 - 2011-12-23 17:56:56 阅读(2399) 回复(0)

32bit的版本实在问题太多,我打算换64位平台试试了。 一路下来,编译错误很多。主要的问题好像是google的牛们都是用64位系统编译。编译脚本里面很多地方都直接写死了用64位参数。32位上编译就直接报错了。

by urglacier - 移动操作系统 - 2012-07-26 09:42:56 阅读(1918) 回复(3)

本帖最后由 三里屯摇滚 于 2011-04-14 12:43 编辑 转:crylxj 申请android google map API key 1.首先找到debug keystore位置:   打开Eclipse--->Windows--- > P references--->android--->Build 一般是这样的路径 C : \Documents and Settings\Administrator\.android\debug.keystore 2.在cmd中执行 keytool -list -alias androiddebugkey - keystore "C : \Documents and Settings\Administrator\.android\debug...

手机开发

by 三里屯摇滚 - 移动操作系统 - 2011-04-14 12:41:25 阅读(2088) 回复(0)

 相信在android应用上,很多时候逻辑是需要屏蔽home键的,但这个用户体验是否需要,就看各位的需求了。 
    一般的方法屏蔽home键,大家一定看过不少文章了。我总结一下,先说一下一般情况下Activity的屏蔽按键和home键吧。 

by figofuture - 移动操作系统 - 2011-12-23 03:25:33 阅读(1464) 回复(0)

NetBackup 使用一种称为 Private Branch Exchange (PBX) 的 Infrastructure Core Services (ics) 产品。 PBX 有助于限制 NetBackup 所使用的 TCP/IP 端口的数量。利用 PBX,还可以在 NetBackup 通过单个端口连接的情况下,进行所有套接字通信。PBX 端口号为 1556。 有关 PBX 以及如何配置 NetBackup 端口的更多信息,请参考 Veritas NetBackup Security and Encryption Guide(Veritas NetBackup 安全和加密指南)。 由于所有 N...

by asmboy001 - 存储备份 - 2010-12-30 21:39:54 阅读(2126) 回复(2)

转载自http://chiel99.blogspot.com/2010/01/android-how-to-send-key-event-by-adb.html

 

使用Adb shell command直...

by cdlda - 移动操作系统 - 2011-12-22 08:51:09 阅读(1465) 回复(0)

android 发布release时得到map api key android 在发布release版时,如果使用map api,则还需要再一次获取其key 也就是说debug和release都要获得map api的key。 $ keytool -list -alias alias_name -keystore my-release-key.keystore 上面是获得release时的。alias_name,代表签名时设置的alias的值,my-release-key.keystore,就是签名时的keystore。 参考还是要看android的文档。 http://code.google.com/intl/zh-CN...

android

by 凝望长空 - 移动操作系统 - 2011-11-14 09:44:34 阅读(1742) 回复(1)