Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14148] BlackBerry: Have filesystem use the native data directory to store files

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionInvalid
Resolution Date2013-06-07T06:02:45.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelsn/a
ReporterRussell McMahon
AssigneeRussell McMahon
Created2013-06-07T05:19:43.000+0000
Updated2013-06-14T18:22:20.000+0000

Description

Comments

  1. Russell McMahon 2013-06-07

    Filesystem object is doing the directory access correctly:
       Handle<Value> TiFilesystemObject::getDataDirectory() {
       	return  String::New(QDir::homePath().toUtf8().constData());
       }
       
  2. Lokesh Choudhary 2013-06-14

    Verified it by building the filesystem app, packaging it & installing it on device. Environment: Ti Studio : 3.1.1.201306112235 Ti BB SDK : 3.1.1.v20130613185544 Mac OSX : 10.8.3 Alloy : 1.1.3-cr CLI - 3.1.1-cr win 7 Win 8 Z10 BB simulator : 10.0.10.822 Z10 device running 10.0.10.88

JSON Source