Chinaunix首页 | 论坛 | 博客
  • 博客访问: 618377
  • 博文数量: 140
  • 博客积分: 2635
  • 博客等级: 少校
  • 技术积分: 1353
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-04 15:46
文章分类
文章存档

2015年(2)

2014年(12)

2013年(10)

2012年(10)

2011年(85)

2010年(21)

发布时间:2013-09-22 14:45:34

Ubuntu 12.04 LTS Propre install depend package:1.apt-get install  hostapd dhcp3-server2.run shell  on you notbook.#!/bin/bash# ai hostapd dhcp3-server iw list|grep '* AP'[ $? -ne 0 ] && echo "No device support AP mode." && exits.........【阅读全文】

阅读(1974) | 评论(0) | 转发(0)

发布时间:2013-09-16 16:33:02

Initializing a Repo client

After installing Repo, set up your client to access the Android source repository:

Create an empty directory to hold your working files. If you're using MacOS, this has to be on a case-sensitive filesystem. Give it any name you like:

$ mkdir WORKING_DIRECTORY
$ cd WORKING_DIRECTORY

Run repo init to bring down the latest version of Repo with all its most recent bug fixes. You must specify a URL for the manifest, which spec......【阅读全文】

阅读(1116) | 评论(0) | 转发(0)

发布时间:2013-09-12 15:19:34

1. XDA-Developers 这个毋庸多说啦,鼎鼎有名的智能机论坛,www.xda-developers.com2.  AndroidCommunityhttp://androidcommunity.com/forums/f76/ 这个是咱i9000的3.Androidforumhttp://androidforums.com/4.台湾的Mobile01(台湾是大陆不可分割的一部分)  资源也很丰富,关键是咱很容易看懂h.........【阅读全文】

阅读(983) | 评论(0) | 转发(0)

发布时间:2013-09-12 11:01:34

其实很简单:打开终端,然后sudo -i获取root权限,然后:sudo modprobe -r psmousesudo modprobe psmouse proto=imps执行以后就发现触摸板可以用了。。。然后为了下次登录后也可以使用,可以新建文件 /etc/modprobe.d/options里面填入代码:options psmouse proto=imps之后保存下都行啦~~GOOD LUC.........【阅读全文】

阅读(2132) | 评论(0) | 转发(0)

发布时间:2013-09-12 10:35:32

OVMF is a port of Intel's tianocore firmware to the qemu virtual machine. This allows easy debugging and experimentation with UEFI firmware; either for testing Ubuntu or using the (included) EFI shell. BuildsJeremy usually has some pre-built OVMF binaries at http://people.canonical.........【阅读全文】

阅读(2190) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册