I want to create a file on mobile phone and the file path is determined by the user. In my mobile phone (Nokia) the list is that:
Phone Memory:/ , C:/ , Memory Card:/, E:/.
The file is created in Memory Card:/ and E:/ but in the other path I get error.
This application will run any mobile phone and if I experienced this problem for only one mobile device I might this problem for all mobile device. How could I deal with?
Thanks…
I dont think this is possible, but you can connect to the mobile device with the MTP-Protocol.
Here the Java MTP libary http://code.google.com/p/jmtp/.
Console output…