언어 설정

Menu
Sites
Language
Cannot launch SVoice and Controls on Gear 2

Hi!

I'm trying to launch apps directly from my app on Gear 2 and it works for all apps but S Voice and Controls.... I'm using the same code to launch for all apps.

Example:

Code

 tizen.application.launch("com.samsung.svoice-w", onsuccess);

Nothing happens when I want to start the SVoice or Controls app this way. BUT, if I first start SVoice manually with the Gear 2 internal app launcher and then run this code SVoice will start like it should! Even if I exit SVoice with the internal task manager. So it needs to be started manually that's not what I want.
So maybe the internal launcher starts any needed services for SVoice?

I also need to say that no error occurs. Everything works "fine" from the code side...

Any ideas?

Best
Yumi

Responses

1 댓글
Alex Dem

Hi,
Will be better to move this topic to 'Web Application Development' forum.

If another apps are launched this way (via tizen.application.launch) but this couple do not, maybe there is something with appIDs?

Alexey.