I want to get memory card path from device. By using following statement we can get path but i want to know is this method will work for all manufactures or only for nokia?
System.getProperty("fileconn.dir.memorycard");
It will work for many manufacturers and many of their phones, but not all so your app should be prepared for situations where this call will return nothing or just wrong URL.
I think that you can take a look here. FileConnection
Don't forget to put the permissions to write and read from file, in the jad manifest.
I want to get memory card path from device. By using following statement we can get path but i want to know is this method will work for all manufactures or only for nokia?
System.getProperty("fileconn.dir.memorycard");
Yes, this method will work for all manufactures, Samsung, LG, Sony...etc