[android-developers] Re: (Full) NFC support for Android (on a Nexus S, specifically)

2011-04-13 Thread joe.scheidegger
Hi JMC, I agree with you. I hope that Android will support the SE on the SIM. So the user can have all the personal infos(billing, ticketing, etc) on the SIM and when he changes the phone he can take the infos to the new phone or when he loses the phone the operator can block the SIM. Cheers, Jo

[android-developers] Re: (Full) NFC support for Android (on a Nexus S, specifically)

2011-04-12 Thread joe.scheidegger
Hi all, Does anyone know if the SE will be on the device or in the SIM? The NFC-Controller(NPX PN544) from the Nexus S supports the SWP but will Android support it to? Cheers joe On Apr 4, 5:01 pm, JMC114 wrote: > Hey Nick, > > Thanks for your reply. > > The main problem with peer-to-peerNFC, i

[android-developers] Re: NFC question: card emulation is not supported in the Android SDK yet, right?

2011-04-12 Thread joe.scheidegger
Hi JornC Here is the link to the spec: http://source.android.com/compatibility/ndef-push-protocol.pdf cheers joe On Mar 29, 11:40 am, JornC wrote: > Apologies for digging up this withering discussion, but is there any > ETA on that com.android.npp spec? > > - Jorn > > On Mar 1, 12:00 am, Nick P

[android-developers] Re: Receiving SMS Messages in 1.0?

2008-12-04 Thread joe.scheidegger
Hi all i have found the way how you can receive a binary sms addressed to an application port! You must create a BroadcastReceiver and then you must put the following in the manifest file: and then you must add the following permission: have fun