phhusson / treble_experimentations

Notes about tinkering with Android Project Treble
3.4k stars 656 forks source link

System not detect Dual SIM on Galaxy J4 Core (SM-J410G/DS) | AOSP 8/9/10 All versions #1066

Open WilameSouza opened 4 years ago

WilameSouza commented 4 years ago

The system bootup with one SIM Card support only... Can receive calls on SIM 2 but can't answer call and can't make a call

(Yes, I can install GSI on J4 Core) J4 Core is Oreo Vendor (VNDK 27)

AnonnymousJC commented 4 years ago

I have an audio problem on calls using the SIM card, I don't hear people and they don't hear me @phhusson

ghost commented 4 years ago

This issue about dual sim can be fixed by put this two lines in build.prop: ro.multisim.simslotcount=2 persist.radio.multisim.config=dsds

ghost commented 4 years ago

Thanks .

MacTavishAO commented 4 years ago

@phhusson stock rom is fetching multisim config from /efs/factory.prop on samsung devices. BOARD_ROOT_EXTRA_FOLDERS += efs and "import /efs/factory.prop" on system's build prop should do the trick.

josielcst commented 3 years ago

Download

josielcst commented 3 years ago

F

josielcst commented 3 years ago

#

josielcst commented 3 years ago

@fix