Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
E_ILLEGAL_ACCESS with GetAppSharedPath and File Write
Tizen::Base::String icn=App::GetInstance()->GetAppSharedPath();icn.Append(L”iconbigred.png”);
//…..
r=file.Construct(icn, L”w”);
AppLog(“Construct %S %s”,icn.GetPointer(), GetErrorMessage(r));
Here is E_ILLEGAL_ACCESS
But I need exactly GetAppSharedPath – because NotificationRequest.SetIconFilePath requires
iconPath
should start with the directory path returned by Tizen::App::App::GetAppSharedPath()Looks like deadlock.
I can’t write to shared path but can show icons only from shared path and need to put this icons from my resources to this path…
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio