SystemUi cm11 doesn't work after decompiling - Android Q&A, Help & Troubleshooting

Hi guys,
i'm trying to mod cm11's systemui. i've tried to decompile it and recompile it (without editing nothing) and it doesn't work.
Why this happen?

UP

lKinder_Bueno said:
UP
Click to expand...
Click to collapse
exactly the same append to me!
on Kitkat 4.4.2 - galaxy note 3...
any suggestions ??

Related

[Q]Problem with apkmanager

Hi all, I have a problem with apkmanager. When I decompile then compile and sign an apk (like now Settings.apk) all works fine but when I put the file in the phone it doesn't work
And it does not install, it says: "Application not installed"
Why this?
Thx to all who wants to help me to solve this problem!
sgsever said:
Hi all, I have a problem with apkmanager. When I decompile then compile and sign an apk (like now Settings.apk) all works fine but when I put the file in the phone it doesn't work
And it does not install, it says: "Application not installed"
Why this?
Thx to all who wants to help me to solve this problem!
Click to expand...
Click to collapse
+1 on this but please specify of what kind of rom (AOSP or htc/sammy/etc) you want to change the Settings.apk
I also have this problem
lucabaldo3 said:
+1 on this but please specify of what kind of rom (AOSP or htc/sammy/etc) you want to change the Settings.apk
I also have this problem
Click to expand...
Click to collapse
Hi Luca, I'm on Linux and I want to modify the Settings.apk of an AOSP ROM for Galaxy S2 (based on android 4.0.4 IMM76D)

[HELP]How to Deodex SystemUI.apk Properly?? Please Help

hi guys, when i try to deodex SystemUI.apk With Apktool, its shows many errors so how i can fix it and what is the best tool for that???
Renz29 said:
hi guys, when i try to deodex SystemUI.apk With Apktool, its shows many errors so how i can fix it and what is the best tool for that???
Click to expand...
Click to collapse
can you tell what is the error or an screenshot.
Use jBart and deodex entire rom http://burgerz.pro/jbart/
Renz29 said:
hi guys, when i try to deodex SystemUI.apk With Apktool, its shows many errors so how i can fix it and what is the best tool for that???
Click to expand...
Click to collapse
Editing / Changing systemUI.apk needs to editing framework again too.
So it won't work if you have just changed sUI.apk
Rempty said:
Use jBart and deodex entire rom http://burgerz.pro/jbart/
Click to expand...
Click to collapse
+1:beer:
Sent from my E15i using Tapatalk 2

need help with decompile SystemUI.apk

Hi there
I tried to decompile SystemUI.APK for my xperia S so i didnt theme anything
just decompile and compile perfectly no errors with apktool
1-installed system ui and framework-res.apk
2-decompile
3-compile
4-put it in my rom "system/app
now there is nothing no systemui no status bar
so what the wrong i did \?
thanx in advance
abo hani said:
Hi there
I tried to decompile SystemUI.APK for my xperia S so i didnt theme anything
just decompile and compile perfectly no errors with apktool
1-installed system ui and framework-res.apk
2-decompile
3-compile
4-put it in my rom "system/app
now there is nothing no systemui no status bar
so what the wrong i did \?
thanx in advance
Click to expand...
Click to collapse
Try this hope work for you!
- Reboot to recovery
- Fix permissions
Reboot.
ab-samy said:
Try this hope work for you!
- Reboot to recovery
- Fix permissions
Reboot.
Click to expand...
Click to collapse
I putted it in my rom and flashed it and fixed permissions same thing i guess
abo hani said:
I putted it in my rom and flashed it and fixed permissions same thing i guess
Click to expand...
Click to collapse
Try to decompile & recompile using ApkMultiTool (i always using this powerful tool for moding and editing apks specially system apks) without any problem.
ab-samy said:
Try to decompile & recompile using ApkMultiTool (i always using this powerful tool for moding and editing apks specially system apks)
Click to expand...
Click to collapse
I tried "apktool , apkchanger and apkmulti tool " and same thing
I’v tried normal apk works perfectly but when doing it with system app it always crashed

