[APK] Extracting data from Package File in apk. - Android Q&A, Help & Troubleshooting

Did anyone know how can i extract res.package(PACKAGE file type) in apk after we extracting it?..can we get game data such ass picture, sound, texture and 3d model from the apk? Is it possible?

Related

[Q] How to change icons?

Hey
How can I change the icons of Android, Apps etc?
Maybe i have to edit the .kdz-file / system.img-file?
Which programs do i need?
Thank u!
You have to edit the /res folder in the apk file.
Joost
extract the framework-res.apk file from your rom via root explorer then use this to extract the contains from the framework file and you can also use that tool to repack the framework file
APK Manager
http://forum.xda-developers.com/showthread.php?t=695701
Adb pull the app then with 7zip extract. Look in res/drawable-mdpi and you will see all images in the apk. Look for icon and replace.
Repack all files in a zip then rename zip to apk. Adb push the apk.
MARK

[Q] help me for find xml files

where i find the XML files associated with UI sound like charger_connecting or sound camera
Sounds aren't defined by XML files; they typically are in "assets" or "res/raw" folder inside an APK file.

[Q] size of apk file

Hi Friends
My name is Katy Peterson i m working as android developer i have one doubt about apk file " How to reduce the size of apk file?"
Please help me to reduce apk file ....
Thanks & Regards
Katy Peterson
Mainly, on file size affects images and sounds used in the application. You can compress it's more using special programs for compressing sounds and images.
Also, using of ProGuard decreases size of apk file.

[ROM] Zelly Cream 6.0_Rejuvenated

Hi,
when I download ZC 6.0_Rejuvenated http://forum.xda-developers.com/showthread.php?t=2155803, Avast in my computer (and 11 other AV on virustotal.com) reports virus in ROM (Android:SMSSend-PX[Trj] in NavBar.apk). Can I download anywhere the ROM without a virus? Do you have same problem?
Last update was in 2014-03-12. Can I expect that there is any new version corrected vulnerabilities?
@michal.652
I think it's a false positive. However ,thats the last and final version. Saqib Nazm no longer develops for MDPI.
@karandpr
Is there any possibility * .zip file to edit and remove NavBar.apk of ROM? I tried ROM unzip, delete untrustworthy (insecure) apk, packed into a zip and install but the installation is corrupted (Error: Installation aborted.) Replace * .apk another file with the same name also did not help. Finally I watched in the META-INF\MANIFEST.MF there is SHA1 for folder system\app, where is NavBar.apk. Can I create new SHA1 for folder system\app without NavBar.apk? How? I tried create the SHA1 for folder using Total Commander but it creates SHA1 only for files, not folder.
michal.652 said:
@karandpr
Is there any possibility * .zip file to edit and remove NavBar.apk of ROM? I tried ROM unzip, delete untrustworthy (insecure) apk, packed into a zip and install but the installation is corrupted (Error: Installation aborted.) Replace * .apk another file with the same name also did not help. Finally I watched in the META-INF\MANIFEST.MF there is SHA1 for folder system\app, where is NavBar.apk. Can I create new SHA1 for folder system\app without NavBar.apk? How? I tried create the SHA1 for folder using Total Commander but it creates SHA1 only for files, not folder.
Click to expand...
Click to collapse
In Windows use 7zip archiver.
Open the archive
Delete the file in the archive
and you are good to go.
SHA1 has no effect since that checksum is not verified in recovery.
Perfect, it's working! Thank you very much!
I tried unzip (with 7zip), deleted the file and zipped again. But not occurred to me to delete a file in the zipped file. I am in installation so I'm going to finish. I hope that now it be without problem.
Almost without problem. ANT+ doesn't working. :crying: ANT+ Heart rate belt working with another mobile. I have everything what I need: ANT Radio Service (4.14.0), ANT+ Plugins Service. In this Xperia with official GB 2.3.4 and official ICS ANT+ working perfect. Can I find out if the service is running? For example in terminal? Any advice or a solution?
Edit:
I try this: ANT+ fix and ANT+ works.
I'm testing clear voice during the call - the other side heard me fitfully/jerkily (=not cleanly, I don't know how I can say it. )

System app structure on Nougat: I'd like to understand

Hello
I come from Kikat to Nougat and I'm a bit lost to transform a user app into a system one.
I understood that there is a folder for each app, and inside it the apk (named sometimes base.apk or an other name) and lib/arm with the libs extracted from the apk.
OK
But some system apk do have libs that are not extracted. This is the case for example with PrebuiltGmsCore. It seems that these apk with libs inside them are not compressed.
So, what is the rule ? Or there are 2 possibilities: libs extracted when they are compressed in the apk, and libs inside the apk when uncompressed ??
Thank you !!

Categories

Resources