can someone odex this system dump of my phone so that I can have boost in the performance
Related
am creating my own battery % for sense 3.5 roms. I have been able to update the framework-res.apk file with the necessary images and xml files.
I am trying to learn how to edit the systemui.apk file, but I dont know what the dependencies are.
Could anybody give me a hand?
Any ideas on how to mod the systemui.apk file?
Maybe for HTC roms it is com.htc.resources.apk?
Edit: Or rosie?
The battery mods I have seen for sense roms come with a systemui.apk and the framework-res.apk file. If I try to mod the framework-res.apk file on its own like I have done for osap roms it does not work, but if I add the systemui.apk file the battery works.
The problem is you have to use the systemui.apk file from that rom. If you try to use one from another rom I get a lot of system process not responding errorrs. I am just not sure what is modified on the system.apk file.
Just a suggestion: upload needed files to UOT Kitchen and just make a battery mod. Then U can compare your orig. files with these you've downloaded from UOT.
Maybe this will help you.
Can someone upload stock System/media files please ? i need the Bootsamsung.qmg , batterycharging100 95 90 files etc
Hi,
Can someone help me to give me the stock browser apk or flashable zip? I was Flash the bloatware script but didn't noticed that in the script also deleted stock browser I have the app backup with TB but it give me nonstop fc when I restore from tb or maybe somebody can tell me how to restore from tb without giving me fc, thanks.
https://mega.co.nz/#!Lp4FBISS!DbOXEaS4VQTj4Agqcla39smpJa2_dfKni5Lme6nbcGs
Use Chrome if you on PC and mega client app if you on mobile
This is NOT flashable zip, extract them, put 2 .apk files into /system/app and .so file to /system/lib , 3 of them must be set permission into rw-r--r--
If you are on odex ROM, delete corresponding .odex file first
Better wipe dalvik/cache before you do so, to avoid any potential problem.
I don't know if we are on same firmware, but give it a try
I've deodexed my apps and framework files with the Universal Deodexer (http://forum.xda-developers.com/showthread.php?t=2213235).
Now I've the deodexed files. But I don't know how to change this files with the existing files.
I tried to use the flashable zip of the 4.3 deodex (http://forum.xda-developers.com/showthread.php?t=2632798) and changed the app and framework folder with the new ones. When I flashed this I get a bootloop. Was this because of the META-INF folder? Or is there a problem with my deodexed files?
mikk_11 said:
When I flashed this I get a bootloop. Was this because of the META-INF folder? Or is there a problem with my deodexed files?
Click to expand...
Click to collapse
It's a different folder structure, KK has a priv-app folder. See HERE for the zip you need to your files in.
Thanks!! That's a nice method!!
I'm trying to get into modding apks and have a simple question. When i look up what odexed apks are, it looks like each apk has its own odex file and deodexed apk don't but they have a classes.dex inside the apk instead. Im running 7.1.1 stock with root and have odex file in each app folder but when i look inside the app itself with 7zip it too shows a classes.dex file as well. My question i guess, is do all apps have classes.dex but only deodex apk have the odex file missing in their respective folder? When following a tut they say to decompile the odex file to get the classes.dex file to then put inside the apk then decompile the apk with classes.dex file to get decompiled smali folder.