• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Need a good xml editor

Curtis1973

Android Expert
Ive been trying to edit some xml from apps. But all I get is jumbled symbols,etc even when trying some xml capable apps for windows like notepad+. Any suggestions on what I may be doing incorrect,a good xml editor out there,etc?? Thanks.:)
 
Ive been trying to edit some xml from apps. But all I get is jumbled symbols,etc even when trying some xml capable apps for windows like notepad+. Any suggestions on what I may be doing incorrect,a good xml editor out there,etc?? Thanks.:)

I would use notepad++.

Are you decompiling the apks first? Not just extracting them?
 
I use a command line tool called apktool. It decompiles it(rather than just extracting), then I make the changes in eclipse, and recompile it with apktool. Works like a charm.
 
I use a command line tool called apktool. It decompiles it(rather than just extracting), then I make the changes in eclipse, and recompile it with apktool. Works like a charm.

ok,yeah i was just extracting everything. i have apktool already. ill use it to decompile,etc...brain fart. lol never occured to me i needed to decompile recompile.
 
Yea you have to decompile to be able to read the xml.

Only time you really need to just extract an apk with 7zip or whatever you may use is when swapping images out. For any other reason you gotta decompile

Oh and Notepad++ is in my opinion the best editor. You can also use it when doing samli ;)
 
Yea you have to decompile to be able to read the xml.

Only time you really need to just extract an apk with 7zip or whatever you may use is when swapping images out. For any other reason you gotta decompile

Oh and Notepad++ is in my opinion the best editor. You can also use it when doing samli ;)

yeah ive used notepad+ for many uses other than xml. i knew it was capable,i just wasnt doing things in the right order. im hoping to edit my phone and conracts apks and redesign the layout onscreen entirely and also do some color matching etc....sounds like work to some. but to me its fun. as long as i dont brick lol. backup ppl rule of they day ;)
 
Contacts has alot of color codes all over the place, least for the phone I usually do stuff for and to make it all uniform takes so time tracking all the colors codes down.... The phone apk from my experiences is super sensitive and usually force closes right away when I would make changes. ;):cool:
 
ive not had to many issues with notepad+ yet. but I'll take a look at liquid xml. im using every method i can so alternatives are nice.
 
and just to give a bit back,what im doing is editing each elite stock app that most people use and attempting to blend a little ics,honeycomb and some other elements into a pretty nice revamp of the original stock gingerbread. im approx 50% complete.
 
Back
Top Bottom