Thanks for keeping this Device alive @Ozzy2403 !
I encounter a minor issue during VOIP calls with the android built-in functionality. A noticable delay is increasing over the course of a call.
The fix for this is quite easy via two lines in system/build.prop:
use.voice.path.for.pcm.voip=false
use.dedicated.device.for.voip=false
Would it be possible for you to integrate this?
I wanted to create a pull request for this so I was looking at the official repo (https://github.com/LineageOS/android_device_oneplus_oneplus2) but couldn't find where the build.prop is defined. For education reasons, could you point me in the right direction?
Edit: Found it. It's in the system.prop before building.
I encounter a minor issue during VOIP calls with the android built-in functionality. A noticable delay is increasing over the course of a call.
The fix for this is quite easy via two lines in system/build.prop:
use.voice.path.for.pcm.voip=false
use.dedicated.device.for.voip=false
Would it be possible for you to integrate this?
I wanted to create a pull request for this so I was looking at the official repo (https://github.com/LineageOS/android_device_oneplus_oneplus2) but couldn't find where the build.prop is defined. For education reasons, could you point me in the right direction?
Edit: Found it. It's in the system.prop before building.
Last edited: