如何从iPhone 5s Qualcomm MDM9615M基带芯片获取CellID,LAC,PCI,RSRP,RSRQ,SINR?

我需要高通MDM9615M基带芯片的更多详细信息。
如:
MCC,MNC,SectorLat,SectorLong,CellId,LAC,UARFCN,RxLev,TimingAdvance,BandInfo,ARFCN,
RSSI,PSC,RSCP,ECN0,SCN,PCI,TAC,PID,RSRP,RSRQ,SNR,带宽,BandClass,ChannelNumber,
PNOffset,ChangeMask,DerivedMCC,Ecio,EcioFiltered,RxAGC,RefPn,NgbrPn,RefEcio,SID,NID
BaseStationId,BaseStationLat,BaseStationLong,ZoneId,LtmOffset,DayLightSaving,SectorId

我找到了iPhone4的现场测试源代码,但不可用
 在iPhone5s上:
http://www.61ic.com/code/attachment.php?aid=81527&k=e18ef882fe7ba27842765eaf014c0f9a&t=1395988757

这是使用Minicom访问iPhone4基带的方法:
http://www.letsunlockiphone.com/hacking-iphone-5-qualcomm-baseband/

最佳答案

我也在寻找这些东西。
我在这里找到答案:Get CellID, MCC, MNC, LAC, and Network in iOS 5.1
它似乎也适用于ios 7(即使他们要求ios5)。

但是-它使用了私有API,这意味着您无法将其加载到Apple Store。

关于ios - 从iPhone 5s Qualcomm MDM9615M基带芯片获取CellID,LAC,PCI,RSRP,RSRQ,SINR,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/22706224/

10-11 22:15