随笔分类 -  Android(Linux)

摘要:adb shell input swipe 1000 100 0 0 阅读全文
posted @ 2016-06-02 20:09 [无名] 阅读(1932) 评论(0) 推荐(0)
摘要:https://mirrors.tuna.tsinghua.edu.cn/ https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 阅读全文
posted @ 2016-04-15 11:22 [无名] 阅读(415) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/bluestorm/p/4419135.html 阅读全文
posted @ 2016-04-14 14:00 [无名] 阅读(127) 评论(0) 推荐(0)
摘要:sudo apt-get install android-tools-adbsudo apt-get install android-tools-fastboot 阅读全文
posted @ 2016-04-12 15:11 [无名] 阅读(853) 评论(0) 推荐(0)
摘要:http://edu.51cto.com/lesson/id-25736.html 阅读全文
posted @ 2016-04-01 13:10 [无名] 阅读(329) 评论(0) 推荐(0)
摘要:linux上java路径设置标签:javalinuxpath2012-04-30 22:141843人阅读评论(0)收藏举报版权声明:本文为博主原创文章,未经博主允许不得转载。往/etc/profile文件中添加下面几行:export JAVA_HOME=/usr/java/jre1.6.0_31e... 阅读全文
posted @ 2016-01-04 22:48 [无名] 阅读(1846) 评论(0) 推荐(0)
摘要:adb shell "cat /dev/kmsg | grep -Ei "gesture"" 阅读全文
posted @ 2016-01-04 10:22 [无名] 阅读(3108) 评论(0) 推荐(0)
摘要:自旋锁和互斥锁区别2012-10-24 08:5515643人阅读评论(0)收藏举报分类:linux(97)http://blog.csdn.net/kyokowl/article/details/6294341POSIX threads(简称Pthreads)是在多核平台上进行并行编程的一套常用的... 阅读全文
posted @ 2015-12-06 00:17 [无名] 阅读(1142) 评论(0) 推荐(0)
摘要:NFS挂载Android文件系统[日期:2012-02-14]来源:Linux社区 作者:cjok376240497[字体:大中小]1.安装NFS服务$sudo apt-get install nfs-kernel-serverportmap$sudo mkdir /nfsboot$sudo vim... 阅读全文
posted @ 2015-12-05 21:08 [无名] 阅读(1744) 评论(0) 推荐(0)
摘要:find / -type f -name "module.h" 阅读全文
posted @ 2015-12-05 18:27 [无名] 阅读(127) 评论(0) 推荐(0)
摘要:make menuconfig出错解决方法2011-06-11 22:22:49分类:系统运维错误现象:make menuconfigIn file included from scripts/kconfig/lxdialog/checklist.c:24:scripts/kconfig/lxdia... 阅读全文
posted @ 2015-12-05 17:54 [无名] 阅读(598) 评论(0) 推荐(0)
摘要:dmesg | grep ft5x 阅读全文
posted @ 2015-11-27 23:29 [无名] 阅读(292) 评论(0) 推荐(0)
摘要:linux 和window之间通过xshell的命令SZ,RZ传送文件; 阅读全文
posted @ 2015-10-22 21:19 [无名] 阅读(162) 评论(0) 推荐(0)
摘要:编译时需注意使用 -static 编译选项; 否则会提示运行:/system/bin/sh: ./i2c: No such file or directory 阅读全文
posted @ 2015-10-02 10:26 [无名] 阅读(490) 评论(0) 推荐(0)
摘要:通过/dev/i2c-n节点,用户可以在userspace直接访问板上的i2c外设寄存器,主要是透过I2C_RDWR这个IO控制命令将i2c_msg数组传递给kernel去执行。下面的代码可以完成这个功能:#include #include #include #include #in... 阅读全文
posted @ 2015-10-01 14:14 [无名] 阅读(719) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/zhandoushi1982 阅读全文
posted @ 2015-09-02 10:42 [无名] 阅读(145) 评论(0) 推荐(0)
摘要:/* i2c-dev.h - i2c-bus driver, char device interface Copyright (C) 1995-97 Simon G. Vogl Copyright (C) 1998-99 Frodo Looijaard This progr... 阅读全文
posted @ 2015-09-02 10:40 [无名] 阅读(6834) 评论(0) 推荐(0)
摘要:在Android源码树中添加userspace I2C读写工具(i2c-util)http://blog.csdn.net/21cnbao/article/details/7919055分类:Android系统架构2012-08-29 10:413659人阅读评论(2)收藏举报candroid工具i... 阅读全文
posted @ 2015-03-18 21:03 [无名] 阅读(462) 评论(0) 推荐(0)
摘要:问题:Ubuntu12.04安装64位系统出现编译错误error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or dir解决方法:error while loadin... 阅读全文
posted @ 2015-01-25 22:17 [无名] 阅读(15420) 评论(0) 推荐(1)
摘要:http://www.lm-sensors.org/ 阅读全文
posted @ 2014-12-26 21:42 [无名] 阅读(336) 评论(0) 推荐(0)