补充一下,我的步骤如下
1.reop sync to clone the entire platform.
2.OpenWnn and PinyinIME were not inclued in the platform above, so had to retrieve them by using git.
3.Move OpenWnn and PinyinIME folders into packages/inputmethods/
4.In mydroid, make.
编译通过,但启动emulator后,未发现OpenWnn和PinyinIME被装载。
刷了之后好像电话打不进来,提示无法接通,
还有 拨号键和home键按了没反应。。。
博主会有这些问题吗?
[Reply]
Evan Reply:
March 28th, 2009 at 11:25 pm
都有,不过拨号键和home键没反应这个问题我解决了
但打电话进来还是没反应,拨出的电话挂不了。都是大问题。。
[Reply]
Anonymous Reply:
March 28th, 2009 at 11:37 pm
拨号键和home键没反应怎么解决的?
可以重新发rom出来吗?
因为我比较少用手机打电话,所以不能接通和挂断不是什么大问题:)
[Reply]
Evan Reply:
March 28th, 2009 at 11:41 pm
给我发mail,然后我给你一个程序装上试试看有没有用吧
firstfan at gmail.com
我已经发啦,好像又发现了一个新问题,关机后就不能启动了,
一直在ANDROID那里闪。。。。
[Reply]
Evan Reply:
March 28th, 2009 at 11:52 pm
我也回信啦,那个一般拔电池重启下就好
[Reply]
好期待正式版
[Reply]
怎么编译pinyinime呢?直接放到inputmethods就可以了吗?
还得改什么配置文件?
[Reply]
Evan Reply:
March 29th, 2009 at 3:02 pm
可能会报LOCLA_MODULE_TAGS没设置的错,对着LatinIME的改改就行
[Reply]
请问是将git下载下来的OpenWnn和PinyinIME目录放在packages/inputmethods/下面,然后在mydroid下make就行了吗?为什么编译后输入法里找不到OpenWnn和PinyinIME呢?需要做什么其他的修改吗?谢谢!
[Reply]
补充一下,我的步骤如下
1.reop sync to clone the entire platform.
2.OpenWnn and PinyinIME were not inclued in the platform above, so had to retrieve them by using git.
3.Move OpenWnn and PinyinIME folders into packages/inputmethods/
4.In mydroid, make.
编译通过,但启动emulator后,未发现OpenWnn和PinyinIME被装载。
[Reply]
problem solved.
[Reply]
Mike Reply:
April 7th, 2009 at 4:17 pm
Would you like to tell how to solve this problem?
[Reply]
You need to modify generic.mk and sdk.mk under mydroid/build/target/product to add OpenWnn and PinyinIME packages into the product. Good Luck!
[Reply]