1 在下面添加permission 2在onCreate函数的下面添加如下代码: 1 //写SD中的文件 2 public void writeFileSdcardFile(String fileName,byte [] bytes) throws IOException 3 ...
分类:
编程语言 时间:
2014-11-04 13:05:39
阅读次数:
190
1,操作系统:centos或redhat2,查看scsi设备到/dev/sd的映射#ll/dev/disk/by-path/total0lrwxrwxrwx1rootroot92014-10-3012:38pci-0000:02:00.0-scsi-0:2:0:0->../../sdalrwxrwxrwx1rootroot102014-10-3012:38pci-0000:02:00.0-scsi-0:2:0:0-part1->../../sda1lrwxrwxrwx1..
分类:
其他好文 时间:
2014-11-04 06:54:26
阅读次数:
137
【原创】车载实时路况信息接收终端移植于Smart210开发板 --- 综合教程所用工具:windows电脑Ubuntu12.04Smart210开发板4g以上SD卡U盘步骤:1. 用SD卡烧写Linux系统到smart210开发板,开机測试烧写过的Linux,确保能够正常执行。(能够參考开发板光盘中...
分类:
其他好文 时间:
2014-11-03 20:39:25
阅读次数:
149
adb remount 失败:remount failed: Operation not permitted
关于ADB的使用,这里再说明下:常用命令
adb shell - 登录设备shell,后面也可直接跟运行命令。如:adb shell rm -r /system/sd/app
adb pull - 从手机中下载文件到电脑上。如:adb pull /data/app_s...
分类:
数据库 时间:
2014-11-01 12:00:16
阅读次数:
233
对于SD I/O卡而言,卡识别过程如下:1. 总线被激活2. SDIO卡主机发送IO_SEND_OP_COND(CMD5)命令3. 得到的响应是卡的操作条件寄存器的内容; -如果有响应,并且响应中的MP位为0,说明对应卡槽中的卡为SDIO卡,进而开始SDIO卡的初始化流程 –如果发送CMD5命令.....
分类:
其他好文 时间:
2014-10-31 11:28:11
阅读次数:
301
1. image filter : 项目描述: Image filtering allows you to apply various effects on photos. after open the app, customer can pick a image from Sd card ori....
分类:
其他好文 时间:
2014-10-31 06:21:50
阅读次数:
262
说到Web Framework,Ruby的世界Rails一统江湖,而Python则是一个百花齐放的世界,各种micro-framework、framework不可胜数,不完全列表见:http://wiki.python.org/moin/WebFrameworks。虽然另一大脚本语言PHP也有不少框...
分类:
编程语言 时间:
2014-10-30 14:45:45
阅读次数:
233
/** 取SD卡路径 **/
private String getSDPath() {
File sdDir = null;
boolean sdCardExist = Environment.getExternalStorageState().equals(
android.os.Environment.MEDIA_MOUNTED);
// 判断sd卡是否存在
if ...
分类:
移动开发 时间:
2014-10-30 11:50:17
阅读次数:
224
电源管理芯片可以为多设备供电,且这些设备电压电流有所不同。为这些设备提供的稳压器代码模型即为regulator。说白了regulator就是稳压器,它提供电源供给.简单的可以gpio操作,高电平开电,低电平关电.一般的还包括电流值,电压值等.一般regulator有两种不同的电源,即:ldo和sd....
分类:
其他好文 时间:
2014-10-29 14:33:18
阅读次数:
309
fileName = "/sdcard/myImage/" + image;
sd卡写入:http://blog.csdn.net/zhaoyazhi2129/article/details/8994295...
分类:
移动开发 时间:
2014-10-29 13:05:11
阅读次数:
264