-
Notifications
You must be signed in to change notification settings - Fork 256
Description
Hi, was trying on OOS12 without success, updated to Pixel Experience 13 and still have issue:
C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master>qcsuper.py --adb --wireshark-live -v --info
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out id
[<] Obtained result for running "C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out id": b'uid=2000(shell) gid=2000(shell) groups=2000(shell),1004(input),1007(log),1011(adb),1015(sdcard_rw),1028(sdcard_r),1078(ext_data_rw),1079(ext_obb_rw),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats),3009(readproc),3011(uhid),3012(readtracefs) context=u:r:shell:s0\n'
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "test -w /dev/diag; echo DIAG_NOT_WRITEABLE=$?; test -e /dev/diag; echo DIAG_NOT_EXISTS=$?; test -r /dev; echo DEV_NOT_READABLE=$?; su -c id"
[<] Obtained result for running "C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "test -w /dev/diag; echo DIAG_NOT_WRITEABLE=$?; test -e /dev/diag; echo DIAG_NOT_EXISTS=$?; test -r /dev; echo DEV_NOT_READABLE=$?; su -c id"": b'DIAG_NOT_WRITEABLE=1\nDIAG_NOT_EXISTS=0\nDEV_NOT_READABLE=0\nuid=0(root) gid=0(root) groups=0(root) context=u:r:magisk:s0\r\n'
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "su -c "test -e /dev/diag; echo DIAG_NOT_EXISTS=$?""
[<] Obtained result for running "C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "su -c "test -e /dev/diag; echo DIAG_NOT_EXISTS=$?""": b'DIAG_NOT_EXISTS=0\r\n'
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe push C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\adb_bridge/adb_bridge /data/local/tmp
[<] Obtained result for running "C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe push C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\adb_bridge/adb_bridge /data/local/tmp": b'C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\adb_bridge/adb_bridge: 1 file pushed, 0 skipped. 43.9 MB/s (16332 bytes in 0.000s)\r\n'
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "su -c "killall -q adb_bridge; chmod 755 /data/local/tmp/adb_bridge""
[<] Obtained result for running "C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "su -c "killall -q adb_bridge; chmod 755 /data/local/tmp/adb_bridge""": b'killall: adb_bridge: No such process\r\n'
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe forward tcp:43555 tcp:43555
ioctl DIAG_IOCTL_SWITCH_LOGGING with arglen=24 is not supported
dlopen /system/vendor/lib64/libdiag.so failed (dlopen failed: "/data/local/tmp/libdiag.so" is 64-bit instead of 32-bit)
diag: diag_switch_logging: Querying peripheral info from kernel unsupported, Using default stats, err: -1, errno: 5
diag: wrote switch log pkt ret:-1
diag: unable to switch logging mode to 2, err: -1, errno: 5
diag_switch_logging in libdiag.so failed
ioctl: I/O error
[>] Sending request DIAG_LOG_CONFIG_F of length 7: b'\x00\x00\x00\x00\x00\x00\x00'
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "su -c "killall -q adb_bridge; chmod 755 /data/local/tmp/adb_bridge""
[<] Obtained result for running "C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe exec-out "su -c "killall -q adb_bridge; chmod 755 /data/local/tmp/adb_bridge""": b'killall: adb_bridge: No such process\r\n'
[>] Running adb command: C:\Users\nikus\WSPACE\Installation\Android\QCSuper-master\inputs\external\adb/adb_windows.exe forward tcp:43555 tcp:43555
ioctl DIAG_IOCTL_SWITCH_LOGGING with arglen=24 is not supported
dlopen /system/vendor/lib64/libdiag.so failed (dlopen failed: "/data/local/tmp/libdiag.so" is 64-bit instead of 32-bit)
diag: diag_switch_logging: Querying peripheral info from kernel unsupported, Using default stats, err: -1, errno: 5
diag: wrote switch log pkt ret:-1
diag: unable to switch logging mode to 2, err: -1, errno: 5
diag_switch_logging in libdiag.so failed
ioctl: I/O error
The connection to the adb bridge was closed, or preempted by another QCSuper instance
Any ideas how to fix this? Thank you in advance for your support?