Posts Tagged ‘Phone’

Download Ubuntu from the air to my phone

Have you ever tried downloading things from Internet using mobile phone? I guess you probably have experienced fetching some pictures and text, or something bigger like short movies or musics.

On Friday morning, when I was listening to ERC conference which was held by Sun at Shangri-La in Chengdu, I felt a little boring when a professor talking about eduction in Russian because I didn't quite catch him. Russian English and Indian English is a little hard to understand.

I have nothing to do, so I take out my phone to play. I searched WiFi singal and found hotspot of Shangri-La. April 23th was my birthday and also the release of Ubuntu 9.04. I found the download link and started to download using UCWEB which can do multi-threaded downloading. The download speed grew up to  and keep stable at almost 200kb/s. At this speed, one times faster than I had in my dormitory, I could get Ubuntu cdimage in only one hour.

How much enegery it cost? I opened the Nokia Engery Profiler and it showed me the real-time current and power consumption of the phone. In average, the phone ate up about 400mA or equally 1.3Watt. So my battery could keep up at least 3 hours downloading. That is to say, I could download 2GB of data from the air before my battery run out. But I'm a little afriad of the battery, it was getting a little warmer.

Downloading by a phone is quite "green". Compare to a normal computer, it uses 0.1KWh every hour and my phone only uses 1% of the energy. So it could be the most energy-saving downloading method I ever seen. I'm wondering if there is some Bittorrent or Emule software I can use on the phone, so I could do my best to saving the earth! Besides, without a WiFi, I could do nothing.

手机的邮件功能还是挺强悍的嘛,接近PushMail的速度

自从中国移动“好心”的开启了CMNET并增加了网络流量,一个月50MB的流量根本还用不完。开启了CMNET以后最大的好处莫过于可以手机收邮件了。

CMWAP时代用手机收邮件还得寄托于“尚邮”等软件,但很显然,一来要提供其他邮箱的用户名和密码,二来实时性很不好,用起来很不爽。CMNET时代,直接在手机上用自带的邮件软件收取,快捷又方便。

163邮箱不清楚哪年,但至少是2006年以后,新注册用户就没有了POP权限,所以现在的新邮箱都没有法使用客户端收取。还好我的两个邮箱都是2006年以前申请的,支持POP。在手机上设置好,设置为半个小时获取一次。

作为比较,把QQ邮箱的其他邮箱也设置好。但很遗憾的是,每次我的手机都收到了邮件,QQ都没有反映。看来QQ邮箱收其他邮箱的速度还是有些问题的。

半小时获取一次的窗口时间来讲,最长时间也就是到的邮件半小时之内就能看到。手机上不能设置更短的周期,不然,我弄成15分钟一次,呵呵。

最后,最近很忙:)

解决E50媒体无法更新的故障

刚入手的E50竟然添加了MP3无法扫描到,这是成何体统?在网上搜索了一下也没有发现解决方案,只好自己摸索一下。
其实问题很简单,卡里面文件系统有问题。用读卡器读卡,在命令行下面输入“CHKDSK 盘符 /F”修复即可。
检查出一个问题,在\Others\Contact文件夹下面有非法长文件,原来是这里作怪。将卡插回手机,故障排除~~~
智能系统真是奇妙~~~

最新发表在CodeProject上的关于手机数据传输的文章!

终于给我发出来了。文章都是一个星期之前写的了,估计是因为文章结构比较复杂,所以编辑花费了很大的时间修改网页的结构和做截图而迟迟没有发出来。昨天看到文章出来了,而且大家的回复看出来对我的文章是持肯定态度的,感觉挺高兴的:)
文 章阐述了我之前在做手机文件传输方面的一些心得,包括几种我做过的手机的数据传输方式。 Read More

如何使用发送和接收Nokia AT指令

以前很困惑于Windows自带的超级终端无法发送和接收Nokia手机的AT指令,所以一直以为Nokia手机无法使用AT指令。
今天用Serial Monitor重新监视了一下玩转手机的通讯过程,发现只要设置RTS=ON和DTR=ON就可以发送和接收AT指令了。超级终端连接的时候只把DTR设置为ON,而RTS没有,这就是为何无法连接的原因。
另外当发送和接收FBUS命令时需要把RTS=OFF和DTR=OFF。呵呵,看来串口这个东西还是挺好玩的:)
有空写一个比较完整的好用的串口工具了。