Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Samsung FamilyHub, Can not run the app when installed as an embedded app

Discussion in 'Tizen' started by PIXELHUB, May 16, 2018.

  1. PIXELHUB

    PIXELHUB

    Joined:
    Jul 10, 2017
    Posts:
    2
    Hello.

    We are developing an app in cooperation with Samsung Electronics.
    We are in the process of developing Unity-based Tizen Embedded App.
    It is difficult to receive technical support from Samsung Electronics regarding Unity and its related parts.

    [Problem]
    The target platform we use is the Tizen-based FamilyHub 3.0 refrigerator.(Samsung)
    It will run normally when installed as a normal app, but it will not run when installed as an embedded app.

    [Question]
    If I run it as an embedded application, it seems that the application does not run properly because of the two pieces of configuration information.
    In Unity, can I specify paths such as "data" and "cache" in the source file or setup information?

    [Additional Information]
    If it is a normal app, all files will be installed in the path below.

    /opt/usr/home/owner/apps_rw/com.companyname.appname

    In this case, it runs fine.

    [Installation information by path]
    author-signature.xml -> /opt/usr/globalapps/com.companyname.appname/author-signature.xml
    bin -> /opt/usr/globalapps/com.companyname.appname/bin
    cache
    data
    lib -> /opt/usr/globalapps/com.companyname.appname/lib
    res -> /opt/usr/globalapps/ccom.companyname.appname/res
    shared
    signature1.xml -> /opt/usr/globalapps/com.companyname.appname/signature1.xml
    tizen-manifest.xml -> /opt/usr/globalapps/com.companyname.appname/tizen-manifest.xml

    The Embedded App we are developing is divided into two paths as shown below.

    /opt/usr/home/owner/apps_rw/com.companyname.appname
    /usr/apps/com.companyname.appname

    In this case, it will be installed but it will not run normally.

    [Installation information by path]
    $ ls /opt/usr/home/owner/apps_rw/com.companyname.appname
    cache
    data
    shared
    $ ls /usr/apps/com.companyname.appname
    author-signature.xml
    bin
    lib
    res
    shared
    signature1.xml
    tizen-manifest.xml

    I would be grateful if anyone could help us in this matter.