Open nootedandrooted opened 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.
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
Thank you!
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!