if
file_getprop("/tmp/aroma/mod.prop","item.1.3") == "1"
then
ui_print(" restoring DotOverlay");
run_program("/sbin/busybox", "rm", "-f", "[COLOR="Red"]/sdcard/vrtheme/system/priv-app/Settings/Settings.apk/res/drawable-xxhdpi-v4/[/COLOR]phone_photo_mask.png");
run_program("/sbin/busybox", "rm", "-f", "/sdcard/vrtheme/system/priv-app/Automotive_Home/Automotive_Home.apk/res/drawable-xxhdpi/phone_photo_mask.png");
run_program("/sbin/busybox", "rm", "-f", "/sdcard/vrtheme/[COLOR="red"]system/app/HTC_Connect/HTC_Connect.apk/res/drawable-xxhdpi[/COLOR]/phone_photo_mask.png");
run_program("/sbin/busybox", "rm", "-f", "/sdcard/vrtheme[COLOR="red"]/system/priv-app/HtcContactsDialer/HtcContactsDialer.apk/res/drawable-xxhdpi-v4[/COLOR]/phone_photo_mask.png");
run_program("/sbin/busybox", "rm", "-f", "/sdcard/vrtheme/[COLOR="red"]system/priv-app/Message/Message.apk/res/drawable-xxhdpi-v4[/COLOR]/phone_photo_mask.png");
run_program("/sbin/busybox", "rm", "-f", "/sdcard/vrtheme/[COLOR="red"]system/priv-app/Prism/Prism.apk/res/drawable-xxhdpi-v4[/COLOR]/phone_photo_mask.png");
run_program("/sbin/busybox", "rm", "-f", "/sdcard/vrtheme/[COLOR="red"]system/priv-app/SystemUI/SystemUI.apk/res/drawable-xxhdpi-v4[/COLOR]/phone_photo_mask.png");
run_program("/sbin/busybox", "rm", "-f", "/sdcard/vrtheme/[COLOR="red"]system/priv-app/Telephony/Telephony.apk/res/drawable-xxhdpi-v4[/COLOR]/phone_photo_mask.png");
endif;