博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
NanoNote Web Site
OPEN MOBILE FREE [COPYLEFT HARDWARE] [QI HARDWARE]
040240216.cublog.cn
管理博客
发表文章
留言
收藏夹
博客圈
音乐
相册
导入文章
文章
首页
关于作者
姓名:刘向富
||
<<
>>
||
我的分类
最新照片
上一张
下一张
幻灯片
停止播放
最新文章
·
FreeRunner 中文手写输入法
·
祝所有OPENMOKO的FANS 新..
·
openmoko 中文IRC 频道
·
android安装在Freerunner上
·
mount jffs2 on linux
最新留言
·
本站网友
询问一下,刚刚了解FreeRun..
·
040240216
你们成立了一个新公司 QI ..
·
本站网友
Openmoko 讨论群诚邀您参加..
·
040240216
http://bbs.androidin.com..
·
本站网友
freeRunner国内哪里有卖?..
·
本站网友
freeRunner国内哪里有卖?..
·
tekkamanninja
我对这手机很感兴趣,希望与..
·
040240216
楚楚
·
楚楚
富富,加油,我们相信你能..
·
pccpu
我们有一个openmoko neo 1..
最新评论
·
我想深入了解一下这套开源..
·
可以发邮件告知一下吗:
..
·
你好,请问你怎么买到neo1..
·
请问怎么下载到稳定的2.6...
·
android显示的中文是繁体中..
最新收藏
·
新BLOG
统计信息
·
总访问量:40985
·
文章个数:46
·
评论条数:56
·
留言条数:15
·
网友推荐:
FreeRunner 中文手写输入法
<img src="images/chinese_input_method.png" width=480 height=640 border=0 alt=''> <br /> <br />take a look at : http://olofsj.github.com/enscribi/ <br /> <br />STEP: <br />opkg install http://www.opkg.org/packages/zinnia_0.02_armv4t.ipk <br />opkg install http://www.opkg.org/packages/zinnia-tomoe-zh_0.6.0-20080911_armv4t.ipk <br /> <br />opkg install http://www.opkg.org/packages/enscribi_0.1_armv4t.ipk <br /> <br />goto "setup" --> "keyboard" --> "enscribi" <br /> <br />then you get a Chinese input method. <br /> <br />
查看全文
发表于:2009-02-16 ┆
阅读(254)
┆
评论(0)
祝所有OPENMOKO的FANS 新年快乐
祝大家新年快乐, <br />祝2009年 <br />”牛“住快乐, <br />”牛“住钞票, <br />”牛“住笑容, <br />”牛“住幸福, <br />”牛“住一切美好! <br />过一个历史上最“牛“的年!
查看全文
发表于:2009-01-26 ┆
阅读(201)
┆
评论(0)
openmoko 中文IRC 频道
中文IRC:#openmoko-cn <br /> <br /> <br />大家可以一起用中文在这里讨论。 <br /> <br /><a href="javascript:openpopup('images/#openmoko-cn.png',789,358,false);"><img src="images/#openmoko-cn.png" width=484 height=220 border=0 alt=''></a>
查看全文
发表于:2009-01-03 ┆
阅读(249)
┆
评论(0)
android安装在Freerunner上
最近有时间将android安装在freerunner上 <br />使用感受: <br />说明:我用的联通的卡,移动的还没有试过 <br /> bootloader是QI <br />1、freerunner的分辨率很高,界面非常清晰,非常漂亮:-) <br />2、android的界面类似linux的多桌面功能,可以三个界面流畅的切换--壁纸不变 <br />3、android显示的中文是繁体中文,没有中文输入法 <br />3、通话和短信功能都能使用 <br />4、听筒声音很小,但是外放声音够大 <br />5、能够显示中文短信,只是过长的短信会被截断,只能大概显示16个汉字 <br />6、SIM卡什么都不读出来(中文人名、英文人名、数字都读不出来) <br />7、目前会在各界面添加图标,但是还不知道怎么删除 <br />8、还没搞定怎么上网 <br />10、还没弄明白怎么截图,只能看看界面切换的视频效果:(本周内会搞定截图,贴些漂亮的效果图片)<a href="http://www.openmobilefree.net/other/xiangfu/file/android-freerunner-first.avi" target="_blank" >界面切换的视频</a>
查看全文
发表于:2008-12-25 ┆
阅读(220)
┆
评论(0)
mount jffs2 on linux
1. insmod <br />modprobe mtdcore <br />modprobe jffs2 <br />modprobe mtdram total_size=100000 erase_size=256 <br />modprobe mtdchar <br />modprobe mtdblock <br /> <br />2. check mtd <br />(1) check is there /dev/mtd0 and /dev/mtdblock0 <br /> cat /proc/mtd <br /> <br />3. mount to folder <br /> <br />mkdir /mnt/test/ <br />dd if=<rootfs.jffs2> of=/dev/mtd0 <br />mount -t jffs2 /dev/mtdblock0 /mnt/test/ <br />
查看全文
发表于:2008-12-25 ┆
阅读(173)
┆
评论(0)
mount jffs2 on linux
1. insmod <br />modprobe mtdcore <br />modprobe jffs2 <br />modprobe mtdram total_size=100000 erase_size=256 <br />modprobe mtdchar <br />modprobe mtdblock <br /> <br />2. check mtd <br />(1) check is there /dev/mtd0 and /dev/mtdblock0 <br /> cat /proc/mtd <br /> <br />3. mount to folder <br /> <br />mkdir /mnt/test/ <br />dd if=<rootfs.jffs2> of=/dev/mtd0 <br />mount -t jffs2 /dev/mtdblock0 /mnt/test/ <br />
查看全文
发表于:2008-12-25 ┆
阅读(272)
┆
评论(0)
android安装在Freerunner上
最近有时间将android安装在freerunner上 <br />使用感受: <br />说明:我用的联通的卡,移动的还没有试过 <br /> bootloader是QI <br />1、freerunner的分辨率很高,界面非常清晰,非常漂亮:-) <br />2、android的界面类似linux的多桌面功能,可以三个界面流畅的切换--壁纸不变 <br />3、android显示的中文是繁体中文,没有中文输入法 <br />3、通话和短信功能都能使用 <br />4、听筒声音很小,但是外放声音够大 <br />5、能够显示中文短信,只是过长的短信会被截断,只能大概显示16个汉字 <br />6、SIM卡什么都不读出来(中文人名、英文人名、数字都读不出来) <br />7、目前会在各界面添加图标,但是还不知道怎么删除 <br />8、还没搞定怎么上网 <br />10、还没弄明白怎么截图,只能看看界面切换的视频效果:(本周内会搞定截图,贴些漂亮的效果图片)<a href="http://www.openmobilefree.net/other/xiangfu/file/android-freerunner-first.avi" target="_blank" >界面切换的视频</a>
查看全文
发表于:2008-12-25 ┆
阅读(488)
┆
评论(2)
android安装在Freerunner上
最近有时间将android安装在freerunner上 <br />使用感受: <br />说明:我用的联通的卡,移动的还没有试过 <br /> bootloader是QI <br />1、freerunner的分辨率很高,界面非常清晰,非常漂亮:-) <br />2、android的界面类似linux的多桌面功能,可以三个界面流畅的切换--壁纸不变 <br />3、android显示的中文是繁体中文,没有中文输入法 <br />3、通话和短信功能都能使用 <br />4、听筒声音很小,但是外放声音够大 <br />5、能够显示中文短信,只是过长的短信会被截断,只能大概显示16个汉字 <br />6、SIM卡什么都不读出来(中文人名、英文人名、数字都读不出来) <br />7、目前会在各界面添加图标,但是还不知道怎么删除 <br />8、还没搞定怎么上网 <br />10、还没弄明白怎么截图,只能看看界面切换的视频效果:(本周内会搞定截图,贴些漂亮的效果图片)<a href="http://www.openmobilefree.net/other/xiangfu/file/android-freerunner-first.avi" target="_blank" >界面切换的视频</a>
查看全文
发表于:2008-12-25 ┆
阅读(194)
┆
评论(0)
mount jffs2 on linux
1. insmod <br />modprobe mtdcore <br />modprobe jffs2 <br />modprobe mtdram total_size=100000 erase_size=256 <br />modprobe mtdchar <br />modprobe mtdblock <br /> <br />2. check mtd <br />(1) check is there /dev/mtd0 and /dev/mtdblock0 <br /> cat /proc/mtd <br /> <br />3. mount to folder <br /> <br />mkdir /mnt/test/ <br />dd if=<rootfs.jffs2> of=/dev/mtd0 <br />mount -t jffs2 /dev/mtdblock0 /mnt/test/ <br />
查看全文
发表于:2008-12-25 ┆
阅读(230)
┆
评论(0)
openmoko软件近期目标
wolfgang wrote: <br />Let me explain Openmoko's software strategy for the next 6 months: <br /> <br />---1 current stable image <br />Our current stable image is called 'Om2008.9', available at http://downloads.openmoko.org/releases/Om2008.9/. <br />We are sometimes cherry-picking fixes into it, but admittedly not as <br />many as we would like. If someone wants to step up to become stable <br />maintainer for this image and cherry-pick more fixes into it, please <br />let me know. <br />Alternatively, a number of other images are available, Debian, Qt <br />Extended, Android, FDOM, SHR, etc. <br />See http://wiki.openmoko.org/wiki/Distributions <br />for a more comprehensive list. <br /> <br />---2 Mickey's framework milestones <br />As many people know, the next big thing for Openmoko will be Mickey's <br />FSO framework around d-bus and Python, and the Paroli telephony UI. <br />See http://wiki.openmoko.org/wiki/OpenmokoFramework <br />A few weeks ago, Mickey released milestone 4, available at http://downloads.freesmartphone.org/fso-stable/milestone4.1/ <br />In late January, he plans to come out with milestone 5, in late March <br />with milestone 6. <br />See here for a more detailed roadmap: http://trac.freesmartphone.org/roadmap <br /> <br />---3 next major release, Om2009 <br />After the next 2 FSO milestones, Openmoko will fork off a stable <br />branch, and spend 2-3 months on testing and bug fixing. This will lead <br />to our next major release, Om2009. <br />The telephony UI will be Paroli, see http://code.google.com/p/paroli/ <br />The way things are going right now, we will probably have this release <br />mid-next year. <br /> <br />That's about it. Lots of good stuff happening in that direction, most <br />importantly I would mention the progress with our .28 kernel, improved <br />wifi driver, some attempts at getting more out of the glamo chip, <br />improved boot time, etc. <br /> <br /> <br />简体中文版:-) <br />openmoko未来6个月的软件策略: <br />--- 1目前的稳定镜像 <br />我们当前的稳定的形象是' Om2008.9 ' ,见http://downloads.openmoko.org/releases/Om2008.9/ 我们一直在努力修复它,但是显然还远没有满足我们的需求。如果有人想要成为这个镜像的维护者并且进一步修复它请 <br />让我知道。 <br />另外,其他一些可用的镜像, Debian, Qt ,Extended, Android, FDOM, SHR, 等 <br />见http://wiki.openmoko.org/wiki/Distributions更全面的清单。 <br /> <br />---2 Mickey's 里程碑式的框架 <br />正如许多人都知道的那样,Openmoko下一件重大的事情是 Mickey's围绕d-bus and Python的FSO 框架 , 和Paroli电话的用户界面。 <br />见 http://wiki.openmoko.org/wiki/OpenmokoFramework <br /> <br />几个星期前, Mickey 发布里程碑4, 见http://downloads.freesmartphone.org/fso-stable/milestone4.1/。 <br />1月下旬,他计划推出里程碑式5 ,在3月下旬里程碑6。 在这里看到更详细的路线图: http://trac.freesmartphone.org/roadmap <br /> <br />---3下一个重要版本, Om2009 <br />在下2个 FSO 里程碑后,Openmoko 将要划分branch, 并花2-3 个月测试、修补bug。这将导致我们的下一个重要版本, Om2009 。电话用户界面将(实现)Paroli , 见 http://code.google.com/p/paroli/ <br />我们已经按计划开始实施, 将在明天中旬左右发布。 <br />
查看全文
发表于:2008-12-23 ┆
阅读(261)
┆
评论(0)
openmoko软件近期目标
wolfgang wrote: <br />Let me explain Openmoko's software strategy for the next 6 months: <br /> <br />---1 current stable image <br />Our current stable image is called 'Om2008.9', available at http://downloads.openmoko.org/releases/Om2008.9/. <br />We are sometimes cherry-picking fixes into it, but admittedly not as <br />many as we would like. If someone wants to step up to become stable <br />maintainer for this image and cherry-pick more fixes into it, please <br />let me know. <br />Alternatively, a number of other images are available, Debian, Qt <br />Extended, Android, FDOM, SHR, etc. <br />See http://wiki.openmoko.org/wiki/Distributions <br />for a more comprehensive list. <br /> <br />---2 Mickey's framework milestones <br />As many people know, the next big thing for Openmoko will be Mickey's <br />FSO framework around d-bus and Python, and the Paroli telephony UI. <br />See http://wiki.openmoko.org/wiki/OpenmokoFramework <br />A few weeks ago, Mickey released milestone 4, available at http://downloads.freesmartphone.org/fso-stable/milestone4.1/ <br />In late January, he plans to come out with milestone 5, in late March <br />with milestone 6. <br />See here for a more detailed roadmap: http://trac.freesmartphone.org/roadmap <br /> <br />---3 next major release, Om2009 <br />After the next 2 FSO milestones, Openmoko will fork off a stable <br />branch, and spend 2-3 months on testing and bug fixing. This will lead <br />to our next major release, Om2009. <br />The telephony UI will be Paroli, see http://code.google.com/p/paroli/ <br />The way things are going right now, we will probably have this release <br />mid-next year. <br /> <br />That's about it. Lots of good stuff happening in that direction, most <br />importantly I would mention the progress with our .28 kernel, improved <br />wifi driver, some attempts at getting more out of the glamo chip, <br />improved boot time, etc. <br /> <br /> <br />简体中文版:-) <br />openmoko未来6个月的软件策略: <br />--- 1目前的稳定镜像 <br />我们当前的稳定的形象是' Om2008.9 ' ,见http://downloads.openmoko.org/releases/Om2008.9/ 我们一直在努力修复它,但是显然还远没有满足我们的需求。如果有人想要成为这个镜像的维护者并且进一步修复它请 <br />让我知道。 <br />另外,其他一些可用的镜像, Debian, Qt ,Extended, Android, FDOM, SHR, 等 <br />见http://wiki.openmoko.org/wiki/Distributions更全面的清单。 <br /> <br />---2 Mickey's 里程碑式的框架 <br />正如许多人都知道的那样,Openmoko下一件重大的事情是 Mickey's围绕d-bus and Python的FSO 框架 , 和Paroli电话的用户界面。 <br />见 http://wiki.openmoko.org/wiki/OpenmokoFramework <br /> <br />几个星期前, Mickey 发布里程碑4, 见http://downloads.freesmartphone.org/fso-stable/milestone4.1/。 <br />1月下旬,他计划推出里程碑式5 ,在3月下旬里程碑6。 在这里看到更详细的路线图: http://trac.freesmartphone.org/roadmap <br /> <br />---3下一个重要版本, Om2009 <br />在下2个 FSO 里程碑后,Openmoko 将要划分branch, 并花2-3 个月测试、修补bug。这将导致我们的下一个重要版本, Om2009 。电话用户界面将(实现)Paroli , 见 http://code.google.com/p/paroli/ <br />我们已经按计划开始实施, 将在明天中旬左右发布。 <br />
查看全文
发表于:2008-12-23 ┆
阅读(208)
┆
评论(0)
display-chinese shell file
i have write two shell file to make FreeRunner display Chinese. <br />and put the font file and Chinese desktop file together. <br /> <br />Download: http://www.openmobilefree.net/other/xiangfu/file/diskplay-chinese.tar <br /> <br />if you have problem with this .send me Email: xiangfu@openmoko.org <br /> <br />
查看全文
发表于:2008-12-06 ┆
阅读(241)
┆
评论(1)
display-chinese shell file
i have write two shell file to make FreeRunner display Chinese. <br />and put the font file and Chinese desktop file together. <br /> <br />Download: http://www.openmobilefree.net/other/xiangfu/file/diskplay-chinese.tar <br /> <br />if you have problem with this .send me Email: xiangfu@openmoko.org <br /> <br />
查看全文
发表于:2008-12-06 ┆
阅读(286)
┆
评论(0)
P & T / EXPO COMM CHINA 2008
(P & T / EXPO COMM CHINA 2008) <br /> i am not good at writing so we start with the picture <br /> <br /><a href="javascript:openpopup('images/OUTSIDE.JPG',1024,768,false);"><img src="images/OUTSIDE.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br /><a href="javascript:openpopup('images/OUTSIDE1.JPG',2560,1920,false);"><img src="images/OUTSIDE1.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />here is the outside of the Exhibition, the place is not far from Beijing city. <br /> <br /><a href="javascript:openpopup('images/ENTRY_people.JPG',1024,768,false);"><img src="images/ENTRY_people.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />the day is the first day of the exhibition. so there is a lot people at the entry. <br />as you see there is "TD..." things. there are many Company care about the TD-SCDMA market of China. and when you enter the exhibition. you will see the TD-SCDMA is everywhere. TD cellphone. TD network etc. <br /> <br /><a href="javascript:openpopup('images/BLACKBERRY_E.JPG',1024,768,false);"><img src="images/BLACKBERRY_E.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />the first company i saw is the BlackBerry, not big. <br /> <br /><a href="javascript:openpopup('images/BELACKBERRY1.JPG',1024,768,false);"><img src="images/BELACKBERRY1.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/BB9000_and8830.JPG',1024,768,false);"><img src="images/BB9000_and8830.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/BB9000.JPG',1024,768,false);"><img src="images/BB9000.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />and there are the new product of the blackberry. BOLD 9000. <br />for now. the blackberry only server for Company in China. so if you have a blackberry and you company don't have a blackberry server system. you can't use blackberry with e-mail function. <br /> <br /><a href="javascript:openpopup('images/EVB.JPG',1024,768,false);"><img src="images/EVB.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/EVB_ALL.JPG',1024,768,false);"><img src="images/EVB_ALL.JPG" width=484 height=363 border=0 alt=''></a> <br />there is a company show his TD-SCDMA cellphone EVB <br /> <br /><a href="javascript:openpopup('images/FULL_SIZE_KEYBOARD.JPG',2048,1536,false);"><img src="images/FULL_SIZE_KEYBOARD.JPG" width=484 height=363 border=0 alt=''></a> <br />and a lot of company begin to product the full keyboard cellphone. <br /> <br /><a href="javascript:openpopup('images/SIM.JPG',2048,1536,false);"><img src="images/SIM.JPG" width=484 height=363 border=0 alt=''></a> <br />this SIM slot kind like NEO SIM card slot. <br /><a href="javascript:openpopup('images/USB.JPG',2048,1536,false);"><img src="images/USB.JPG" width=484 height=363 border=0 alt=''></a> <br />some picture about usb connector <br /> <br /><a href="javascript:openpopup('images/WHOLE_EVB_TAIWAN.JPG',2048,1536,false);"><img src="images/WHOLE_EVB_TAIWAN.JPG" width=484 height=363 border=0 alt=''></a> <br />this is a product of Infomax( a company of taiwan ) <br />and he said his product is under linux platform but not all open. and this EVB have two cpus one arm7, another is arm9. <br /> <br /><a href="javascript:openpopup('images/cellphone_back.JPG',2048,1536,false);"><img src="images/cellphone_back.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/looklike.JPG',2048,1536,false);"><img src="images/looklike.JPG" width=484 height=363 border=0 alt=''></a> <br />here is some sample of the company. <br /> <br /> <br />And there are many more like: <br />value-added services.3G green energy, wind energy, solar energy, wireless solutions, television online service, you can chat online with TV, cable, 3G chips, many companies have show the mobile that can watch TV <br /> . <br />final show two picture. one is the ANTENA. another is CELLPHONE SHOW <br /><a href="javascript:openpopup('images/ANTENA.JPG',2048,1536,false);"><img src="images/ANTENA.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/cellphone_show.JPG',2048,1536,false);"><img src="images/cellphone_show.JPG" width=484 height=363 border=0 alt=''></a>
查看全文
发表于:2008-10-23 ┆
阅读(359)
┆
评论(0)
P & T / EXPO COMM CHINA 2008
(P & T / EXPO COMM CHINA 2008) <br /> i am not good at writing so we start with the picture <br /> <br /><a href="javascript:openpopup('images/OUTSIDE.JPG',1024,768,false);"><img src="images/OUTSIDE.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br /><a href="javascript:openpopup('images/OUTSIDE1.JPG',2560,1920,false);"><img src="images/OUTSIDE1.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />here is the outside of the Exhibition, the place is not far from Beijing city. <br /> <br /><a href="javascript:openpopup('images/ENTRY_people.JPG',1024,768,false);"><img src="images/ENTRY_people.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />the day is the first day of the exhibition. so there is a lot people at the entry. <br />as you see there is "TD..." things. there are many Company care about the TD-SCDMA market of China. and when you enter the exhibition. you will see the TD-SCDMA is everywhere. TD cellphone. TD network etc. <br /> <br /><a href="javascript:openpopup('images/BLACKBERRY_E.JPG',1024,768,false);"><img src="images/BLACKBERRY_E.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />the first company i saw is the BlackBerry, not big. <br /> <br /><a href="javascript:openpopup('images/BELACKBERRY1.JPG',1024,768,false);"><img src="images/BELACKBERRY1.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/BB9000_and8830.JPG',1024,768,false);"><img src="images/BB9000_and8830.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/BB9000.JPG',1024,768,false);"><img src="images/BB9000.JPG" width=484 height=363 border=0 alt=''></a> <br /> <br />and there are the new product of the blackberry. BOLD 9000. <br />for now. the blackberry only server for Company in China. so if you have a blackberry and you company don't have a blackberry server system. you can't use blackberry with e-mail function. <br /> <br /><a href="javascript:openpopup('images/EVB.JPG',1024,768,false);"><img src="images/EVB.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/EVB_ALL.JPG',1024,768,false);"><img src="images/EVB_ALL.JPG" width=484 height=363 border=0 alt=''></a> <br />there is a company show his TD-SCDMA cellphone EVB <br /> <br /><a href="javascript:openpopup('images/FULL_SIZE_KEYBOARD.JPG',2048,1536,false);"><img src="images/FULL_SIZE_KEYBOARD.JPG" width=484 height=363 border=0 alt=''></a> <br />and a lot of company begin to product the full keyboard cellphone. <br /> <br /><a href="javascript:openpopup('images/SIM.JPG',2048,1536,false);"><img src="images/SIM.JPG" width=484 height=363 border=0 alt=''></a> <br />this SIM slot kind like NEO SIM card slot. <br /><a href="javascript:openpopup('images/USB.JPG',2048,1536,false);"><img src="images/USB.JPG" width=484 height=363 border=0 alt=''></a> <br />some picture about usb connector <br /> <br /><a href="javascript:openpopup('images/WHOLE_EVB_TAIWAN.JPG',2048,1536,false);"><img src="images/WHOLE_EVB_TAIWAN.JPG" width=484 height=363 border=0 alt=''></a> <br />this is a product of Infomax( a company of taiwan ) <br />and he said his product is under linux platform but not all open. and this EVB have two cpus one arm7, another is arm9. <br /> <br /><a href="javascript:openpopup('images/cellphone_back.JPG',2048,1536,false);"><img src="images/cellphone_back.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/looklike.JPG',2048,1536,false);"><img src="images/looklike.JPG" width=484 height=363 border=0 alt=''></a> <br />here is some sample of the company. <br /> <br /> <br />And there are many more like: <br />value-added services.3G green energy, wind energy, solar energy, wireless solutions, television online service, you can chat online with TV, cable, 3G chips, many companies have show the mobile that can watch TV <br /> . <br />final show two picture. one is the ANTENA. another is CELLPHONE SHOW <br /><a href="javascript:openpopup('images/ANTENA.JPG',2048,1536,false);"><img src="images/ANTENA.JPG" width=484 height=363 border=0 alt=''></a> <br /><a href="javascript:openpopup('images/cellphone_show.JPG',2048,1536,false);"><img src="images/cellphone_show.JPG" width=484 height=363 border=0 alt=''></a>
查看全文
发表于:2008-10-23 ┆
阅读(205)
┆
评论(0)
KBOOT的三个步骤
这是Werner给我的任务: <br /> <br /> -1 write a minimalistic NAND loader for GTA02 (using the relevant code from u-boot as an inspiration) <br /> <br /> -2 move initialization that is currently in u-boot but that is not part of the minimalistic NAND loader into the kernel <br /> <br /> -3 as a proof of concept, boot a kernel image with a "hello world" initramfs <br /> <br />和大家分享一下
查看全文
发表于:2008-07-16 ┆
阅读(510)
┆
评论(0)
openmoko neo1973(gta01) 的新界面
<a href="javascript:openpopup('images/P7110375.JPG',1024,768,false);"><img src="images/P7110375.JPG" width=484 height=363 border=0 alt=''></a> <br />看到很多人在MAILLIST上,讨论NEO1973,今天我也把我的NEO1973,刷了一个新的ROOTFS和新的KERNEL,特意拍了一张照片放到BLOG上,给大家看看,这里简单介绍一下这个ROOTFS,是7-10的ASU。 <br /> <br />1。动画的感觉还不错, <br />2。程序载入有点慢。程序不是很稳定 <br />3。界面我比较喜欢,还算华丽。 <br /> <br />有很多组织在一直开发NEO1973的软件,有人通过软件的方法已经可以将电源管理优化,做到待机21小时了。
查看全文
发表于:2008-07-12 ┆
阅读(465)
┆
评论(0)
kboot-stage1 for openmoko
<a href="http://git.openmoko.org/?p=kboot-stage1.git;a=summary" target="_blank" >我写的代码</a> <br />如果大家有什么见意,请发邮件给我,这对我将很有帮助。 <br />我不是非常专业,但我在努力。 <br />
查看全文
发表于:2008-07-11 ┆
阅读(495)
┆
评论(0)
FREERUNNER在中国生产,却不在中国出售
7月7号我再一次见到了Wolfgang,我们谈起了为什么FREERUNNER在中国生产,却不能在中国的市场上出售,因为国外的电子产品要想拿到在中国销售的许可是很难的,BLACKBERRY用了八年的时候才拿到了在中国销售的许可:-),即使是台湾也要花$80的运费来得到FREERUNNER,所以,如果大家要想买官方的正品就只能在网上定购了,没有其它的办法,不过我相信将来,OPENMOKO一定会登陆大陆市场。
查看全文
发表于:2008-07-11 ┆
阅读(577)
┆
评论(0)
OPENMOKO的FREERUNNER开卖
www.openmoko.com <br />这是openmoko的网上商店。 <br />大家可以到上面去看看。
查看全文
发表于:2008-07-08 ┆
阅读(407)
┆
评论(0)