could you tell me a program ke able to quickly translate the xml strings in the app? ke or in some way can reduce us time to manual translation?
I have heard of a program named xmlprinter. This can transform the xml file into a readable text file. That is easy to translate.
Sent from my LG-P970 using xda app-developers app
Duumke1 said:
I have heard of a program named xmlprinter. This can transform the xml file into a readable text file. That is easy to translate.
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
thank you very much : Good: ... can you give me the download file, please??
and maybe tell me how to use it, to translate the xml file ...!
thanks in advance
Related
Hi, anyone know where the downanimation.zip? I am looking for Root Explorer but can not find, I like to modify.
Thanks and sorry for my English.
SoulGraphicsBrand said:
Hi, anyone know where the downanimation.zip? I am looking for Root Explorer but can not find, I like to modify.
Thanks and sorry for my English.
Click to expand...
Click to collapse
Downanimation?or bootanimation?
Sent from my LG-P990 using XDA Premium App
freakonaleash said:
Downanimation?or bootanimation?
Sent from my LG-P990 using XDA Premium App
Click to expand...
Click to collapse
Downanimation.
The animation that appears when you turn off the phone.
Change the downanimation? I just wish it would go away!
SoulGraphicsBrand said:
Hi, anyone know where the downanimation.zip? I am looking for Root Explorer but can not find, I like to modify.
Thanks and sorry for my English.
Click to expand...
Click to collapse
Did you check up PowerOff.apk ? If you know how to open it and modify apk files, try to explore poweroff.apk.
Someone says shutdown images are in that file.
It's in /system/app/PowerOff.apk
but I`m not sure other types of O2X have same apk and modyfing method.
I recently succeeded modifying shutdown animation. As I wrote, Changing images and xml will be needed in PowerOff.apk
I hope it helps you
Sent from my LG-SU660 using XDA Premium App
data/local/ erase or replace the downanimation ....
Hi,
look here: w.handy-faq.de/forum/lg_optimus_speed_p990_forum/201102-lg_optimus_speed_p990_shutdown_animation_aendern_cwm_mod.html
There you can download a CWM package to change the shutdown animation.
sorry, this is my first post so I can't paste a working link.
greetings
i dot not understand any word here
http://www.handy-faq.de/forum/lg_op..._p990_poweroff_animation_aendern_cwm_mod.html
davebyone said:
i dot not understand any word here
http://www.handy-faq.de/forum/lg_op..._p990_poweroff_animation_aendern_cwm_mod.html
Click to expand...
Click to collapse
Try google translate. Translated site
wewoapsiak said:
Try google translate. Translated site
Click to expand...
Click to collapse
thank you.. and it doesnt work with GB..
anyone have any idea where i can found it?
Hi,
So guys I just want to ask you where is the file that contains the original settings of :
1.app(any apk)
2.rom
(I know some settings could be set through build.prop)
Thank ya all in advance, the thanks button is reserved for all who have something to say here.
Sent from my GT-S5830 using xda premium
Huh Wat do u mean by original settings maybe for app try clearing data of app?
Sent from my GT-S5830 using xda premium
Sikorsky96 said:
Hi,
So guys I just want to ask you where is the file that contains the original settings of :
1.app(any apk)
2.rom
(I know some settings could be set through build.prop)
Thank ya all in advance, the thanks button is reserved for all who have something to say here.
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Its not one file. Its a set of folders. All user settings and data is stored in /data
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
Explain a bit please Search in /system/app and /data/data and /data/app
And if u get the correct dir then u will see a bunch of .so files
Sent from my GT-S5830 using xda premium
Well basically I want to modify an apk. Launcherpro.apk for example. I Meant the default settings. E.g by default the ani speed of launcherpro is set to 4 I wanna change it to 6 for example. By the way I know that This could be done once the app is installed either by changing it in the settings menu of the app itself or modifying the XML file in data/data/com.fede.launcher/shared_prefs. so long story short I want to modify the default settings of an app just any.
Hope that's clear enough. Cheers everyone!!!
Sent from my GT-S5830 using xda premium
Well, it depends on how the app works. Decompiling, editing and recompiling seems to be what you're lpoking for. You need to know how the app works to know where to start screwing with it.
If you're looking to do it for a rom or flashable zip, flashing the app's external data (/data/data for example) to the correct location will keep its settings. For example, use an app, change settings, go to data/data and extract the app's data, put it in your flashable zip and edit the updater-script of the zip to mount /data and flash the app's data to /data/data.
Oki, cheers bro. Yes I am looking into compiling apps. Well I have extracted a couple of apps and they all seem to have the same basics. Same folders and stuff. What I thought it would be like is that it might have some sort of XML file named style or settings or preferences or ... and all the default values are stored there which could be modified. Like I said I find such file in the data directory of an app but is there a simular file in the actual apk
Sent from my GT-S5830 using xda premium
Settings.xml
Then you can change some stuff but not all
Others are in the smali
Sent from my GT-S5830 using xda premium
CoolCatGetHome said:
Settings.xml
Then you can change some stuff but not all
Others are in the smali
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Cheers bro. Ill try that out right away
Wish me luck
=============
Where is it though can't find it. Where are these kinda file normally stored. And more thing when I open some xmls it's full of question mark signs. What is the correct way of opening these xmls. I opened them with dreamweaver cs5.
Sent from my GT-S5830 using xda premium
Sikorsky96 said:
Cheers bro. Ill try that out right away
Wish me luck
=============
Where is it though can't find it. Where are these kinda file normally stored. And more thing when I open some xmls it's full of question mark signs. What is the correct way of opening these xmls. I opened them with dreamweaver cs5.
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
it should be under the layout folder.
masterex567 said:
it should be under the layout folder.
Click to expand...
Click to collapse
no its in res/xml/settings.xml
first decompile the apk with apktool
oh yup.
y was i daydreaming.
Ok great. Cheers guys. now how do I open these files. I mean if this is a XML then why does it show some weird unreadable characters ? is there a special way for opening XML files in android or to be precise in android apps
Sent from my GT-S5830 using xda premium
Sikorsky96 said:
Ok great. Cheers guys. now how do I open these files. I mean if this is a XML then why does it show some weird unreadable characters ? is there a special way for opening XML files in android or to be precise in android apps
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Try notepad++, it supports lots of formats and funky sht.
You seem to be a newbie. Try reading some more. You just cannot decompile apks, open/edit them and recompile without errors. I suggest you try basic modding first. Then go for smali.
Just my suggestion though!
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
It's a fact which can't be denied but Im absolutely willing to learn I mean this is why I'm here so where would you suggest I shall start from? Any references anything would be appreciated bro.
Cheers!!!
Sent from my GT-S5830 using xda premium
Well as i said. Try basic moding first..
Try to understand apks.
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
Hello,
I've been trying to add a section to Settings, but whenever I recompile the app and push, setting permissions, it to my phone, my device will say "App not installed". I've just added a few lines to settings.xml, and then stated the string on values/strings.xml. It gives no error when recompiling, am I doing something wrong?
Thanks in advance.
ImSoBored said:
Hello,
I've been trying to add a section to Settings, but whenever I recompile the app and push, setting permissions, it to my phone, my device will say "App not installed". I've just added a few lines to settings.xml, and then stated the string on values/strings.xml. It gives no error when recompiling, am I doing something wrong?
Thanks in advance.
Click to expand...
Click to collapse
You have to sign the apk coz android won't allow unsigned apk to be the system app. Use signapk for signing the apk file. Its very common tool for signing u can find it in the forums or just Google it.
Sent from my GT-S5830 using xda premium
BhawaniSingh said:
You have to sign the apk coz android won't allow unsigned apk to be the system app. Use signapk for signing the apk file. Its very common tool for signing u can find it in the forums or just Google it.
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Thanks, but it didn't work. I thought system apps didn't have to be signed unless AndroidManifest was touched...
That true
To add links to mai settings.xml
Make sure the packagenames are correct of the apk you want to link in the settings
An also add proper strings and icon resources
Sent from my GT-S5830 using xda premium
DeadSp1d3r said:
That true
To add links to mai settings.xml
Make sure the packagenames are correct of the apk you want to link in the settings
An also add proper strings and icon resources
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
With that's true, you mean signing the apk? I tried to sign it still, but still no luck. Thanks
ImSoBored said:
With that's true, you mean signing the apk? I tried to sign it still, but still no luck. Thanks
Click to expand...
Click to collapse
No sign apk
Did u replaced your res folder of compiled apk !
Sent from my GT-S5830 using xda premium
Increases in Thai language in KitKat rom(4.4) I tried many ways to do it, then do not.
Thai language is don't show in rom.
soory for bad eng
masara59 said:
Increases in Thai language in KitKat rom(4.4) I tried many ways to do it, then do not.
Thai language is don't show in rom.
soory for bad eng
Click to expand...
Click to collapse
There is a way.its long and easy.but you should know your language fully and another language like english
Sent from my GT-S5570 using XDA Premium 4 mobile app
arpitkh96 said:
There is a way.its long and easy.but you should know your language fully and another language like english
Sent from my GT-S5570 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
tell me please.
masara59 said:
tell me please.
Click to expand...
Click to collapse
In every app there is values folder.in which there is strings.xml. So what you have to do is decompile every app(in which you want your lauguage).go in values >strings.xml and replace every english string with your launguage and recompile it.it is not necessary to do in values folder only.you can also do it in other folders like values-en,values-it.where last 2letters stands for respective language.so when you have done this.then go in settings and select that language in which you have made your modifications.thats it
Note-you will have to do this in framework-res.apk also
Sent from my GT-S5570 using XDA Premium 4 mobile app
arpitkh96 said:
In every app there is values folder.in which there is strings.xml. So what you have to do is decompile every app(in which you want your lauguage).go in values >strings.xml and replace every english string with your launguage and recompile it.it is not necessary to do in values folder only.you can also do it in other folders like values-en,values-it.where last 2letters stands for respective language.so when you have done this.then go in settings and select that language in which you have made your modifications.thats it
Note-you will have to do this in framework-res.apk also
Sent from my GT-S5570 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Very thank arpitkh96. but no font thai inkitkat rom.How to add?
I try add font like as JB but not work.
Not font it is launguage
Sent from my GT-S5570 using XDA Premium 4 mobile app
Can anyone provide me Cool jazz, Rosemary and Chococooky .ttf files.
Please...
Sent from my GT-S5830 using XDA Free mobile app
Shahrukh3993 said:
Can anyone provide me Cool jazz, Rosemary and Chococooky .ttf files.
Please...
Sent from my GT-S5830 using XDA Free mobile app
Click to expand...
Click to collapse
Try this guide. It has all the fonts you need. Here is the link,
[MOD](FlipFonts for the Note)[MOD] .APK (3/18/12) MORE THAN 300+ FONTS!!!!
Hope I Helped
mahithm said:
Try this guide. It has all the fonts you need. Here is the link,
[MOD](FlipFonts for the Note)[MOD] .APK (3/18/12) MORE THAN 300+ FONTS!!!!
Hope I Helped
Click to expand...
Click to collapse
Thanks @ Mahithm...
But I need .ttf files...
Do you know from where can I get .ttf fonts ?
Or shall I rename .apk to .ttf ?
Will it work ?
Sent from my GT-S5830 using XDA Free mobile app
Shahrukh3993 said:
Thanks @ Mahithm...
But I need .ttf files...
Do you know from where can I get .ttf fonts ?
Or shall I rename .apk to .ttf ?
Will it work ?
Sent from my GT-S5830 using XDA Free mobile app
Click to expand...
Click to collapse
Bro, install the apk and follow the screenshots as specified in the guide. It works
Shahrukh3993 said:
Thanks @ Mahithm...
But I need .ttf files...
Do you know from where can I get .ttf fonts ?
Or shall I rename .apk to .ttf ?
Will it work ?
Sent from my GT-S5830 using XDA Free mobile app
Click to expand...
Click to collapse
U can extract .ttf file from .apk file also.
*Use "root explorer" app.
*Navigate to ur font.apk.
*Tap it & select "view" from the dialogue box.
*There you'll see "assets" folder. Open that folder.
*Now you'll see "fonts" folder. Open this folder & there's ur font.ttf file.
*Just extract this .ttf file by long pressing on it & select "extract" from the pop up window.
*Now apply it using "font changer" app & enjoy...!!
Hope this helps...!!