You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built and tested APK from latest commit to develop branch (84654bc) using a rooted Xiaomi 12T Pro on Android 14.
It appears as if the app is not compatible with Android 13 & 14, yet. After granting root access and starting the pcap logger, no information is copied into the file.
No data in pcap file
The logcat output confirms that the diag device cannot be opened for monitoring.
Logcat output
The reason is most likely, that the /dev/diag device as well as the DIAGCHAR kernel module disappeared starting from Android 13, and the appropriate device name is now /dev/ffs-diag (see this issue on QCSuper and this commit for support of Android 13+)
The Xiaomi 12T Pro definitely provides such ffs-diag device. Perhaps it is possible to adapt QCSuper's approach to support of newer devices?
DIAG devices with Xiaomi on Android 14
The text was updated successfully, but these errors were encountered:
Built and tested APK from latest commit to develop branch (84654bc) using a rooted Xiaomi 12T Pro on Android 14.
It appears as if the app is not compatible with Android 13 & 14, yet. After granting root access and starting the pcap logger, no information is copied into the file.
No data in pcap file
The logcat output confirms that the diag device cannot be opened for monitoring.
Logcat output
The reason is most likely, that the /dev/diag device as well as the DIAGCHAR kernel module disappeared starting from Android 13, and the appropriate device name is now /dev/ffs-diag (see this issue on QCSuper and this commit for support of Android 13+)
The Xiaomi 12T Pro definitely provides such ffs-diag device. Perhaps it is possible to adapt QCSuper's approach to support of newer devices?
DIAG devices with Xiaomi on Android 14
The text was updated successfully, but these errors were encountered: