<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-29240</id>
	<title>Nabble - Technical Forum</title>
	<updated>2009-09-28T10:53:32Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Technical-Forum-f29240.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Technical-Forum-f29240.html" />
	<subtitle type="html">This is the technical forum of BenQ T80.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25649888</id>
	<title>Re: sending from MIDlet, receiving in PHP on server</title>
	<published>2009-09-28T10:53:32Z</published>
	<updated>2009-09-28T10:53:32Z</updated>
	<author>
		<name>johnyjj2</name>
	</author>
	<content type="html">Thanks for your answer :-)
&lt;br&gt;&lt;br&gt;About &amp;quot;encode&amp;quot;:
&lt;br&gt;In fact I thought this function should be defined in one of the classes which were included in the example. I made my code with the use of three source codes which I found in the internet:
&lt;br&gt;1) &lt;a href=&quot;http://developers.sun.com/mobility/midp/ttips/HTTPPost/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developers.sun.com/mobility/midp/ttips/HTTPPost/&lt;/a&gt;&amp;nbsp;&amp;lt;- especially this one
&lt;br&gt;2) &lt;a href=&quot;http://www.java2s.com/Code/Java/J2ME/SampletodemonstrateHttpGETandPOSTfromMIDlet.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.java2s.com/Code/Java/J2ME/SampletodemonstrateHttpGETandPOSTfromMIDlet.htm&lt;/a&gt;&lt;br&gt;3) &lt;a href=&quot;http://www.xyzws.com/Javafaq/how-to-use-httpurlconnection-post-data-to-web-server/139&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xyzws.com/Javafaq/how-to-use-httpurlconnection-post-data-to-web-server/139&lt;/a&gt;&lt;br&gt;&lt;br&gt;About &amp;quot;multipart/form-data&amp;quot;:
&lt;br&gt;Now I understand the difference between &amp;quot;application/x-www-form-urlencoded&amp;quot; and &amp;quot;multipart/form-data&amp;quot; :-), thanks. It looks like in simple version I can use the default &amp;quot;application/x-www-form-urlencoded&amp;quot; and send string.
&lt;br&gt;I guess what I have written previously should be OK: [code]sendTextFile(&amp;quot;123456789012 234567890123 end&amp;quot;);[/code] if there would be proper encoding, changing it to value=123456789012+234567890123+end. But what should I include to support proper encoding for x-www-form-urlencoded? I guess there is no need for me to implement this encode function because it should already be implemented somewhere.
&lt;br&gt;&lt;br&gt;And about array $_POST:
&lt;br&gt;The crucial thing is that I don't have much experience with PHP :-(. I know there exists this table with all the values received by PHP on server. I guess there should be some code in PHP run on server but I don't know how to have this code to listen all the time for receiving POST messages and saving it to database or to text files in one given directory. I guess I should soon learn how to do it (I hope I would :-)).
&lt;br&gt;On the other hand I've got terrible configuration of server (I'm not admin of this server) - there are already installed PHP, Apache, IIS, KeyFocus Web Server - some of those things do the same but I guess their ports are somehow redirected on the router. At this moment I need to decide - what to choose to receive data on server. At first I thought about PHP. (But: look at my new approach below). In order to do it, I guess I need to read the whole install.txt of PHP because it doesn't work properly.
&lt;br&gt;&lt;br&gt;About new approach:
&lt;br&gt;&lt;a href=&quot;http://codetrips.blogspot.com/2007/04/http-post-from-j2me-midlet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://codetrips.blogspot.com/2007/04/http-post-from-j2me-midlet.html&lt;/a&gt;&amp;nbsp;&amp;lt;- If I've got Apache on my server (and other things mentioned above) - would it be good idea to install this Apache Tomcat JSP container?
&lt;br&gt;&lt;br&gt;Greetings :-)!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sending-from-MIDlet%2C-receiving-in-PHP-on-server-tp25616011p25649888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25639599</id>
	<title>Re: sending from MIDlet, receiving in PHP on server</title>
	<published>2009-09-27T18:44:03Z</published>
	<updated>2009-09-27T18:44:03Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">Hi johnyjj2,
&lt;br&gt;&lt;br&gt;Can I ask you in what class is defined the function &amp;quot;encode&amp;quot;? if it is defined by you, can you post the code?
&lt;br&gt;&lt;br&gt;About PHP, if you are going to send the data as a file, remember to add the &amp;quot;multipart/form-data&amp;quot; in the HTTP headers: &lt;a href=&quot;http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4&lt;/a&gt;&lt;br&gt;Other way is if you send the data as the same way that with GET, that is att1=value1&amp;att2=value2&amp;...&amp;attN=valueN, the PHP already parses it and your value will located at the array $_POST.&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sending-from-MIDlet%2C-receiving-in-PHP-on-server-tp25616011p25639599.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25616011</id>
	<title>sending from MIDlet, receiving in PHP on server</title>
	<published>2009-09-25T10:32:41Z</published>
	<updated>2009-09-25T10:32:41Z</updated>
	<author>
		<name>johnyjj2</name>
	</author>
	<content type="html">Hello :-)!
