Categories
- Android (5)
- Cloud Computing (10)
- Development (14)
- Linux (35)
- Uncategorized (36)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Labor Efficiency: The Next Great Internet Disruption 24 hours ago
- Apache HBase 0.92.0 has been released 2012/02/04
- Ceph 2012/02/04
- Maximize virtio-net performance with vhost-net 2012/02/03
- Android-x86 - Porting Android to x86 2012/02/01
- 中国电信将成立云计算公司 践行“天翼云计算”战略 2012/02/01
Google Reader Shares
- Hudson vs. Jenkins: Is it too soon to declare a winner?
- Galaxy Nexus 的 Super AMOLED 屏幕多了 HD,但少了 Plus
- Faenza Icon theme for Gnome 3.2 makes Ubuntu a little more eye candy
- Google 在台湾、香港及新加坡兴建自己的数据中心,一到两年后启用
- 既定的秩序是教育的结果
- Amazon S3 - 566 Billion Objects, 370,000 Requests/Second, and Hiring!
Links
Meta
Category Archives: Android
Customize CyanogenMod ROM
不知道还有多少人在坚持使用早期的 Android 设备,比如 HTC Dream (G1)、Magic (G2) 等。上个月某天午饭时,一个同事说她最近入手了 Sensation (G14),因为原先的那台 Hero (G3) 实在太慢了。嗯,想起了 Richard Jones 说的——Android is the new Windows. 多数情况下,用户不会去管操作系统,于是太多的硬件资源被不必要地占用了,而且还带来不稳定性。但 Android 的开放性使得用户可以对其进行裁减/定制,最原始的做法是直接从源码开始,不过这太麻烦了,另一种做法是修改已经存在的 ROM 安装包。 我依然在使用 G2,已经两年半了,机器里跑的是基于 CM 6.1.0 裁减之后的版本,速度和稳定性都是能接受的。下表(Table 1)列出了修改细节: Table 1. CyanogenMod ROM 程序包 用途 改变 AccountAndSyncSettings.apk 账户同步设置 … Continue reading
Posted in Android
2 Comments
Setting Up Android SDK on Ubuntu
1. 下载 SDK 你可以从 http://developer.android.com/sdk/ 上找到最新的 SDK。 你可能需要翻墙,因为 developer.android.com 被墙了。 $ wget http://dl.google.com/android/android-sdk_r08-linux_86.tgz $ tar zxvf android-sdk_r08-linux_86.tgz 2. 安装 Platform tools $ cd android-sdk-linux_86 $ tools/android 这时会出现一个图形界面的 Android SDK and AVD Manager,在 Available packages 里选择安装 Android SDK Platform-tools 3. 连接手机 … Continue reading
Connect Android Phone to LEAP WiFi
Android phone can connect to WiFi wireless network, but it only supports simple authentication, such as WEP key, if WiFi has security settings. There is no support for LEAP in current Android. At least no support in GUI configuration wizard. … Continue reading
Android Twitter 翻墙指南
{此文方法已失效} 其实这个标题我是成心这么起的,因为在 Android 下根本就不用做太多操作,很无缝无痛地就能避开 G-F-W 的拦阻。 如果你喜欢使用客户端程式来登录 Twitter service,比如赫赫有名的 Twidroid,你只需要在设置帐号时选 Other, 并使用以下配置: API URL: nest.onedd.net/api Twitter ID: your_id_here Password: your_pwd_here 觉得以上过多技术细节?好吧,还有更简单的,直接在浏览器里打开 http://dabr.co.uk/ 并使用你的 Twitter username/password 登录,就可以了。dabr 是什么?来一段它的介绍吧: dabr is a mobile web interface to Twitter’s API. It has been described … Continue reading
入手 G2 及 Android Apps 推荐
等了差不多三个月,终于按耐不住了,上上周六出手 G2,购入一部 台版 HTC Magic,3200 大洋,外加一张屏幕保护膜 50 大洋、8G 高速 KINGMAX microSD 卡 150 大洋,总共耗资 天朝币 3400 大洋。 HTC Magic 目前世面上可以看到的版本主要有 Vodafone 版、T-Mobile 版、台湾版、香港版。个人觉得最好选择台湾版。可以很容易在网路上找到不同版本的对照表。 Android 出自 Google 门下,自然与 Google 诸多服务绑定紧密。如果你跟我一样严重依赖 Google Services 的话,Android 系 smart phone 真的非常合适。设置了你的 Google Account 后,Gmail, Google … Continue reading