The upgrade is not possible.
Please use TIMER_OFF parameter, as follows:
b2bapis.b2bcontrol.setOffTimerRepeat("TIMER1", "00:00", "TIMER_OFF", "", onSuccess, onError);
In most cases where SSSP4.0 display is unable to install our WGT package, we simply need to reset the security profile settings. Probably you are using consumer TV security profile, instead of B2B profile.
Please follow this steps for changing profile:
1. Open SDK, Window->Preferences->Tizen SDK->Security Profiles and DELETE all profiles, certificates etc.
2. Using same window, click Add to add new profile.
3. Click on Set Active
4. Generate the certificate
5. Click on Apply. Click OK
Now, you need to change application ID again (because it is sticked to the profile)
1. Open config.xml
2. Go to Tizen Tab
3. Click Generate button
4. Ctrl + S
5. Build new WGT.
Please follow the steps below.
1. Place the *.wgt file and sssp_config.xml(attached here) together inside the specific folder named by 'SSSP' created on the USB Root as below:
2. Modify the sssp_config.xml with name(replace AVVideo with name of web app) of wgt file you want to run and save.
3. Attach USB to Panel
4. Select option Install from USB Device
5. You will see the downloading starts with Progress Bar and the Application will Launch after showing information POP-UP on screen.
Please check below link.
'Samsung Product APIs Reference'
https://www.samsungdforum.com/B2B/Guide/APIReference/SSSP4/tizen1751/index.html
For launching application using Server URL:
1. Place the *.wgt file and sssp_config.xml(attached here) together at the same location on your web server(eg Apache Tomcat) as below:
2. Modify the sssp_config.xml with name(replace AVVideo with name of web app) of your wgt file
<?xml version='1.0' encoding='UTF-8'?>
<widget>
<ver>4.99</ver>
<size>4555</size>
<widgetname>AVVideo</widgetname>
<webtype>tizen</webtype>
</widget>
Version must be upgraded everytime you modify application and make the *.wgt Package again.
3. Insert URL in format http://10.88.43.36:8080/SQA/AVVideo/ as per your dev. environment.
4. Start URL Launcher => You will see the downloading starts with Progress Bar and the Application will Launch after showing information POP-UP on screen
The Flash is not supported in SSSP4.
All the APIs to be used in developing Samsung B2B Display applications are listed in API Reference.
"Tizen Web Device APIs Reference"
https://www.samsungdforum.com/B2B/Guide/APIReference/SSSP4/tizen791/index.html
Creating a Tizen Web App...
https://www.samsungdforum.com/B2B/Guide/Development/SSSP4/tizen1221/index.html