I would like to report a problem with your NFC web tutorials and ask for your assistance. I am developing in Tizen SDK 2.3.1 on Samsung Gear S2 with update R732XXU2BOKK.
I am using a Host Card Emulation mode of NFC and I already have custom reader, which works with other devices, so there is no problem. I have working AID also.
I was trying to develop both – a Web and Native applications. I was following your tutorials located at:
1. registering AID using manifest file – I was unable to use this method as there were no device listed while checking the registered AIDs,
2. registering AID using Tizen Web API within JavaScript file: there were actually no problems, but the device was simply not working with my verified reader.
Native app:
1. I was unable to launch the application as it fails somewhere inside service_app_create method.
I am sending you my sample code reflecting these problems. Web app registers AID using manifest file, while native app uses registration in code.
I would like to ask you what is the workflow to achieve these goals:
1. successfully register AID using Native implementation and using manifest file in Web app,
2. make the Gear S2 respond on attach to reader.
Also it would be useful if you could provide me some working HCE project.
Gear S2 NFC HCE problem
Greetings,
I would like to report a problem with your NFC web tutorials and ask for your assistance. I am developing in Tizen SDK 2.3.1 on Samsung Gear S2 with update R732XXU2BOKK.
I am using a Host Card Emulation mode of NFC and I already have custom reader, which works with other devices, so there is no problem. I have working AID also.
I was trying to develop both – a Web and Native applications. I was following your tutorials located at:
1. Web app: https://developer.tizen.org/ko/development/tutorials/web-application/tizen-features/network/nfc?langredirect=1#Using_NFC_Host_Based_Card_Emulation
2. Native app: https://developer.tizen.org/ko/development/tutorials/native-application/network/nfc#cardemulation
Sample code below, or full projects at GDrive: https://goo.gl/xhafcm
I encountered these problems:
Web app:
1. registering AID using manifest file – I was unable to use this method as there were no device listed while checking the registered AIDs,
2. registering AID using Tizen Web API within JavaScript file: there were actually no problems, but the device was simply not working with my verified reader.
Native app:
1. I was unable to launch the application as it fails somewhere inside service_app_create method.
I am sending you my sample code reflecting these problems. Web app registers AID using manifest file, while native app uses registration in code.
I would like to ask you what is the workflow to achieve these goals:
1. successfully register AID using Native implementation and using manifest file in Web app,
2. make the Gear S2 respond on attach to reader.
Also it would be useful if you could provide me some working HCE project.
Thank you in advance for your help.
Sincerely,
Roman Janás
Sample codes:
1. Web app manifest file:
2. Native app service_app_create method:
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio