Menu
Sites
Language
How to set “screen size feature”?

When I upload .wgt to tizenstore, after upload done, it tell me: 

"The screen size feature in the binary file you have uploaded cannot be verified. Please check it manually and re-upload the file."

How I Fix it ?

Edited on 18 03, 2014

Responses

14 Replies
Lakshmi Grandhi
Hi, The feature screen size tells about your application capability running on different screen resolutions. For example if you app support only 720*1280 resolution by specifying it user will know if doen't work properly on other resolutions. For more information go through the link. https://developer.tizen.org/help/topic/org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm
li xianjing
It works, Thank you.
wiem hjiri

Hi, I have the same problem when i want to upload mmy app, and i didn't understand how did you fix this problem. I checked the config.xml-> features and it's empty i didn't mention any features. Thank you

wiem hjiri

Hi, I have the same problem than Li xianjim : when i want to upload mmy app, and i didn't understand how did you fix this problem. I checked the config.xml-> features and it's empty i didn't mention any features. Thank you

Lakshmi Grandhi

Please add the http://tizen.org/feature/screen.size.normal this feature in config file

li xianjing

Add the following code in config.xml:

    <feature name="http://tizen.org/feature/screen.size.normal.480.800"/>
    <feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>

daniel um

I've tried adding the above features, and I've also specified the width and height for the widget in config.xml, but I still see the following error:  If no screen size is specified in a binary file, display devices cannot be recommended. Make sure that you have specified the screen size to display an application in IDE

 

More details:

  - I've each of, and both of <feature name="http://tizen.org/feature/screen.size.normal.720.1280"/> and  http://tizen.org/feature/screen.size.normal without success

  - I've tried "fullscreen" and "maximized" without success

  - 

 

daniel um

 Continued details:

  - I've also tried both of these meta tags:  

<meta name="viewport" content="width=720, initial-scale=1, maximum-scale=1, user-scalable=0">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

daniel um

Update:  I ended up just creating a new project from scratch and copying over all the code.  It now works, but I was unable to find what the problem was in the previous project.

Imgen Tata

I have found out that you need to specify features instead of specifying width/height

<feature name="http://tizen.org/feature/screen.size.normal.480.800 />

<feature name="http://tizen.org/feature/screen.size.normal.720.1280 />

etc.

Hope this helps. 

Sang-Jun Park

click config.xml---> you see below, and can see  tabs(Overview,Widget,Features,Privileges,....etc)--->choose Features(tab)---> click Add(button)---> select "http://tizen.org/feature/screen.size.all" or "http://tizen.org/feature/screen.size.normal" or ...etc

gool luck...

Sang-Jun Park

(double)click config.xml

Sang-Jun Park

(double)click config.xml

Sang-Jun Park

click config.xml---> you see below, and can see  tabs(Overview,Widget,Features,Privileges,....etc)--->choose Features(tab)---> click Add(button)---> select "http://tizen.org/feature/screen.size.all" or "http://tizen.org/feature/screen.size.normal" or ...etc

gool luck...