2011年12月24日

farewell

摘要: back from the dead, reborn into the light 阅读全文

posted @ 2011-12-24 04:05 bye_passer 阅读(139) 评论(0) 推荐(0) 编辑

2011年12月7日

用 NDK 编译 Platinum

摘要: 版本:Platinum-a4ab7c(1)NDK用 android-ndk-r6(用r7 build失败!根据scons脚本中的一些路径推断,至少应该是r5)(2)指定 target(2.1)指定命令行选项执行 scons target=arm-android-linux build_config=Release(2.2)修改 Platinum/Build/Boot.scons 文件中 options.AddVariables(...) 直接写入上述2个选项为默认值,则执行 scons 命令时不必指定选项options = Variables()options.AddVariables( .. 阅读全文

posted @ 2011-12-07 11:03 bye_passer 阅读(1595) 评论(0) 推荐(0) 编辑

2011年11月2日

SQLite 数据类型总结

摘要: SQLite 数据类型总结 阅读全文

posted @ 2011-11-02 18:35 bye_passer 阅读(22542) 评论(1) 推荐(0) 编辑

2011年10月22日

转:chmod in init.rc

摘要: Copy自:http://groups.google.com/group/android-porting/browse_thread/thread/b6f1a0a2a153cb9e问题:I have added a new kernel module in my Android Eclair 2.1 which is loaded in init.rc and makes a device node at /dev/mynode. My problem is about setting the permission of this node: If I do it by myself: &qu 阅读全文

posted @ 2011-10-22 05:04 bye_passer 阅读(1301) 评论(0) 推荐(0) 编辑

2011年10月19日

Android 3D 编程:HelloArrow(用 OpenGL ES 2.0 实现)

摘要: “iPhone 3D Programming”Android 翻版系列,用OpenGL ES 2.0 实现了前一篇的 HelloArrow 示例程序 阅读全文

posted @ 2011-10-19 17:58 bye_passer 阅读(8106) 评论(1) 推荐(2) 编辑

2011年10月18日

Android 3D 编程:HelloArrow

摘要: 我的 Android 翻版“iPhone 3D Programming”系列的第一篇,相当于 OpenGL ES 1.1 的 Hello World 阅读全文

posted @ 2011-10-18 10:16 bye_passer 阅读(3331) 评论(0) 推荐(0) 编辑

2011年10月17日

获取Android设备的方向

摘要: 对Android 重力感应(g-sensor)API的分析,根据运动加速度计算出设备方向的算法推论,并以此为基础实现了一个“不倒翁”Demo 阅读全文

posted @ 2011-10-17 01:44 bye_passer 阅读(21647) 评论(2) 推荐(2) 编辑

2011年10月16日

Android 3D 编程:索引

摘要: “iPhone 3D Programming”一书的Android翻版 阅读全文

posted @ 2011-10-16 01:04 bye_passer 阅读(1388) 评论(2) 推荐(0) 编辑

2011年10月15日

Realtek 8192cu 支持 Android Hotspot

摘要: 移植 Realtek 8192cu 的 hotspot 实现到 Android 2.2 阅读全文

posted @ 2011-10-15 22:02 bye_passer 阅读(5518) 评论(0) 推荐(1) 编辑

Realtek 8192cu 驱动移植到 Android 2.2

摘要: Realtek 8192cu USB WiFi 驱动移植到三星 S5PV210 Android 2.2 BSP 阅读全文

posted @ 2011-10-15 14:32 bye_passer 阅读(7149) 评论(0) 推荐(1) 编辑

导航