This guide will help you activate "Round Icons" on your android device. Take note that round icon isn't provided by launcher but the app itself. Every app that supports round icon will provide two type of icons (normal and rounded), so what will we do is enabling using the round icon provided by OEM by change framework-res.apk in our devices.
Requirements:
- OxygenOS Open Beta 12 based on Android Nougat 7.1.1
- Custom ROM based on Android Nougat 7.1.1
- Must be rooted!
- Root Explorer
Navigate to this location: \root\system\framework\
Replace the current framework-res.apk file to the modified framework-res.apk which can be downloaded here.
Note: It is recommended to copy it from recovery, but you can also copy it directy via root explorer but your device will restart instantly
Last is clear the pixel launcher data
App Info -> Storage -> Clear Data
What I only did is I edited the \framework-res\res\values\bools.xml and change the value from
<bool name="config_useRoundIcon">false</bool>
to
<bool name="config_useRoundIcon">true</bool>
This will trigger the launcher to use the round icon of any apps that are supported.
DOWNLOAD: framework-res.apk
Requirements:
- OxygenOS Open Beta 12 based on Android Nougat 7.1.1
- Custom ROM based on Android Nougat 7.1.1
- Must be rooted!
- Root Explorer
Navigate to this location: \root\system\framework\
Replace the current framework-res.apk file to the modified framework-res.apk which can be downloaded here.
Note: It is recommended to copy it from recovery, but you can also copy it directy via root explorer but your device will restart instantly
Last is clear the pixel launcher data
App Info -> Storage -> Clear Data
What I only did is I edited the \framework-res\res\values\bools.xml and change the value from
<bool name="config_useRoundIcon">false</bool>
to
<bool name="config_useRoundIcon">true</bool>
This will trigger the launcher to use the round icon of any apps that are supported.
DOWNLOAD: framework-res.apk
Last edited: