[SOLVED] [Q] [HELP] editing SystemUI.apk

Search This thread

ideXteria

Member
Dec 31, 2013
8
2
Sorry for my noobies question, I'm new to this.

I have decompiled my SystemUI.apk, my question is, if I edit .xml file in res/layout folder, should I edit .smali file too?
Please help me, I've try search how to solve it but I can't find it.

EDIT : I want to remove my slot 2/sim 2 signal icon (beside battery icon) in my statusbar, and re-place my sim 1 signal icon (with 3G icon) to it. I still can't upload my screenshot here. :(
 
Last edited:

ideXteria

Member
Dec 31, 2013
8
2
if you edit xml without add some method i think it doesnt need to change smali. what u edit exactly?

Sent from my T1-E using Tapatalk

Thanks for your reply. ;)
I want to remove my slot 2/sim 2 signal icon in my statusbar, and re-place my sim 1 signal icon to it. So, I decided to decompile my SystemUI, I found a line about sim 2 in msim_signal_cluster_view.xml , msim_signal_cluster_view_ct.xml , msim_signal_cluster_view_cu.xml inside res/layout folder. I delete all line which pointed to sim 2 in all that file, save it, recompile it, drag and drop meta-inf folder & androidmanifest.xml, zipalign it, and push it to my phone. But I got force close with my systemui. :(