Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/claromes/tizenstudio

Tizen Studio development references
https://github.com/claromes/tizenstudio

smart-tv tizen tizen-developers tizen-studio

Last synced: 2 months ago
JSON representation

Tizen Studio development references

Lists

README

        

# Tizen Studio development references

Development references for Tizen OS platform apps.

This documents focus on web apps for Smart TVs e Professional Monitors and are based in personal researches.

# References

## Install
- [JDK 8](https://codenotfound.com/java-download-install-jdk-8-windows.html)
- [HAXM](https://github.com/intel/haxm)
- [Tizen Studio](https://developer.tizen.org/development/tizen-studio/download)
- [TV extension images for 3.x, 4.x e 5.x versions](https://developer.samsung.com/tv/develop/tools/tv-extension/archive)
- Google Chrome for debugging

### Common errors during installation
- [Java Home (environment variables)](https://developer.tizen.org/ko/forums/sdk-ide/after-updated-sdk-java_home-not-set-env-variables?langredirect=1)
- [Directory not allowded](https://stackoverflow.com/questions/47269478/error-installing-tizen-studio-on-windows-10/)
- [Run error](https://developer.tizen.org/forums/web-application-development/step-sdb-shell-handle-failed-0)

## Development
- Tutorials
- [Developing for “old” Samsung TVs in Tizen Studio 2.x](https://medium.com/@ibazzva/developing-for-old-samsung-tvs-in-tizen-studio-2-x-5aa3f853db09)
- [How To Get Back Tizen Studio 1.3 and TV Extensions 3.x](http://blog.infernored.com/how-to-get-back-tizen-studio-1.3-and-tv-extensions-3.0)
- [The Ultimate Guide to Samsung Tizen TV Web Development](https://medium.com/norigintech/the-ultimate-guide-to-samsung-tizen-tv-web-development-f4613f672368)
- [External server access](https://developer.tizen.org/community/code-snippet/web-code-snippet/how-set-config.xml-accessing-external-server-0?tab=all)
- Certificates
- [Creating Certificates](https://developer.samsung.com/tv/develop/getting-started/setting-up-sdk/creating-certificates)
- [How to register certificate - archive.org](https://web.archive.org/web/20160425124655/https://www.samsungdforum.com/TizenGuide/tizen3531/index.html)

### Common errors during development
- Skin not allowed when emulator is created (check the Tizen Studio version!)
- [Updated VCRedist](https://developer.tizen.org/ko/forums/sdk-ide/missing-msvcr120.dll-v3.1-emulator?langredirect=1)
- Javascript and default parameters value ([Specifications](https://developer.samsung.com/tv/develop/specifications/web-engine-specifications))

## To do list
1. [ ] Install
2. [ ] TV Image (if it's necessary)
3. [ ] Build/ Set privileges
4. [ ] Define Emulator/Device
5. [ ] Create certificate
6. [ ] Tests
7. [ ] Web Package configuration
8. [ ] Launch

## Other web references
[Can SSSP4 URL Launcher be used with standard web apps?](https://developer.samsung.com/forum/thread/can-sssp4-url-launcher-be-used-with-standard-web-apps/201/305698?boardName=SDK&startId=zzzzz~)

[Web Code Snippet by Tizen Developers](https://developer.tizen.org/community/code-snippet/web-code-snippet/all)

---

## Extra
Some PDFs were inserted in this repository under the BSD 3-Clause License.

### BSD 3-Clause License

Copyright (c) 2013, Samsung Electronics Co., Ltd.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the Samsung Electronics Co., Ltd nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---