搜尋此網誌

網頁

2010年6月8日 星期二

adb error: insufficient permission for device

解決辦法:
1 su <- 進入root權限
2 cd android-sdk-x86linux/tools
3 ./adb kill-server
4 ./adb start
5 ./adb devices
6 exit
7 adb shell <-即可登入

Linux程式設計-20.getopt

原文連結: http://fanqiang.chinaunix.net/a4/b8/20010527/130400260_b.html

2010年6月5日 星期六

安裝C-Kermit 8.0

kermit主要是用於console模式下的傳輸軟體。
原文連結: http://maxron.pixnet.net/blog/post/16323009