Maemo
cloudhe
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Easy PyMaemo developping on PC using SSH/SCP
Wanna develop Maemo programs in Linux without Maemo SDK? Or even in Windows? Nothing is impossible if you know Python! Working on PyMaemo, all we need are: 1. N800 with python2.5-runtime. 2. A pc w...2008-06-29 01:01:34 · 158 阅读 · 0 评论 -
Installing packages to N800 from source
For example, get a package called "gst-plugins-good0.10": Terminal 代码 [sbox-SDK_ARMEL: ~] fakeroot apt-get update [sbox-SDK_ARMEL: ~] fakeroot apt-get build-dep gst-plugins-good0.10 ...2007-12-07 17:47:01 · 135 阅读 · 0 评论 -
Setting a proxy inside scratchbox
[code][sbox-SDK_PC: ~] export http_proxy=http://username:password@proxyaddr:port [/code] [size=13]Remember to run it everytime you start a scratchbox. "ftp_proxy" is in the same way. Looks eas...2007-12-07 18:10:59 · 101 阅读 · 0 评论 -
Installing Maemo on Ubuntu manually
This article takes Maemo2.2 and Ubuntu6.10 for example. However, what we need to install another edition of Maemo platform is just to change the rootstrap gived below. As for Ubuntu, I think those abo...2007-12-10 09:22:58 · 141 阅读 · 0 评论 -
Executing system commands in N800 application
Basically, just use "os.system(str)". For example: import os cmd = 'ls' os.system(cmd) However, when we need to be root, e.g., running "sudo apt-get update", troubles come out, since a UI applicatio...2008-05-09 17:18:45 · 123 阅读 · 0 评论
分享