« Previous : 1 : 2 : 3 : 4 : 5 : ... 11 : Next »

荣登《FHM》男人装。。。

在《男人装》五周年纪念刊里,往后面翻呀翻的。。。也许能翻到呢。。。

Posted by John Zheng

, ,
Response
2 Trackbacks , 7 Comments
RSS :
http://blog.21years.com/rss/response/115

我现在用的这家美国虚拟主机供应商

从99年到现在,我用这家hosting公司:dixiesys.com已经有10年了。10年间几乎没发生过当机事件,除了一次转移机房,和一次我换信用卡造成欠费。。。
这些年来眼瞅着它从一家三五个人的小作坊成长为今天颇有知名度的大公司,后来貌似还被高额收购了。总体来说服务还是很满意的,从国内访问速度也不慢,最关键的是一个月3.95美金的价格从来没变,而且不断有老用户优惠,以至于我现在每个月还是花$3.95,享受的服务却是价值$14.95的reseller plan,真是相当划算。。。

Posted by John Zheng

, , ,
Response
0 Trackbacks , 3 Comments
RSS :
http://blog.21years.com/rss/response/114

测试TextCube的Google Map插件。。。

昨天晚上把用了好几年的TatterTools升级到了TextCube 1.7.8。这个版本虽然号称支持多语言,但无论是中文还是英文界面里都夹杂着大量的韩文。。。
不管怎么说,新版本增加了不少新功能和插件,Google Map就是其中之一。。。

Posted by John Zheng

, , , ,
Response
0 Trackbacks , 2 Comments
RSS :
http://blog.21years.com/rss/response/113

日志

老琢磨着像别人一样写点儿什么,可每次点完了“发表日志”以后就发现自己脑子也木了,舌头也直了,平时那点儿蛋贫的能力也丧失殆尽了。。。

每个人大脑的发育都是不均衡的吧?我还是喜欢用图片说话,嗯。。。老外不是有句话叫“一张照片能顶一千个字”么?要是小学语文老师知道这事儿的话,我作文儿就不至于老不及格了。。。

所以呢。。。一切尽在不言中了。。。

User image

Posted by John Zheng

Response
0 Trackbacks , 1 Comments
RSS :
http://blog.21years.com/rss/response/112

我的博客居然被波斯人发现了。。。

在Google Webmaster Tools里看来访关键词的时候,赫然发现处于第一位的是这么个词:“فولکس گل”!
Google翻译告诉我这是波斯文,从图片搜索的结果看,大概是高尔的意思吧?啊哈哈,好神奇。。。

Posted by John Zheng

Response
3 Trackbacks , 2 Comments
RSS :
http://blog.21years.com/rss/response/110

用G1已经有三个多月了,一直没时间研究中文输入的事情。简单的扫了一眼网上的各种教程,似乎比iPhone复杂很多,也就懒得折腾了。

最近看到Android新出了1.5,而且中文输入也近乎完美了,就痛下决心把机器给刷了。刷完以后发现其实并没有传说中的那么复杂,而且网上的教程里面很多步骤都是多余的。才决定自己动手写一篇简单的出来。

首先,准备工作:
  1. G1一枚,并确认电池有15%以上的电量。(您需要知道自己G1的版本:在Settings -> About Phone -> Build number里面可以看到。本文以美版RC33为例)
  2. 电脑一部。Windows/Mac/Linux皆可
  3. Wifi环境
  4. 这里下载降级用的RC30 ROM(HappyNewYear.zip)
  5. 这里下载修改过的恢复文件(recovery_testkeys.img)
  6. 这里下载基于Android 1.5的简体中文ROM
  7. (可选)一个能读MicroSD的读卡器
好了,第一步,降级ROM到RC30:
  1. 检查手机里的MicroSD卡是否FAT32格式,如果不是,格式化成FAT32。(MicroSD卡的位置在绿色的拨号键下面,推开屏幕可见)
  2. 把刚才下载的HappyNewYear.zip解开,复制里面的DREAIMG.nbh到MicroSD卡的根目录
  3. 关机,然后同时按住照相机快门和红色电源键开机,进入boot loader
  4. 按红色电源键安装ROM文件
  5. 成功后按一下轨迹球的中间确认,然后同时按绿色拨号,菜单(menu),和红色电源这三个键重启

