i'm trying to decompiling settings.apk with apk manager.
decompiled with dependancies ( framework-res.apk ) made my own modifications, recompiled - zipaligned without sign, but when i push back settings.apk on phone and made a reboot it says "application not installed" when i try to execute it.
any advice? thx
xxjvq rom versione btw. deodexed ofc
SOLVED: just decompiled without dependancies and all went fine. thx anyway
deleted
10 char
Related
Hi, basically I'm trying to modify the Settings.apk of the newest JVQ-Rom.
I want to delete unneeded languages, optimize pngs and so on...
The problem is, even if i change nothing and recompile the apk with apktool after decompiling it and put it into system/app. The Settings Application won't start.
I also tried it with apkmanager 4.9 and 4.8 decompile with depencies and dragging framework-res.apk in. No luck so far. After compiling again, this thing won't start. Can anyone help me with this plz?
Thanks
I have Xperia X8 and want to edit images in statusbar by editing systemui.apk (GingerXperia ROM). I opened it and i replaced images with winrar. But when I updated system i got error:
process com.android.systemui stopped unexpectedly and it can't load.
I edited framework-res.apk same way and working fine.
Can somebody help me how to make systemui.apk that will load?
Hi everyone. I have experienced about bootloop after recompiled framework-res.apk that based from Latest firmware 9.1.A.1.140. I'm trying to decompile framework-res, then I used apktool and Install both frameworks ( framework-res.apk and semcgenericuxpres.apk ) then, I decompiled. After that, I EDITED SOME XMLS LIKE STRING.XML. AFTER THAT I RECOMPILED AND GOT SUCCESS. THEN I TOOK resources.arsc from modded FW and I copied into original framework-res.apk ( compression normal ). Then I copied into SD card. I wiped cache and dalvik then Install it. After I installed, I got BOOTLOOP
PLEASE ANY SOLUTION !!
We can't edit framework-res at the moment.
http://forum.xda-developers.com/showthread.php?t=2105685
Only way is binary editing, and that's complicated.
NuriJ said:
We can't edit framework-res at the moment.
http://forum.xda-developers.com/showthread.php?t=2105685
Only way is binary editing, and that's complicated.
Click to expand...
Click to collapse
MMM.. is that another way ?
Welcome all,
I wanted to edit something in the strings.xml file after installing the framework apk and lg-res and after decompiling and editing what I want and then recompiling and copying META-INF folder and Androidmanifest file to the new compiled apk file then signing the apk file and then copying it to system/app when restarting the phone works normally but when trying to open the settings from the launcher the launcher FCs and when trying from the Status Bar the SystemUI FCs
btw I'm using IZS updated version
After that when I doubted my work
I did the previous steps but without changing any thing in the files just decompiling/compiling the files and signing and copying it
AND when I restarted the same problem happened so Does that mean I did something wrong or installing files was wrong or what ??
Thnx all
Hello I am trying to work on a mod for rom I am working on. But the warnings I am getting happen even with untouched files.
I am editing the Secsettings.apk.
I am able to decompile it just fine with apktool 2.0.0 but compiling is another story. I install framework-res.apk and even installed twframework-res.apk. but this is what I get with unedited secsettings. I get same results when I do my edits.
I am doing
apktool b SecSettings
It is putting files in the build file
Is this ok?
jasonj711 said:
Hello I am trying to work on a mod for rom I am working on. But the warnings I am getting happen even with untouched files.
I am editing the Secsettings.apk.
I am able to decompile it just fine with apktool 2.0.0 but compiling is another story. I install framework-res.apk and even installed twframework-res.apk. but this is what I get with unedited secsettings. I get same results when I do my edits.
I am doing
apktool b SecSettings
It is putting files in the build file
Is this ok?
Click to expand...
Click to collapse
Those are only warnings. Looks like it built apk from the last line.
Here's a great tool that does all the hard work for you
http://forum.xda-developers.com/showthread.php?t=2639400