1. Any kernel or CM12-based ROM should be fine. Telecom.apk is a system app and is unrelated to the kernel.which kernel we should use for this instructions? can i just replace telecom.apk to /system? i didnt understand how to mount /system on recovery?
Here 's a more detailed instruction list:
- Make a backup of your existing /system/priv-app/Telecom/Telecom.apk onto your computer.
- Reboot into recovery.
- Plug your phone into the USB port, and start adb.
- In adb, type the following command: mount /system
- In adb, type the following command: mount -o remount,rw /system
- Replace /system/priv-app/Telecom/Telecom.apk with my version.
- In adb, type the following command: chmod 644 /system/priv-app/Telecom/Telecom.apk
- In adb, type the following command: umount /system