为Android Lollipop开启Google Now

此方法无需root、无需修改位置信息,需全程开启VPN。

步聚:

  1. 更新google search到最新版。
  2. 把系统语言改为English(US),清除google play services、 google app、google play store和google services framework的数据(如果使用Google Now Launcher,桌面设置将清空)。
  3. 开启飞行模式(可选)、禁用定位服务,在桌面空白处长按,点选“settings”,进入后点击“Accounts & privacy”,再点击“Google Account”,点击“Sign out”。
  4. 然后返回桌面,原无意外开启Google Now的向导出来啦。
  5. 不要把系统语言改为简体中文了。

Continue reading 为Android Lollipop开启Google Now

用ArchLinux架设Time Capsule

本人入手Macbook Pro Retina(early 2013)后还转门买了一个1T的移动硬盘作为Time Machine的备份盘(其实前10G用作OS X安装、后600G用作文件交换),但用着感觉每次备份还得接上硬盘实在不方便,也曾经想过把路由器作为Time Capsule,但路由器的性能是个问题,所以最后还是用PC吧。

Continue reading 用ArchLinux架设Time Capsule

编译Shadowsocks for Gargoyle

因为shadowsocks-libev提供的nightly版是基于openwrt trunk编译的,而gargoyle 1.5.11基于openwrt attitude adjustment,所以在gargoyle上安装会出错:

root@Gargoyle:/# opkg install /tmp/ss.ipk
 ERROR: No package named shadowsocks-libev-polarssl found, try updating your package lists

当然,最简单快捷的方法是把ipk解压,再把文件放进对应目录就可以了。我主要是想趁着这次机会学习编译一下openwrt,接着开始记录本次编译过程。

Continue reading 编译Shadowsocks for Gargoyle