摘要:
1、问题的引入在android源码,成功执行了make和make sdk,也最终烧到开发板上了!不幸的是插入SIM卡却无法上网,必须手动设置APN后才能上网,而有些“菜鸟级”用户却无从下手,就需要我们开发者给他提供方便了!如何保证在插入SIM卡后就已经自动设置好APN呢?此时只要用户轻轻一点对应指定SIM卡的APN就OK了!2、问题的分析2-1、apn的流程分析及相关文件首... 阅读全文
摘要:
In Ubuntu 6.10, the default system shell, /bin/sh, was changed to dash (the Debian Almquist Shell); previously it had been bash (the GNU Bourne-Again Shell). The same change will affect users of Ubunt... 阅读全文
摘要:
android中的一个应用程序可以单独编译,编译后要重新生成system.img在源码目录下执行 . build/envsetup.sh (.后面有空格)就多出一些命令: - croot: Changes directory to the top of the tree. - m: Makes from the top of the tree. - mm: Builds all of th... 阅读全文
摘要:
引用地址:http://hi.baidu.com/324280429/blog/item/4c33e9a4da1bd4fc9052eeda.html/cmtid/4f71a7065eed117503088164下面,从官方文档总结出具体怎样用eclipse来开发android源码1、建立基本的android开发环境请参考官方文档或<>2、编译android源码android源码根目录下... 阅读全文
摘要:
引用地址:http://blog.csdn.net/urecvbnkuhBH_54245df/archive/2010/07/25/5764931.aspx1、安装apk文件出现相应的错误(1)提示错误OLDER_SDK,这表明现有的android的sdk版本太低,应该使用较高版本的sdk。(2)提示错误UPDATE_INCOMPATIABLE,这表明apk与现有的sdk存在兼容性上的冲突,可以检... 阅读全文
摘要:
0. # sudo apt-get install git-core gnupg flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev//you must install most of them, if you are not sure... 阅读全文
摘要:
用JSP&Servlet写了个website,其中有一个reg.html里面有一个表单,用于提交用户输入的个人信息,还有一个Servlet用于监听这个表单提交的参数,并且reg.html里面的charset=UTF-8,整个Eclipse也是用的UTF-8编码(工作空间范围:Window->Preferences->General->... 阅读全文
摘要:
假设主页面index.html,其中frameset结构如下所示: 在内层frameset中有左右两个frame,分别为left_frame,right_frame,现在left_frame中有一个按钮(refreshButton),希望通过点击此按钮来刷新right.html,为了实现此功能只需在refreshButt... 阅读全文
摘要:
In ToyTest.java, use reflection to create a Toy object using the non-default constructor. 阅读全文
摘要:
使用xp的时候,对微软出的IME3.0输入法用的很不习惯。在输入法设置中将其删除,然后没多久它又会在输入法切换的时候出现,于是有了彻底删除这个“流氓软件”的想法,在网上找到了一个叫IME Cleanup的小工具,发现它挺不错的。 阅读全文