get linux source on ubuntu
sudo apt-get install linux-source sudo apt-get source -b linux-image-2.6.31-16-generic
sudo apt-get install linux-source sudo apt-get source -b linux-image-2.6.31-16-generic
@ ubuntu smbmount //ip/volume /des -o user=username @ freebsd mount_smbfs -I ip //username@custom_name/volume /des @ Mac press cmd+k in finder type smb://ip
safari的網路活動 clicktoflash for safari QuicktimeX 使用safari連到youtube影片頁面後,開啟網路活動 找尋”getvideo”相關字樣,並且複製這一整行 開啟QuicktimeX,打開URL 貼上剛剛複製的網址,然後即可儲存至電腦裡 safari的網路活動真的很好用 目前還不知道其...
usbmon是usb sniffer工具 on linux 據說在linux 2.6之後就有內建在kernel裡 CONFIG_USB_DEVICEFS=y CONFIG_USB_MON=y 目前在ubuntu及 linux omap kernel都可使用 mount -t debugfs none_debugs /sys/kernel/debug cd /sys/ke...
在android donut測試藍芽耳機及wii remote,參考資料如下 連結文章中也包含部分基礎設定及教學 ref: http://www.kumikomi.net/archives/2009/09/beagleboardandroid_wii1.php http://www.kumikomi.net/archives/2009/10/wii2_beagleboardandro...
承上篇 想要安裝自己修改的MainMenu.nib到其他mac 所以用Xcode內建的PackageMaker做了一個package 做一個初階的package蠻好上手的 ref: http://blog.xuite.net/t3c.net/blog/34313944
用Interface builder編輯 /Application/Safari.app/Content/Resources/zh_TW.lproj/MainMenu.nib 但是會顯示錯誤訊息 “Interface builder cannot open compiled nibs” 開啟大多數的nib會顯示此項訊息,少部分nib可順利開啟 從可開啟的nib裡,複製class.nib及in...
ref: http://elinux.org/Using_Bootchart_on_Android @ host $ apt-get install bootchart $ export INIT_BOOTCHART=true compile android source code then copy android fs to destination @ destination ...
ref: http://justku.net/blog/?cat=19 http://foldedtoadfroth.blogspot.com/2009/10/android-emulator-goldfish-big-screen.html
還沒找到embed third-party class into apk的方法 0rz 在eclipse裡,properties -> build path -> add external JAR 即可在java裡import third-party class 但在emulator執行時,會顯示找不到third-party class的錯誤訊息 需要另外設定三個步驟,並...