Hi Asif,

SMART_POSTER_URL_NO_TEXT is equivalent to a NdefRecord.TNF_WELL_KNOWN and
NdefRecord.RTD_URI record.
i create a generic method to create these record.
after you retrieve the NdefRecord, you could get the bytes via
NdefRecord.toByteArray().
the code is here,
http://freakcodes.blogspot.com/2011/05/ndefrecordgeneratorjava.html

i have other related code here,
http://freakcodes.blogspot.com/search/label/nfc
the full project code is also available here,
http://www.comp.nus.edu.sg/~jiesheng/dl/android/whollyNFC.zip

Jie Sheng

-- 
Jie Sheng, Chua
(+65) 97520245
[email protected]

The contents of this email are confidential to the intended recipient and
may not be disclosed. Although it is believed that this email and any
attachments are virus free, it is the responsibility of the recipient to
confirm this.

On Jan 31, 6:07 pm, muasif80 <[email protected]> wrote:
> I would like to ask one thing about NFC demo available in gingerbread.
> There are three mocked nfc tags available in this demo. Now can anyone
> tell me how can I create one more mocked tag.
>
> For example we have
>
> /**
>      * A Smart Poster containing a URL and no text.
>      */
>     public static final byte[] SMART_POSTER_URL_NO_TEXT =
>         new byte[] {(byte) 0xd1, (byte) 0x02, (byte) 0x0f, (byte)
> 0x53, (byte) 0x70, (byte) 0xd1,
>             (byte) 0x01, (byte) 0x0b, (byte) 0x55, (byte) 0x01, (byte)
> 0x67, (byte) 0x6f,
>             (byte) 0x6f, (byte) 0x67, (byte) 0x6c, (byte) 0x65, (byte)
> 0x2e, (byte) 0x63,
>             (byte) 0x6f, (byte) 0x6d};
>
> Inside MockNdefMessages.java
>
> Now this data is actually thehttp://www.google.com/
> Now I want to havehttp://www.wikipedia.com/in my
> SMART_POSTER_URL_NO_TEXT data member. How can I get the bytes for it
> any idea.
>
> Also I have seen that the people at Gibraltar Software Factory have
> successfully used the NFC feature of gingerbread to write NFC tags.
> Here is the urlhttp://gibraltarsf.com/blog/?p=13but they did not
> provide complete code, if someone can see there demo and build
> complete code for that demo and share then it will be pleasure for me.
>
> Regards,
> Asif

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to