Change Language & Keyboard of Chinese Rom - Android Q&A, Help & Troubleshooting

Hi All,
I wonder if any of you wonderful talented Android Guru's out there can help me with a ROM issue. I found an amazing rom for my device, however it's one developed a one man band Chinese fella... And of course, natural language is Chinese.
This, I believe I can change easily in Build.Prop file, however the Keyboard is also some Chinese App... cross between BingIme.apk and there was another App name on a different ROM. I want to make these ROMs clean / / pure English based....
Can you advice me how to do this please?? What Apps maybe needed? Do I have to sign the ZIP when finished or just exiting/saving the ZIP is fine...?? Also, can I delete Apps (or even an entire folder).
As I have had a go at this, however flashing the Zip resulted in an error... and failed to Flash!!!
Is there an App (either Desktop, or Android APK) that can make these changes, or package up my alterations after I flashed the Chinese rom...??
Thanks, Lister

Related

[Q] How to import language support for the roms?

Dear All Friends;
I tried to cook my roms for about 6 months, and I have some good progess, but the only thing that I can not fix is, that I could not add persian(Or arabic) language support to roms, and this is because of the nature of the languages, I do not need the roms to show any menu or anything in persian, but I want them to support the characters and show them good.
The persian need characters to be connected and written from right to left, but in any rom that you COPY just FONTS, the rom just shows the characters in not proper format.
After many researches I found that language related files are, libskia, libskiagl and webcore in libs folder, so I tried to use these libs files and copy them from A rom that support these well to my rom, but after doing this, the rom does not run properly and stoped at the HTC logo at the starting of the cellphone in HTC SPLASH SCREEN...
I do not know what should I do..
If any one knows anything about this, please help me..
Any help has been appreciated...
The way to import is:
1- Add your language ( here persian ) to System/Fonts ( maybe you need to replace with the existed fonts. )
2- In some languages (Hebrew, Arabic, Persian) you need to have the usefull LIBSKIA, LIBSKIAGL and WEBCORE in your system/libs to support the characters that you added in first step, correctly.
The problem:
I tried to add the LIBSKIA, LIBSKIAGL and WEBCORE from a rom that supports the Persian and Arabic well to this folder in my own rom that did not support those well.
BUT, After installing rom in cellphone, It did not go to HomeScreen and freezed in HTC SPLASH SCREEN that showed in rom installing time.
I do not know how can I use them, please some one help me...
And me too
mercury700ir said:
The way to import is:
1- Add your language ( here persian ) to System/Fonts ( maybe you need to replace with the existed fonts. )
2- In some languages (Hebrew, Arabic, Persian) you need to have the usefull LIBSKIA, LIBSKIAGL and WEBCORE in your system/libs to support the characters that you added in first step, correctly.
The problem:
I tried to add the LIBSKIA, LIBSKIAGL and WEBCORE from a rom that supports the Persian and Arabic well to this folder in my own rom that did not support those well.
BUT, After installing rom in cellphone, It did not go to HomeScreen and freezed in HTC SPLASH SCREEN that showed in rom installing time.
I do not know how can I use them, please some one help me...
Click to expand...
Click to collapse
I have this prob in froyo and android 2.3.1 too, plz if anyone can help
artayofski said:
I have this prob in froyo and android 2.3.1 too, plz if anyone can help
Click to expand...
Click to collapse
Guys,
I heard from android developers that HarfBuzz (which used in chrome for complex layout) will be used in honeycomb. So most probably all the languages that Chrome/Chromium support will be supported in honeycomb. Hope some one could port this to 2.1 2.2 2.3 also. I don't know weather the source is available yet.
http://groups.google.com/group/android-platform/browse_thread/thread/3dc8d17daf955348
well i have tried that too it doesnt work
i think only 2 developers were succesful in doing that
ayman el snd in his web site ardoid .com he makes a custom .zip flashable file for each rom specifically and you are right this 2 lib files (libwebcore.so & libskia.so)are modified and also framework.jar
so its rom specific not in general
and there were an arabic developer here on xda which provided cyanogen with arabic support in his latest roms so any rom based on cyanogenmod rom latest supports arabic but limited only to messaging and you have to install smart keyboard and arabic keyboard for smart keyboard so you can write arabic
and for browser the only way to show arabic letters properly is installing persian browser which fixes the problem after each page loads
ofcourse its partial solutions
i would love to help on anyway to provide a way to custom edit the lib files of any rom just needs DEVs here to point the way how to edit such files
maxmyo said:
well i have tried that too it doesnt work
i think only 2 developers were succesful in doing that
ayman el snd in his web site ardoid .com he makes a custom .zip flashable file for each rom specifically and you are right this 2 lib files (libwebcore.so & libskia.so)are modified and also framework.jar
so its rom specific not in general
and there were an arabic developer here on xda which provided cyanogen with arabic support in his latest roms so any rom based on cyanogenmod rom latest supports arabic but limited only to messaging and you have to install smart keyboard and arabic keyboard for smart keyboard so you can write arabic
and for browser the only way to show arabic letters properly is installing persian browser which fixes the problem after each page loads
ofcourse its partial solutions
i would love to help on anyway to provide a way to custom edit the lib files of any rom just needs DEVs here to point the way how to edit such files
Click to expand...
Click to collapse
Thanks man...
You helped me so much..
You mentioned that those lib files that the aymen el snd made is not for a specific device, Am I Right???
It means we can use them in our roms, but how does this possible?? Each rom needs its own libs, how can we use one lib for all the devices?? (Would you please talk about it more? and which version of roms do these libs support? (2.2 ,2.1 or 2.3)
mercury700ir said:
Thanks man...
You helped me so much..
You mentioned that those lib files that the aymen el snd made is not for a specific device, Am I Right???
It means we can use them in our roms, but how does this possible?? Each rom needs its own libs, how can we use one lib for all the devices?? (Would you please talk about it more? and which version of roms do these libs support? (2.2 ,2.1 or 2.3)
Click to expand...
Click to collapse
well what i'm said that he is making a .zip file for each rom release he is always up to date with new releases of roms like the OTA roms and cyanogenmod roms
you can check his website for more details of the supported devices and roms
he made a generic .zip file but that mostly doesnt work
what i have learned that he gets the lib files source code of a certain rom and then add the arabization codes then compile the lib files so the lib files would be identical to the ones in the rom + arabization snippets of code
i'm glad to help you in anyway
i really want to have more time to investigate that but i dont for now
maxmyo said:
well what i'm said that he is making a .zip file for each rom release he is always up to date with new releases of roms like the OTA roms and cyanogenmod roms
you can check his website for more details of the supported devices and roms
he made a generic .zip file but that mostly doesnt work
what i have learned that he gets the lib files source code of a certain rom and then add the arabization codes then compile the lib files so the lib files would be identical to the ones in the rom + arabization snippets of code
i'm glad to help you in anyway
i really want to have more time to investigate that but i dont for now
Click to expand...
Click to collapse
Thanks a lot for your attention...
I saw his web page, and find what he did...
unfortunately I did not find anything for HTC Legend, so I need to do what you said myself, if I want to do this for legend..
The problem is I am programming in VB.Net not Java or C# or C++, so I am strange in codding in java for doing this...
I have to find a way to do this, find the Arabbizer Snippets...
At least, can anyone tell me, how can we open .SO files in library?? ( I mean, how can we open for example, libskia.so or ... and again repack them..??? )
and absolutely it is appreciable if anyone can help about the res-framework.apk, that which part of it should be manupulated for adding arabic/persian suuport???
At least, can anyone tell me, how can we open .SO files in library?? ( I mean, how can we open for example, libskia.so or ... and again repack them..??? )
and absolutely it is appreciable if anyone can help about the res-framework.apk, that which part of it should be manupulated for adding arabic/persian suuport???

ROM Cooking Question & Answer Thread

Hi
in this Topic We want to Make Q & A about ROM Cooking Problems and Guides
I Want to Put PreInstalls Apps in My Custom ROM
I copy the Xaps in OEM Folder Of IMGFS but it dose not Work !!!!
Whats Problem ???
Where can I found tutorials for cooking ROMs?
lockedup said:
Where can I found tutorials for cooking ROMs?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=917594 common tutorials (including video) are in the first post - for WM and WP they are the same.
http://forum.xda-developers.com/showthread.php?t=1330850 - some video in the first post.
And - read the whole OsBuilder threads (both)
Thanks.
I have a few of questions. I have modified my first ever rom. Am so proud of myself.
Anyway, where in the registry do I select UK keyboard as default keyboard layout on first boot? At the moment it always defaults to US keyboard layout.
Where in registry do I choose UK language as default language and region upon first boot? I have chosen 0409 as default but it keeps using US region upon first boot.
Finally how do I stop preinstalled oem apps from reinstalling themselves after a reboot even though I uninstall them? I presume this is a registry tweak too. Many thanks.
tboy2000 said:
I have a few of questions. I have modified my first ever rom. Am so proud of myself.
Anyway, where in the registry do I select UK keyboard as default keyboard layout on first boot? At the moment it always defaults to US keyboard layout.
Click to expand...
Click to collapse
Dump European stock 2.05 and take Language boot ID package from it (0809 default) or at least - have a look at the rgu file of it.
tboy2000 said:
Finally how do I stop preinstalled oem apps from reinstalling themselves after a reboot even though I uninstall them? I presume this is a registry tweak too. Many thanks.
Click to expand...
Click to collapse
Dump another source rom. What did you expect dumping rom containing this bug? And - no - it's not a registry tweak! Sorrowfully.
So as you see - all answers to your questions are "dump proper source".
Normally you should dump stocks and create your kitchen. Than you develop the kitchen by adding unlocks and other goodies. Dumping someone's custom is a good step to start but later on - it's a dead end. You will continue to get bugs from other chiefs without having a possibility to find and fix them.
Thanks for the advice. Greatly appreciated. Yes I have modified an exisiting custom rom. It is a start anyway as I have never modified a rom before using the osbuilder. One day I will do it from scratch as you suggest . Thanks!
Can someone who is using en-GB (not US language/layout) as default language AND as keyboard layout and region please check in your registry and tell me what the data field for APC should be:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\International]
"LCID"=dword:809
"ACP"=dword:???
Many thanks!
I cooked my ROM but it dose not boot and Restart (in HTC Logo)
Whats Problem ?
Amir WM said:
I cooked my ROM but it dose not boot and Restart (in HTC Logo)
Whats Problem ?
Click to expand...
Click to collapse
You just cooked a bad rom That's the problem.
Continue trying. No one can tell why you got cyclic reboot. It's too common.
tboy2000 said:
Can someone who is using en-GB.................Many thanks!
Click to expand...
Click to collapse
I am not using UK en (sorry for that) but:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\International]
"LCID"=dword:809
"ACP"=dword:4e4
Thanks. I recooked my first Radar rom and posted in the radar forum. I used the OSBuilder program. Was easy to use. Other wannabe chefs try it. Dont be scared
I Dump Nextgen 3.2 ROM for test
I Just Change the about page settings (EX name , Tel ) and rebuild ROM .
But still it reboots in HTC Logo
i didn'nt change any setting or folder but it reboots .
Any Solution ?
maybe its wrong radio?
tboy2000, it's absolutely useless to give any suggestions to the guy - we don't know even his device. According to his "Nextgen" - he is trying to cook for first gen device. That means - it has nothing to do with radio. First gen device roms are not dependable upon radio version.
His cyclic reboot on HTC logo can mean everything - beginning from non-booting XIP and finishing mistakes in OEM part. The only solution for him - continue trying. And playing with settings of OsBuilder. As I already told - dumping customs - absolutely wrong way.
The source of XIP, SLDR and OEM must be STOCK rom!
I dont know Which Setting ?
Which Setting in OS Builder ?
1. How can i upgrade wp build from 8773 to 8779 ? where should i copy update files ?
2. Where is Full Unlock Files in Nextgen 3.2 or Deepshining ? whats name ?
3. How should i full unlock Xbox games ?
How to add full Unlock V3 from Ultrashot in a cooked rom
Hello all,
I'm a newbie in rom-cooking and I would like to know how to add in OS Builder the full Unlock from Ultrashot, any help is highly appreciated.
Regards,
Fran
fran_1970 said:
Hello all,
I'm a newbie in rom-cooking and I would like to know how to add in OS Builder the full Unlock from Ultrashot, any help is highly appreciated.
Regards,
Fran
Click to expand...
Click to collapse
Inside Your ROM to insert (in OEM and XIP) packages with full Unlock from Ultrashot (including corresponding to utility and editing the reg).
kovalDN said:
Inside Your ROM to insert (in OEM and XIP) packages with full Unlock from Ultrashot (including corresponding to utility and editing the reg).
Click to expand...
Click to collapse
В данном случае гугел-транслятор просто не работает. Нельзя экстраполировать напрямую русское построение предложений - смысл теряется конкретно
Google is not good to translate the sentences - it works for words - maximum for expressions. Otherwise you get no sense.
To fran_1970
The best way - to write a PM to ultrashot asking him to give you unlock packages set. One package should be placed in XIP, other packages to EXT or OEM or wherever.
How can I go about making my ROM updatable?

