Original topic:

Icons

(Topic created on: 10-06-2021 08:38 PM)
2134 Views
VIGNESH_A31
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
Chirag2003
Active Level 4
Tech Talk
What about M series we don't have theme park
VIGNESH_A31
Active Level 10
Tech Talk
Choose any one icon shape from them and execute the command. Follow the steps 🙂
0 Likes
n_e_k_on
Expert Level 1
Tech Talk
This can be executed by bugjiger app ? *spelling wrong*
VIGNESH_A31
Active Level 10
Tech Talk
Can you elaborate pls . U can use adb commands 🙂
0 Likes
n_e_k_on
Expert Level 1
Tech Talk
What to do if I want to switch to another icon shape 🤔
Which command?
VIGNESH_A31
Active Level 10
Tech Talk
Disable the first choosen icon which you enabled and choose the other icon and enable it by the command🙂
0 Likes
n_e_k_on
Expert Level 1
Tech Talk
Would any problems will occur during software update?
VIGNESH_A31
Active Level 10
Tech Talk
Software update will not get affected but before updating your device change the icon to default system icon because sometimes they can permanently remove this feature so we can't say anything.
n_e_k_on
Expert Level 1
Tech Talk
Okay