This thread should serve as a much needed place for kitchen users to discuss anything not exactly kitchen related 
Last edited:
It unpacks in AIK without issues running 64-bit Ubuntu 16.04. You are probably right and just missing a dependency that comes pre-installed in Debian based systems. Let me know if you figure out a way to deal with it
edit: do you have cpio installed? If not that may solve the issue
That's good I'm glad to hear that![]()
Bro 2 more things i want to learn
1st how add multi languages in extracted rom?
And how fix gapps also in extracted rom?
Bro 2 more things i want to learn
1st how add multi languages in extracted rom?
And how fix gapps also in extracted rom?
@Mr Hassan, @The Exploiter
Moved your posts into this thread as they are off topic for the kitchen. Feel free to continue here if you would like![]()
What do you mean by that sir? I will be happy to help you
?
can you give me little details about add multi languages in extracted rom
and also add gapps
Java 6?I'm having the worst time trying to get java6 installed.. Does anyone have a good way?
Java 6?
sudo apt-get install openjdk-6-jdk openjdk-6-jre
You need Java 8 for the SuperR Kitchen tho..
Java 6?
sudo apt-get install openjdk-6-jdk openjdk-6-jre
You need Java 8 for the SuperR Kitchen tho..
I am not the best to answer this honestly. I have not modified an apk since KitKat. The plugin is there for people such as yourself who want to use it. It has all the signing options I am aware of. If you don't get any other answers, I suggest trying them all to see what works for youHey @SuperR. I have a general apktool question.
I want to make some SystemUI mods for my ROM.
When recompiling SystemUI does it need to be signed, zipaligned, or both?
Your tool is awesome btw.
Hey @SuperR. I have a general apktool question.
I want to make some SystemUI mods for my ROM.
When recompiling SystemUI does it need to be signed, zipaligned, or both?
Your tool is awesome btw.
For system apps, I use winrar, or if using linux the default archive manager, to move the modified files into the original. I try to keep the meta-inf, sec-inf, and androidmanifest.xml intact on the original app and just drag the res, classes.dex (if modifying smali), and resources.arsc into the original. Then just zipalign.
Thats worked for me on 6.0.1, I think some things may have changed with 7.0.1 and I'm by no means an expert but thats how I do it.
So would it be like this:
1) Install frameworks
2) Decompile apk
3) Make modifications
4) Rename APK file to .zip to allow for pasting res and resources.arsc
5) Paste modified res and resources.arsc into the zip archive.
6) Rename the zip archive back to an apk file.
7) Push apk to /system/priv-app/SystemUI/SystemUI.apk.
8) Perform chmod 0644 on the apk.
I'm a complete noob at this so I want to make sure I'm doing everything right.
2^9=512
system/file/to/change 0 0 0644 capabilities=512
Hey @SuperR. I have a general apktool question.
I want to make some SystemUI mods for my ROM.
When recompiling SystemUI does it need to be signed, zipaligned, or both?
Your tool is awesome btw.