Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New releases on Playbook
09-25-2014, 06:22 AM
Post: #4
RE: New releases on Playbook
OK, to fix the file permissions issue, I had to modify a line in native/Common/FileUtil.cpp

#ifdef BLACKBERRY
if (mkdir(path.c_str(), 0775) == 0)
#else
if (mkdir(path.c_str(), 0755) == 0)
#endif


If you have the Playbook SDK, you can check out version 0.7.4, make this change and compile.
Otherwise I will find some time to download the Playbook SDK. It would help if you could find a download for this still available somewhere.

Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
New releases on Playbook - linkuan64 - 07-24-2014, 12:13 PM
RE: New releases on Playbook - xsacha - 07-29-2014, 07:05 PM
RE: New releases on Playbook - xsacha - 09-25-2014 06:22 AM
RE: New releases on Playbook - [Unknown] - 09-25-2014, 04:54 PM

Forum Jump: