E:\software\android\cime>adb push lib/libcimet9.so /system/lib/libcimet9.soE:\software\android\cime>adb push lib/libimezi.so /system/lib/libimezi.soE:\software\android\cime>adb push lib/libpphwr.so /system/lib/libpphwr.soE:\software\android\cime>adb push lib/zi/Zi8DatPYP_CN.z8d /system/lib/zi/Zi8DatPYP_CN.z8dE:\software\android\cime>adb push lib/zi/Zi8DatPYS_CN.z8d /system/lib/zi/Zi8DatPYS_CN.z8dE:\software\android\cime>adb push lib/zi/Zi8DatZHA_CN.z8d /system/lib/zi/Zi8DatZHA_CN.z8dE:\software\android\cime>adb push lib/zi/Zi8DatZHA_HK.z8d /system/lib/zi/Zi8DatZHA_HK.z8dE:\software\android\cime>adb push lib/zi/Zi8DatZHA_TW.z8d /system/lib/zi/Zi8DatZHA_TW.z8dE:\software\android\cime>adb push lib/zi/Zi8DatZYP_TW.z8d /system/lib/zi/Zi8DatZYP_TW.z8dE:\software\android\cime>adb push lib/zi/Zi8DatZYS_TW.z8d /system/lib/zi/Zi8DatZYS_TW.z8d需要手动加几个库文件下载地址:http://www.sofee.cn/blog/wp-content/uploads/2009/05/android_cime.rar
Author: Lu Jun
80后男,就职于软件行业。习于F*** GFW。人生48%时间陪同电子设备和互联网,美剧迷,高清视频狂热者,游戏菜鸟,长期谷粉,临时果粉,略知摄影。
安装ppa源签名的方法
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5其中 B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5 通常可以在https://launchpad.net/~ibus-dev/+archive/ppa找到,其中~ibus-dev就是你的项目名称。
What’s udeb package?
The ‘u’ in udeb stands for Greek mu, meaning micro (udebs take less space than regular debian packages). Unlike regular debian packages, modules for the installer will not bepolicy compliant. They will not contain documentation in /usr/share/doc.They need not comply with the FHS. They may be statically linked. They arebuilt with options such as -Os and… Continue reading What’s udeb package?
在ubuntu的launchpad上找到了这两天困扰我的BUG
原来有很多人有这样的问题阿,这个问题主要是在笔记本用户上出现的。基本确实是和无线网卡有关系,这个东西到处惹火,在vista里面我也吃了不少的苦。https://bugs.launchpad.net/ubuntu/+source/linux/+bug/355054 另外ubuntuforums论坛上有人给出了一个解决方案,想应用了试一下。 Re: cannot shutdown / reboot laptop on 9.04 I was having the same problem. If the laptop’s wireless card was “on” at shutdown, it would hang and I’d get that blinking cursor in the top left corner. If the laptop’s wireless card was “off” at shutdown, no problems at all. So here’s how… Continue reading 在ubuntu的launchpad上找到了这两天困扰我的BUG
英文版的ubuntu装ibus
配置ibus运行环境:编辑/usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules,添加两行:“/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so”“ibus” “X Input Method” “gtk20” “/usr/share/locale” “en:zh” 添加以下两行至.bashrcexport XMODIFIERS=@im=ibusexport QT_IM_MODULE=ibus 按下Ctrl+Alt+Break重新启动X,登录后就可以使用ibus了。
Ubuntu 8.10 关机bug修复法
昨天刚安好的Ubuntu 8.1 版本,安装完之后,发现不论是重启还是关机,在Ubuntu进突条读取完毕后,就黑屏了,屏幕上只有一个白色光标在不停闪烁。等了差不多10分钟吧,还是 无法关机或重启,只能按重启键或开机键了。于是我重新登录上Windows,google了一下,找到了解决方法。方法如下: 第一种方法 打开应用程序-附件-终端,然后在终端中输入 gksu gedit /etc/init.d/alsa-utils CTRL+F找到 mute_and_zero_levels “$TARGET_CARD” || EXITSTATUS=1 改为 #mute_and_zero_levels “$TARGET_CARD” || EXITSTATUS=1 我是使用的是上边这种方法。成功,没有再试第二种方法。大家有兴趣的可以试一下。 第二种方法 同样打开应用程序-附件-终端,然后在终端中输入 gksu gedit /etc/init.d/alsa-utils 在最后stop)的section的最前面 加上下面两行 “ifconfig wlan0 down”“ifconfig wlan0 down”
G1 刷机前备份
Browser bookmarks Mybackup Pro
近期总结
需要记录一下某些东西,不太常用,一会儿时间就要忘记的。 首先对于PS的问题。在ps中要保存有透明信息的图片,必须要有一个alpha通道。不然argb会灰色。ps中的raw图片的保存也是这样。这个疑惑在这里记录一下。 64位的ubuntu装好后最后在apt-get install ia32-libs,这样就可以很好的运行32位的应用程序了。但是有一个问题还是不懂,就是会报找不到/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64对于QQ和爱饭,都可以跳过去,但是twhirl好像不行。 Copy the file to /usr/lib32 once you installed Adobe air in x64 linuxcp /usr/lib/libadobecertstore.so /usr/lib32/ Install lib32nss-mdsn to ensure that Adobe air apps get internet connection Install libgnome-keyring0, then twhirl works OK.
Using Repo and Git
Contents 1. 1 About Git 1. 1.1 Why Git? 2. 1.2 Already a Git user? 2. 2 Task reference 1. 2.1 Installing Repo 2. 2.2 Synchronizing your client 3. 2.3 Why use topic branches? 4. 2.4 Creating topic branches 5. 2.5 Using topic branches 6. 2.6 Viewing client status 7. 2.7 Recovering sync conflicts … Continue reading Using Repo and Git
Separate of topic branch
From: Junio C Hamano <gitster@pobox.com>Subject: Separating topic branchesAbstract: In this article, JC describes how to separate topic branches. This text was originally a footnote to a discussion about thebehaviour of the git diff commands. Often I find myself doing that [running diff against something otherthan HEAD] while rewriting messy development history. For example, Istart doing… Continue reading Separate of topic branch