Re: Files storage locations
[QUOTE=jim416;728505]
1.What are the paths for filesystem objects on S40s?
2.What would the paths be for onboard storage versus SD card storage?
3.Also, instead of saving to a text file, is there a sort of settings repository or registry for s40 devices?
Your help is appreciated.[/QUOTE]
1. For this I will recommend you not to use the hard code path and get the path using the code to have the dynamic and exact path.
For this I would suggest you to use the PDAP demo available in the WTK app folder,use this application and you will be having the complete information that you might need.
2.Read the JSR 75 FileConnection API, for more information
[url]http://developers.sun.com/mobility/apis/articles/fileconnection/[/url]
3.Please explain.
Re: Files storage locations
[QUOTE]Also, instead of saving to a text file, is there a sort of settings repository or registry for s40 devices?
[/QUOTE]
You cannot play around with any such thing on S40, it would not be reachable from your J2me App;, the best way will be to store such info as key,value pairs (delimitered string) in RMS as sepertae records. And read then in a Hashtable at the start of the app; to provide random & instant access to any proprerty.
thanks,
~Amitabh