diff --git a/phh-on-boot.sh b/phh-on-boot.sh index 8686ae4..9365cf7 100644 --- a/phh-on-boot.sh +++ b/phh-on-boot.sh @@ -1,5 +1,12 @@ #!/system/bin/sh +if [ -f /vendor/bin/mtkmal ];then + if [ "$(getprop persist.mtk_ims_support)" == 1 ];then + setprop persist.mtk_ims_support 0 + setprop persist.mtk_epdg_support 0 + reboot + fi +fi #Clear looping services sleep 30