Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / OpenToWrite on Bada phone

Author
Message
Nokiaqd
14
Years of Service
User Offline
Joined: 31st Aug 2009
Location:
Posted: 11th Oct 2011 09:06
Hi all, fails to write data to a memory card in a live phone.
the path is valid ..
ideas, suggestions


Paul Johnston
TGC Developer
21
Years of Service
User Offline
Joined: 16th Nov 2002
Location: United Kingdom
Posted: 11th Oct 2011 23:33
SetCurrentDir( "Storagecard/Media/Others/" )
OpenToWrite ( 1, "Storagecard/Media/Others/myfile.txt", 0 )

is redundant since the path has already been set, try

SetCurrentDir( "Storagecard/Media/Others/" )
OpenToWrite ( 1, "myfile.txt", 0 )

or simply

OpenToWrite ( 1, "Storagecard/Media/Others/myfile.txt", 0 )
Nokiaqd
14
Years of Service
User Offline
Joined: 31st Aug 2009
Location:
Posted: 12th Oct 2011 00:36
does not work.

badablog.ru - bada developer
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 15th Oct 2011 06:18
Please post this bug in the issues board so I can assign it to Paul: http://code.google.com/p/agk/issues/list

I drink tea, and in my spare time I write software.

Login to post a reply

Server time is: 2024-04-25 01:02:59
Your offset time is: 2024-04-25 01:02:59