Hi Guys
I have a question regarding the sound produced when a NFC tag is read (which appears to be generated by the OS) - Can it be removed or changed?
I think it maybe useful to give the reason why I am asking this question - As removing a feedback sound which helps the user to know something has happened is usually not a good idea.
In my application reading of the NFC involves two operations.
1. First operation is reading the device (the sounds are generated here by the OS).
2 The second operation (after a successful read) is to verify that the Tag is correctly setup to work with my app.
Its the second stage the sounds need to be generated (not the first) - basically Accept or Reject sounds.
My solution is based on Erel example see https://www.b4x.com/android/forum/threads/nfc-reading-and-writing.64451/#content
and intercepts the NFC intent.
In another post from Erel, he suggested using software from NXP https://play.google.com/store/apps/details?id=com.nxp.nfc.tagwriter to test the Tags. Interestingly, this appears to have the same problem (or so it appears to me) but manages to overlay the default NFC read sound with a more suitable Accept/reject sounds.
I would be grateful for any suggestions.
Dave Morris
I have a question regarding the sound produced when a NFC tag is read (which appears to be generated by the OS) - Can it be removed or changed?
I think it maybe useful to give the reason why I am asking this question - As removing a feedback sound which helps the user to know something has happened is usually not a good idea.
In my application reading of the NFC involves two operations.
1. First operation is reading the device (the sounds are generated here by the OS).
2 The second operation (after a successful read) is to verify that the Tag is correctly setup to work with my app.
Its the second stage the sounds need to be generated (not the first) - basically Accept or Reject sounds.
My solution is based on Erel example see https://www.b4x.com/android/forum/threads/nfc-reading-and-writing.64451/#content
and intercepts the NFC intent.
In another post from Erel, he suggested using software from NXP https://play.google.com/store/apps/details?id=com.nxp.nfc.tagwriter to test the Tags. Interestingly, this appears to have the same problem (or so it appears to me) but manages to overlay the default NFC read sound with a more suitable Accept/reject sounds.
I would be grateful for any suggestions.
Dave Morris