&lt;br&gt;&lt;br&gt;Summary: I'd like to send text file from MIDlet on mobile phone to PHP on server. There's problem with method encode(java.lang.String) in MIDlet. I can post code of MIDlet, if needed.
&lt;br&gt;&lt;br&gt;------- MIDlet ----------
&lt;br&gt;&lt;br&gt;I want to create MIDlet, which can send with the use of POST method and httpconnect little text file (or just string variable) to the server. The server would receive this file (or string) with the use of php.
&lt;br&gt;&lt;br&gt;Unfortunately, MIDlet doesn't compile in Wireless Toolkit 2.5.2_01 for CLDC. There is error about encode function, which changes string variable to the format allowed by httpconnection:
&lt;br&gt;&lt;br&gt;[quote]C:\Documents and Settings\MainAccount\j2mewtk\2.5.2\apps\myMidletSendData\src\myMidletSendData.java:90: cannot find symbol
&lt;br&gt;symbol : method encode(java.lang.String)
&lt;br&gt;location: class myMidletSendData
&lt;br&gt;String encodedData = encode( rawData ); // user-supplied
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^[/quote]
&lt;br&gt;&lt;br&gt;I guess it may be problem with includes. This is what I've got:
&lt;br&gt;[code]import java.io.*;
&lt;br&gt;import javax.microedition.io.*;
&lt;br&gt;import javax.microedition.lcdui.*;
&lt;br&gt;import javax.microedition.midlet.*;[/code]
&lt;br&gt;&lt;br&gt;-------- PHP ------
&lt;br&gt;&lt;br&gt;The other question is about PHP. I've got book about PHP and example how to create file php which contains form responsible for sending file from computer in web navigator to server. I also have got code responsible for receiving this file (from directory where there are stored temporarily stored files received by the server).
&lt;br&gt;&lt;br&gt;In my case it is not web browser (like IE or MF) which sends the file, but MIlet. I guess it is not big difference because in both cases files received by server are stored in temporary folder. However I don't know how to know name of variable connected with the received file. In the case of sending from web browser to server this name is used both in php responsible for sending and receiving:
&lt;br&gt;File in web browser: [code]Load this file:&amp;lt;input name=&amp;quot;usersfile&amp;quot; type=&amp;quot;file&amp;quot;&amp;gt;[/code]
&lt;br&gt;File to receive: [code]&amp;usersfile = $HTTP_POST_FILES['usersfile']['tmp_name'];[/code]
&lt;br&gt;In MIDlet: [code]HttpConnection conn = null;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String url = &amp;quot;&lt;a href=&quot;http://87.205.xx.xx/datareceiver.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://87.205.xx.xx/datareceiver.php&lt;/a&gt;&amp;quot;;[/code]
&lt;br&gt;In the case of MIDlet sending it to server, I don't know how php on server should know name of this file.
&lt;br&gt;&lt;br&gt;Greetings :-)!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sending-from-MIDlet%2C-receiving-in-PHP-on-server-tp25616011p25616011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25429655</id>
	<title>Re: How does the T80 and the microSD cell-idea</title>
	<published>2009-09-13T19:57:57Z</published>
	<updated>2009-09-13T19:57:57Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">Hello podo,
&lt;br&gt;&lt;br&gt;The microSD cards bring to the T80 the S/E and the Mifare internal tag. But, without the microSD, the T80 still can read external tags.
&lt;br&gt;&lt;br&gt;The microSD cards were built independently from the mobile. There are two extra pins than connects with the T80's NFC modem. So that, if the other mobiles also offer this kind of connection, the microSD should work for them too.
&lt;br&gt;&lt;br&gt;Best regards,&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-the-T80-and-the-microSD-cell-idea-tp25379647p25429655.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25379647</id>
	<title>How does the T80 and the microSD cell-idea</title>
	<published>2009-09-10T01:54:43Z</published>
	<updated>2009-09-10T01:54:43Z</updated>
	<author>
		<name>podo</name>
	</author>
	<content type="html">Hello, I ordered the Pro Pack with T80 and microSD cell-idea and I'm doing the first tests.
&lt;br&gt;I would ask:
&lt;br&gt;The BenQ T80 works in NFC only if you have inserted the microSD cell-idea?
&lt;br&gt;The microSD cell-idea works only with phones already in place for NFC?
&lt;br&gt;Thank you.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-the-T80-and-the-microSD-cell-idea-tp25379647p25379647.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25359326</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-09-08T23:32:29Z</published>
	<updated>2009-09-08T23:32:29Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">MIFARE_AUTHENT_A_CMD = 2;
