Thank you very much for the feedback.
Type: Posts; User: sbmcdeshan; Keyword(s):
Thank you very much for the feedback.
Hi java mobile people
With the help from you I have completed my final year project(research) successfully. This is the time to say thank you. Perhaps this may be my final mobile project. So thank...
Hi jitu_goldie
Thank you very much for answering
Actually I want to increase the speed. picture taking by code which is
videoControl.getSnapshot(null); is extremely slow. It is slow as we take...
Hi all
Currently I am trying capture images from the camera video. Like following
Player capturePlayer = Manager.createPlayer("capture://video");
capturePlayer.realize();
VideoControl...
perhaps last paragraph of this article may answer ur question.
http://today.java.net/pub/a/today/2006/08/22/experiments-in-streaming-java-me.html?page=3
Is this what u asking for
http://www.forum.nokia.com/info/sw.nokia.com/id/2a2ec089-6f2e-47cb-a150-d11a94eb80ad/MIDP_Using_Cable_Connection_In_Nokia_Devices_v1_0.zip.html
This example works great...
That's sound great. I have a RPC server running on PC. So I can communicate with that from mobile right?
Though client stub (say ServerInterface_cln.java) generated from serverinterface(say...
Hi all
I am just wondering whether java mobile edition support Remote Method Invocation or Remote Procedure Call?
Still I didn't found any helpful clue.
Thank You
And If u secceeded please let us know.
Hi hope this article will help u.
http://www.forum.nokia.com/info/sw.nokia.com/id/2a2ec089-6f2e-47cb-a150-d11a94eb80ad/MIDP_Using_Cable_Connection_In_Nokia_Devices_v1_0.zip.html
And it works. U...
Sorry there was a comparing of short and int.
if (din.readShort() == ACCEESS_GRANTED)
Now it's fixed and works perfect.
But still having the problem of read any events like keypressed in...
Perfect. I have tried it with suing S60 3RD EDITION SDK FEATURE PACK 2 v1.1. Now it works perfect. No memeory errors.
So this is some bug or a error with Sun Java(TM) Wireless Toolkit 2.5.2 for...
IS this S60 SDK provide any interface to monitor
System.out.printlns'?
Why this code does not work on S60 3RD EDITION SDK FEATURE PACK 2 v1.1 and works on Sun Java(TM) Wireless Toolkit.
It does not travel into if or else clause. Do not no why?
Same code works on...
IT is a socketconnection. And of course nothing goes wrong when
is not there.
And I have tried it at the server by keep sending 1 static image from local hardisk. The same problem for both png...
Hi grahamhughes
Thanx for replying.
Sorry I didn't see that U were replyed. I may not select the instant email notification option.
I am sorry.
1. What format are the images?
Actually at...
Hi all
I'm on a program of converting bytes arrays from server to images.
It's in a thread so the server keep sending image byte arrays and MIDP client get the byte arrays and convert them back to...
Hi all
I'm on a project of reading signals from USB cable connection(Nokia N79) with using PIC18LF2550 microcontroller. And do some electronic task according to the given commands.
Currently I...
I was wrong
When I change it to
comm = (CommConnection) Connector.open("comm:USB2");
It works fine 4 me.
Hi ab5000
U have to use COM4 in ur case.
I have just completed the article from...
Do u have the same problem of connecting mobile phone with PC using cable connection? Me too.
I have found a nice article...
Hi all
I am trying to connect my mobile with PC using cable connectivity.
My phone is Nokia N79. It's having port list of USB1,USB2,COM1,IR1,BT1......
When I try the
comm =...
Hi all
I'm on a program of reading incoming images which comes as byte arrays through a socket and convert them back to images at j2me client using the following method.
...
Hi all does any one know the difference between ovi suite and PC suite? I have almost installed ovi suite so do i need to install the PC suite also. Are they same or differ?
Hi does any one know how to remove installed theme from nokia N79?
I have installed one and now i need to remove that but application manager does not provide any interface to remove it?
please...