Recent update: 2008-5-9
Hi guys,I have a strange problem, the source codes given in the samples of the JavaCardDevelpmentKit works absolutely fine... however, once transported to a source folder OUT of the native installtion folder(c:\jsmarcardkit2_1_3, say)...to (c:\temp) and the same jcwde and apdutool commands ...
I am making an Applet Proxy with open card framework for a java card application , but I donn`t understand so much ;could you show me an example how do it?in open card properties do I have to use like cardservice this AppletProxy?. thanks.
Cigerettes online - Cheapest Prices! Click Here! http://www.cigarrettes-online.com/Cigerettes - buy cheap Cigerettes online! buy Cigerettes - All Cigerettes - buy cheap Cigerettes ! The Highest Quality Cigerettes online! Cheap Cigerettes . The lowest prices! Free consultations! Buy it now ...
BUY Red & White Cigarettes ONLINE - Cheapest Prices! Click Here! http://www.cigarettes--online.com/Red&White.htmlCheap Red & White Cigarettes - buy cheap Red & White Cigarettes! buy Red & White Cigarettes online - All Red & White Cigarettes online - buy cheap Red & White ...
An Abysmal Experience with BI PublisherThis article summarizes my experience with Oracles Business Intelligence Publisher, Release 10.1.3.2. If you have no time for the whole article maybe youve started working with BI Publisher yourself then Ill tell you right off the bat, my experience with BI ...
All in the title. Thanks,Pierre.
Hiiii ,I am unable to delete a specific applet on a java card... it says 6985 Conditions of use not satisfiedCan anyone please help me!!!!!!!!!
501 byte By
eve-za at 2007-11-14
I have already written java card applet, that successfully works on JCOP 31 card.The main problem is, that am loading it through the JCOP shell, but i would like to write to off card applications: one for the applet uploading on card and it's instantiation, ant the other - for the working with ...
Which package to use for getting image transformation functionalities like Brightness and Contrast?Description:Currently I am using 揝un Java?Wireless Toolkit 2.5 for CLDC, Beta 2 ?toolkit for developing J2ME applications. I need to add effects like Brightness and Contrast to an image(JPEG ,PNG, ...
I am looking for a way to read and write from/to a smart card with a browser(prefferably mozilla).Is there a way to do that?I mean, can mozilla communicate directly with a smart card?The only solution is with a java applet?The problem:The only thing that I want to read and write from/to the ...
I've got a requirement to implement a video codec from Symbian C++ in J2ME.Ideally I'd like to just write the codec and hook it into the MMAPI media player (javax.microedition.media) but this looks doubtful from the specs.I really don't want to be rendering the frames myself, but if I have ...
The issue of http connection over wifi has been raised so many times and most guys comment that once there is a wifi connection the midlet is unaware of what kind of connection it is using. . I did try to make an http connection from a midlet to a web server to access a text file, that works ...
i wanna write a code for my mobile phone which connects to internet and show me the contents of url. i wrote this code. when i compiled with emulator of t630 mobile phone it's working. but when i tried to send jar and jad file to mobile phone via bluetooth there is a error. it says to me ...
hi! I'm using a socket connection in my j2me application and i need to know the sequence number of every tcp packet that i receive, can i do that?I was searching and i didn't find anything... thanks!
Guy,i'm working with Secure Channel Protocol '02' and the JCOP shell. I have no problem to open the secure channel by doing the "init-update" & "ext-auth", and to send encrypted data to the card.I use the default Security Domain of the simulator for both loading the applet, and process ...
Hi All,I have installed WSAD 5.1 and WSDD 5.7 ..... i have copied the WSDD plugins to WSAD ...... am not able to create an ExtensionService Project ... when i select JCL Foundation as the Platform Profile i get an error : JCL Foundation is not installed ..... should we explicitly install JCL ...
I understand an Xlet's startXlet method should return rather quickly. If startXlet doesn't spawn any threads does the xlet die and get gargage collected or is there some implicit thread that gets started on it behave that keeps it around ? If I have a non-graphical xlet that just registers ...
I am a middleware developer implementing resource management. I like to follow the policy in which an application with higher priority will be allocated the scarce resource. As per my understanding of Davic APIs, an application requesting a scarce resource and implementing the ResourceClient ...
Hi all,I'm looking for information about smartcard in MHP 1.0.x, but all I find refers to OCF and SATSA that are implemented on MHP 1.1.1 and 1.1.2. Is it possible to read and write a smartcard in MHP 1.0.x?What API's do I have to use?What hardware do I have to ...
Hello, I have got a Java Card from the Book, 'Smart Card Application Development Using Java'. But when I run a java program which was an simple example given inside the book, a dialog was displayed and prompted me to enter 'CHV 1'. I enter the password "password" as describe in the book but ...
92 byte By
APDUa at 2007-9-25
Hi all , Does anybody have a list of mobile phones that support MT_CALL EVENT?
Hi,I have problem in running the network demo inthe java WTK. When i launch the application it says Waiting for Connection and teh application hangs up.I'm quite new to this JWTK. Please help me outThanks,Gayathri
Sir I am fiding this Java Card term in so many areas. I don't know what is. It will be very thank ful if any body can clear my doubt.
819 byte By
F_cka at 2007-9-24
I am a freshbird of J2ME and i am very confused these days.I beg you can look this topic thoughout.I used to configurate a Java Project File about SIP&VOIP successfully,and I can run it well on my PC .Now I want to migrate the project to a Mobile OS,and problems comes.I have installed the ...
First question:I know the AIT includes priority for each application.But I find nothing about priority description in XAIT, may be I made a mistake about XAIT's structure.Second question:OCAP(10.2.2.5) define the priority range from 1 to 255. Where we can use this value, only in ...
Hello, In my project I have to read data stored on a smart card through smart card reader. How can I do this in Java.Please reply as soon as possibleThanks in advance.Bye
Is it possible to connect to a web Service(JAX-RPC) with a middlet?
Hi,I am new to Java Card. I have got on ok writing SIM Toolkit Apps, but I can't seem to build any CAP files, not even the sample classes supplied. I get error:Exception in thread "main" java.lang.NoClassDefFoundError:com/sun/javacard/converter/Converterwhen running the converter tool, for ...
HiHere is a link that describes how to make Sony Ericsson WTK work under Linux (the third title): http://www.comjat.netMihai
Hello from colombia.I have this problem. I have an application that executes a file wav, in the emulator of java works perfectly nevertheless when proving it in the cellular east is speechless. i try whit a mp3 file but the application fails (MediaException error)to reproduce this files needs ...
636 byte By
meemua at 2007-9-24
I am trying to make two xlets run concurrently on IRT's RI and make them communicate using the inter-xlet communication API. However, when I enter navigator after starting the first one, the navigator destroys the first xlet. How do I get it to run several xlets concurrently?And another matter ...
Hi,I'm trying to run the example " JavaBluetoothDemo" from the WTK22on my mobile which is Motorola E1000 .When running the applicationit reaches the line: "LocalDevice localDevice = LocalDevice.getLocalDevice(); "and then an exception is thrown : "Device initialisation failed"Do I have to ...
Hi everybody, I'd like to gather your opinions about latest strategy of Palm to recover market share. Do you think it would be feasible Access Linux Platform ? I wish to read your comments about it. Does anybody tested <a href=" http://www.troltech.com">Trolltech development ...
Hello allcould you point me in the right direction.I am using net beans, and I want to write an application which will send a collection of objects to mobiles.However the objects on the server need to do various things that are only in the J2SE API packages.While the J2ME edition won't ...
Hi, I have a problem about writing a JavaTV ap with JavaTV Service API.In JavaTV, the SIRequest class is different from the SIRequest class in MHP SI (The later is lack of appData to identify the return result type). That means I can retrieve different things continuely without concernning the ...
158 byte By
aska at 2007-9-24
Why interfaces have Methods of type public & abstract only and Variables of type public, static & final only?. Also why no constructors?
Hi,I've created a small prog that the only thing it does is to ask for a given password before granting access to certain data. It works fine on the WTK emulator (from Sun of course), but it crashes on a Nokia 6600 due to a bug in the Nokia's MIDP2.0 implementation. Now I need to trace/find ...
Lads I'm having serious difficulty with a table expanding it. I have a table but I want it to expand to the size of the mobile screen. I thought tableItem1.setLayout(0x800); would do it but it doesn't change anything.I would really appreciate it if someone could help me out. I have a ...
Anybody got a list of the commercially available MHP middleware implementations that are out there Here's what I know of sofar- Osmosys- Alticast- IDWAY (I would like to hear any experiences with this)- IRT (Is this on any commercial boxes?)- Convergence (Out of business)Best ...
I'm newbie in javacardI develop it by use RMI modelI develop to similar EMV specification but don't exactly EMV spec told me that data element such as KEY, CERT,COUNTER,ExpirationDate,...anything. will be keep in file , with tree structure.above is not importanceI try to understand: How to ...
hi i am working on a project where i have to read and send sms automaticaly.i succesfully build it also with the jsmsengine and nokia 3220 mobile phone and now i have to fix up some bugs.any interested candidate can contact with me so that we can fix those bug and i also want to know how can i ...
hii have a small square on the screen which i want to move with the key events in such a way that if the key is kept pressed for a while the square should keep on moving in that direction and when i release the key it stopskeypressed() method moves the square but i have to press the key every ...
Hi,I have midlet wich "streams" video from webcam. This streaming is made in seperate thread and image is repainted each time when it is received. Problem ir this when user click "back" then I want to instantly show another Form to user and stop this webcam thread and skip all remaining bytes ...
Hello everyone!I am implementing my MIDP application into different canvasses to maximize readability, however, when I shift / transfer to another canvas, the screen flickers showing a white background before showing the next canvas display.Is there any way to solve this? Any help that could ...
Hi : )Just wondering if anyone has any suggestions for good J2ME tutorials, be it in book form, PDF, whatever. Specifically for making mobile phone games.Cheers!
hi, iam doing an application in midlet, in that i want to call another file in same package using the constructor of that class. It is invoking the class, but the display(), and displayable() methods are not working and showing the errors. lcdui.Displayable.*; imported and, Display object ...
Hi All,I want send and receive SMS through PC to phone. I don't no anything about this. I want basic idea of this how to send and receive sms through pc. If any one has please reply imediately........Sachin
Hello gurus,I want to display 9 choice lists on the form for selection of date , day, month, minute etc.. . .My problem is that I am not able to see the whole choice lists on the screen.I want these lists to be visible at one time by the user. I didn't find any setsize to set the size of the ...
help! does J2ME support developing applications with dku-2 cable?or does it with J2SE?
hello allI've made sound midi files and placed them in my code and they work and play and the rest, but when taken to a handset they are really, really quite, you can hardly hear them. I've added a VolumeControl object but that seems to have no effect, it can mute the music and make it ...