&lt;br&gt;MIFARE_READ_CMD = 4;
&lt;br&gt;MIFARE_WRITE16_CMD = 5;
&lt;br&gt;MIFARE_WRITE4_CMD = 6; &lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp18584878p25359326.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24955657</id>
	<title>Reading MiFare SIM card</title>
	<published>2009-08-13T10:21:19Z</published>
	<updated>2009-08-13T10:21:19Z</updated>
	<author>
		<name>jmbt</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm starting developing a small application that must read data from a MiFare SIM card. I've been following the examples in the T80 Programmer's Guide, as well as the tips that appear in this forum. However, calling pconn.transceive(input), where pconn is an InternalPlainTagConnection, does not return.
&lt;br&gt;&lt;br&gt;The code is very similar to that present in pages 7 to 9 in T80 Programmer's Guide. It includes some authentication code and reading code:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[][] authent_buffer = new byte[16][7];
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // buffer containing the password for each block
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (int j = 0; j &amp;lt; 16; j++) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // index of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // block 0, 4, 8,12,...,60
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; authent_buffer[j][0] = (byte) (4 * j);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (int u = 1; u &amp;lt; 7; u++) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // default passwords
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // are 0xFFFFFFFFFFFF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;authent_buffer[j][u] = (byte) 0xFF;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int sector = 1;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // authenticate the bloc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Vector input = new Vector();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input.addElement(new Integer(0/*MIFARE_AUTHENT_A_CMD*/));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input.addElement(authent_buffer[sector]);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log(&amp;quot;.&amp;quot;); // This is the last message I can see
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Vector output = pconn.transceive(input);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log(&amp;quot;.&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int block = 0;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input = new Vector();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input.addElement(new Integer(2)/*READ_COMMAND*/);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input.addElement(new byte[]{(byte) (4 * sector + block)});
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logNewLine(&amp;quot;Try to read Block &amp;quot; + (4 * sector + block));
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // now do the reading
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Vector out = pconn.transceive(input);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logNewLine(&amp;quot;Read&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // print the ouptut of the reading
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[] x = (byte[]) out.elementAt(0);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Management of the element just read:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ....
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (ContactlessException ce) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Handle exception 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logNewLine(&amp;quot;Exception while reading data: &amp;quot; + ce.getMessage());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (IOException ioe) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logNewLine(&amp;quot;I/O Exception: &amp;quot; + ioe.getMessage());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;As you can see, I'm trying to read sector 1, block 0. 
&lt;br&gt;&lt;br&gt;There are some points I'd like to clarify:
&lt;br&gt;&lt;br&gt;- If I want to read from SIM card, must I open connector like this: pconn = (InternalPlainTagConnection) Connector.open(&amp;quot;nfc:InternalPlainTag&amp;quot;)?
&lt;br&gt;- Are values 0 and 2 correct for commands authenticate and read?
&lt;br&gt;- Is 0xFF the password for reading? I've seen in another post something about D3F7D3F7D3F7.
&lt;br&gt;&lt;br&gt;Thanks in advance.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reading-MiFare-SIM-card-tp24955657p24955657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24315471</id>
	<title>Conditionally Setting Zend_Form_Element_Submit</title>
	<published>2009-07-02T16:25:13Z</published>
	<updated>2009-07-02T16:25:13Z</updated>
	<author>
		<name>KennethS</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have been struggling with this today and thought someone might have some insights.
&lt;br&gt;&lt;br&gt;I have a form that I have built using Zend_Form. &amp;nbsp;The form can be used to add or edit a record but I need to change the label of the Zend_Form_Element_Submit button depending on which of the two it is. &amp;nbsp;So either &amp;quot;Add Record&amp;quot; or &amp;quot;Edit Record&amp;quot;. &amp;nbsp;I have tried setting passing a variable to the form but I get a warning that I can't overload the form. &amp;nbsp;I have also tried setting a variable in the parent view and then referencing it from the form but that didn't work.
&lt;br&gt;&lt;br&gt;I am sure the answer to this is easy but for some reason the routes I have tried are not working.
&lt;br&gt;&lt;br&gt;Any suggesting?
&lt;br&gt;&lt;br&gt;In the form I was hoping to do the following
&lt;br&gt;&lt;br&gt;// form code
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;if ($actionName = &amp;quot;add&amp;quot;) {
&lt;br&gt;&amp;nbsp; $submitLabel = &amp;quot;Add Record&amp;quot;;
&lt;br&gt;} else {
&lt;br&gt;&amp;nbsp; $submitLabel = &amp;quot;Edit Record&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;$submit = new Zend_Form_Element_Submit('submit');
&lt;br&gt;$submit-&amp;gt;setAttrib('id', 'submitbutton')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;setLabel($submitLabel);
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for the help,
&lt;br&gt;&lt;br&gt;Kenneth</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Conditionally-Setting-Zend_Form_Element_Submit-tp24315471p24315471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24074267</id>
	<title>value-driven solutions</title>
	<published>2009-06-17T06:58:32Z</published>
	<updated>2009-06-17T06:58:32Z</updated>
	<author>
		<name>petersphilips</name>
	</author>
	<content type="html">Our dynamic and highly effective Off-Shore / On-Shore business model enables us to deliver &lt;a href=&quot;http://integrous.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;value-driven solutions&lt;/a&gt;&amp;nbsp;to our clients.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/value-driven-solutions-tp24074267p24074267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24033389</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-06-15T05:00:24Z</published>
	<updated>2009-06-15T05:00:24Z</updated>
	<author>
		<name>negrek</name>
	</author>
	<content type="html">Hi again,
&lt;br&gt;&lt;br&gt;after all the tests it seems that if we do not sign the midle with a verisign certificate, it will not work
&lt;br&gt;&lt;br&gt;so could you please ask ben q for either a &amp;quot;developer certificate&amp;quot; or a firmware version when the user could give (or not) permisissions
&lt;br&gt;&lt;br&gt;thank you in advance</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p24033389.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24032221</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-06-15T03:56:56Z</published>
	<updated>2009-06-15T03:56:56Z</updated>
	<author>
		<name>negrek</name>
	</author>
	<content type="html">Hi, still the same excepcion when we try the conector.open :(</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p24032221.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24027957</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-06-14T19:25:57Z</published>
	<updated>2009-06-14T19:25:57Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">From my own research, and also checking the documentation, did you set up the NFCRequestEnabled to true? did you stop the external scan as well?&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p24027957.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23989248</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-06-11T14:22:47Z</published>
	<updated>2009-06-11T14:22:47Z</updated>
	<author>
		<name>negrek</name>
	</author>
	<content type="html">I have just done it, and unfortunately it does not work :( I am really in a hurry. we are developing a prototype for a big Spanish Mobile Operator, and this could be a great opportunity for Ben &amp;nbsp;Q, Toro, etc... thank you for your support!!
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p23989248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23978472</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-06-11T03:00:04Z</published>
	<updated>2009-06-11T03:00:04Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;No news from BenQ about that issue. 
&lt;br&gt;&lt;br&gt;I want to ask: did you try to add &amp;quot;javax.microedition.io.Connector.nfc&amp;quot; to the JAD attribute &amp;quot;MIDlet-Permissions&amp;quot;??
&lt;br&gt;&lt;br&gt;Jose&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p23978472.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23930498</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-06-08T12:24:19Z</published>
	<updated>2009-06-08T12:24:19Z</updated>
	<author>
		<name>negrek</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;were you able to solve the error &amp;quot;javax.microedition.io.Connector.nfc was denied&amp;quot;???
&lt;br&gt;&lt;br&gt;thank you in advance</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p23930498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23401265</id>
	<title>Ru looking for software job ????  We can help!</title>
	<published>2009-05-06T00:15:02Z</published>
	<updated>2009-05-06T00:15:02Z</updated>
	<author>
		<name>shawnsmith124</name>
	</author>
	<content type="html">If you are graduate, passed out of university and not sure how to find a software job? Stop looking around and contact us. We SanRadiance Technologies a s /w company from &amp;nbsp;Blore, India . We train people on different technologies &amp;nbsp;including Software Testing , Test automation tools, SAP , .Net &amp;nbsp;C sharp, Java, C++, Perl scripting, VMware , Storage Area Network , Backup &amp;nbsp;software. &amp;nbsp; Name any technology u want upgrade urself, we will provide u training and assist you to acquire skills necessary to work in Software Industries. Our Job is not over once we train you, we will make sure that you are capable of working in industry and attend the interview. &amp;nbsp;
&lt;br&gt;&lt;br&gt;We know that training is expensive in Australia, we offer you competitive price and all the people who train you have atleast 7-8 years of industry experience. 
&lt;br&gt;&lt;br&gt;--we train in technology you are interested in.
&lt;br&gt;&lt;br&gt;--we provide career guidance and advice you to take up right direction, if you unaware and confused.
&lt;br&gt;&lt;br&gt;--we will help you build your resume.
&lt;br&gt;&lt;br&gt;--we will guide you with interview questions.
&lt;br&gt;&lt;br&gt;&amp;nbsp;--we take mock interviews.
&lt;br&gt;&lt;br&gt;-- If you need anything else please let us know, we SanRadiance are here to help you achieve your goal.
&lt;br&gt;&lt;br&gt;--we are here to listen to your problem and help you gain confidence and knowledge to work in Industry.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;SanRadiance Technologies
&lt;br&gt;&lt;br&gt;Email:info@sanradiance.com
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ru-looking-for-software-job-------We-can-help%21-tp23401265p23401265.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23175869</id>
	<title>store key A and key B with Access bits in  Sector Trailer Block</title>
	<published>2009-04-22T14:10:21Z</published>
	<updated>2009-04-22T14:10:21Z</updated>
	<author>
		<name>legauss</name>
	</author>
	<content type="html">hello , 
&lt;br&gt;I have a mifare card and I can write and read in this card with defauts keys() , but I want to store keys A and B with the Access bits in the sector trailer bits , and I am enable to find the way that let me to do this .
&lt;br&gt;Can anybody help me , I am blocked since 1 month and I have to find a solution for my project .
&lt;br&gt;Please help me.
&lt;br&gt;&lt;br&gt;&lt;br&gt;This is my code 
&lt;br&gt;import java.nio.ByteBuffer;
&lt;br&gt;import java.util.List;
&lt;br&gt;import javax.smartcardio.Card;
&lt;br&gt;import javax.smartcardio.CardChannel;
&lt;br&gt;import javax.smartcardio.CardException;
&lt;br&gt;import javax.smartcardio.CardTerminal;
&lt;br&gt;import javax.smartcardio.TerminalFactory;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* @
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;public class Read {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Read() {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CardTerminal terminal = null;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // show the list of available terminals
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TerminalFactory factory = TerminalFactory.getDefault();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List&amp;lt;CardTerminal&amp;gt; terminals = factory.terminals().list();
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String readerName = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; terminals.size(); i++) {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; readerName = terminals.get(i).toString().substring(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; terminals.get(i).toString().length() - 2);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (readerName.equalsIgnoreCase(&amp;quot;01&amp;quot;)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; terminal = terminals.get(i);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Establish a connection with the card
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;Waiting for a card..&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; terminal.waitForCardPresent(0);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Card card = terminal.connect(&amp;quot;T=0&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CardChannel channel = card.getBasicChannel();
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Start with something simple, read UID, kinda like Hello World!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[] baReadUID = new byte[5];
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; baReadUID = new byte[]{(byte) 0xFF, (byte) 0xCA, (byte) 0x00, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(byte) 0x00, (byte) 0x00};
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;UID: &amp;quot; + send(baReadUID, channel));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // If successfull, the output will end with 9000
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // OK, now, the real work
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Get Serial Number
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Load key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[] baLoadKey = new byte[12];
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; baLoadKey = new byte[]{(byte) 0xFF, (byte) 0x82, (byte) 0x20,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0x1A, (byte) 0x06, (byte) 0xFF,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0xFF, (byte) 0xFF, (byte) 0xFF,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0xFF, (byte) 0xFF};
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;LOAD KEY: &amp;quot; + send(baLoadKey, channel));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // If successfull, will output 9000
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Authenticate
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[] baAuth = new byte[7];
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; baAuth = new byte[]{(byte) 0xFF, (byte) 0x88, (byte) 0x00, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0x09, (byte) 0x60, (byte) 0x00};
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;AUTHENTICATE: &amp;quot; + send(baAuth, channel));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // If successfull, will output 9000
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Write Serial
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;byte[] baWrite=new byte[] {(byte) 0xFF,(byte) 0xD6,(byte) 0x00,(byte)0x09, (byte)0x10, &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0xbd,(byte) 0xde, (byte) 0x6f, (byte) 0x37,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0x83, (byte) 0x83,(byte)0x00,(byte)0x00,(byte)0x00,(byte)0x01,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0x14,(byte) 0x8a, (byte) 0xc5, (byte) 0xe2,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0x28, (byte) 0x28};
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;AUTHENTICATE: &amp;quot; + send(baWrite, channel));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Read Serial
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[] baRead = new byte[6];
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; baRead = new byte[]{(byte) 0xFF, (byte) 0xB0, (byte) 0x00, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (byte) 0x09, (byte) 0x10};
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;READ: &amp;quot; + send(baRead, channel));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // If successfull, the output will end with 9000
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (Exception ex) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ex.printStackTrace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String send(byte[] cmd, CardChannel channel) {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String res = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[] baResp = new byte[258];
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ByteBuffer bufCmd = ByteBuffer.wrap(cmd);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ByteBuffer bufResp = ByteBuffer.wrap(baResp);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // output = The length of the received response APDU
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int output = 0;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; output = channel.transmit(bufCmd, bufResp);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (CardException ex) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ex.printStackTrace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; output; i++) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; res += String.format(&amp;quot;%02X&amp;quot;, baResp[i]);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // The result is formatted as a hexadecimal integer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return res;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; public static void main(String[] args) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; new Read();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/store-key-A-and-key-B-with-Access-bits-in--Sector-Trailer-Block-tp23175869p23175869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23056997</id>
	<title>BenQ T80 - Language Problem - other WinOS Rom?</title>
	<published>2009-04-15T04:16:09Z</published>
	<updated>2009-04-15T04:16:09Z</updated>
	<author>
		<name>EmGu</name>
	</author>
	<content type="html">hi everybody,
&lt;br&gt;&lt;br&gt;we ordered 1 piece of the t80 mobile phone with 5 sd-cards.
&lt;br&gt;after unpacking the device we recognized that the system language is taiwan or something like that.
&lt;br&gt;is there any possibility for us to change the language? is a english winmobile os existing for this device?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;emre</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BenQ-T80---Language-Problem---other-WinOS-Rom--tp23056997p23056997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22842401</id>
	<title>Advice needed for developer package for NFC / T80</title>
	<published>2009-04-02T00:29:58Z</published>
	<updated>2009-04-02T00:29:58Z</updated>
	<author>
		<name>david.montejo</name>
	</author>
	<content type="html">Hello:
&lt;br&gt;&lt;br&gt;We’re an IT business &amp;nbsp;interested in doing some proof-of-concept work with NFC-integrated mobile phones and Cryptographic MicroSD cards. T80 phone looks very promising, and we’d like to ask a couple of questions about it:
&lt;br&gt;&lt;br&gt;1) &amp;nbsp; &amp;nbsp; &amp;nbsp; In your commercial offers, you talk about “secure microSD cards” included in the T80 mobile packages. What kind of microSD cards are those? We’re particularly interested in knowing if they have cryptographic features (digital certificate storage, signature and verification of data).
&lt;br&gt;&lt;br&gt;2) &amp;nbsp; &amp;nbsp; &amp;nbsp; As a developer, I’d like to interact with the NFC, do I need the “Pack Pro” package (includes doc + libraries) or would I be able to do so with the “Pack Mini” offer?
&lt;br&gt;&lt;br&gt;3) &amp;nbsp; &amp;nbsp; &amp;nbsp; Does the NFC interface reside in the provided microSD cards? If they don’t have cryptographic features, we’d like to use some crypto microSD of our own with the T80, provided we can interact with our own crypto microSD’s and the NFC interface at the same time. This wouldn’t be a problem if your own cards have cryptographic features, of course.
&lt;br&gt;&lt;br&gt;4) &amp;nbsp; &amp;nbsp; &amp;nbsp; What is the estimated delivery time to Europe?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Advice-needed-for-developer-package-for-NFC---T80-tp22842401p22842401.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22332383</id>
	<title>Problem Connecting with Device via SPP with fixed baud rate</title>
	<published>2009-03-04T07:32:24Z</published>
	<updated>2009-03-04T07:32:24Z</updated>
	<author>
		<name>Brianswleung</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I am writing a Java program on my Nokia 6300 cell phone to get access to data
