I'll give it a try ..
Sent from my GT-I9505 using Tapatalk 2
---------- Post added at 12:19 PM ---------- Previous post was at 11:31 AM ----------
it's very easy if you don't want to change app name.
just extract apk/mod from which you needs icons, you will find res/drawable-xhpdi folder and all batetry icons will be there (204 files appr) just copy that folder to desktop.
Now get one xposed module which working on your device, Rt click and open archieve (don't extract) with 7zip (or any similar) and filnd res/drawable-xhpdi
open it and check name of files it should be same as you have copied to desktop, otherwise you have to name it similar to those you copied on desktop. if not then rename all files in desktop folder to same you can see in archeved folder. After renaming overwrite all files in apk (working) do same with drawable-hdpi and xxhdpi folder
If you want to rename application (so you can use both module) you need apktool and have to edit menifest.xml and string.xml
so this is what i did...
extracted the apk A (that doesnt work)..
renamed all files in the hdpi .. xhdpi as per the apk B that works (A didnt have a xxhdpi folder so did nothing)
right clicked on B and opened archive using 7Zip (used the first option of 7Zip)
dragged all the renamed files from A folder hdpi/xhdpi to hdpi and xhdpi folders of the archive .. overwrote the files
then for xxhdpi in B I copied all the files from xhdpi of A to xxhdpi of B
Closed the archive.
Copied to phone and tried to install... get an error .. "Application not installed"
what am I doing wrong here?
Edit:
Btw .. there were 206 files and not 204