Note: This post has not been updated in over 2 years and may contain outdated information.

How To Get Round Icons On Any Rooted Android Nougat Device

Guide: How To Get Round Icons On Any Rooted Android Nougat Device.This is the guide to activate round icon on your android phone.Round icon is provided by the app itself and not by any launcher.

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 LINKS

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

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 – RootSystemframework
  • 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:
java -jar apktool.jar d framework-res.apk
  • Then open bools.xml which is located at framework-resresvaluesbools.xml using the text editor and then rewrite the given line –
<bool name="config_useRoundIcon">fasle</bool>

So that it becomes –

<bool name="config_useRoundIcon">true</bool>
  • Then you will have to compile your framework-res.apk by typing :
java -jar apktool.jar b framework-res –c
  • After doing that, replace the old firmware-res.apk with the new one by copying the new compiled firmware-res.apk in framework-resdist to your Android Device RootSystemframework. 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.

Liked this post? Let us know on X (formerly Twitter) - we love your feedback! You can also follow us on Google News, and Telegram for more updates.

Note

Our tech news and guides are based on extensive testing, inputs from prominent tech journalists, community forums, and reputable publications. While we strive for accuracy, some details may become outdated or contain unintended mistakes. We welcome corrections and feedback to improve our content using the google form link here.

Aviral Sharma
Aviral Sharma
Android Expert
Aviral Sharma is a talented and passionate writer who has been using words to express his thoughts ever since he learnt how to hold a pen. He is passionate about outer space, history, sports and most importantly technology. Aviral is a regular writer for rootmygalaxy.net and has been getting better by the day. He currently own Samsung Galaxy S24 Ultra, iPhone 13 and a HP Pavilion laptop

Leave a Comment