&lt;br&gt;stored inside a device via bluetooth serial port profile. The device is acting as a slave
&lt;br&gt;in the communication process with fixed serial port settings of 9600,N,8,1. 
&lt;br&gt;&lt;br&gt;Normally, the device should reply after receiving a command sent to it but on my cell phone,
&lt;br&gt;I have to send the same command many times in order to get a single reply from the device.
&lt;br&gt;&lt;br&gt;I am wondering if the device is trying to tune the baud rate setting so that it can correctly 
&lt;br&gt;decode data bits sent from my cell phone. Does anyone know how to solve this problem? Or is there
&lt;br&gt;any procedures that my program can make to make my cell phone sending data with the same settings
&lt;br&gt;of the device?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Brian
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Connecting-with-Device-via-SPP-with-fixed-baud-rate-tp22332383p22332383.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21812678</id>
	<title>BenQ T80 Certificate problem.</title>
	<published>2009-02-03T07:54:54Z</published>
	<updated>2009-02-03T07:54:54Z</updated>
	<author>
		<name>xmardaras</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have a problem with my recently bought T80. 
&lt;br&gt;I'm trying to develop applications with Visual Studio 2005/2008 but I'm getting an error when I try to debug or deploy them from the Visual Studio.
&lt;br&gt;The error that I'm receiving is the next one: 
&lt;br&gt;&amp;quot;Error 1 :The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings for connecting to this device. Device Connectivity Component&amp;quot;.
&lt;br&gt;It seems to be a certificate problem, so how can I get the certificate or dissable the security of my device in order to be able to deploy or debug my applications?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Xabier.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BenQ-T80-Certificate-problem.-tp21812678p21812678.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21701265</id>
	<title>Training &amp; jobs</title>
	<published>2009-01-27T23:44:48Z</published>
	<updated>2009-01-27T23:44:48Z</updated>
	<author>
		<name>KiranUS</name>
	</author>
	<content type="html">“Join us to make future”
