All the applications supporting round icon provides two types of icons, that is, normal and round. So we will enable the round icon using OEM by changing the framework-res.apk in the device so proceed if you are comfortable doing so.

Download JDK from- http://www.oracle.com/technetwork/ja…sp-138363.html Download Apktool from – https://ibotpeaches.github.io/Apktool/ Download Root Explorer from – http://www.apkhere.com/app/com.speedsoftware.rootexplorer Download Text Editor from – http://www.contexteditor.org/downloads/

Disclaimer

RootMyGalaxy.net is not responsible for any damage happened to your device(s) while following this guide. Proceed at your own risk.

How To Get Round Icons On Any Rooted Android Nougat Device

The first step is to download the firmware-res.apk.You will need your own device’s firmware-res.apk, it is located at – \Root\System\framework\ Then you will have to download Apktool.jar and copy firmware-res.apk to the folder where Aoktool.jar is located. You should keep both the folders in an easily accessible location like desktop. After this,Decompile firmware-res.apk by opening CMD on the folder in which firmware-res.apk and Apktool.jar was located and run the following command:

Then open bools.xml which is located at \framework-res\res\values\bools.xml using the text editor and then rewrite the given line –

So that it becomes –

Then you will have to compile your framework-res.apk by typing :

After doing that, replace the old firmware-res.apk with the new one by copying the new compiled firmware-res.apk in framework-res\dist to your Android Device \Root\System\framework. I would recommend backing up the default framework.res-apk before doing this. Lastly, clear the pixel launcher data by going to “app info” then “storage” and then selecting “clear data”. Congratulations, you are done. How To Get Round Icons On Any Rooted Android Nougat Device - 85