Can anybody dump Stock Settings.apk for me? I have accidentally remove the Settings.apk. .
Deodexed if you have it
Related
I have a question...
Can i delete odex files manually in /system/app and /system/framework without consequencies ?
Enzo.
No you can't, they form part of the app. You'd have to deodex the ROM or replace the apps with their deodexed versions to remove the odex files without issues
Thanks !
Deodexed rom stock founded, i replace the odex files by the deodex versions.
I edited the settings.apk in my ROM and then recomiled and signed it and installed the ROM again with my new settings.apk..But,the settings.apk was not installed ,therefore it may have some error...So,now i want to copy the original settings.apk from my stock rom to the custom built ROM..So,now i want to know..I have also edited build.prop in the custom built ROM ?Now,Will stock ROM's settings.apk install correctly with all the custom built files ,or each settings.apk requires some other files also to be included in the ROM for them to be installed?
No build.prop edits won't affect your settings.apk installation. Also you shouldn't sign nodded system apks
need system.apk and system.odex 4.2.2 i deleted mistkely
Explain how to install, add theese two files please
https://www.mediafire.com/?p0vv5fp5rhcjbfb
https://www.mediafire.com/alsgdnxo6mbta43
need system.apk and system.odex not systemui.apk
need system.apk and system.odex not systemui.apk
1. I'm on this .77 deodexed rom.
2. I used framework-res.apk and SemcGenericUxpRes.apk as the framework.
3. I used advanced apk tool by BDFreak to do the job.
Here's the problem, whenever I decompile and recompile SystemUI.apk and then pushed it back to my phone it just doesn't work.
Does anyone know how to decompile and recompile SystemUI.apk without crashing it ?
I am using
Android lolipop 5.1
I am new to deodexing .and i have successfully have deodexer my system/app and system/priv-app
But when I tried to deodex my framework
I could only deodex some jar files because only some of them have odes in framework/arm
From my research I found out that test of odex are located in framework/arm/boot.oat
My question is then how will I extract these odex
And even if I extract and recompile these odex
The system will still contain boot.oat so it would neglect
The jars and still will use the odex files contained in boot.oat
So what I want
I want to deodex my framework
I want system to use classes.Dec from jar and not fromboot.oat
I want to modify android.policy.jar but the classes.dex of android.policy.jar is struct I. Boot.oat
Sory for long post
Thanks in advance! !