[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-05-04 Thread Gorka Hernando
Hi, Thanks for your response. On 4 mayo, 08:04, Michael Roland mi.rol...@gmail.com wrote: Hallo Gorka, for the moment Android provides no means to directly dispatch your application based on anNFCForumExternalType (btw, yourexternal type name does not follow the RTD specification,

[android-developers] Intent Not Received after application started

2011-04-07 Thread Gorka Hernando
Hi, I am trying to read NFC tags with my Nexus S mobile. In my Manifest file I have the intent filtered: intent-filter action android:name=android.nfc.action.NDEF_DISCOVERED/ data android:mimeType=*/* / category

[android-developers] Re: Activity without GUI - Activity

2011-04-06 Thread Gorka Hernando
Hi, Thanks a lot for your time. It was really helpful On 6 abr, 09:13, Dianne Hackborn hack...@android.com wrote: Right use Theme.NoDisplay AND You MUST call finish() by the time you return from onResume(). Different component types are not interchangeable.  If something is launching an

[android-developers] Re: Activity without GUI - Activity

2011-04-05 Thread Gorka Hernando
Ok, But if I create my application as a service it will start when the intent occurs? I mean, when the mobile detects the tag and creates the NDEF .. intent will the application get this intent and show the toast on the screen?? Thanks On 5 abr, 10:01, Zsolt Vasvari zvasv...@gmail.com wrote:

[android-developers] Re: Activity without GUI - Activity

2011-04-05 Thread Gorka Hernando
Hi again, Sorry if I am posting too much, but I really need to make this work today. Here it is my manifest file. I have created a service and a receiver to get the NDEF_DISCOVERED intent. ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] Re: Activity without GUI - Activity

2011-04-05 Thread Gorka Hernando
am doing make sense or not. Because it seems to me that I am wasting my time because this is not the correct form to work whit this things. Thanks. On 5 abr, 13:36, skink psk...@gmail.com wrote: On Apr 5, 10:45 am, Gorka Hernando g.herna...@ogmio.com wrote: Hi again, Sorry if I am

[android-developers] Re: Activity without GUI - Activity

2011-04-05 Thread Gorka Hernando
(); context.startService(serviceIntent); } Maybe you meant this line: context.startService(serviceIntent); when you sais how to start a service. The problem as I said is that I cannot get the intent On 5 abr, 14:42, Gorka Hernando g.herna...@ogmio.com wrote: Hi, Thanks for your response. I

[android-developers] Re: Activity without GUI - Activity

2011-04-05 Thread Gorka Hernando
your intent filter set up ok, you should at least receive the intent. On Apr 5, 8:45 pm, Gorka Hernando g.herna...@ogmio.com wrote: Sorry, I forgot to say that after the broadcast is catched withing the onreceive I have this code: public void onReceive(Context context, Intent intent

[android-developers] SIM NFC (card emulation). SWP support?

2011-03-28 Thread Gorka Hernando
Hi, I have just get a SIM card where a MIFARE Classic 1k tag has been emulated. I put it into the Samsung GT-5230N mobile phone and I can read it with my NFC reader as a common tag. This is possible because the 5230N has full SWP (Single Wire Protocol). Moreover, I can connect to the applet

[android-developers] Re: NFC doubts. JSR 257 - 177

2011-01-24 Thread Gorka Hernando
Hi, The thing is what Andrew says. I am working with an sticker always connected to the mobile phone, so once the mobile detects the sticker and reads it, is not possible to read it again unless I remove it and stick it again (what obviously is not acceptable to me). What I want to do is somehow