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.37k stars 243 forks source link

Working device - Oneplus Nord CE 2 Lite 5G #123

Open nootedandrooted opened 1 month ago

nootedandrooted commented 1 month ago

Works great on rooted Oneplus Nord CE 2 Lite 5G. I have PixelOS custom ROM that runs Android 14.

The command that works: sudo -E qcsuper --adb --wireshark-live

I had to use the "-E" option with sudo because otherwise Wireshark has problems with file permissions. I used DragonOS (Ubuntu 22.04.2).

Thank you for this tool!

atharvakale343 commented 1 month ago

Hey @nootedandrooted

How did you expose the DIAG port? Could you share details of your ROM? I'm trying to buy the Oneplus Nord CE 3 Lite which has the same chipset as your device.

Hoping I can reproduce your success. I would appreciate it if you can share as many details as possible.

nootedandrooted commented 1 month ago

Hi @atharvakale343 I'm pretty sure it just worked out of the box. I might have ran setprop sys.usb.config diag,adb like the README says but nothing else.

This is the ROM: https://pixelos.net/download/oscar

Screenshot_20240920-081240

atharvakale343 commented 1 month ago

Thank you!