Original topic:

Icons

(Topic created on: 10-06-2021 08:38 PM)
3549 Views
Vikramaditya015
Active Level 10
Options
Tech Talk
Enable custom icon shapes😃

image


image


image

In Android 10 this feature was there in Developer options to customize icons but now it is removed in android 11 and also in new one ui 3.1.1 (Fold 3&Flip 3) & one ui 4.0 has an option to change icon shape in Theme Park(Good lock family )

image


But for those who want to customize icons shape in android 11 they can use this ADB commands . For that you need to setup adb :-https://www.xda-developers.com/install-adb-windows-macos-linux/

If you don't have computer download Ladb from Play store:-https://play.google.com/store/apps/details?id=com.draco.ladb
(Only for android 11+)
It is paid! If you don't want to buy use any modded version. 

Icons :-
Taperedrect 
adb shell cmd overlay enable com.android.theme.icon.taperedrect

Pebble
adb shell cmd overlay enable com.android.theme.icon.pebble

Teardrop 
adb shell cmd overlay enable com.android.theme.icon.teardrop

Roundedrect
adb shell cmd overlay enable com.android.theme.icon.roundedrect

Vessel
adb shell cmd overlay enable com.android.theme.icon.vessel

After executing one icon shape from above command. Restart your device to apply icon shape. 

if you want to disable and change the icon to system default. change the "enable" to "disable" in the command and again restart the device .

Note ! All apps will not change to custom icon shape you can see the screenshot that camera application icon doesn't changed. 

🙂
32 Comments
Vikramaditya015
Active Level 10
Tech Talk
I forgot to do 😅 . Because I have to often restart my device to apply icons
0 Likes
adminkiller
Active Level 9
Tech Talk
You can use developer option to change icon shape
Vikramaditya015
Active Level 10
Tech Talk
This option is only available for Android 10 . I have written above 🙂
0 Likes