Hi
I am using image capture concepts in my applications. I am using following code.
byte[] output = videoControl.getSnapshot(null);
Image image = Image.createImage(output , 0,...
Type: Posts; User: mindus; Keyword(s):
Hi
I am using image capture concepts in my applications. I am using following code.
byte[] output = videoControl.getSnapshot(null);
Image image = Image.createImage(output , 0,...
Hi
Audio capture was supported. We are getting the corresponding file size and the file is in specified location. The problem is while playing the file,insted of playing recorded one, its playing...
Hi
We are developing audio recording application and testing the application on 6212 emulator. After recording the file, we stored (.amr format) in the device folder. It is fine. But now the...
Its not working. Same exception occured.
Its is need to give any permission on Jad file;
MIDlet-Permissions:
Which class to add in permissions
I tried that logic
Enumeration drivesEnum = FileSystemRegistry.listRoots();
while (drivesEnum.hasMoreElements()) {
String drives = (String)drivesEnum.nextElement();
...
Hi
thanks for your reply. I think i will get output like SDCard or MemoryCard etc. So can i
create a path like file:///MemoryCard/test.amr
please reply what to do
thanks
mindus
Hi
I am getting this error on emulator (Nokia 6212)
Any idea about this issue?
Thanks
Mindus
Hi,
we are implementing audio recording concept in our application. In that first create a file using fileconnection like
conn =...
Hi
Are u sure? did u test the application like deploy the application on device (using OTA method) with out signing the jar. And the jar is downloaded on device.
Because i saw so many sites we...
Hi
I am using following API's in my application.
javax.microedition.io.Connector.http
javax.microedition.io.Connector.https
javax.microedition.io.PushRegistry...
Hi
I am using following API's in my application.
javax.microedition.io.Connector.http
javax.microedition.io.Connector.https
javax.microedition.io.PushRegistry
...
Hi
we are developing j2me MIDlet application and we are try to deploy the application on Nokia 6212 (S40 5th Edition) device. The jar file size is 2.5 MB.
We tried OTA method (using IIS...
Hi
Thanks for your kind information
Presently i cant deploy application on device using bluetooth or usb cable. In my application i am using javax.microedition.io.Connector.file.write,...
Hi Graham
Thanks for your reply, I am new to j2me application. This is the first time i am going to deploy my application on device. I am trying with OTA way to deploy on Nokia 6212 device....
Hi
I am new to j2me applications. I am developing a MDIlet application and i want to deploy 6216 device using IIS server (live). If i deploy the application on device, can i need to signed the key...
Hi
I am developing MIDlet application and i am going to deploy on device through IIS. Is there is anything needed to get signed key signatures like blackberry api's.
Or any other prodecure is...
Hi Graham Hughes,
Thanks for your mail. So we need jad, jar file and one wml file. And we need to put all the things on IIS.
So there is no need of WAP GATEWAY(Nokia Activ Server 2.1). At what...
Hi
I developed a MIDlet application. Can anybody tell me how to deploy on IIS. Which means where to place the jad and jar file in the IIS and we need to create html file or wml file and where to...
Hi
I am using 6212 emulator and devloping the application.
Can any one them answer me the questions what i have now.
1) Does 6212 emulator (S40 5th edition) supports capturing images, videos...