三 17
诺基亚N900是诺基亚公司于2009年8月27日年发布的采用了Maemo 5.0操作系统的3G智能手机。
Nokia 论坛:http://nokia.zol.com.cn/
Nokia Store:http://store.ovi.com/
Maemo Platform: http://www.forum.nokia.com/Technology_Topics/Device_Platforms/Maemo.xhtml
Nokia Innovation: http://www.callingallinnovators.com/
1. How can I make sure my app will work properly on Nokia devices?
We encourage you to make use of Remote Device Access testing as a part of your due diligence before submitting your app to the contest for judging. There are two services available to you for this purpose – please make time to use one of these services, as it will help to ensure the overall quality of your submission
12. How can I get more information?
You can share your thoughts and ideas about the contest with other developers at the Forum Nokia discussion boards.
Tagged with: Maemo • Nokia
七 23
我的新做的wordpress skeme在Windows IE下和Firefox显示不一样,背景缺失。我觉得是应该让它一致才对。所以,搭建一个Linux Web服务有必要。下面是步骤,参考了不少资料:
Continue reading »
Tagged with: Apache • Linux • myPhpAdmin • MySQL • PHP • Ubuntu • wordpress
七 15
安装好Fedora之后,我在启动了装在另外一个分区上的Ubuntu。结果发现不能访问Fedora下的user目录。我就强制将其赋予访问权限,完成了我在Ubuntu下的任务。结果,当我重启到Fedora下的时候,问题出现了。
查了下网络,发现这个错误只是不能登陆图形界面而已,在登录界面按 ctrl-alt-F2 切换到字符界面,用 root 登录。恢复各个文件的权限设置,改好了再 ctrl-alt-F1 切回去图形界面。
Tagged with: Fedora • login • Priviledge
七 07
我们用depmod -ae来检测模块间的依赖关系,然后用modprobe来顺序加载linux模块。
Continue reading »
Tagged with: kernel • Linux
七 03
When I am compiling new kernel, it told me such a message. And I never met such a problem before but it occured after I move the source folder to a clean partition.
Error message:
Makefile:104: *** mixed implicit and normal rules.
I check the difference between the previous and the current one, then I guess the disk lable has most possibility to be guilty.
Then I changed the patition lable with Ubuntu flash live disk. The previous one is “%” but now it is “sda2″.
Restart the system and mount this disk. All is fine as usual.
六 25
如果是我早知道这样的问题,我就不会这么频繁的装操作系统了。但直到几天,我才找到取得分区UUID的方法,所以,才彻底的解决了问题。
Continue reading »
Tagged with: boot • Linux • Partition • Ubuntu
六 23
For freshman like me, I has been confused by this problem for a long time. Now, I got the answer from http://www.cyberciti.biz/tips/compiling-linux-kernel-module.html.
Continue reading »
Tagged with: compile • kernel • Linux
六 16
Environment:
- Ubuntu 8.10 kernel 2.6.27.10
- BlueZ 4.40
Symptom:
Use Motorola H710 to connect BlueZ, it will make authority verification 2 times. The reason of failure at the first time is caused by this swapper Not tainted error. This error will report as following error in application level:
bluetoothd[6196]: accept_cb HUP or ERR on socket
bluetoothd[6196]: headset_close_rfcomm g_io_channel_shutdown
Continue reading »
Tagged with: Bluetooth • Kernel Error • Ubuntu
五 20
这篇文章是写如何编译Linux内核的,我参考了两篇文章,终于在我的机器上完全通过,下面是详细步骤。 Continue reading »
Tagged with: Linux • Ubuntu
五 20
When compiling a driver in a clean Fedora 10 system which is installed from a live image, you will meet compiling error.
Continue reading »
Tagged with: Fedora • Linux