1
2
3
4
5
6
7
8
9
10
11
12 | I'm getting this error:
(0/16685): RIL[0][main] qmi_ril_parse_oem_hook_header: Mismatch in oem_name between received= and expected=QOEMHOOK
when using this (This is in ril_send_power (plugins/ril.c):
if (g_ril_send(rd->ril, RIL_REQUEST_OEM_HOOK_RAW, &rilp, func, cbdd, NULL) == 0){
}
How do i set qmi_ril_parse_oem_hook_header to QOEMHOOK.
I have tried a couple of thing with no luck
|