|
-- You received this message because you are subscribed to the Google Groups "Android-x86" group. To view this discussion on the web visit https://groups.google.com/d/msg/android-x86/-/F-ATJyQPXWkJ. To post to this group, send email to andro...@googlegroups.com. To unsubscribe from this group, send email to android-x86...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/android-x86?hl=en. |
Hi ALEXDAlli, nice to find other italians.
Here's attached the file you need.
To copy it on the right position you must save the file on /sdcard directory, then open a shell with a terminal software and do the following:
$ su
# mount -o rw,remount /system
# cd /system/usr/keychars
# mv Generic_it.kcm Generic_it.kcm.old
# cp /sdcard/Generic_it.kcm .
# cd /
# reboot
If you didn't install OS in read/write mode, you can't remount the directory with rw option, cause it will reside on a SquashFS image, smaller but read-only.
I know there's a way to convert an installation with read-only option to a one with read-write option, but it's not easy cause you'll have to uncompress the SquashFS to a partition and then modify the boot sequence.
Let me know if you get it working.
Bye.
--