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

浙公网安备 33010602011771号