99degree / android_kernel_meizu_m851q_old

Obsolete repo for Meizu E3 phone kernel 4.4 development. Please refer to new repo with same name.
Other
0 stars 0 forks source link

sim card and telephony not available #5

Closed 99degree closed 4 years ago

99degree commented 4 years ago

as title.

99degree commented 4 years ago

attached log logcat_radio.log

99degree commented 4 years ago

Now the issue is fixed. Cause of it is due to old baseband with newer RILD incompatible.

MeizuE3 baseband ver: MPSS.AT.2.3.c8-00068-660_GEN_PACK-1.147274.0.158539.1

and the based rom is by S.AT.3.1-00815-SDM660_GEN_PACK-1,S.AT.3.1-00815-SDM660_GEN_PACK-1

the core problem is rild vs qcrild choice, where rild is the old passthrough API and the qcrild for newer VNDK binderized API. there are still some problem related to old FW and newer QCRILD blob

A more elegant solution need to address out.