Anyone can teach me translating games from KOREA to ENGLISH??
Im using apktool, and i see many data inside the APK,
But.
1. I'm not find text Korean for translate
2. All of them using .smali files
3. Value folder
> String.xml [ Inside is Term Of Service ]
> Ids.xml
> public.xml
* In Drawable picture, im only found some picture about login *
bumenoo said:
Anyone can teach me translating games from KOREA to ENGLISH??
Im using apktool, and i see many data inside the APK,
But.
1. I'm not find text Korean for translate
2. All of them using .smali files
3. Value folder
> String.xml [ Inside is Term Of Service ]
> Ids.xml
> public.xml
* In Drawable picture, im only found some picture about login *
Click to expand...
Click to collapse
can you give a link of this game?
fotak-x said:
can you give a link of this game?
Click to expand...
Click to collapse
Sure. But, this game cannot find using PC. Only available in Phone [Little weird, but it's true]:laugh:
I'll upload it
fotak-x said:
can you give a link of this game?
Click to expand...
Click to collapse
Hey, I too need some translation help with this game (link below), the appearance looks great but am not able to figure out how to login. Thanks in advance.
https://play.google.com/store/apps/details?id=com.pip.android.mzx
bumenoo said:
Anyone can teach me translating games from KOREA to ENGLISH??
Im using apktool, and i see many data inside the APK,
But.
1. I'm not find text Korean for translate
2. All of them using .smali files
3. Value folder
> String.xml [ Inside is Term Of Service ]
> Ids.xml
> public.xml
* In Drawable picture, im only found some picture about login *
Click to expand...
Click to collapse
Edit Strings.xml, If there is korean lang convert them into English and paste. then compile and run.
Not sure, but try.
Related
I have posted this on the community forum at PointUI.com, but I will repost here.
Picture
First, a quick note on the attached picture. The QVGA map is half the size of the VGA map, therefore the locations are off by 2 times. Just divide the X, Y coordinates by 2 to get the QVGA locations. To get a new location, use MS Paint in Windows (pic editor), mouse over where the city you want to add is and look in the lower right-hand corner for the X, Y coordinates.
XML File
Thank you to Montecristoff at PointUI for this first part:
A quick guide to add your own city on World or Today Applet:
> goto accuweather.com to find your city with its code
When you found your town on Accuweather website, the code is in your browser adress bar. You just have to check url to isolate it.
You could also use this to obtain the complete url : http://www.accuweather.com/rss-center.asp
> Copy the following file from your device to your PC:
Program Files\Home2\AppletRibbon\Today\Cities.xml (for Today applet)
Program Files\Home2\AppletRibbon\World\Cities.xml (for World applet)
Click to expand...
Click to collapse
On to my stuff.
I was able to add my city and others in the United States, but I followed the existing patterns in the XML file. The previous post entries on how to use the '0&' are partially correct.
Here is what I use:
<item>
<id>22602</id>
<text>Winchester, VA</text>
<x>85</x>
<y>44</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0amp;locCode=22602</url>
<newsurl>http://news.google.com/news?ned=us&output=rss</newsurl>
<gmtOffsetMinutes>-300</gmtOffsetMinutes>
</item>
Click to expand...
Click to collapse
For the id, use the US Postal Zip Code for the city you want. Then use "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=*Your Zip Code*"
Just replace *YourZipCode* with your 5-digit zip code, and *Your X*/*Your Y* with your X, Y coordinates. See code below:
<item>
<id>*Your Zip Code*</id>
<text>Winchester, VA</text>
<x>*Your X*</x>
<y>*Your Y*</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0amp;locCode=*YourZipCode*</url>
<newsurl>http://news.google.com/news?ned=us&output=rss</newsurl>
<gmtOffsetMinutes>-300</gmtOffsetMinutes>>
</item>
Click to expand...
Click to collapse
Note: I use a MortScript to update both XML files from one location. This may be helpful if you are playing around with this file a lot. I leave my "main" copy on my storage card and make all my edits there. When I am done with that, I shut down Home2.exe, run my script, and restart Home2.exe.
I`ve got a problem.
I want to add my city, but everytime i run home2 it crashes. This is the code i added to the cities.xml:
<item>
<id>EUR|PL|PL003|PABIANICE</id>
<text>Pabianice</text>
<x>359</x>
<y>58</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=EUR|PL|PL003|PABIANICE</url>
<newsurl>http://news.google.com.au/news?ned=uk&output=rss</newsurl>
<gmtOffsetMinutes>60</gmtOffsetMinutes>
</item>
Click to expand...
Click to collapse
What is wrong with it?
Thanks in advance for any help.
jankulus said:
I`ve got a problem.
I want to add my city, but everytime i run home2 it crashes. This is the code i added to the cities.xml:
What is wrong with it?
Thanks in advance for any help.
Click to expand...
Click to collapse
Here is your code:
<item>
<id>EUR|PL|PL003|PABIANICE</id>
<text>Pabianice</text>
<x>359</x>
<y>58</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=EUR|PL|PL003| PABIANICE</url>
<newsurl>http://news.google.com.au/news?ned=uk&output=rss</newsurl>
<gmtOffsetMinutes>60</gmtOffsetMinutes>
</item>
Click to expand...
Click to collapse
There are a few things wrong with your script though.
1) The ampersand (&) is incorrect scripting. Replace it with "amp;". Don't forget the semicolon --> ";"
2) There is a space added in your URL line for your location
Change your URL line to this:
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=
0&locCode=EUR|PL|PL003|PABIANICE</url>
Click to expand...
Click to collapse
Just put all of that code on one line in your xml.
Thanks! it works!!!
Hi, I'm having difficulty with city Bandung, Indonesia..
Could you help to create my code?
Thanks in advance
Hi can anyone help me?
I want to add more languages to Samsung stock keyboard.
For ex. add the languages from JVO to JVQ Keyboard.
Anyone ?
THX!
EDIT: solved, includes swype and I cant share it so......
did you take a look into the apk ?
maybe there are the dicts in the res folder.
Can u attach the apk ?
so i can take a look.it would be nice to find out where the dicts are stored so u can add them.
jonas2295 said:
did you take a look into the apk ?
maybe there are the dicts in the res folder.
Can u attach the apk ?
so i can take a look.it would be nice to find out where the dicts are stored so u can add them.
Click to expand...
Click to collapse
10 chars JVO
Perka said:
10 chars JVO
Click to expand...
Click to collapse
Will take a look when I am at home
Sent from my HD2 using XDA Premium App
okay didn´t find anything interesting but i found under the lib folder of the apk a file named libxt9core.so but i dunno if the language is there :/ maybe the language files are stored external
Isnt it just in /res/values-(country code like nl)/strings.xml?
And every language you want to add would mean making a new folder called values-(xx)/strings.xml , and you can just copy over a strings.xml from another language and translate it?
hmm maybe!
!0 chars
Hi all,
Could anyone please guide me on how and where can i source the hinglish keyboard for stock android keyboard.... Have been looking a lot but unable to find the same.....
P.S wont install any 3rd party apps like swiftkey or swype.... Hate those
Sent from my C6603 using xda premium
Hinglish?
Sent from my C6603 using xda premium
gm007 said:
Hinglish?
Sent from my C6603 using xda premium
Click to expand...
Click to collapse
It's part Hindi, part English. A simple Google search would have told you that.
The international Xperia keyboard has it as an input language, as does SwiftKey. I cannot find how to use it on the Google keyboard, however.
Sent from my C6603 using Tapatalk 2
kingvortex said:
It's part Hindi, part English. A simple Google search would have told you that.
The international Xperia keyboard has it as an input language, as does SwiftKey. I cannot find how to use it on the Google keyboard, however.
Sent from my C6603 using Tapatalk 2
Click to expand...
Click to collapse
hey!
had a silly idea if i extract the LatinIME.apk from xperia rom and replace the cm10.1 with it is there a chance that it would work without any issue.... need the hinglish dictionary as i use it extensively....
Thanks
rohit25 said:
hey!
had a silly idea if i extract the LatinIME.apk from xperia rom and replace the cm10.1 with it is there a chance that it would work without any issue.... need the hinglish dictionary as i use it extensively....
Thanks
Click to expand...
Click to collapse
I'm not sure as it probably needs the associated libs to work.
You could try this and see if Hinglish input is available - http://forum.xda-developers.com/showthread.php?t=2196653
It should have all the required system files and Hinglish input as it was extracted from a C6603 and that's what I'm using.
Sent from my C6603 using Tapatalk 2
kingvortex said:
I'm not sure as it probably needs the associated libs to work.
You could try this and see if Hinglish input is available - http://forum.xda-developers.com/showthread.php?t=2196653
It should have all the required system files and Hinglish input as it was extracted from a C6603 and that's what I'm using.
Sent from my C6603 using Tapatalk 2
Click to expand...
Click to collapse
thanx it will work with cm10.1 though right.... i am on latest nightly
Did anyone manage to get the hinglish pack working on google keyboard? I know it's available on swype and swiftkey but i want it on google keyboard.. anyone?
I know it's an old thread but did someone manage to find Hinglish pack for Google keyboard? I just got Nexus 5 few days back and was looking for this.
Method for importing Hinglish or Hindi transliteration to stock Android keyboard
Method:
1) Download the attached text file(Hindi Transliteration.txt) to your phone.
2) Download the free app User Dictionary Manager (UDM) from Play Store
3) On your phone, start UDM > Import > External > <path to Hindi Transliteration.txt e.g /sdcard/download/Hindi Transliteration.txt>
3a) ETA: The file name in the path has to be exactly correct. On my phone the space in the filename became an underscore, so that's a potential source of error.
4) You're done, Enjoy!
4a) Optional - Uninstall UDM
Extraneous:
I wanted to accomplish the same thing that the OP of this thread wants. It was surprisingly difficult to find a list of Hindi words transliterated in English. I finally found a set of English Hindi pairs at "Datasets for FIRE 2013 Track on Transliterated Search" (link cannot be posted since I'm a new poster, Google if interested, it's the iitkgp site) , from which I removed the Devanagari script, made it compatible with UDM, and attached to this post.
Awesome man !!
Maine ye install kar liya hai... Dekhte hain kya hota hai... Abhi to badhiya chal raha hai....
Used google keyboard to type this...
Thank you very much... it worked
bldysabba said:
Method:
1) Download the attached text file(Hindi Transliteration.txt) to your phone.
2) Download the free app User Dictionary Manager (UDM) from Play Store
3) On your phone, start UDM > Import > External > <path to Hindi Transliteration.txt e.g /sdcard/download/Hindi Transliteration.txt>
3a) ETA: The file name in the path has to be exactly correct. On my phone the space in the filename became an underscore, so that's a potential source of error.
4) You're done, Enjoy!
4a) Optional - Uninstall UDM
Extraneous:
I wanted to accomplish the same thing that the OP of this thread wants. It was surprisingly difficult to find a list of Hindi words transliterated in English. I finally found a set of English Hindi pairs at "Datasets for FIRE 2013 Track on Transliterated Search" (link cannot be posted since I'm a new poster, Google if interested, it's the iitkgp site) , from which I removed the Devanagari script, made it compatible with UDM, and attached to this post.
Click to expand...
Click to collapse
Thanks a lot. But i am not able to download the . Txt file.
Pls help. Instead of downloading it get open as a webpage
navtab said:
Thanks a lot. But i am not able to download the . Txt file.
Pls help. Instead of downloading it get open as a webpage
Click to expand...
Click to collapse
Right click the link and there will be an option to "save as" or "save link as"
Thanks a lot. This is exactly I've been looking for. Awesome work!!
Hello, I know this is an old post. Can someone please confirm whether this method enables gesture typing in hinglish?
bldysabba said:
Method:
1) Download the attached text file(Hindi Transliteration.txt) to your phone.
2) Download the free app User Dictionary Manager (UDM) from Play Store
3) On your phone, start UDM > Import > External > <path to Hindi Transliteration.txt e.g /sdcard/download/Hindi Transliteration.txt>
3a) ETA: The file name in the path has to be exactly correct. On my phone the space in the filename became an underscore, so that's a potential source of error.
4) You're done, Enjoy!
4a) Optional - Uninstall UDM
Extraneous:
I wanted to accomplish the same thing that the OP of this thread wants. It was surprisingly difficult to find a list of Hindi words transliterated in English. I finally found a set of English Hindi pairs at "Datasets for FIRE 2013 Track on Transliterated Search" (link cannot be posted since I'm a new poster, Google if interested, it's the iitkgp site) , from which I removed the Devanagari script, made it compatible with UDM, and attached to this post.
Click to expand...
Click to collapse
the app doesnt work on marshmallow..any other way to import this txt file?
koolkunz said:
the app doesnt work on marshmallow..any other way to import this txt file?
Click to expand...
Click to collapse
Did you find the solution to this problem?
ravishmahur said:
Did you find the solution to this problem?
Click to expand...
Click to collapse
Use this app instead off UDM, it worked for me.
https://play.google.com/store/apps/details?id=com.impsycho.udbackup
bldysabba said:
Method for importing Hinglish or Hindi transliteration to stock Android keyboard
Method:
1) Download the attached text file(Hindi Transliteration.txt) to your phone.
2) Download the free app User Dictionary Manager (UDM) from Play Store
3) On your phone, start UDM > Import > External > <path to Hindi Transliteration.txt e.g /sdcard/download/Hindi Transliteration.txt>
3a) ETA: The file name in the path has to be exactly correct. On my phone the space in the filename became an underscore, so that's a potential source of error.
4) You're done, Enjoy!
4a) Optional - Uninstall UDM
Extraneous:
I wanted to accomplish the same thing that the OP of this thread wants. It was surprisingly difficult to find a list of Hindi words transliterated in English. I finally found a set of English Hindi pairs at "Datasets for FIRE 2013 Track on Transliterated Search" (link cannot be posted since I'm a new poster, Google if interested, it's the iitkgp site) , from which I removed the Devanagari script, made it compatible with UDM, and attached to this post.
Click to expand...
Click to collapse
I can't find the attached file.
Where is it?
Hi to all. I'm trying to translate my chinese apk app to english language from long time but i'm unable to translate & tired. I looked for many guideness & translate articles but instead of it i'm failed. I just want to translate strings.xml, Arrays.xml file to my own english language. If here somebody kind person who can tranlsate my apk to english language. Please provide me the help. I tried with notepad ++ apps to edit strings.xml & seen black chinese words...i want if these black words could be possible to translate in one click instead of one by one. Plz help
Translation utility
mrjoy said:
Hi to all. I'm trying to translate my chinese apk app to english language from long time but i'm unable to translate & tired. I looked for many guideness & translate articles but instead of it i'm failed. I just want to translate strings.xml, Arrays.xml file to my own english language. If here somebody kind person who can tranlsate my apk to english language. Please provide me the help. I tried with notepad ++ apps to edit strings.xml & seen black chinese words...i want if these black words could be possible to translate in one click instead of one by one. Plz help
Click to expand...
Click to collapse
I've written an application for such translating xml files, you can use it to translate xml file in one click.
Steps:
Select xml file (e.g. Strings.xml)
Select source language (e.g. cn for chinese)
Select target language (e.g. en for english)
Click translate menu item
It may take several minutes depending on source length
A new file with translated text will be created in source location with new keyword in file name.
Optionally, you can exclude words and patterns using regex.
Hope this will help many people on Xda. I'm not registered as developer here, pls some one post it as a thread with credits. Thanks in advance.
babuilyas said:
I've written an application for such translating xml files, you can use it to translate xml file in one click.
Steps:
Select xml file (e.g. Strings.xml)
Select source language (e.g. cn for chinese)
Select target language (e.g. en for english)
Click translate menu item
It may take several minutes depending on source length
A new file with translated text will be created in source location with new keyword in file name.
Optionally, you can exclude words and patterns using regex.
Hope this will help many people on Xda. I'm not registered as developer here, pls some one post it as a thread with credits. Thanks in advance.
Click to expand...
Click to collapse
I tries this app but while app starts working it shows some running lines like downloading files,connection failed etc etc... could you plz tell how to use this app
mrjoy said:
I tries this app but while app starts working it shows some running lines like downloading files,connection failed etc etc... could you plz tell how to use this app
Click to expand...
Click to collapse
please post the lines of log.
The program requires active internet connection to use google translate services.
babuilyas said:
please post the lines of log.
The program requires active internet connection to use google translate services.
Click to expand...
Click to collapse
Yes sir my internet connection is always active. I'm sending you screenshot of logs.....
mrjoy said:
Yes sir my internet connection is always active. I'm sending you screenshot of logs.....
Click to expand...
Click to collapse
Dear these are the translations to leading foreign text. Copy and try it in translate.google.com and see it.
If the process is stuck on certain translation; copy the left hand foreign text (in your case chinese characters) and add it to exclude list.
Hope this answers your question.
babuilyas said:
Dear these are the translations to leading foreign text. Copy and try it in translate.google.com and see it.
If the process is stuck on certain translation; copy the left hand foreign text (in your case chinese characters) and add it to exclude list.
Hope this answers your question.
Click to expand...
Click to collapse
I didn't understand properly. You mean while translating this app i should leave it until it finished? what is the purpose to translate left hand Chinese character & it would not be able to copy bcoz its working as auto scrolling while trabslating...
mrjoy said:
I didn't understand properly. You mean while translating this app i should leave it until it finished? what is the purpose to translate left hand Chinese character & it would not be able to copy bcoz its working as auto scrolling while trabslating...
Click to expand...
Click to collapse
6. A new file with translated text will be created in source location with new keyword in file name.
Click to expand...
Click to collapse
please see first post.
babuilyas said:
please see first post.
Click to expand...
Click to collapse
I tried to translate with this app but after translate when i install to device it says app not install.....
Google unpacking and packing apks. It works anyway if it translated your XML files.
Sent from my Xperia Ray using xda app-developers app
Any new method to translate chinese apps?
Good evening
this method still works ??
I recently downloaded asphalt overdrive and found the name too long and odd looking in my app drawer. I wish it would be better if it was down to oneword such as "Asphalt" or "Overdrive" only. Can someone tell me how to change the app name itself. It will be much helpful if someone modifies it for me
saif1012 said:
I recently downloaded asphalt overdrive and found the name too long and odd looking in my app drawer. I wish it would be better if it was down to oneword such as "Asphalt" or "Overdrive" only. Can someone tell me how to change the app name itself. It will be much helpful if someone modifies it for me
Click to expand...
Click to collapse
I can try, send me a picture and the name that appears the apk by PM! :laugh:
link and pic
The link to the app 's apk. www.mediafire.com/?1928mxjfvjcs6ph Please make the app's name as Overdrive instead of Asphalt overdrive
saif1012 said:
The link to the app 's apk. www.mediafire.com/?1928mxjfvjcs6ph Please make the app's name as Overdrive instead of Asphalt overdrive
Click to expand...
Click to collapse
I do not quite understand what you mean, I asked one fotot to better understand me ... even more so I tried to download the file from the link below and it will have two apks that modifquei differently, see one after the other. I hope the right.
Link > https://www.sendspace.com/file/b6h1e9
In Nova launcher you just need to hold on an icon, slide it to Edit and just delete or rewrite name. that simple.
thanks a ton!
Marília de Oliveira said:
I do not quite understand what you mean, I asked one fotot to better understand me ... even more so I tried to download the file from the link below and it will have two apks that modifquei differently, see one after the other. I hope the right.
Link > https://www.sendspace.com/file/b6h1e9
Click to expand...
Click to collapse
Just what I wanted! can u tell me how u did it?
Thanks so much!
saif1012 said:
Just what I wanted! can u tell me how u did it?
Thanks so much!
Click to expand...
Click to collapse
if u know to decompile or recompile apk files ....
u need to decompile the files
once done navigate to res/values/strings.xml and find this line
Code:
<string name="app_name">[COLOR="Red"]just type what ever name u want here[/COLOR]</string>
save it and recompile
sandy7 said:
if u know to decompile or recompile apk files ....
u need to decompile the files
once done navigate to res/values/strings.xml and find this line
Code:
<string name="app_name">[COLOR="Red"]just type what ever name u want here[/COLOR]</string>
save it and recompile
Click to expand...
Click to collapse
Great @sandy7 right and finally sign the apk
Please post questions in the Q&A section
Thread moved