Installing CIME into Hero

Search This thread

ghoonk

Senior Member
Dec 3, 2008
185
1
Dubai, UAE
Right. Thinking logically, since I rooted my phone by following these steps:

15. If the serial number and the word fastboot next to it popped up, then go back to the command prompt on the computer and type

fastboot boot cm-hero-recovery.img

16. Once the phone boots up into the recovery screen type the following in the command prompt on the computer:

adb shell mount /system
adb push su /system/bin/
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app/
adb shell reboot


17. Once the phone reboots, click the Menu button and click Settings.

18. Goto Applications > Development and check the USB debugging on.

19. While the phone is still plugged in, goto the Command Prompt still up on your computer and type:

adb devices

You should see a serial number, which means the computer is seeing the device.

20. Then type:

adb shell
su

The phone should pop up an su request. Click Always Allow on the phone.

21. Type:

reboot


Logically, I haven't really changed anything else on the phone aside from:

a. copying in 2 APKs, one SU and one Superuser.
b. Setting permissions.

hmmm?
 

mystaka

Senior Member
Jul 17, 2009
74
1
Hong Kong
It does work, but with the IME I can only type simplified Chinese in Stroke input though (traditional Chinese is okay for Cangjie)

Now I'd be appreciated if I can get help of getting the attached "default.xml" into /system/customize/CID for displaying Chinese.
 

Attachments

  • default.zip
    1.2 KB · Views: 22

dvrvm

Member
Jul 26, 2009
13
0
I installed the CIME on my rooted Hero with the method described in the linked thread, and it works like a charm.