develop account

Here for general support for J series TVs, request and problem solve area.

tb1704
Posts: 10
Joined: Mon Apr 29, 2013 5:54 pm

develop account

Post by tb1704 »

How do i Access develop account on Tizen TV? And how to change IP address of the local server?
Does USB installation works?
tb1704
Posts: 10
Joined: Mon Apr 29, 2013 5:54 pm

Re: develop account

Post by tb1704 »

Anyone? I cant find this info anywhere.. :(
tadzpadz
Posts: 12
Joined: Tue Apr 29, 2014 6:49 am

Re: develop account

Post by tadzpadz »

If you want to install apps to tv from USB just:
1. create 'userwidget' folder in root path of USB stick and put archived app file (.zip, or .wgt) in this folder;
2. power on TV, go to smarthub, connect USB;
3. app should be installed automatically (pop-up about installation will appear on screen). After that app will be available in MyApp section.
Enjoy.
tb1704
Posts: 10
Joined: Mon Apr 29, 2013 5:54 pm

Re: develop account

Post by tb1704 »

THX..
BTW how to get icon to appear, it appers on old C series but not on new J series...
tadzpadz
Posts: 12
Joined: Tue Apr 29, 2014 6:49 am

Re: develop account

Post by tadzpadz »

there is different structure of apps for old tv and tizen, info about icon is located in config.xml
here is examples:

for tizen

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<widget>
    <name>example</name>
    <icon src="icon_128.png"/>
</widget>
for old apps

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<widget>
    <widgetname>example</widgetname>
    <ThumbIcon>icon/ico106x87.png</ThumbIcon>
    <BigThumbIcon>icon/ico115x95.png</BigThumbIcon>
    <ListIcon>icon/ico86x70.png</ListIcon>
    <BigListIcon>icon/ico95x78.png</BigListIcon>
</widget>
tb1704
Posts: 10
Joined: Mon Apr 29, 2013 5:54 pm

Re: develop account

Post by tb1704 »

Thx.. Whats then correct size of icon?
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: develop account

Post by M11 »

tb1704 wrote:Thx.. Whats then correct size of icon?
It should be 117x117 pixels.
F9000 + SEK-3500U
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: develop account

Post by M11 »

tadzpadz wrote:there is different structure of apps for old tv and tizen, info about icon is located in config.xml
here is examples:

for tizen

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<widget>
    <name>example</name>
    <icon src="icon_128.png"/>
</widget>
for old apps

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<widget>
    <widgetname>example</widgetname>
    <ThumbIcon>icon/ico106x87.png</ThumbIcon>
    <BigThumbIcon>icon/ico115x95.png</BigThumbIcon>
    <ListIcon>icon/ico86x70.png</ListIcon>
    <BigListIcon>icon/ico95x78.png</BigListIcon>
</widget>
I tried this, but this does not work. It seems Samsung has updated the developer guide with following:
<Icon> tag in Samsung Tizen TV acts differently with Tizen standard. Tizen standard request 117x117 pixel PNG format icon, but Samsung Tizen TV needs 512x423 pixel JPG or PNG format icon.

You don?t need to prepare 117x117 pixel icon. You only need to prepare 512x423 pixel icon.

When you register the application on store, you?ll upload 512x423 icon image. The icon image will be resized in server and served to TV users in various sizes. An icon image in config.xml is shown only when you use emulator, so you don?t need to prepare 117x117 icon image.
Anyone has any ideas?
F9000 + SEK-3500U
oto
Posts: 55
Joined: Thu Aug 13, 2015 7:33 am

Re: develop account

Post by oto »

Developer mode is now available

It is possible install your application on Samsung Tizen TV. You can add your TV device into Tizen SDK IDE, run application on it. Currently, developer mode for tizen application is only available for specific models of '15 now with 1401/1402 firmware.

Developer mode available on theses firmwares (2015/Sep/24)
T-HKMAKUC-1402.0 ( TV model name : UNXXJUXXXX )
T-HKPDEUC-1401.0 ( TV model name : UEXXJSXXXX )
T-HKMDEUC-1401.0 ( TV model name : UEXXJUXXXX )
T-HKPUABC-1401.0 ( TV model name : UAXXJSXXXX )
T-HKMFUABC-1401.0 ( TV model name : UAXXJXXXX )

1402 version not released yet (2015/OCT/12)
T-HKPAKUC ( TV model name : UNXXJSXXXX )
T-HKMFDEUC ( TV model name : UEXXJXXXX )
T-HKMUABC ( TV model name : UAXXJUXXXX )

* How to use developer mode
http://samsungdforum.com/TizenGuide/?Fo ... index.html
RypeDub
Posts: 101
Joined: Mon Mar 30, 2015 3:26 am

Re: develop account

Post by RypeDub »

Does this work for UN55HU6830 T-N14blahblah 1130.8?

**** EDIT: this does work on my TV, as well as the Samsung Account:

develop
ANY 6 or more character password will work

Then just follow the post above with your USB folder structure.
Last edited by RypeDub on Fri Nov 13, 2015 2:55 pm, edited 1 time in total.
55" Samsung 4K uHD Smart TV Model Number UN55HU6830 Running Firmware Version T-NT14UAKUC-1130.8

Rooted ;)

Post Reply

Return to “[J] Support”