436c544289
On some devices, primarily with two sim slots, modem doesn't choose the sim automatically. Add an init script that would detect in which slot the sim is present and configure the modem to use it.
2 lines
56 B
Bash
2 lines
56 B
Bash
#!/bin/sh
|
|
rc-update add msm-modem-uim-selection default
|