Hello, I compiled the android version from FriendlyARM but the the result gave me a chinese version. How can I change the config files to compile an english version (or other languages). I guess, there is somewhere a script to change the locals? regards
android in english
open default.pro and change it to this # # ADDITIONAL_DEFAULT_PROPERTIES # ro.secure=0 ro.debuggable=1 persist.service.adb.enable=1 persist.sys.country = US persist.sys.language = en persist.sys.timezone = Eastern Time you can also do it in the main screen if you can read Chinese :)
if you download it from friendlyarm is there
/ # ls
bin init.rc sbin
cache lib sdcard
data linuxrc sqlite_stmt_journals
default.prop lost+found sys
dev lost+found system
etc myDev var
init.goldfish.rc
/ #
and if you want to change from the screen just
1: click on the hammer&wrench
2: scroll all the way down, click on the second to last
3: click on the first one
4: click on English.
5: click K6 button
exact, in fs/ there is the file defauld.prop Now I can compile the system with english language. Thanks

