I'm not an app developer and I just like to find out what specific lib file (.so) is used by an apk (android app). How can I identify this?
Thanks in advance.
EDIT : Oh, here it is : http://developer.android.com/guide/topics/manifest/uses-library-element.html
Related
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
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.
hi all ....
i want to modify the package of the apk so i can install both the same apk and modded one , the apk i want to modify is whatsapp , i decompiled it using apktool i changed the res (some icons and strings ) and compiled it again then sign it using ZipSigner install it and all worked great , but when changing the package name in MANIFEST file and in the classes.dex and all other file & changed the appname & install it it says the "application not installed " (signature conflict ) , so please help me to modify original whatsapp package so i can create another whatsapp that can be installed with the original i mean what files to modify and not modify ?!
all regards .
any help ?!
Hi,
In regards of APK permissions and APK Editors, please resolve my following doubts:
Is it possible to manage APK permissions and in-app ads by APK editor?
If yes, will I be able to update edited APK?
What APK editor is good for all these purpose? And
What type of editing is required and how to edit an APK for this purpose?
Please resolve my above doubts.
Regards
GNS
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 !!