Because the differences between single- and dual-SIM builds are very small, almost all developers of Sony devices - including me - distribute only single-SIM builds.
We need to patch some props in /system/build.prop (or /system/vendor/build.prop, /vendor/build.prop, depending on the device), mainly:
And some others.
We also need to patch the vintf manifest at /vendor/etc/vintf/manifest.xml to include a second instance of the telephony-related HALs.
Download: See the download link at sx.ix5.org
XDA:DevDB Information
Universal Sony DualSIM patcher, Tool/Utility for the Sony Xperia XZ
Contributors
local__hero, oshmoun
Source Code: https://git.ix5.org/felix/dualsim-patcher
Version Information
Status: Beta
Created 2019-05-17
Last Updated 2020-02-29
We need to patch some props in /system/build.prop (or /system/vendor/build.prop, /vendor/build.prop, depending on the device), mainly:
Code:
persist.vendor.radio.multisim.config=dsds
ro.telephony.default_network=9,1 # (or 9,0, or 9,9, depending on the device)
ro.product.name=<dualsim device name>
We also need to patch the vintf manifest at /vendor/etc/vintf/manifest.xml to include a second instance of the telephony-related HALs.
Download: See the download link at sx.ix5.org
XDA:DevDB Information
Universal Sony DualSIM patcher, Tool/Utility for the Sony Xperia XZ
Contributors
local__hero, oshmoun
Source Code: https://git.ix5.org/felix/dualsim-patcher
Version Information
Status: Beta
Created 2019-05-17
Last Updated 2020-02-29
Last edited: