Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFC not working on XQ-AU52 #6

Closed
dedeweb opened this issue Nov 4, 2023 · 2 comments
Closed

NFC not working on XQ-AU52 #6

dedeweb opened this issue Nov 4, 2023 · 2 comments

Comments

@dedeweb
Copy link

dedeweb commented Nov 4, 2023

NFC does not work at all on XQ-AU52 (does not detect any tag)

Here are the logs when I try to activate NFC :

11-04 16:34:54.118  4390  4870 I NfcService: Enabling NFC
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - Parsing file '/vendor/etc/libnfc-nci.conf'
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [APPL_TRACE_LEVEL] = 0xFF
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [PROTOCOL_TRACE_LEVEL] = 0xFFFFFFFF
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [NFC_DEBUG_ENABLED] = 0
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [NFA_STORAGE] = "/data/nfc"
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [NFA_HCI_DEFAULT_DEST_GATE] = 0xF0
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [UICC_LISTEN_TECH_MASK] = 0x07
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [HOST_LISTEN_TECH_MASK] = 0x07
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [NXP_FWD_FUNCTIONALITY_ENABLE] = 0x00
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [AID_FOR_EMPTY_SELECT] = {08:A0:00:00:01:51:00:00:00}
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [SCREEN_OFF_POWER_STATE] = 1
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [NFA_DM_DISC_DURATION_POLL] = 300
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [POLLING_TECH_MASK] = 0x2F
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [P2P_LISTEN_TECH_MASK] = 0x05
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [PRESERVE_STORAGE] = 0x01
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [NFA_DM_DISC_NTF_TIMEOUT] = 100
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [AID_MATCHING_MODE] = 0x03
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [OFFHOST_AID_ROUTE_PWR_STATE] = 0x3B
11-04 16:34:54.128  4390  4870 I com.android.nfc: ConfigFile - [DEFAULT_SYS_CODE] = {FE:FE}
11-04 16:34:54.128  4390  4870 I libnfc_nci: [INFO:NfcAdaptation.cc(708)] NfcAdaptation::InitializeHalDeviceContext: INfc::getService()
11-04 16:34:54.130  4390  4870 I libnfc_nci: [INFO:NfcAdaptation.cc(734)] NfcAdaptation::InitializeHalDeviceContext: INfc::getService() returned 0xb4000071db958f90 (remote)
11-04 16:34:54.133  4390  9727 W libnfc_nci: [WARNING:gki_ulinux.cc(98)] gki_task task_id=0 terminating
11-04 16:34:54.136   548   548 I hwservicemanager: getTransport: Cannot find entry vendor.nxp.nxpese@1.0::INxpEse/default in either framework or device VINTF manifest.
11-04 16:34:54.137  1029  1029 D EseAdaptation: EseAdaptation::InitializeHalDeviceContext: Failed to retrieve the NXP ESE HAL!
11-04 16:34:54.163  1029  9733 D NxpHal  : getChipType HwVersion : 0x41
11-04 16:34:54.163  1029  9733 D NxpHal  : getChipType Product : PN553
11-04 16:34:54.168  1029  1029 E NxpFwDnld: NULL handler : unable to load the library file, specify correct path
11-04 16:34:54.169  1029  1029 E NxpFwDnld: Image extraction Failed - invalid imginfo or imginfolen!!
11-04 16:34:54.169  1029  1029 E NxpFwDnld: Error loading libpn54x_fw !!
11-04 16:34:54.169  1029  1029 E NxpHal  : Image information extraction Failed!!
11-04 16:34:54.169  1029  1029 E NxpHal  : Wrong FW Version >>> Firmware download not allowed
11-04 16:34:54.221  4390  9728 W libnfc_nci: [WARNING:nfc_ncif.cc(1660)] reset notification!!:0x2 
11-04 16:34:54.239  1029  1029 E android.hardware.nfc@1.2-service: isModified Unable to open file '/data/vendor/nfc/libnfc-nxpConfigState.bin' - assuming modified
11-04 16:34:54.243  1029  1029 E android.hardware.nfc@1.2-service: isModified Unable to open file '/data/vendor/nfc/libnfc-nxpConfigState.bin' - assuming modified
11-04 16:34:54.269  1029  1029 E android.hardware.nfc@1.2-service: isModified Unable to open file '/data/vendor/nfc/libnfc-nxpConfigState.bin' - assuming modified
11-04 16:34:54.269  1029  1029 E android.hardware.nfc@1.2-service: resetModified Unable to open file '/data/vendor/nfc/libnfc-nxpConfigState.bin' for writing
11-04 16:34:54.293  4390  9728 W libnfc_nci: [WARNING:nfa_ee_act.cc(2211)] nfa_ee_nci_mode_set_rsp p_rsp->status:0xc1
11-04 16:34:54.298  4390  9728 W libnfc_nci: [WARNING:HciEventManager.cpp(152)] Incorrect Pipe Id
11-04 16:34:54.303  4390  4870 D NfcService: NCI_Version: 32
11-04 16:34:54.303  4390  4870 D NdefPushServer: start, thread = null
11-04 16:34:54.303  4390  4870 D NdefPushServer: starting new server thread
11-04 16:34:54.304  4390  9735 D NdefPushServer: about create LLCP service socket
11-04 16:34:54.307  4390  9735 D NdefPushServer: created LLCP service socket
11-04 16:34:54.307  4390  9735 D NdefPushServer: about to accept
11-04 16:34:54.314  4390  4390 D NfcService: Not committing routing because discovery is disabled.
11-04 16:34:54.316  2782  2836 D SecureElementService: getReaders() for com.android.nfc
11-04 16:34:54.325  4390  9738 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
11-04 16:34:54.325  4390  9738 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
11-04 16:34:54.326  4390  9737 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
11-04 16:34:54.326  4390  9737 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
11-04 16:34:54.341  4390  9739 D CCodec  : allocate(c2.android.vorbis.decoder)
11-04 16:34:54.341  4390  9741 D CCodec  : allocate(c2.android.vorbis.decoder)
11-04 16:34:54.353  1351  2528 V C2Store : in init
11-04 16:34:54.353  1351  2528 V C2Store : loading dll
11-04 16:34:54.376  4390  9739 I CCodec  : Created component [c2.android.vorbis.decoder]
11-04 16:34:54.376  4390  9741 I CCodec  : Created component [c2.android.vorbis.decoder]
11-04 16:34:54.378  4390  9741 D CCodecConfig: read media type: audio/vorbis
11-04 16:34:54.378  4390  9739 D CCodecConfig: read media type: audio/vorbis
11-04 16:34:54.380  4390  9741 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
11-04 16:34:54.381  4390  9741 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
11-04 16:34:54.381  4390  9741 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
11-04 16:34:54.381  4390  9741 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
11-04 16:34:54.381  4390  9741 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
11-04 16:34:54.381  4390  9741 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
11-04 16:34:54.381  4390  9739 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
11-04 16:34:54.382  4390  9739 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
11-04 16:34:54.382  4390  9739 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
11-04 16:34:54.382  4390  9739 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
11-04 16:34:54.382  4390  9739 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
11-04 16:34:54.382  4390  9739 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
11-04 16:34:54.382  4390  9741 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
11-04 16:34:54.382  4390  9739 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
11-04 16:34:54.389  4390  9741 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
11-04 16:34:54.389  4390  9739 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
11-04 16:34:54.389  4390  9741 D CCodecConfig: c2 config diff is Dict {
11-04 16:34:54.389  4390  9741 D CCodecConfig:   c2::u32 coded.bitrate.value = 64000
11-04 16:34:54.389  4390  9741 D CCodecConfig:   c2::u32 input.buffers.max-size.value = 32768
11-04 16:34:54.389  4390  9741 D CCodecConfig:   c2::u32 input.delay.value = 0
11-04 16:34:54.389  4390  9741 D CCodecConfig:   string input.media-type.value = "audio/vorbis"
11-04 16:34:54.389  4390  9741 D CCodecConfig:   string output.media-type.value = "audio/raw"
11-04 16:34:54.389  4390  9741 D CCodecConfig:   c2::u32 raw.channel-count.value = 1
11-04 16:34:54.389  4390  9741 D CCodecConfig:   c2::u32 raw.sample-rate.value = 48000
11-04 16:34:54.389  4390  9741 D CCodecConfig: }
11-04 16:34:54.389  4390  9739 D CCodecConfig: c2 config diff is Dict {
11-04 16:34:54.389  4390  9739 D CCodecConfig:   c2::u32 coded.bitrate.value = 64000
11-04 16:34:54.389  4390  9739 D CCodecConfig:   c2::u32 input.buffers.max-size.value = 32768
11-04 16:34:54.389  4390  9739 D CCodecConfig:   c2::u32 input.delay.value = 0
11-04 16:34:54.389  4390  9739 D CCodecConfig:   string input.media-type.value = "audio/vorbis"
11-04 16:34:54.389  4390  9739 D CCodecConfig:   string output.media-type.value = "audio/raw"
11-04 16:34:54.389  4390  9739 D CCodecConfig:   c2::u32 raw.channel-count.value = 1
11-04 16:34:54.389  4390  9739 D CCodecConfig:   c2::u32 raw.sample-rate.value = 48000
11-04 16:34:54.389  4390  9739 D CCodecConfig: }
11-04 16:34:54.390  4390  9739 D MediaCodec: flushMediametrics
11-04 16:34:54.391  4390  9739 D CCodec  : [c2.android.vorbis.decoder] buffers are bound to CCodec for this session
11-04 16:34:54.391  4390  9739 D CCodecConfig: no c2 equivalents for durationUs
11-04 16:34:54.391  4390  9739 D CCodecConfig: no c2 equivalents for track-id
11-04 16:34:54.391  4390  9739 D CCodecConfig: no c2 equivalents for csd-1
11-04 16:34:54.391  4390  9739 D CCodecConfig: no c2 equivalents for flags
11-04 16:34:54.391  4390  9741 D MediaCodec: flushMediametrics
11-04 16:34:54.391  4390  9741 D CCodec  : [c2.android.vorbis.decoder] buffers are bound to CCodec for this session
11-04 16:34:54.391  4390  9741 D CCodecConfig: no c2 equivalents for durationUs
11-04 16:34:54.391  4390  9741 D CCodecConfig: no c2 equivalents for track-id
11-04 16:34:54.391  4390  9741 D CCodecConfig: no c2 equivalents for csd-1
11-04 16:34:54.391  4390  9741 D CCodecConfig: no c2 equivalents for flags
11-04 16:34:54.391  4390  9741 D CCodecConfig: c2 config diff is   c2::u32 raw.sample-rate.value = 16000
11-04 16:34:54.392  4390  9739 D CCodecConfig: c2 config diff is   c2::u32 raw.sample-rate.value = 16000
11-04 16:34:54.392  4390  9741 W Codec2Client: query -- param skipped: index = 1107298332.
11-04 16:34:54.392  4390  9741 D CCodec  : encoding statistics level = 0
11-04 16:34:54.392  4390  9741 D CCodec  : setup formats input: AMessage(what = 0x00000000) = {
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t bitrate = 64000
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t channel-count = 1
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t max-input-size = 32768
11-04 16:34:54.392  4390  9741 D CCodec  :   string mime = "audio/vorbis"
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t sample-rate = 16000
11-04 16:34:54.392  4390  9741 D CCodec  : }
11-04 16:34:54.392  4390  9741 D CCodec  : setup formats output: AMessage(what = 0x00000000) = {
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t channel-count = 1
11-04 16:34:54.392  4390  9741 D CCodec  :   string mime = "audio/raw"
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t sample-rate = 16000
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t channel-mask = 1
11-04 16:34:54.392  4390  9741 D CCodec  :   int32_t android._config-pcm-encoding = 2
11-04 16:34:54.392  4390  9741 D CCodec  : }
11-04 16:34:54.392  4390  9741 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
11-04 16:34:54.392  4390  9739 W Codec2Client: query -- param skipped: index = 1107298332.
11-04 16:34:54.392  4390  9739 D CCodec  : encoding statistics level = 0
11-04 16:34:54.393  4390  9739 D CCodec  : setup formats input: AMessage(what = 0x00000000) = {
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t bitrate = 64000
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t channel-count = 1
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t max-input-size = 32768
11-04 16:34:54.393  4390  9739 D CCodec  :   string mime = "audio/vorbis"
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t sample-rate = 16000
11-04 16:34:54.393  4390  9739 D CCodec  : }
11-04 16:34:54.393  4390  9739 D CCodec  : setup formats output: AMessage(what = 0x00000000) = {
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t channel-count = 1
11-04 16:34:54.393  4390  9739 D CCodec  :   string mime = "audio/raw"
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t sample-rate = 16000
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t channel-mask = 1
11-04 16:34:54.393  4390  9739 D CCodec  :   int32_t android._config-pcm-encoding = 2
11-04 16:34:54.393  4390  9739 D CCodec  : }
11-04 16:34:54.393  4390  9739 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
11-04 16:34:54.393  4390  9741 W Codec2Client: query -- param skipped: index = 1342179345.
11-04 16:34:54.393  4390  9741 W Codec2Client: query -- param skipped: index = 2415921170.
11-04 16:34:54.394  4390  9739 W Codec2Client: query -- param skipped: index = 1342179345.
11-04 16:34:54.394  4390  9739 W Codec2Client: query -- param skipped: index = 2415921170.
11-04 16:34:54.396  1351  1351 D BufferPoolAccessor2.0: bufferpool2 0xb4000079315c8248 : 0(0 size) total buffers - 0(0 size) used buffers - 25/29 (recycle/alloc) - 4/28 (fetch/transfer)
11-04 16:34:54.396  1351  2528 D BufferPoolAccessor2.0: bufferpool2 0xb4000079315c2f08 : 0(0 size) total buffers - 0(0 size) used buffers - 45/48 (recycle/alloc) - 4/47 (fetch/transfer)
11-04 16:34:54.396  4390  9739 D CCodecBufferChannel: [c2.android.vorbis.decoder#676] Created input block pool with allocatorID 16 => poolID 20 - OK (0)
11-04 16:34:54.396  1351  2528 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000079315c2f08 cached: 0/0M, 0/0% in use; allocs: 48, 94% recycled; transfers: 47, 91% unfetched
11-04 16:34:54.397  1351  1351 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000079315c8248 cached: 0/0M, 0/0% in use; allocs: 29, 86% recycled; transfers: 28, 86% unfetched
11-04 16:34:54.397  4390  9741 D CCodecBufferChannel: [c2.android.vorbis.decoder#348] Created input block pool with allocatorID 16 => poolID 21 - OK (0)
11-04 16:34:54.397  1351  2528 D BufferPoolAccessor2.0: bufferpool2 0xb4000079315c9bb8 : 0(0 size) total buffers - 0(0 size) used buffers - 28/30 (recycle/alloc) - 2/29 (fetch/transfer)
11-04 16:34:54.397  1351  2528 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000079315c9bb8 cached: 0/0M, 0/0% in use; allocs: 30, 93% recycled; transfers: 29, 93% unfetched
11-04 16:34:54.398  4390  4769 D BufferPoolAccessor2.0: bufferpool2 0xb40000720b969988 : 0(0 size) total buffers - 0(0 size) used buffers - 2/7 (recycle/alloc) - 4/62 (fetch/transfer)
11-04 16:34:54.398  4390  4769 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb40000720b969988 cached: 0/0M, 0/0% in use; allocs: 7, 29% recycled; transfers: 62, 94% unfetched
11-04 16:34:54.398  4390  4769 D BufferPoolAccessor2.0: bufferpool2 0xb40000720b965678 : 0(0 size) total buffers - 0(0 size) used buffers - 2/7 (recycle/alloc) - 8/100 (fetch/transfer)
11-04 16:34:54.398  4390  4769 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb40000720b965678 cached: 0/0M, 0/0% in use; allocs: 7, 29% recycled; transfers: 100, 92% unfetched
11-04 16:34:54.398  4390  4769 D BufferPoolAccessor2.0: bufferpool2 0xb40000720b96da48 : 0(0 size) total buffers - 0(0 size) used buffers - 2/7 (recycle/alloc) - 5/64 (fetch/transfer)
11-04 16:34:54.398  4390  4769 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb40000720b96da48 cached: 0/0M, 0/0% in use; allocs: 7, 29% recycled; transfers: 64, 92% unfetched
11-04 16:34:54.400  4390  9739 I CCodecBufferChannel: [c2.android.vorbis.decoder#676] Created output block pool with allocatorID 16 => poolID 29 - OK
11-04 16:34:54.400  4390  9741 I CCodecBufferChannel: [c2.android.vorbis.decoder#348] Created output block pool with allocatorID 16 => poolID 30 - OK
11-04 16:34:54.401  4390  9739 D CCodecBufferChannel: [c2.android.vorbis.decoder#676] Configured output block pool ids 29 => OK
11-04 16:34:54.401  4390  9741 D CCodecBufferChannel: [c2.android.vorbis.decoder#348] Configured output block pool ids 30 => OK
11-04 16:34:54.404  1351  9743 D SimpleC2Component: Using output block pool with poolID 30 => got 30 - 0
11-04 16:34:54.405  1351  9742 D SimpleC2Component: Using output block pool with poolID 29 => got 29 - 0
11-04 16:34:54.468  4390  9739 D CCodecBufferChannel: [c2.android.vorbis.decoder#676] MediaCodec discarded an unknown buffer
11-04 16:34:54.470  4390  9739 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
11-04 16:34:54.470  1351  2527 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
11-04 16:34:54.473  4390  9738 D MediaCodec: flushMediametrics
11-04 16:34:54.480  4390  9738 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
11-04 16:34:54.481  4390  9738 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
11-04 16:34:54.481  4390  9746 D CCodec  : allocate(c2.android.vorbis.decoder)
11-04 16:34:54.483  4390  9746 I CCodec  : Created component [c2.android.vorbis.decoder]
11-04 16:34:54.483  4390  9746 D CCodecConfig: read media type: audio/vorbis
11-04 16:34:54.484  4390  9746 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
11-04 16:34:54.485  4390  9746 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
11-04 16:34:54.485  4390  9746 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
11-04 16:34:54.485  4390  9746 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
11-04 16:34:54.485  4390  9746 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
11-04 16:34:54.485  4390  9746 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
11-04 16:34:54.485  4390  9746 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
11-04 16:34:54.486  4390  9746 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
11-04 16:34:54.486  4390  9746 D CCodecConfig: c2 config diff is Dict {
11-04 16:34:54.486  4390  9746 D CCodecConfig:   c2::u32 coded.bitrate.value = 64000
11-04 16:34:54.486  4390  9746 D CCodecConfig:   c2::u32 input.buffers.max-size.value = 32768
11-04 16:34:54.486  4390  9746 D CCodecConfig:   c2::u32 input.delay.value = 0
11-04 16:34:54.486  4390  9746 D CCodecConfig:   string input.media-type.value = "audio/vorbis"
11-04 16:34:54.486  4390  9746 D CCodecConfig:   string output.media-type.value = "audio/raw"
11-04 16:34:54.486  4390  9746 D CCodecConfig:   c2::u32 raw.channel-count.value = 1
11-04 16:34:54.486  4390  9746 D CCodecConfig:   c2::u32 raw.sample-rate.value = 48000
11-04 16:34:54.486  4390  9746 D CCodecConfig: }
11-04 16:34:54.486  4390  9746 D MediaCodec: flushMediametrics
11-04 16:34:54.486  4390  9746 D CCodec  : [c2.android.vorbis.decoder] buffers are bound to CCodec for this session
11-04 16:34:54.486  4390  9746 D CCodecConfig: no c2 equivalents for durationUs
11-04 16:34:54.486  4390  9746 D CCodecConfig: no c2 equivalents for track-id
11-04 16:34:54.486  4390  9746 D CCodecConfig: no c2 equivalents for csd-1
11-04 16:34:54.486  4390  9746 D CCodecConfig: no c2 equivalents for flags
11-04 16:34:54.487  4390  9746 D CCodecConfig: c2 config diff is   c2::u32 raw.sample-rate.value = 16000
11-04 16:34:54.487  4390  9746 W Codec2Client: query -- param skipped: index = 1107298332.
11-04 16:34:54.487  4390  9746 D CCodec  : encoding statistics level = 0
11-04 16:34:54.487  4390  9746 D CCodec  : setup formats input: AMessage(what = 0x00000000) = {
11-04 16:34:54.487  4390  9746 D CCodec  :   int32_t bitrate = 64000
11-04 16:34:54.487  4390  9746 D CCodec  :   int32_t channel-count = 1
11-04 16:34:54.487  4390  9746 D CCodec  :   int32_t max-input-size = 32768
11-04 16:34:54.487  4390  9746 D CCodec  :   string mime = "audio/vorbis"
11-04 16:34:54.487  4390  9746 D CCodec  :   int32_t sample-rate = 16000
11-04 16:34:54.487  4390  9746 D CCodec  : }
11-04 16:34:54.488  4390  9746 D CCodec  : setup formats output: AMessage(what = 0x00000000) = {
11-04 16:34:54.488  4390  9746 D CCodec  :   int32_t channel-count = 1
11-04 16:34:54.488  4390  9746 D CCodec  :   string mime = "audio/raw"
11-04 16:34:54.488  4390  9746 D CCodec  :   int32_t sample-rate = 16000
11-04 16:34:54.488  4390  9746 D CCodec  :   int32_t channel-mask = 1
11-04 16:34:54.488  4390  9746 D CCodec  :   int32_t android._config-pcm-encoding = 2
11-04 16:34:54.488  4390  9746 D CCodec  : }
11-04 16:34:54.488  4390  9746 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
11-04 16:34:54.488  4390  9746 W Codec2Client: query -- param skipped: index = 1342179345.
11-04 16:34:54.488  4390  9746 W Codec2Client: query -- param skipped: index = 2415921170.
11-04 16:34:54.489  4390  9746 D CCodecBufferChannel: [c2.android.vorbis.decoder#792] Created input block pool with allocatorID 16 => poolID 22 - OK (0)
11-04 16:34:54.489  4390  9746 I CCodecBufferChannel: [c2.android.vorbis.decoder#792] Created output block pool with allocatorID 16 => poolID 31 - OK
11-04 16:34:54.490  4390  9746 D CCodecBufferChannel: [c2.android.vorbis.decoder#792] Configured output block pool ids 31 => OK
11-04 16:34:54.491  1351  9747 D SimpleC2Component: Using output block pool with poolID 31 => got 31 - 0
11-04 16:34:54.519  4390  9741 D CCodecBufferChannel: [c2.android.vorbis.decoder#348] MediaCodec discarded an unknown buffer
11-04 16:34:54.519  4390  9741 D CCodecBufferChannel: [c2.android.vorbis.decoder#348] MediaCodec discarded an unknown buffer
11-04 16:34:54.519  4390  9741 D CCodecBufferChannel: [c2.android.vorbis.decoder#348] MediaCodec discarded an unknown buffer
11-04 16:34:54.521  4390  9741 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
11-04 16:34:54.521  1351  2527 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
11-04 16:34:54.523  4390  9737 D MediaCodec: flushMediametrics
11-04 16:34:54.546  4390  9746 D CCodecBufferChannel: [c2.android.vorbis.decoder#792] MediaCodec discarded an unknown buffer
11-04 16:34:54.546  4390  9746 D CCodecBufferChannel: [c2.android.vorbis.decoder#792] MediaCodec discarded an unknown buffer
11-04 16:34:54.546  4390  9746 D CCodecBufferChannel: [c2.android.vorbis.decoder#792] MediaCodec discarded an unknown buffer
11-04 16:34:54.547  1351  2527 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
11-04 16:34:54.548  1351  2527 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
11-04 16:34:54.548  4390  9746 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
11-04 16:34:54.548  1351  2527 V C2Store : in ~ComponentModule
11-04 16:34:54.548  1351  2527 V C2Store : unloading dll
11-04 16:34:54.549  4390  9738 D MediaCodec: flushMediametrics
@Mashopy
Copy link
Member

Mashopy commented Nov 4, 2023

You certainly have done something to your phone or your not using one of my builds as I also have XQ-AU52 and NFC functionality is working fine

@dedeweb
Copy link
Author

dedeweb commented Nov 6, 2023

Yes, you'r right, I installed version from @blackshibe
I close this issue, and I will check with your next release :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants