P1sec / QCSuper

QCSuper is a tool communicating with Qualcomm-based phones and modems, allowing to capture raw 2G/3G/4G radio frames, among other things.
GNU General Public License v3.0
1.35k stars 241 forks source link

No capture in Wireshark #44

Open ankitv1995 opened 4 years ago

ankitv1995 commented 4 years ago

I'm using the command /.qcsuper.py --adb --wireshark-live. The terminal shows "ioctl: Invalid argument" and "The connection to the adb bridge was closed, or preempted by another QCsuper instance". The Wireshark runs and closed immediately without capturing any data. The same problem happens when I'm trying to dump the packets to .pcap. May I know the reason for the same?

UserPython314 commented 4 years ago

Hi @ankitv1995 I have the same problem. Did you find a solution from your side?

ankitv1995 commented 4 years ago

Hi @UserPython314, yes I got a solution regarding capture. So, I switched my OS version from Android 10 to Android 9 and it's working now.