Universal Sony DualSIM patcher

Search This thread

local__hero

Senior Member
Oct 13, 2018
116
265
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:
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>
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
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    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:
    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>
    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
    1
    Updated for 10 and hopefully more devices, see v4