&lt;br&gt;FOR OPT/F-1 STUDENTS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FREE TRAINING 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FOOD ACCOMODATION 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; H1B PROCESSING 
&lt;br&gt;FOR L1/ L2/ H1/ H4/ EAD/ GC 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EXCELLENT OPPRTUNITIES 
&lt;br&gt;&amp;nbsp;	TRAINING 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PLACEMENT 
&lt;br&gt;Highly Competitive offers for New H1b Transfers
&lt;br&gt;&lt;br&gt;About Us:
&lt;br&gt;V2 technology inc is serving NJ since 2005, for us our employees are 
&lt;br&gt;of utmost importance. Our highly skilled and dedicated instructors 
&lt;br&gt;train you explicitly in market-related technologies for today and 
&lt;br&gt;tomorrow. We will work with you in developing marketing strategies 
&lt;br&gt;and finding the assignments of your choice.
&lt;br&gt;We not only help you get a job but we build your long lasting 
&lt;br&gt;careers!!! 
&lt;br&gt;What are we Looking for:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Excellent communication skills. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Valid F1/ OPT/ CPT/ H1/ H4/ L1 or valid work status &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;(EAD, GC). 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Bachelors’ degree in CS/ IT or previous IT experience. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Preferably (not mandatory) Master's Degree in Computers/ 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Electronics or previous IT experience. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Willing to relocate anywhere in USA.
&lt;br&gt;&lt;br&gt;What’s The Deal: 
&lt;br&gt;&amp;nbsp; &amp;nbsp;H1-B sponsorship to F1/ OPT/ H4/ L1/ L2/ E3/ EAD 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Transfer of H1 &amp; L1 visas. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Green Card sponsorship through PERM 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Job focused professional training in 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Java/ J2EE 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .NET 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Documentum 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Share point 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Oracle 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Data Modeling 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Relocation assistance- airfare, hotel accommodation, car rental 
&lt;br&gt;&amp;nbsp; &amp;nbsp;etc 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Guarantee lowest bench period. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Employee referral program. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Effective Resume writing help, Marketing and Placement. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Technical mock interviews. Preparation of In Person Interviews 
&lt;br&gt;&lt;br&gt;100% Guaranteed placement 
&lt;br&gt;Get in Touch:
&lt;br&gt;write mail at jobs@v2techinc.com
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Training---jobs-tp21701265p21701265.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21474054</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-01-15T01:23:28Z</published>
	<updated>2009-01-15T01:23:28Z</updated>
	<author>
		<name>Joris.Suilen</name>
	</author>
	<content type="html">I also am using the SUN wireless toolkit to compile. Is there a workaround to not sign the midlet while beiing able to make use of the io.Connector funcitons ?
