发布时间:2014-07-17 18:10:28
原创:kylin_zeng http://blog.chinaunix.net/uid/23795897.htmlcc1: error: unrecognized command line option "-mlittle-endian"cc1: error: unrecognized command line option "-mabi=aapcs-linux"cc1: error: unrecognized command line option "-mno-thumb-interwork"scripts/mod/empty.c:1: error: bad va.........【阅读全文】
发布时间:2014-06-11 14:41:08
int CSerialPort::str2Hex(CString str, CString &data){int t,t1;int rlen=0,len=str.GetLength();if(!((len-1)%2)){rlen=0;return rlen;}LPTSTR pBuffer = data.GetBuffer((len+1)/2); for (int i=0;i<len;){char l,h=str[i];if (h==' '){i++;continue;}i++;if (i>=len)break;l=str[i];t=He.........【阅读全文】
发布时间:2014-05-31 11:12:24
原创:http://blog.chinaunix.net/uid/23795897.html 再此感谢sundy老师。1、android 压力测试工具: monkey -p (指向的包) /data/data/com.android.306 -v 100(100次)。2、log文件位置:/data/log (无响应和强制关闭时都会产生) , ANR ForceClosed=>fatal3、andr.........【阅读全文】
发布时间:2014-05-07 11:37:06
转载:http://blog.sina.com.cn/s/blog_630ebdb50100n42c.htmlGNOME下也是Alt+F2,输入gnome-terminal 如果桌面有terminal 的话 ,直接用上下键就可以了 Alt + F1 类似Windows下的Win键,在GNOME中打开”应用程序”菜单(Applications)Alt + F2 类似Windows下的Win + R组合键,在GNOME中运.........【阅读全文】
发布时间:2014-05-06 23:08:54
原创:kylin_zeng http://blog.chinaunix.net/uid/23795897.htmlAndroid开机动画: 1、滚动缕空图片定制:frameworks/base/core/res/assets/images/android-logo-mask.png /android-logo-shine.png 2、逐帧动画: /data/local或 /system/media/ 创建bootanimation.ziphome定制:.........【阅读全文】