so I'm working on a project and I need the lgsystemui.apk and .odex files for the f460(lg g3 prime)
Related
Does anyone know which files are required for Flashbar/Multiview to work? This includes and apk's or jar files that contain or uniquely manage a part/aspect of the flashbar service.
Obviously, there are 3 flashbar/annodate and 1 multiview apk in the system/app folder and I believe there is a multiview/flash service jar files in the Lib or ETC folder (don't have a sample rom in front of me) but what other files are needed (or need to be altered) in order for the application to run? Specific Touchwiz version/file, framework file, system ui, android ui, additional lib, jar, sh files, etc.......
Please, only respond if you KNOW 100% sure. Thanks and any help would be appreciated!
arshull said:
Does anyone know which files are required for Flashbar/Multiview to work? This includes and apk's or jar files that contain or uniquely manage a part/aspect of the flashbar service.
Obviously, there are 3 flashbar/annodate and 1 multiview apk in the system/app folder and I believe there is a multiview/flash service jar files in the Lib or ETC folder (don't have a sample rom in front of me) but what other files are needed (or need to be altered) in order for the application to run? Specific Touchwiz version/file, framework file, system ui, android ui, additional lib, jar, sh files, etc.......
Please, only respond if you KNOW 100% sure. Thanks and any help would be appreciated!
Click to expand...
Click to collapse
im looking for the answer to this as well, for the GE of the s 4 ROM. surely there is more than flashbarservice.apk
Hi friends
As you know the navbar for nexus7 is too big.
So I made this framework-res.apk with 30DPI, the original one in stock rom is 48DPI.
1. Just download this apk file.
2. Then copy this apk to system folder, change the permission to rw-r-r.
3. Then copy this apk again to system\framework folder and replace the original one.
4. Restart your Nexus7, and enjoy.
THis is only test in my 4.4.2 stock rom, please make full backup before you want to test in other ROMs.
Nice day, guys.
View attachment framework-res.apk
So I typically like to tinker when I get new phones/tablets. One of the first mods I always attempt is an extended power menu. That means android.policy.jar and framework-res.apk need to be pulled to my computer for decompiling. Not to mention, deodexing the jar file. But for the life of me, I cannot find the odex component for android.policy.jar. Has anyone else found it? In past OS versions they were there beside their jar/apk mates. And in lollipop, looks like in /system/framework there is an /art folder which has SOME of the odex files but not all.
There are no odex files because they are deodexed by default.
There is no android.policy.jar for Android 6.0 both GPE and Sense.
If you want to add in Advance Power Menu, you need to see services.jar & framework-res.apk
Hint : \services.jar\smali\com\android\server\policy
If you manage to make one, let me know (by PM also ok) because I don't have the time to look further into it.
Hi everyone. I own the Samsung Galaxy J3 2016 carrier Virgin Mobile. I am attempting to decompile android.policy.jar to do some smali editing. And oddly enough a number of the general jars we all edit regularly to add mods such as reboot menu,etc. are pretty much empty files on my J3. The android.policy.jar file is only 309 bytes with nothing in it except a Meta INF folder with MANIFEST file in there but noting else at all. No classes.dex. Now I thought ok maybe its because I am not deodexed. So I looked in the arm folder in framework and there are indeed odex files in there but none for android.policy.jar nor other typical modded jars we tend to mod. Is this normal across the board for newer Samsung devices like the S6/7 models? Also when I decompile an apk like SystemUI.apk there are no smali files included with the decompiled apk. But the apk seems to decompile correctly and I can edit whats there just fine and recompile it and use it successfully. I just added a center clock mod to SystemUI in fact and it works fine. Just confused about what I am missing here. I seem to have all of my tools up to date for decompiling. Can anyone point me in the right direction? Or give me some insight on these new changes. Thanks
Hello All,
I am trying to add/edit xml files found inside "assets", "vendor" directories of an APK included in system.img of a ROM.
The APK is available at
system/priv-app/CarrierConfig/CarrierConfig.apk
system/priv-app/CarrierConfig/oat/arm64/CarrierConfig.odex
system/priv-app/CarrierConfig/oat/arm64/CarrierConfig.vdex
Is there a guide to edit the xml files inside the apk, re-compile, put it in a ROM.
I am also interested in making this a Magisk module, So that I can install on top of any ROM.
Please share a guide for it.
Wrong section?
Use APK Easy Tool or BatchApkTool for de recompiling.
For extract Rom use System Extractor WIN master.
All this tool search in Google!
Senior Member what you doing here? Go to to right section!
I had this,
system/priv-app/CarrierConfig/CarrierConfig.apk
system/priv-app/CarrierConfig/oat/arm64/CarrierConfig.odex
system/priv-app/CarrierConfig/oat/arm64/CarrierConfig.vdex
I used apktool to decompile the apk and recompiled it after my modifications. I have also zip aligned and signed the APK.
Can I just replace the apk without modifying or touching the vodex and odex files(I made changes only to the XML files. No java files changed in the modification)?