Does anyone know where I can download a free xml editor to make some changes in my framework files?
If you decompile the framework you could do it with just about any text editor you wanted. I use TextPad.
Alright thx
Related
Hi Devs,
Where are the language and locales stored in any rom? I cant seem to find any.
Thanks.
They are stored inside the apks, so you'll need apktool to decode them.
Cool thanks HomerSp. Will have a look at it.
u can explain it to me??
cuz im looking for a way to translate any rom to hungarian and i havent find anything (
Like HomerSp said you need to use the tool to extract the binary encoded xml's.
If you want to make an app support more languages you wil need to add Value values-NL (NL = Netherlands (Dutch)) into the apk itself. repack it up and good to go.
its sounds hard
szalay16 said:
its sounds hard
Click to expand...
Click to collapse
Not really, it's just tiring... The only thing you have to do is decompile an apk with "apktool d apkname.apk", in res/ folder create a folder "values-##" (## are the letters of your locale, i.e: es - Spain - ESpaƱa), copy "strings.xml" from /res/values/ to your folder, edit it and compile back with "apktool b /folder/path/". Then, you have your app translated in /folder/path/dist/something.apk.
That's it.
Of course, you'll need apktool, but it's really easy to get. It's explained in a thread in this page.
I installed this tweak and it did what it said it would, but I need to add more apps to the "whitelist." Is there an actual file that can be edited to do this, and if so, where is it and what is it called? If all this cab does is modify the registry, what keys did it modify?
extract the cab file and use a notepad like editor to open up the files from the cab - there u can see what it edits in the registry (as i remember there is existing some keys in the registry for what you want - dont ask me where - i cannot remember anymore)
Yeah, I just downloaded WinCE Cab Manager and used it for something similar. Thanks.
here is my list i always use... i got it off xda somewhere and added a few things.
HD2, CHT 2.0.
I use CHT Lockscreen, HD Mini style.
On the left I have my personalized information (which can be edited in CHT Editor), on the right I see "Unlock" text and symbol like this ">>" (vertical).
How to remove this "Unlock" text and this two >> sings, on the unlock bar?
By editing file?
Be grateful for your answers.
You must edit image - it's in 50F29E37_manila file..
Adow, I've just figured it out... But how to do it?
It is not a png file....
I wasn't interested in chaning it but now I am xD
I've found these .png files, I guess you just rename them and place it in /Windows
found here..
1
2
3
I'll make my own..
Search for m9editor. Using this it is possible to convert manila QTC file to PNG. Then you can edit PNG picture in your favourite editor. In the last step convert PNG back to QTC (again with m9editor) and this save file to \windows folder.
any body know how to make the own themes by edit *.png files from framework-res.apk?? cauze on UOT kitchen is not full editing themes for SGA.
i wanna edit the Smileys of my keyboard (im using Xperia S keyboard, with some customizations and stuff)
i dont wanna edit how they look like (the icons)
i wanna edit how they were input like:
": - )" to ": )" and so on (i wanna remove the noses of the smileys, somekinda annoys me)
i tried editing some xml files, and it failed, cuz aint really know how to edit them
Question: is there a way to change them? and is there a small windows program that can edit xml files without hussle? i tried editing them with notepad++, its full of "Null" and "Null" again
RadarZgin said:
i tried editing some xml files, and it failed, cuz aint really know how to edit them
Click to expand...
Click to collapse
Did you decompile them correctly?