android下的蓝牙移植问题
把bluez协议编译进内核,装上blue-libs和blue-utils。 调试的时候,出现下面问题: #./bccmd -t h4 -d /dev/ttyS1 psload -r /blue_core.psr Loading …
android的移植问题,卡住了.......
移植android 内核方面LCD 网卡 USB模块没有移植上去 根文件系统方面使用android的root目录和system目录组合成了一个ramdisk,并添加了/dev/console和/d…
Developing android application with sdk and apache ant
developing android application with sdk and apache ant ps: just a note to record the settings. I hate eclipse! I seldomly used eclipse to de…
关于QT creator
第一次用QT 使用QT creator写的一个小代码:#include <QApplication>#include <QLabel>int main(int argc,char *argv[]){    QApplic…
[Android]关于布局问题,P姨帮忙!
我需要一个布局如下: 屏幕上方90%显示内容,内容多的时候需要ScrollView来滚动,下方的10%为工具栏(固定不动,不受上方ScrollView滚动影响,始终在…
Service 示例 -- Remote Service 篇(简单描述)
Remote Services 通过 RPC 为其他进程提供服务,又叫 AIDL(Android Interface Definition Language) Services,顾名思义,跟 AIDL 有密切关系,如果做…
请教关于Android下键盘驱动问题
我在ARM9平台上移植Android,移植键盘驱动时遇上一些问题,请教一下: 1:进入中断后并且得到了键值,但是用input_report_key函数传递键值后驱动无法…