&lt;br&gt;&lt;br&gt;- Joris</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p21474054.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21473797</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-15T01:04:55Z</published>
	<updated>2009-01-15T01:04:55Z</updated>
	<author>
		<name>noscon</name>
	</author>
	<content type="html">Thanks jose...</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21473797.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21473785</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-01-15T01:04:22Z</published>
	<updated>2009-01-15T01:04:22Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">Hi Joris,
&lt;br&gt;&lt;br&gt;Yes, that SecurityException is because your MIDlet must be signed. Permits also goes in the JAD file. What is the compiler that are you using for J2ME? I am using the Sun Wireless Toolkit.
&lt;br&gt;&lt;br&gt;Greetings,&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p21473785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21473464</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-15T00:42:11Z</published>
	<updated>2009-01-15T00:42:11Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">So if you have not been able to access to the secure element inside of the mobile through the contactless card reader, we should need to check the unit to replace it or repair it. Let me check with the responsible this issue and we are going to put in contact with you to watch the best way to solve it.
&lt;br&gt;&lt;br&gt;Sorry for the inconvenience,&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21473464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21473128</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-01-15T00:12:45Z</published>
	<updated>2009-01-15T00:12:45Z</updated>
	<author>
		<name>Joris.Suilen</name>
	</author>
	<content type="html">I tried both.. The error I receive is: 
