


How can I make a modification to the stock keyboard LatinIMEīuilding this new AOSP image with the new keyboardĪnd extracting the new keyboardj (APK) out of this image to install it on my device (Root permissions are of course available) When I replace my old Stockkeyboard with this one, it is still perfectly working? So I got not clue what's going on. This APK does not contain any Java Sources?! Its just XML regarding to the layout.

I decompiled the app to check if the modification there is available and here is the problem. I mounted the system.img and get into the path: /system/app/LatinIME/ I compiled the code and it was successful too. The file which I modified was this here: packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java Than I made some changes to the stockkeyboard (regarding to my other topic, but not relevant here). I have downloaded and successfully build the AOSP for marshmallow (android-6.0.1_r79).
