I want to access the pim data from the handset and write in to
1 file.
Can anybody tell me how to do it?
I want to access the pim data from the handset and write in to
1 file.
Can anybody tell me how to do it?
Hi
You can use the FileConnection to write the PIM data on to a file.
1- http://www.j2medev.com/api/fileconne...onnection.html
2-http://developers.sun.com/mobility/apis/articles/fileconnection/
3-http://www.java-tips.org/java-me-tips/midp/how-to-access-local-file-systems-from-j2me-devices-using-fileconnectio-2.html
Hope these links will help you.