*/
public Emulator(IDevice device) {
this.device = device;
- setPort(Integer.parseInt(device.getSerialNumber().substring(9)) + 3);
+ setPort(Integer.parseInt(device.getSerialNumber().substring(9)) + 2);
isMounted = false;
SDCardName = "";
}
*/
public void setDevice(IDevice device) {
this.device = device;
- setPort(Integer.parseInt(device.getSerialNumber().substring(9)) + 3);
+ setPort(Integer.parseInt(device.getSerialNumber().substring(9)) + 2);
}
/**
socket = SocketChannel.open(addr);
} catch (IOException e) {
e.printStackTrace();
- return false;
+ throw e;
}
// Start Receiver Thread
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="lib" path="lib/eilib.jar"/>
<classpathentry kind="lib" path="lib/jline-1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="lib" path="lib/sdblib.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/EILibrary"/>
+ <classpathentry kind="lib" path="/EILibrary/lib/sdblib.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
+* 2.2.0
+- change port number bacause of change serial number.
+== jihye1128.kim <jihye1128.kim@samsung.com> 2013-08-22
+
* 2.1.8
- sync with sdblib
== jihye1128.kim <jihye1128.kim@samsung.com> 2013-07-31
Source: event-injector
-Version: 2.1.8
+Version: 2.2.0
Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
Package: eventinjector-cli