Hi Yuan, Thanks for the reply.
I can find the PinyinIME package in the Android 1.5 SDK, but can't find the source code in the official cupcake release. I was looking for the PinyinIME project under the folder <mydroid>/packages/inputmethods/ When I get android code with following commands,I can't find the PinyinIME project under above folder. cd ~/mydroid repo init -u git://android.git.kernel.org/platform/manifest.git -b android-1.5 repo sync But if I get code from the cupcake development branch with following commands, The PinyinIME project is there. cd ~/mydroid repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake repo sync I'm wondering why the PinyinIME was dropped in official cupcake release code? Thanks. Regards, Moontain 2009/5/11 Yuan Kwok <[email protected]> > > where are you looking for the PinyinIME? from the T-mobile official > release or the official SDK emulator? > I don't have a real phone for dev, but the PinyinIME can be found in > the emulator(remember to kick off the emulator with a avd of firmware > version 1.5) > > when you press and hold in an input box for a while, the PInyinIME can > be found in the contextMenu. (you may need to switch the default > locale to Chinese) > > On Mon, May 11, 2009 at 10:39, moontain <[email protected]> wrote: > > Hi, > > > > When I get code with following repo init command to get the official > android > > 1.5 code, I can't find the PinyinIME project, but it is in the cupcake > > code(-b cupcake). Why it is dropped in the official version? Is this > because > > license issue or something else? Thanks > > > > repo init -u git://android.git.kernel.org/platform/manifest.git -b > > android-1.5 > > > > Regards, > > Moontain > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

