Quantcast
Jump to content


Recommended Posts

Hello, we have a native executable that we build with -O2 optimization and we use pnacl-strip to get it to a size of 27.9 MB and we were having difficulties on installing the widget with the native executable I've mentioned on samsung tv - UN24M4500. If the size gets under 27.9 MB the app is installed and it runs if we get it to 27.9 MB is not running. My questions is, is this some limitation for the maximum nexe file size that we can install it? Or we need to do something in order to load larger nexe files (*armv7.nexe)? The app is based on helloWorld app and we just replace the *.nexe file with our c++ build in following order:

1. compile pnacl-clang++

2. pnacl-finalize --compress

3. pnacl-translate -arch armv7  

The nexe output then we'll use on tizen-studio to build widget package and then install it on the samsung tv(UN24M4500). Like I said if the size of the nexe goes beyond 27MB the app is not running on tv, but if it is under 27MB the app will run(we just comment some c++ code and we compile less code). 

My question is! There is a maximum nexe size or we have to build the native code and mention certain flags to have the native app running on tv? There is no documentation anywhere regarding nexe size limitation!!!

Regards,

Cristian 

Link to comment
Share on other sites



  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Similar Topics

    • By Mahesh Gadhe
      <article>
              <div><img id="imageTag" src=""></div>
              <div><video id="videoTag" onended="onVideoEnded();" src=""></video></div>
              <!--<div id="YoutubePlayer" width="600" height="400" src="" frameborder="0" sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-top-navigation" style="z-index: 1;"></div>-->
              <div style="position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); z-index:999;">
              <div id="YoutubePlayer" style="width:600px; height:400px;"></div>
          </div>

          </article>
      As to play the youtube video we need to use the youtube iframe, we are facing challenge here. When the youtube video plays on the TV, we lose control over app and hence next video as per CMS does not play. Same happens vice versa i.e when a video from CMS starts playing we are not able to play youtube video if it is next in the list.
    • By Cartha
      Is there a way to take the application files from the TV and run it on Samsung's Tizen blu-ray player?
      I have a problem with the application from the Samsung Store. Its publisher left version 5 available for my Samsung UBD-M9500 player. This version does not work anymore, but on Samsung TVs it is version 6. The system is the same, so if i had access to the files of this application maybe it could be launched via developer mode on the blu-ray player.
      Does anyone know how it can be done?
    • By maljaros
      There is no native Strava mobile app for Tizen OS smartphones, so what app could be used for tracking trail run and cycling activities on a Samsung Z4? Or is there a "non-native" route to Strava itself?
      Thank you, Maljaros
    • By Cristian
      Hello,
      I've been trying to send http POST, GET requests from Samsung TV running tizen OS to an outside server to retrieve a playlist that I can than play on TV, but I get socket timeouts. All http requests to localhost works but only when trying to send to an external server it fails. I did set the permission(http://tizen.org/privilege/internet) for INTERNET and I can tell from *.nmf file when uploading to TV the widget that the privilege is set, but like I said cannot send http requests to external servers. What do I need to do in order to make it to work. The http client is our own c++ http client that works on multiple platforms like android, ios, linux, windows and so on...with no problem, but it seems that on samsung TV we are doomed, too unreasonable tight system. Is it some http header that I have to take care off? Please advise!!!  
    • By Alex
      Facebook announced React Native at F8 conference which took place from April 12 to 13 and also mentioned Samsung is committed to bringing React native to Tizen. React Native is an open source project which is the cross-platform app framework that help developers to build native app using javascript. Until now, Facebook supported developers to use React Native in order to build app much easier. Samsung have also developed React Native framework to allow developers to port the Facebook app to a Tizen device.  
      Read more here: http://techcrunch.com/2016/04/13/facebooks-react-native-open-source-proj.... 
      View the full article





×
×
  • Create New...