[Q] Nav bar in gt-i9152 (Mega 5.8)

Hi everybody :
first sorry for my bad english
second Can anyone please modify my systemui.apk to be able to enable nav bar ?
i tried adding this line (qemu.hw.mainkeys=0) in my build.prop but after reboot i got error (systemui has been stopped)
so i deleted this line again and systemui worked .... but i need to enable navbar .... so please anyone modify my systemui to be compatible with navbar ...... my android version 4.2.2 and here is my systemui.apk
it's not supported my phone. sorry..
Need framework-res.apk and twframework-res.apk to decompile SystemUI.apk
Sent from my GT-I9205 using Tapatalk
Here is my framework-res.apk and twframework-res.apk .... and thanks so much Silesh.Nair
Attached. Backup before you try this. You need to add the entry to build.prop for it to work properly after you replace SystemUI.apk
Silesh.Nair said:
Attached. Backup before you try this. You need to add the entry to build.prop for it to work properly after you replace SystemUI.apk
Click to expand...
Click to collapse
not working .. "System UI has stopped" :crying:
I'll take a look tonight.
Sent from my GT-I9205 using Tapatalk
Hegab said:
not working .. "System UI has stopped" :crying:
Click to expand...
Click to collapse
You can see it. I think it will help you to fix System UI problem..
http://forum.xda-developers.com/showthread.php?t=2647883

problem with Signing kitkat apk

Hello,I have problem with recompiling any system apk for kitkat firmware,tried to decompile and recompile framework-res as the usual way of any 4.3 firmware and lower,it does decompile and recompile successfully but when I replace it back instead of the original one I got it stuck at sprint screen for NOTE3 SPRINT .also when I try with SecSettings ,the settings icon disappear after replacing the original one,I even tried building the apk without any modification and I got the same thing.
there is must be something with signing kitkat apk different than 4.3 and lower firmware.
I used the same method of signing A System apk of taking META-INF and AndroidManifest.xml and inserting them into the new APK.
apktool version 1.5.3
phone:NOTE3 SPRINT N900P 4.4.2 STOCK FIRMWARE.
THANK YOU
motiam4 said:
Hello,I have problem with recompiling any system apk for kitkat firmware,tried to decompile and recompile framework-res as the usual way of any 4.3 firmware and lower,it does decompile and recompile successfully but when I replace it back instead of the original one I got it stuck at sprint screen for NOTE3 SPRINT .also when I try with SecSettings ,the settings icon disappear after replacing the original one,I even tried building the apk without any modification and I got the same thing.
there is must be something with signing kitkat apk different than 4.3 and lower firmware.
I used the same method of signing A System apk of taking META-INF and AndroidManifest.xml and inserting them into the new APK.
apktool version 1.5.3
phone:NOTE3 SPRINT N900P 4.4.2 STOCK FIRMWARE.
THANK YOU
Click to expand...
Click to collapse
you shoul install framework and systemui of kitkat and then compile and decompile it
Vaibhav Chauhan said:
you shoul install framework and systemui of kitkat and then compile and decompile it
Click to expand...
Click to collapse
thank you for your reply,but I have already tried that,I did install framework-res.apk and twframework-res.apk and SystemUI.apk
but it fails,tried this time with SecContacts_OSup.apk but it does disappear after replacing it too.
any idea?
motiam4 said:
thank you for your reply,but I have already tried that,I did install framework-res.apk and twframework-res.apk and SystemUI.apk
but it fails,tried this time with SecContacts_OSup.apk but it does disappear after replacing it too.
any idea?
Click to expand...
Click to collapse
which tool you are using??
Vaibhav Chauhan said:
which tool you are using??
Click to expand...
Click to collapse
APKTOOL Version 1.5.3
Ok.thank you.I tried to do it on linux and got it working.
thank you.
motiam4 said:
Ok.thank you.I tried to do it on linux and got it working.
thank you.
Click to expand...
Click to collapse
:good:

Categories

Resources