- Download & extract Platform tools
- Install adb fastboot driver on your computer
- on Phone Enable usb debugging from developer option
- on Phone apply any paid theme using Zmod App
- connect your phone to pc using usb cable
- open cmd in platform tool folder and send below code
adb devices
- a prompt will appear on your phone, click always allow
- then send below code
adb shell pm disable-user --user 0 com.heytap.themestore
- done, to change theme reenable theme store apply theme and Repeat process
adb shell pm enable --user 0 com.heytap.themestore