&lt;br&gt;&lt;br&gt;java.lang.SecurityException: javax.microedition.io.Connector.nfc was denied
&lt;br&gt;&lt;br&gt;How can I give permission to the midlet to use io.Connector.nfc?
&lt;br&gt;I am using WTK with the modified DefaultColorPhone to compile.
&lt;br&gt;&lt;br&gt;Do I need the midlet to be signed to be able to give permissions?
&lt;br&gt;&lt;br&gt;- Joris</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p21473128.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21472593</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-14T23:22:32Z</published>
	<updated>2009-01-14T23:22:32Z</updated>
	<author>
		<name>noscon</name>
	</author>
	<content type="html">Jose
&lt;br&gt;&lt;br&gt;I tested with Inside contactless card reader with a SD card inside. Nothing happens.
&lt;br&gt;&lt;br&gt;I'm using their Accesso reader which can only reads ISO14443a/b, 15693 and sony protocols.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21472593.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21472401</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-14T22:59:03Z</published>
	<updated>2009-01-14T22:59:03Z</updated>
	<author>
		<name>noscon</name>
	</author>
	<content type="html">Hi Jose
&lt;br&gt;&lt;br&gt;Thanks for your untiring efforts in answering me. Most of the tags I got are of iso14443-a std. What are stds that works with T80?
&lt;br&gt;&lt;br&gt;The tags I have got and tested with T80 so far are:
&lt;br&gt;1) IC: NXP MiFare Ultra Light
&lt;br&gt;Standard: ISO14443-A
&lt;br&gt;&lt;br&gt;2) IC: NXP MiFare Standard 1K
&lt;br&gt;Standard: ISO14443-a
&lt;br&gt;&lt;br&gt;3)IC: Philips MiFare Ultra Light
&lt;br&gt;Std: ISO14443-a
&lt;br&gt;&lt;br&gt;4) Std: ISO15693</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21472401.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21470870</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-14T19:57:12Z</published>
	<updated>2009-01-14T19:57:12Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">Hi noscon,
