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
fix: improve emulator detection and handle BT parcel quirks
- Fix isEmulator() to check /vendor/build.prop and /system/build.prop
for sdk_gphone/ranchu indicators (DMI files absent on modern emulators)
- Add "too large" to requireOrSkip parcel deserialization patterns
- Handle BLE GATT registerClient and A2DP GetSupportedCodecTypes
failures on emulator (different BT implementation)
- Update root-check message to suggest setenforce 0 for emulator
- Emulator with permissive SELinux: 0 FAIL, resolves permission skips
Tested on both Pixel 8a (arm64) and Pixel_7_API_35 emulator (x86_64).
0 commit comments