CirclesMod - For your Ganbarou ROM 1.00

Hello everyone.
First of all, english is not my native language so don't expect a perfect writting from me.
This is my first post, and it's about a simple modding thing that I was hopping I could find it somewhere on this forum, but unfortunatelly I lack of luck. It is not like I don't like the charging icon that appears on the notification bar on my tablet, but I find another type of mods more stylish and pretty. That's why I customed my SystemUI.apk to get this on my Android.
I used a tool from shayne77 that easily customize the battery indicator on CM9-based ROMS and original CM9 ones, so if you want to say thanks the credit its all for him.
It works specially with the Ganbarou ROM v1.00 for Galaxy Tab P7510, and it was tested by me and I hope it should work fine with yours.
I include in this post two attachments:
the ZIP file is flashable via CWM or similar recovery software.
The APK is the SystemUI.apk itself, and if you don't want to flash your rom, you can copy it with a File Explorer with Root Permissions in /system/app/.
I expect this would help someone!

keyboard android 4.2

I like to use the new keyboard from android 4.2 but it's not included the dictionary of my language like it does in my original aosp keyboard, so I tried to get the keyboard dictionary from my old apk,
And put it into the new 4.2 apk, and then I packed it back to zip, and I changed the name to ***.apk but it can be installed, it says, the app was not installed...
What do I need to do???
Please help
Sent from my GT-I9000
With cm10 fishers
I would like to know the answer to that question, too. I'm interest to add Hungarian sand Romanian as additional add-on dictionaries.
I'd also like to use the 4.2 keyboard on my HTC Doubleshot with CM 9.1. Where did you guys download it? I only found the package for 4.1 devices. And of course I'd like to use the system dictionary.
Also, I've tried the pre-release keyboard install method and it didn't work when I flashed the .zip. However now that the code is out it's principally pretty easy to create an .apk right? Also can this made the way so that it uses the system dicitonaries?
Thanks

