Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13226] Tizen : On MAC connecting the tizen device, 'sdb' command hangs when starting the daemon server

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2014-01-29T18:14:57.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsTizen
Labelssdk-tizen
ReporterLokesh Choudhary
AssigneeIngo Muschenetz
Created2013-03-26T23:15:27.000+0000
Updated2017-03-16T20:30:01.000+0000

Description

This issue is only seen on mac and not on windows or Ubuntu Linux Description:

Create an app for Tizen in Titanium Studio

Connect the device to your OS X machine using a USB cable

Run on tizen device

Actual Results:

The progress bar in Studio gets stuck at 59% & nothing happens

Now do the run on device again, you will get error something like 'no device attached or found' in Studio

WORKAROUND: This is an issue from the Tizen side. their 'sdb server' hangs & the daemon server never gets started. That's why when Studio calls the sdb command internally sdb command hangs & the progress bar in Studio gets stuck at 59% NOTE: This issue is only seen when the sdb server is not started previously either manually or by starting the simulator and you connect the device To get around this:

Remove the device from the machine

In the terminal cd in to tizen-sdk/tools

Kill the sdb server by running './sdb kill-server'

Now start the server again by running './sdb start-server'

Connect the device to the machine by a usb cable

Run './sdb devices', it should show you the device id

Now Run on device from the studio & the app will be successfully install & launch on the device

Comments

  1. Ingo Muschenetz 2014-01-29

    We will be deferring work on Tizen for the moment.
  2. Lee Morris 2017-03-16

    Closing ticket as the issue will not fix.

JSON Source