IME Switcher removing
Hey guys i know all of you hate that goddamn ime switcher.heres how to remove it.
Step 1 have adb binaries and drivers on computer
Step 2 adb pull framework-res.apk
Step 3 take the apk and decompile it with apktool or other tool
Step 3 navigate to res/values/bools.xml
Step 4 look at line that contains words ime switcher....change the value from true to false ..its right there.....
Step 4 recompile the apk and then adb push the apk back to the system/framework
Step 5 adb reboot
Ps before adb pushing or pulling type adb remount first
Your done!!!
|