[Q] Where to go from stock with Mediapad Honor X1?

I have imported a Huawei Mediapad Honor X1 from China. I have managed to set it to English and installed all the Google apps i need (or think i need because every time i want to use something specific i learn that some hidden Google app is needed to do the trick).
Because i do not want to reset everything to English when i reset to factory default i hoped i could find a custom rom with English as it's standard language and the playstore installed etc.
I did some hefty reading in this forum to find several things.
A) there are custom ROMs but these are work in progress;
B) there are official ROMs;
C) After i update from the stock image the DPI will change so some apps will not work and the UI will look horrible.
So based on these findings (if they are correct) i have some further questions.
1) Are there 'finished' custom ROMs that i could use?
2) Are there official custom ROMs that have English as their default language, have playstore installed and have the original DPI
3) Currently i have Build number 7D-503LV100R001C233B002 and kernel version 3.0.8-01316-gb959b08. Is there a reason to upgrade from this version? From what version will the DPI change
4) I notice that it looks like the GPS is lacking connection time (i noticed my weather app doesn't change location when i am in another city). An app like GPS tester shows that my GPS does work. So i think it has something to do with automatically checking for changes.
Does anybody knows if this is a known problem?
MrEZeuss said:
I have imported a Huawei Mediapad Honor X1 from China. I have managed to set it to English and installed all the Google apps i need (or think i need because every time i want to use something specific i learn that some hidden Google app is needed to do the trick).
Because i do not want to reset everything to English when i reset to factory default i hoped i could find a custom rom with English as it's standard language and the playstore installed etc.
I did some hefty reading in this forum to find several things.
A) there are custom ROMs but these are work in progress;
B) there are official ROMs;
C) After i update from the stock image the DPI will change so some apps will not work and the UI will look horrible.
So based on these findings (if they are correct) i have some further questions.
1) Are there 'finished' custom ROMs that i could use?
2) Are there official custom ROMs that have English as their default language, have playstore installed and have the original DPI
3) Currently i have Build number 7D-503LV100R001C233B002 and kernel version 3.0.8-01316-gb959b08. Is there a reason to upgrade from this version? From what version will the DPI change
4) I notice that it looks like the GPS is lacking connection time (i noticed my weather app doesn't change location when i am in another city). An app like GPS tester shows that my GPS does work. So i think it has something to do with automatically checking for changes.
Does anybody knows if this is a known problem?
Click to expand...
Click to collapse
You could try updating to B006 or B007, which don't mess with the DPI and are still 4.2.2. I don't recall which one made the DPI change but you can read acuratslan's threads/;posts.
Root it and install Xposed framework to suit your taste.

Categories

Resources