Andrea Mennillo
Andrea Mennillo
I'm seeing the same issue, although with a different root cause. Some users with android 12 custom roms get these crashes: ``` java.lang.IllegalStateException: at android.telephony.TelephonyManager.requestCellInfoUpdate (TelephonyManager.java:6327) at cz.mroczis.netmonster.core.telephony.TelephonyManagerCompat29.getAllCellInfo (TelephonyManagerCompat29.java:25) at...
This is from my main device (Android P), mMnc is always null but ServiceState.operatorNumeric is ok : ``` 2022-07-10 14:04:06.848 31894-31894/cz.mroczis.netmonster.sample V/netmonster-bug: {mVoiceRegState=0(IN_SERVICE), mDataRegState=1(OUT_OF_SERVICE), mChannelNumber=3025, duplexMode()=0, mCellBandwidths=[], mVoiceRoamingType=home, mDataRoamingType=home, mVoiceOperatorAlphaLong=TIM,...
Thank you, nice solution. I would add an MCC check there, though: https://github.com/mroczis/netmonster-core/blob/9603c1746e386320f3798d8670360c882a92267e/library/src/main/java/cz/mroczis/netmonster/core/feature/postprocess/MocnNetworkPostprocessor.kt#L47 Mainly for devices with Android Q and below. Also, it might be useful to put "(cell is...
An interesting thing is that on devices that have 855 + x50 there are two diag interfaces, the first one used for the x24 modem (4G/3G/2G) and the second one...
> Are you sure? I have diag on an SDM855 and it's only enumerating one diag interface. The second diag is diag_mdm, as you can see from the screen below....
I don't know much about modemst, but the two modems have separate EFS (accessible with QPST). Another particular thing is that the "5G" qmdl has many DIAG_TS_F (0x1D) messages, I...
> > > When I say gated I mean they don't give you the 5G Parsing Libs when you install, I don't think they've encrypted anything. It is the same...
See #27 there isn't much you can do if samsung has "blocked" diag in your firmware Someone solved enabling "AT 3GPP commands" in developer options, but your mileage may vary
> For commits [cec854f](https://github.com/fgsect/scat/commit/cec854f8e26d4694020d2d4e4bd033aa7f075578) to [bf9decc](https://github.com/fgsect/scat/commit/bf9deccf0f0b875d93577a4ae4abf0e6715306a1), there were some considerations in my original design: > > * Due to limitations of GSMTAP Wireshark dissector only 14 bits of *ARFCN is...
I can tell you that on Samsung SM-G960F, SM-G965F, SM-N960F, SM-G975F and SM-A505F it works. Sometimes it stops recording information if SIMs are exchanged or if two SIMs are active....