&lt;br&gt;&lt;br&gt;We have tested Ultra Light, 1k and 4K, and all them works with the T80s we have at office. 
&lt;br&gt;&lt;br&gt;One question more, to check if the antenna works: if you plug the Cell-Idea's microSD in the mobile, and you put the mobile over a contactless card reader, is it able to read the secure element?
&lt;br&gt;&lt;br&gt;Greetings,&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21470870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21470801</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-14T19:47:54Z</published>
	<updated>2009-01-14T19:47:54Z</updated>
	<author>
		<name>noscon</name>
	</author>
	<content type="html">Hi Jose
&lt;br&gt;&lt;br&gt;Thanks for your untiring efforts in answering me. Most of the tags I got are of iso14443-a std. What are stds that works with T80?
&lt;br&gt;&lt;br&gt;The tags I have got and tested with T80 so far are:
&lt;br&gt;1) IC: NXP MiFare Ultra Light
&lt;br&gt;Standard: ISO14443-A
&lt;br&gt;&lt;br&gt;2) IC: NXP MiFare Standard 1K
&lt;br&gt;Standard: ISO14443-a
&lt;br&gt;&lt;br&gt;3)IC: Philips MiFare Ultra Light
&lt;br&gt;Std: ISO14443-a
&lt;br&gt;&lt;br&gt;4) Std: ISO15693</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21470801.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21470603</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-14T19:24:33Z</published>
	<updated>2009-01-14T19:24:33Z</updated>
	<author>
		<name>noscon</name>
	</author>
	<content type="html">Hi Jose
&lt;br&gt;&lt;br&gt;Thanks for your untiring efforts in answering me. Most of the tags I got are of iso14443-a std. What are stds that works with T80?
&lt;br&gt;&lt;br&gt;The tags I have got and tested with T80 so far are:
&lt;br&gt;1) IC: NXP MiFare Ultra Light
&lt;br&gt;Standard: ISO14443-A
&lt;br&gt;&lt;br&gt;2) IC: NXP MiFare Standard 1K
&lt;br&gt;Standard: ISO14443-a
&lt;br&gt;&lt;br&gt;3)IC: Philips MiFare Ultra Light
&lt;br&gt;Std: ISO14443-a
&lt;br&gt;&lt;br&gt;4) Std: ISO15693</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21470603.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21470429</id>
	<title>Re: T80 don't seem to respond to any tag</title>
	<published>2009-01-14T19:14:18Z</published>
	<updated>2009-01-14T19:14:18Z</updated>
	<author>
		<name>noscon</name>
	</author>
	<content type="html">Hi Jose
&lt;br&gt;&lt;br&gt;Thanks for your untiring efforts in answering me. Most of the tags I got are of iso14443-a std. What are stds that works with T80?
&lt;br&gt;&lt;br&gt;The tags I have got and tested with T80 so far are:
&lt;br&gt;1) IC: NXP MiFare Ultra Light
&lt;br&gt;Standard: ISO14443-A
&lt;br&gt;&lt;br&gt;2) IC: NXP MiFare Standard 1K
&lt;br&gt;Standard: ISO14443-a
&lt;br&gt;&lt;br&gt;3)IC: Philips MiFare Ultra Light
&lt;br&gt;Std: ISO14443-a
&lt;br&gt;&lt;br&gt;4) Std: ISO15693</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/T80-don%27t-seem-to-respond-to-any-tag-tp21431107p21470429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21469268</id>
	<title>Re: InternalPlainTagConnection</title>
	<published>2009-01-14T17:25:25Z</published>
	<updated>2009-01-14T17:25:25Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">Hi Joris, 
&lt;br&gt;&lt;br&gt;This is an strange problem. Reviewing the standard JSR257, there is not InternalPlainTagConnection class, maybe you should use the class PlainTagConnection. After of all, it will be the same, that InternalPlainTagConnection will implement PlainTagConnection interface. Can you test if it works now?
&lt;br&gt;&lt;br&gt;Best regards,&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p21469268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21469233</id>
	<title>InternalPlainTagConnection</title>
	<published>2009-01-14T17:22:49Z</published>
	<updated>2009-01-14T17:22:49Z</updated>
	<author>
		<name>josergc</name>
	</author>
	<content type="html">Hi everybody,
&lt;br&gt;&lt;br&gt;I have received an email asking this question:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi Josergc,
&lt;br&gt;&lt;br&gt;I'm trying to read the internal tag, but when I implement the function &amp;quot;pconn = (InternalPlainTagConnection)Connector.open(&amp;quot;nfc:InternalPlainTag&amp;quot;);&amp;quot; in the midlet, the midlet won't execute on the t80...
&lt;br&gt;&lt;br&gt;I don't get any errors; I don't even call the function directly at startup of the midlet.
&lt;br&gt;Could this be due to the signing of the midlet (which I didn't)? If so: is there a way to read the Internal Tag without signing or is there a public key that can be used? (without registering on VeriSign) 
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;Joris Suilen&lt;div class=&quot;signature&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/u991073/Chief%2BSoftware%2BArchitect%2B-%2Bsmalljose.jpg&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/InternalPlainTagConnection-tp21469233p21469233.html" />
</entry>

</feed>
