It was indeed permissions and correct file path that was missing.
Thanks a lot for the help, it works like a charm now!
Search found 4 matches
- Fri Nov 29, 2013 12:34 pm
- Forum: SMILE
- Topic: Saving network file on Android
- Replies: 6
- Views: 10678
- Thu Nov 28, 2013 6:05 pm
- Forum: SMILE
- Topic: Saving network file on Android
- Replies: 6
- Views: 10678
Re: Saving network file on Android
Error:
W/System.err(9736): smile.SMILEException: SMILE error -103 in function WriteFile at smile.Network.writeFile(Native Method)
According to errors.h "-103" means DSL_WRONG_FILE.
This is the relevant error I'm getting now. I've not created applications that store files on Android before, so I ...
W/System.err(9736): smile.SMILEException: SMILE error -103 in function WriteFile at smile.Network.writeFile(Native Method)
According to errors.h "-103" means DSL_WRONG_FILE.
This is the relevant error I'm getting now. I've not created applications that store files on Android before, so I ...
- Thu Nov 28, 2013 3:10 pm
- Forum: SMILE
- Topic: Saving network file on Android
- Replies: 6
- Views: 10678
Re: Saving network file on Android
libjsmile.so size 1766 KB, downloaded 29th of October.
- Wed Nov 27, 2013 3:31 pm
- Forum: SMILE
- Topic: Saving network file on Android
- Replies: 6
- Views: 10678
Saving network file on Android
Hello.
Does anyone know how to save a network file on an Android system? The 'writeFile("name.xdsl")' only gives me errors when running.
The usual manner of saving files in an application is to open an input and an output stream and use these to write to a file. But this requires there to be a file ...
Does anyone know how to save a network file on an Android system? The 'writeFile("name.xdsl")' only gives me errors when running.
The usual manner of saving files in an application is to open an input and an output stream and use these to write to a file. But this requires there to be a file ...