第二步,获得ROOT权限(这一步最好把USB线拔掉,不然MicroSD卡可能会mount不上):

  1. 复制recovery_testkeys.img到MicroSD卡上
  2. 在手机上顺序输入:回车,telnetd,回车。过程中出现联系人是正常的。
  3. 在手机上设置好wifi,然后找到手机的IP地址(例如:192.168.0.12)
  4. 从电脑上telnet到手机,成功的话会看到类似提示:
    Trying 192.168.1.12...
    Connected to Android.
    Escape character is '^]'.
    #
    (Windows上是开始,运行,CMD,然后telnet 192.168.0.12。Mac和Linux上需要开一个terminal,命令是一样的);如果没有电脑从market下载一个android用的telnet程序也行,但是个人认为android键盘输入太麻烦,而且容易出错。
  5. 输入以下命令确认已经获得root权限:
    mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
  6. 输入以下两行代码创建su命令:
    dd if=/system/bin/sh of=/system/bin/su
    chmod 4755 /system/bin/su
  7. 输入以下命令把修改过的恢复文件刷到手机里:
    su
    cd /system
    cat /sdcard/recovery_testkeys.img > recovery.img
    flash_image recovery recovery.img

第三步,升级系统:

  1. 把刚才下载的Android 1.5简体中文ROM改名成update.zip,复制到MicroSD卡的根目录
  2. 关机,然后然后按住Home(小房子)和红色电源键开机,进入系统恢复状态
  3. 按手机键盘上的Alt+W清空手机数据(不是必须的)
  4. Alt+L看说明文字
  5. Alt+S安装新版本系统
  6. 完成后按Home+Back重新启动
  7. 如果一切顺利的话。。。恭喜!您现在就已经拥有一部最新版本系统的G1手机了!

其他说明:

  1. 网上很多教程说需要在电脑上安装Android SDK,其实完全没必要
  2. RC33降级到RC30就可以获得ROOT权限,不需要再降级到RC29
  3. 谷歌输入法的默认中英文切换是shift+空格
  4. 原创教程,转载请注明来源(blog.21years.com),谢谢。

Posted by John Zheng

Response
0 Trackbacks , 0 Comments
RSS :
http://blog.21years.com/rss/response/109

黄色图片

真的,没有比#FFFF00更黄的黄色图片了。。。

用户插入图片

Posted by John Zheng

, , ,
Response
11 Trackbacks , 0 Comments
RSS :
http://blog.21years.com/rss/response/108

mohome.com

check out this new website I'm working on, mohome.com. For phase one, I'm going to start with only iPhone apps iphone.mohome.com. The ultimate goal is to provide users an easier and better way to find the smartphone apps they need, as well as to provide a better platform for developers.

Posted by John Zheng

Response
0 Trackbacks , 0 Comments
RSS :
http://blog.21years.com/rss/response/107

读后感

最近看了几个NB的80后blog,写的真好。。。
世界上最痛苦的事莫过于像我这样有感发不出来的了。。。

我自愧不如

Posted by John Zheng

Response
0 Trackbacks , 1 Comments
RSS :
http://blog.21years.com/rss/response/106

Windows 7

Windows 7

I installed the beta version of Windows 7 couple of days ago… it seems Microsoft finally put itself together and heading to the right direction…

There are a few new things in this version of Windows.

First of all, startup times seem to be a little bit shorter. On my PC(AMD Athlon 64 X2 5000+, overclocked to 2.94Ghz, 1TB SATA 7200rpm hard drive, and 4GB of RAM), it takes about 35 seconds from the moment I see “Starting Windows”, to the login screen, then roughly another 30 seconds to a fully responsive desktop. Nothing major, though, comparing to Windows XP, which took about 80 seconds to boot.

The taskbar has gotten wider, somewhat mimicking Dock in OSX. you can drag applications onto it, so their icons are showing in the taskbar, even when they are not running.

Don’t get too excited just yet, Windows 7 only solved some issues with Vista, such as the ever so annoying UAC popups, and random disk access for no reason. There’s nothing revolutionary, however.
It’s still the same old Start menu, still doesn’t recognize all my 4GB of RAM, still vulnerable to millions of viruses and trojans.

Posted by John Zheng

Response
0 Trackbacks , 0 Comments
RSS :
http://blog.21years.com/rss/response/105

« Previous : 1 : 2 : 3 : 4 : 5 : ... 11 : Next »