Hi, I need to debug the new NFC device. I see that libnfc-brcm.conf file has a transport layer options which allow to change the kernel driver to the actual NFC device. One of this option option it's the* TRANSPORT_DRIVER* and I set it to ttyS UART and the related UART port configuration. To debug the NCI/HCI data on a serial port hosted on my pc I'm running the emulator with this command:* emulator -qemu -serial /dev/ttyS* Indeed if I execute an *echo "123" > /dev/ttyS *in a adb shell I can see the bytes coming. Now... How I should enable the NFC in a general emulator build? Thanks.
-- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
