Package: emulator
-Version: 1.2.52
+Version: 1.2.53
OS: linux
Build-host-os: linux
Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
Description: Tizen Emulator
Package: emulator
-Version: 1.2.52
+Version: 1.2.53
OS: windows
Build-host-os: windows
Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
shellItem.addSelectionListener( new SelectionAdapter() {
@Override
public void widgetSelected( SelectionEvent e ) {
+ if ( !communicator.isSensorDaemonStarted() ) {
+ SkinUtil.openMessage( shell, null, "SDB is not ready.\nPlease, wait.", SWT.ICON_WARNING, config );
+ return;
+ }
String sdbPath = SkinUtil.getSdbPath();
String portNumber = StringUtil.nvl(config.getArg( ArgsConstants.NET_BASE_PORT ));
}
///////////
- SkinUtil.openMessage( shell, null, "Rotation is not ready.", SWT.ICON_WARNING, config );
+ SkinUtil.openMessage( shell, null, "Rotation is not ready.\nPlease, wait.", SWT.ICON_WARNING, config );
return;