Fix incoming call number notation error that occurred when using VOLTE

Fix incoming call number notation error that occurred when using VOLTE


Do this only if you are dirty flashing PixelOS. If you are doing a clean installation, it can be omitted.

If you do this, you will get the following result.

'0xxx(incoming phone number)0xcxx(my phone number)'

->

'0xxx(incoming phone number)'

  1. Go Settings - System - Developer option(If not activate, activate developer options) - Check USB Debugging and Rooted debugging
  2. Connect your phone to PC and run CMD or Terminal
  3. Delete the directory(/data/vendor/radio) by entering the following phrases one by one. And Reboot your phone

adb root

adb shell

rm -rf /data/vendor/radio



Report Page