Hi,
Rom editors, xml editing program you use is?
thanks
alpkun said:
Hi,
Rom editors, xml editing program you use is?
thanks
Click to expand...
Click to collapse
Program to edit .xml files? I use Notepad++.
Related
Does anyone know where i can get a decent xml viewer to see some of the xml's that are in the roms etc.
I like Notepad++.
http://notepad-plus.sourceforge.net
grokdesigns said:
I like Notepad++.
http://notepad-plus.sourceforge.net
Click to expand...
Click to collapse
I have that and when i try to open it up with that it gives me some funky other typing
Jrbourque said:
I have that and when i try to open it up with that it gives me some funky other typing
Click to expand...
Click to collapse
I've never had any issues, what specific files are you trying to open?
grokdesigns said:
I've never had any issues, what specific files are you trying to open?
Click to expand...
Click to collapse
any of the xml files inside of latinime.apk
Does anyone have any suggestions on how i could fix this problem?
the xmls in the apk? they are compiled. It's not ascii, you need a hexeditor if you want to edit them, but without the source xmls its a lot of work.
knaries2000 said:
the xmls in the apk? they are compiled. It's not ascii, you need a hexeditor if you want to edit them, but without the source xmls its a lot of work.
Click to expand...
Click to collapse
thanks for heads up
Ok so I'm trying to make the menu font white so i can give it a black bg.
I decompiled xmls and all, did everything right BUT now when I go to recompile...
http://forum.xda-developers.com/showpost.php?p=14121644&postcount=196
Realorasz said:
Ok so I'm trying to make the menu font white so i can give it a black bg.
I decompiled xmls and all, did everything right BUT now when I go to recompile...
http://forum.xda-developers.com/showpost.php?p=14121644&postcount=196
Click to expand...
Click to collapse
Have you tried the UOT kitchen.....
http://uot.dakra.lt/
Or maybe this will help too....
http://forum.xda-developers.com/showthread.php?p=13874800
Good luck.
smartgardens said:
Have you tried the UOT kitchen.....
http://uot.dakra.lt/
Or maybe this will help too....
http://forum.xda-developers.com/showthread.php?p=13874800
Good luck.
Click to expand...
Click to collapse
Neither help, sorry. UOT can't change font colors in the menu and that cm7 thing is for images, again not for font colors in the menu.
Delete public.xml from res/values. It will regenerate while compiling.
Sent from my X10
realunited123 said:
Delete public.xml from res/values. It will regenerate while compiling.
Sent from my X10
Click to expand...
Click to collapse
Not helping.
Realorasz said:
Not helping.
Click to expand...
Click to collapse
What does it say? You deleted public.xml?
Sent from my X10
realunited123 said:
What does it say? You deleted public.xml?
Sent from my X10
Click to expand...
Click to collapse
Says something about 'declared here is not defined' at the end of every line
Whatever's happening I'm getting errors on everything no matter what I try and I'm following the instructions.
Try compiling it ignoring the error messages then from the compiled apk, extract the files you modified including png and xml files, then from the original apk open it with winrar and paste the files you extracted previously.
gil2004xp said:
Try compiling it ignoring the error messages then from the compiled apk, extract the files you modified including png and xml files, then from the original apk open it with winrar and paste the files you extracted previously.
Click to expand...
Click to collapse
Thing is its not compiling any apk.
Which tool are you currently using for compiling/decompiling?
Try extracting framework again, follow this
Yeah that is what I'm using.
Sent from my X10 TripNMiUI-IRIS
guys can anyone help me.. how to edit xml files in framework-res.apk....please help me..........
ajay8055 said:
guys can anyone help me.. how to edit xml files in framework-res.apk....please help me..........
Click to expand...
Click to collapse
Decompile the framework-res.apk and then download "Notepad ++" then open the xml with notepad ++ and you will be able to edit it from there
Sent from my R800x using xda premium
decompile the apk using apktools. open the xml file with notepad++ and edit.
then recompile using apktools and push it via adb to your phone.
Before edit xml you should go and visit
http://developer.android.com/guide/index.html
Take a tour
216Monster said:
Decompile the framework-res.apk and then download "Notepad ++" then open the xml with notepad ++ and you will be able to edit it from there
Sent from my R800x using xda premium
Click to expand...
Click to collapse
i have apktools and i have decdompiled my apk...i know how push it via adb...but the problem is i want to add crt animation to my rom.....so we should edit some xml file so i wanted to edit it...can anyone help now..........please.........
ajay8055 said:
i have apktools and i have decdompiled my apk...i know how push it via adb...but the problem is i want to add crt animation to my rom.....so we should edit some xml file so i wanted to edit it...can anyone help now..........please.........
Click to expand...
Click to collapse
Ok just to recap .. You have your apk decompiled and you have notepad++ installed on your computer ?
Which .xml are you trying to edit ?
216Monster said:
Ok just to recap .. You have your apk decompiled and you have notepad++ installed on your computer ?
Which .xml are you trying to edit ?
Click to expand...
Click to collapse
ya i have notepad ++ i want to add crt animation.......
Edit bool.xml
Sent from my GT-S5670 using XDA App
---------- Post added at 10:12 PM ---------- Previous post was at 09:58 PM ----------
Change
Code:
<bool name="config_animateScreenLights">true</bool>
to
Code:
<bool name="config_animateScreenLights">false</bool>
Aspire said:
Edit bool.xml
Sent from my GT-S5670 using XDA App
---------- Post added at 10:12 PM ---------- Previous post was at 09:58 PM ----------
Change
Code:
<bool name="config_animateScreenLights">true</bool>
to
Code:
<bool name="config_animateScreenLights">false</bool>
Click to expand...
Click to collapse
Did you open the boot.xml in notepad++ ?
it'll work with any text editor.
i think, notepad++ is cross-platform so preferred?
Aspire said:
it'll work with any text editor.
i think, notepad++ is cross-platform so preferred?
Click to expand...
Click to collapse
Notepad++ is made for xml editing an such, ive used windows notepad program and it doesnt do the editing process any justice. Notepad++ has nice features that make things so simple. Once I found out about it I never used anything again. Plus sometimes certain xml wont open in just any text editor , sometimes windows notepad wont display the xml correctly .. With notepad++ you wont have any worries ever again
thanks for helping me guys.........
216Monster said:
Notepad++ is made for xml editing an such, ive used windows notepad program and it doesnt do the editing process any justice. Notepad++ has nice features that make things so simple. Once I found out about it I never used anything again. Plus sometimes certain xml wont open in just any text editor , sometimes windows notepad wont display the xml correctly .. With notepad++ you wont have any worries ever again
Click to expand...
Click to collapse
I dont thing windows notepad opens xml files properly, but isnt there a built in xml editor in windows 7? Notepad++ is surely better
niks4101 said:
I dont thing windows notepad opens xml files properly, but isnt there a built in xml editor in windows 7? Notepad++ is surely better
Click to expand...
Click to collapse
Regular notepad will edit decompiled xml's for me on windows7 but indeed notepad++ is without a doubt the best xml editor ive found
I do these works :
1-unzip the apk file
2-convert classes.dex to classes.jar with dex2jar
3-read source of jar file with java De compiler
Now I want to edit the .class file.
Can anyone help me ?
resettailor said:
I do these works :
1-unzip the apk file
2-convert classes.dex to classes.jar with dex2jar
3-read source of jar file with java De compiler
Now I want to edit the .class file.
Can anyone help me ?
Click to expand...
Click to collapse
Better use apktool or apk multi tool it's amazing in terms for apk decompiliation and compilation.
Try you can find most of it
Press thanks button if Helped!
It really helped!
Thanks!
nightwalker said:
Better use apktool or apk multi tool it's amazing in terms for apk decompiliation and compilation.
Try you can find most of it
Press thanks button if Helped!
Click to expand...
Click to collapse
resettailor said:
It really helped!
Thanks!
Click to expand...
Click to collapse
Really happy to know that
Hey , I want to customize my system apps but whenever i open .xml files Like AndroidManifest , layouts etc it didn't open in simple language .
So my question is can anyone tell me how to edit the .xml files...
Any help is really appreciated
Thanks
Rajaks said:
Hey , I want to customize my system apps but whenever i open .xml files Like AndroidManifest , layouts etc it didn't open in simple language .
So my question is can anyone tell me how to edit the .xml files...
Any help is really appreciated
Thanks
Click to expand...
Click to collapse
First decompile a android app with apktool,after that u can easily edit any .xml file with notepad++ without any language problem.
If u extract an app.apk with winrar,7zip...etc or any android app like esfile explorer,zarchiver....etc then u can't edit .XML file & u face language problem.
So, decompile apk with apktool & then edit .XML files.
How to decompile apk, just Google it.
Thanks:
Yes! THANKS DUDE
Sent from my Sparkle V using XDA Premium 4 mobile app