crdroidandroid / issue_tracker

all crDroid related issues should go here
11 stars 1 forks source link

bug: VoLTE/VoWiFi doesn't work after reboot on topaz #561

Open skittels15 opened 3 days ago

skittels15 commented 3 days ago

Issue type

Source code related

Device

Redmi Note 12 4G (topaz)

crDroid version

crDroid 11

Exact version / Build date

11.0/2024-11-07

Bug description

VoLTE/VoWiFi doesn't work (screenshot 1) but enabled in SIM settings (screenshot 2) after system reboot because IMS service doesn't start. VoLTE/VoWiFi icons enabled in crDroid Settings (screenshot 3) but not available in statusbar because that features not started automatically.

Steps to reproduce

  1. Enable VoLTE and VoWiFi in SIM settings.
  2. Reboot phone.

Relevant log (logcat/build log)

11-19 23:57:52.243 E/QImsService(2719): ImsServiceSub : [1] changeEnabledCapabilities :: ignoring unsupported disable capability request: CapabilityPair{mCapability=2, radioTech=3}
11-19 23:57:52.243 E/QImsService(2719): ImsServiceSub : [1] changeEnabledCapabilities :: ignoring unsupported disable capability request: CapabilityPair{mCapability=16, radioTech=0}
11-19 23:57:52.243 E/QImsService(2719): ImsServiceSub : [1] changeEnabledCapabilities :: ignoring unsupported disable capability request: CapabilityPair{mCapability=16, radioTech=3}
11-19 23:57:52.243 E/QImsService(2719): ImsServiceSub : [1] changeEnabledCapabilities :: ignoring unsupported disable capability request: CapabilityPair{mCapability=32, radioTech=0}
11-19 23:57:52.243 E/QImsService(2719): ImsServiceSub : [1] changeEnabledCapabilities :: ignoring unsupported disable capability request: CapabilityPair{mCapability=32, radioTech=3}
11-19 23:57:54.349 E/QImsService(2719): ImsServiceSub : [1] changeEnabledCapabilities :: ignoring unsupported enable capability request: CapabilityPair{mCapability=2, radioTech=3}

Screenshots or videos

photo_2024-11-20_00-09-49 photo_2024-11-20_00-09-11 photo_2024-11-20_00-09-11 (2)

Solution

Weird solution after every system reboot: Disable and re-enable both SIMs in SIMs settings. That is temporary fix until next reboot.

Additional context

Other custom roms launched on Android 15 by other maintainers doesn't have this bug.

Acknowledgements