Languages

Menu
Sites
Language
Solaris SDK and IDE?

I want to develop apps for Tizen, but my main computer uses Solaris. Is there a way to build the SDK and IDE?

View Selected Answer

Responses

2 Replies
Mark as answer
Mehedi Alamgir

According to official documentation of Tizen, it provides SDK only for Windows, Ubuntu and  Mac OS X. 

Check the following link

https://developer.tizen.org/development/tools/download/installing-sdk/prerequisites?langswitch=en

Now, If you want to use Tizen SDK for any other platform except supported 3 OS, my suggestion is to mail to : dev@lists.tizen.org . Hopefully  you will get information from Tizen community about SDK in Solaris platform.

Carlos Dominguez

Hi Stine.

I have the same problem because I have a ARM computer, with linux but SDK is precompiles for x86 architectures... and this was my post, I think useful for your case:

https://developer.tizen.org/forums/sdk-ide/packing-.tpk-file-without-sdk

Actually we did some progress, but you will need to flash the device with a custom ROM

You can use Heimdall (you will need compile from source) 

git clone https://github.com/Benjamin-Dobell/Heimdall

And then use this tutorial:

https://wiki.tizen.org/wiki/SamsungZ3

And download sagsbada's custom Rom:

Then you can compile (from a friend computer) and install a terminal

https://github.com/voronaam/Terminal3

I did, works perfect.

The custom rom allows you to install your self signed apps, and maybe, I couldnt yet, but seams not difficult to install manually or even use rpm command from the phone terminal(gbs compiles RPM not TPK) but this needs research.

I will update you.

ALL thanks for sagsbada!!!!! Without his help this was impossible.