Guys, I need to develop the APP for Samsung 2015 version, I am looking in several directories for the SDK to develop and the SServer to be able to install and test the APP on TV.
Can you help me?
Guys, I need to develop the APP for Samsung 2015 version, I am looking in several directories for the SDK to develop and the SServer to be able to install and test the APP on TV.
Can you help me?
You need older Tizen studio
Use Ubuntu 16.04 (xenial) 64-bit, it works in debootstrap and “chroot”
Install an Oracle JDK 1.8 64-bit
Add a jdk/bin folder into a PATH
system variable, so it should be possible to run a java
command
It is eclipse 4.5.2 Mars2
Install a Chromium
sudo apt-get install libwebkitgtk-1.0-0 chromium-browser
Download packages
http://download.tizen.org/sdk/tizenstudio/official/binary/package-manager_0.3.46_ubuntu-64.zip
http://download.tizen.org/sdk/tizenstudio/official/binary/package-manager-cli_0.3.46_ubuntu-64.zip
http://download.tizen.org/sdk/tizenstudio/official/binary/uninstaller_0.3.46_ubuntu-64.zip
unzip content of data folder into opt/studio
Create a file opt/studio/sdk.info
TIZEN_SDK_INSTALLED_PATH=/home/tizendev/opt/studio
TIZEN_SDK_DATA_PATH=/home/tizendev/opt/tizen-studio-data
Create a file opt/studio/.info/repository.info
Repository: http://download.tizen.org/sdk/tizenstudio
Distribution: official
Distribution-ID: 72b20fa4-4d51-11e6-9470-33d0f37a101c
Auto-Update: false
Target-Snapshot: /snapshots/Tizen_Studio_1.3
Installed-Snapshot: /snapshots/Tizen_Studio_1.3
Delete any older things
rm -rf ~/.package-manager
Try to run:
package-manager/package-manager.bin
After installation all source binary packages are in opt/studio/.info/.downloads/
When you exit a package-manager, all files will be deleted.
List of installed packages opt/studio/.info/installedpackage.list
List of files of each package opt/studio/.info/
Custom extensions configuration opt/studio/.info/ext-repo-info.xml
Certificate manager’s profiles are in:
/home/tizendev/tizen-workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
Does not work. While signing into a Samsung account because of OAuth signing a certificate does not work.