hello
i'm trying to make an application to open files in the phones' memory and memory card (on an E398)...
where can I find class files for Java classes com.io.motorola.FileConnection? does motorola's FileConnection have the same interface and methods as javax.microedition's one?
I've made an empty interface named "com.io.motorola" that extends all methods from the original FileConnection .... with this, I can open connection to files:
"file:///a/mobile/audio/music.mid"
but using any method in the resulting FileConnection, results in an application error ....
any ideas?
you, creators of Filemanager, may even point me to the topic where you explain the procedure (point me to the exact page if you can ;) )
many thanks
bye bye
i'm trying to make an application to open files in the phones' memory and memory card (on an E398)...
where can I find class files for Java classes com.io.motorola.FileConnection? does motorola's FileConnection have the same interface and methods as javax.microedition's one?
I've made an empty interface named "com.io.motorola" that extends all methods from the original FileConnection .... with this, I can open connection to files:
"file:///a/mobile/audio/music.mid"
but using any method in the resulting FileConnection, results in an application error ....
any ideas?
you, creators of Filemanager, may even point me to the topic where you explain the procedure (point me to the exact page if you can ;) )
many thanks
bye bye