Telephony parameters not available through framework APIs

主宰稳场 提交于 2019-12-10 09:39:28

问题


I have to fetch the info related to following Telephony parameters: BCCH, Band, DL ARFCN,UL ARFCN, BLER, MOS DL, MOS UL, Txpwr & Handover Parameters.

I searched a lot but didn't find any way to get this information through APIs. There may be some other ways (I am not sure), like:

  1. Using AT command.
  2. Using AIDL, talk to RIL & fetch the info.
  3. Using NDK, write c code which will directly talk to modem/low level implementation.

But I don't know which is the right way or how to proceed with the right approach. Any help regarding any of the Telephony parameters will be highly appreciated.

来源:https://stackoverflow.com/questions/13917049/telephony-parameters-not-available-through-framework-apis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!