Follow this link in the wiki. It shows how to access the camera in a simple way.
Type: Posts; User: dhiraj.deka; Keyword(s):
Follow this link in the wiki. It shows how to access the camera in a simple way.
As I know till now no API has come for accessing the Inbox and other message properties...
Thanx thiagobrunoms for your reply. I am trying to do that with HttpConnection only. I am getting problem in connecting the server means I am not getting any response from it, I don't know whether...
Hi RB_Sahu,
I know that one thread is sufficient for that. But the next thread got created by mistake only. Because of slow net connection I clicked at the submit reply button more than...
I have to upload a video file to the server from the device. But before that I am getting problem for establishing the connection to the server from the device for uploading.
Can you tell me how...
I have to upload a video file to the server from the device. But before that I am getting problem for establishing the connection to the server from the device for uploading.
Can you tell me how...
The upload code you have given with the link is not working for me.
For uploading, first I want to know whether the device is successfully connected to server or not? I will go for uploading the...
Thanx friends for your valuable replies.
I have got your points.
But still I am feeling strange about this complicated matter because I could not able to test my applications without the...
That is I think a link for symbian C++. But I am trying to do it with J2ME only.
I just want to send a particular video file to server.
I have checked some examples in the wiki but I have not found for uploading a video.
I don't know about movino.
I have to upload a video to server from my device.
Can you tell me how to proceed for that?
Is there any source where I might get any help for that?
I am using Nokia E61i device for this. Now can you say whether I can do anything with my device for removing those warnings.
Or we have to change any phone setting for that?
The problem was with this line of code
fc = (FileConnection) Connector.open("file:///c:/" + (String)e.nextElement());
It should be as
fc = (FileConnection) Connector.open("file:///" +...
I have gone to this thread http://discussion.forum.nokia.com/forum/showthread.php?t=187344 and then some questions came to my mind and so I have created this new thread.
Actually I am developing...
I don't know its version but the device is Nokia E61i.
Hi Bhanuchandar,
I am trying to solve the problem. Once I will be able to figure it out I will let you know.
The first mistake I did putting
fc = (FileConnection)...
Hi Bhanuchandar thanx for your reply.
I have tried with your code but I dnt know why the application is crashing when it starts to read the phone memory entries. I have written a part of the code...
I have a situation where I have to search the whole device memory for particular file extensions(e.g., .amr, .wav, .3gpp, etc.).
Now can you tell me how can we check the whole device memory for...
Ok thanx saurabh. I will start a new thread for my problem.
Hi saurabh thanx for your reply.
But I think the link you have given might not work with j2me.
Because as I know j2me does not have FileUtils class like java.
My problem is that I have to...
Hi Jitu,
Can you tell me how can I check the whole file system for a specific file extension? Is there any link which will give me tutorial for that?
Follow this link. You might get a solution for your problem.
Hi ingsaurabh,
I have checked the code
String filePath = System.getProperty("fileconn.dir.videos");
Ya it lists out the video files stored within the device(It gives all the names only)....
Please suggest me how can we list out the available video files from the device into our own application.