Hi everybody
The BenQ NFC T80 is available for sale at the following address:
www.cell-idea.com.
It is a W6 OS with a SE on a microSD.
Regards
Type: Posts; User: gregorytaiwan; Keyword(s):
Hi everybody
The BenQ NFC T80 is available for sale at the following address:
www.cell-idea.com.
It is a W6 OS with a SE on a microSD.
Regards
Hello,
Since few days, I got a computer with Ubuntu and I am trying to install the Nokia 6131 NFC SDK 1.1 in it using Wine but I have not got it yet. I have already installed Java 5 and the WTK...
Are you compiling for the profile MIDP 2.1? maybe your mobile only supports the MIDP 2.0, or even the 1.0 ;)
Customize it and try again :)
In the real device, the platformRequest(url) method works fine :) Of course, after called it you must to close your application if this returns TRUE or you will not be able to see the web browser.
did you try something like this?
FileConnection f = null;
OutputStream os = null;
try {
f = (FileConnection)Connector.open("file:///C:/myfile",Connector.WRITE);
if (!f.exists())...
Hola,
Yo sólo puedo hablarte de mi experiencia con un 6131 usando Bluetooth y que también me ha pasado más o menos lo mismo.
Al final, trato de que al enviar cierta cantidad de datos, siempre...
@cde: Yes, you must to register the application with DiscoveryManager when you are using the NFC capabilities.
Inmediately you have installed the application in the mobile, the device will not...
For the APDU system, I use this address
http://www.ttfn.net/techno/smartcards/iso7816_4.html
But what commands I use, this depends about the target application. I have got to make my own...
Hello,
I am having problems when I am using the 3D graphics of the Nokia 6131 and 6131 NFC.
When I am loading a image from a PNG or a GIF with Image.createImage("/myFile.png") and I put it...
Yes, you are right :( if I install the MIDlet in the real device, this says that MIDlet is not valid, but nothing happens in the Emulator. Could anybody confirm if it is because the MIDlet needs to...
SimpleNDEFRecord example creates an UNKNOWN type record when a target is present and writes contacts, and reads only UNKNOWN type records.
Ticketing example creates ISO14443 connections with the...
cde, what kind of listener are you using? NDEFRecordListener or TargetListener? did you registered your MIDlet in the DiscoveryManager?
When you are using the emulator and using the "Trusted 3rd party" mode, it works. Not only for files, even for the Push-registry "ndef:rtd?name=urn:nfc:wkt:Sp".
I have the same problem, and these names of the folders could confuse to the user who will guess if this is a problem of our midlet.
mariosas, have you signed your midlet?
Hi,
How are you trying to detect the Tag? using a 'TargetListener' or a 'NDEFRecordListener'? did you configure the Push-Registry?
Yo estaba probando con el Eclipse 3.3.0, tal vez no funcione con versiones nuevas igual que si mal no recuerdo tampoco quería instalarse con el JDK6.0. Volveré a instalar todo por si acaso.
Hello,
I am trying to make run some samples of applications which inherit from 'javacard.framework.Applet' in the emulator of the Nokia 6131 NFC SDK 1.0 creating a new External SecureCard and...
Yo también he tenido un problema parecido y he acabado haciéndolo con el Wireless Toolkit de toda la vida. ¿Te funciona el emulador desde ahí? ¿Te funciona el emulador si ejecutas el .JAD...
I have the same problem but with the Nokia 6131 NFC, but there is not problem with the emulator.
Even the PDAPDemo does not work in the real device!
Only allows me to open the file system in...
Hello,
Do you know if the 6131 NFC can communicate with smartcards which has some applications which implement web servers for using HTTP protocol instead APDU commands for communicate the Java...
And that is I am trying to do: I want to turn on the Bluetooth in that Nokia emulator.
Hello everybody,
I am developing an application for the Nokia 6131 NFC using the Sun Java Wireless Toolkit 2.5 and the Nokia Connectivity Framework. This application use bluetooth.
When I start...