Search code examples
windows-phonenfcproximitypeer

Is it possible to implement Proximity not by using NFC but using any other functionality that can transfer messages


I am reading articles about Proximity on Windows Phone. I have the following ideea. I have an app that can exchange small messages between two phones through encoded audio. Can I use proximity and replace NFC support with my app that transfer messages using sound. I need only an advice if the NFC usage in proximity can be replaced with any other functionality that can intentionally send certain messages. I want to know if it;s a good ideea to pursue my concept.

Thanks


Solution

  • Unfortunately for you, Windows Phone OS is not a LEGO constructor where you can replace core system services with your own implementation. At least not with any documented API. And if you'll use some undocumented APIs, forget about the windows store.

    You can probably do that if you're representing an OEM company that builds windows phone devices.

    If you're an individual, what you're trying to do might be possible with Android OS. Search for something like "android building custom ROM".

    P.S. I think it's a great idea to pursue your concept. I really miss the simplicity of IR ports in devices. Very likely, your acoustic pairing could do the job just as good, while requiring no extra hardware.