Device cannot be discovered

Hello everybody,

i’m having a ‘small’ issue with my unity/tizen setup. I’m not using this very often so i cannot exactly say when it was working the last time.

The problem is, that Unity does not ‘see’ my Tizen TM1 test device. It seems as if the call to ‘sdb devices’ succesfully listet my device, but somehow unity does not like it. See the attached screenshot …

I’m using Unity 5.5.0p4 and Tizen Studio 1.0.2. I’ve also tried to use an older version of Tizen-SDK, but the result was the same. In Tizen-Studio, the device gets recognized as it should an deploy/debug works fine so i don’t think it is an issue with my device itself.

Any Ideas?

Thanks in advance,

Patrick

The problem is that the TM1 is not a shipping device so we don’t recognize it for the list. You may still deploy to it but you will need to use sdb to install the TPK manually from a console or terminal.

Thanks for the answer! Is it possible to add it to this list, or otherwise trick unity to recognize it? The TM1 is meant for developing apps, and a real Z1/Z2/Z3 is very hard to get here in germany.

Installing packages with sdb works, but i accidently selected one of the emulators from the discovery list and now unity builds tpk’s for those only.Is there a way to revert this selection? i tried several things, but nothing works.

If you choose “All”, then TPKs will be built for both devices and the emulator.

This does not seem to work. Only the Emulator TPKs are build. When i select ‘all’ from the Tizen discovery window, it does not remove the emulator i have selected accidently.

It may not refresh right away. try clicking back on the main settings area.

ok, the trick seems to be to switch to the ‘Emulator’ view first, then back to ‘All’. Now the device TPK is beeing build again! Thanks!