You should install busybox and flash again .Guys, even after flashing the Call continuity FIX I am facing the problem. It's pretty annoying that I am not able to hear people. Can anyone help?
Thank you
---------- Post added at 07:58 AM ---------- Previous post was at 07:42 AM ----------
Even after flashing call continuity there is no MdecService in system/priv-app
What do I do?
If that don't work use this method :
Unzip CallContinuity.zip / there are two folders , enter in system/app in this folder is MdecService , you copy that folder in system/priv-app
after that you connect to adb-sideload and run this commands :
adb shell
su
mount -o rw,remount /system
chmod 755 /system/priv-app/MdecService
chmod -R 644 /system/priv-app/MdecService
ls -l /system/priv-app/MdecService ( this check for permission , should show: -rw-r--r-- 1 root root)
ls -l /system/priv-app | grep "MdecService" (this check for permission , should show: drwxr-xr-x 2 root root)
reboot