fgsect / scat

SCAT: Signaling Collection and Analysis Tool
GNU General Public License v2.0
346 stars 93 forks source link

directly fetch diag info using on-device script #89

Closed NeutrinoLiu closed 10 months ago

NeutrinoLiu commented 11 months ago

i noticed that in the previous discussion, pixel series are pretty hard to expose their diag port to the host. So I want running some RRC analysis script in an on-device manner (using turmux). But the problem is there is no such serial or usb devices available for me to connect to within an android device. I am wondering if there is one way we could directly fetch those lower layer packets (or logs). One thing i have found pretty close to what i am looking for is diag_revealer by mobileinsight apps. But i am rookie in android development. Will it be a good idea to combine diag_revealer with scat?

peremen commented 10 months ago

It is hard to maintain the device companion app:

QCSuper uses companion app based design though, but I am not going to use that design due to maintenance problem (see #29).

SCAT itself is not designed with any post-processing other than GSMTAP wrapping and printing packet information in mind.