sdk/tools/sdb.git
9 years agoMISC: package version up (2.2.53) 65/45365/1 tizen
shingil.kang [Wed, 5 Aug 2015 07:49:12 +0000 (16:49 +0900)]
MISC: package version up (2.2.53)

Change-Id: If5c3e2733a3eb71220b4e7e4df1b244f11b56b3e
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
9 years agoprevent double free 50/45350/2
shingil.kang [Fri, 31 Jul 2015 03:31:53 +0000 (12:31 +0900)]
prevent double free
- Use SAFE_FREE macro to free
- SAFE_FREE checks whether if pointer is null and free if not null,

Change-Id: I606cfed410b6d87c382ae6b629fa5542329bccde
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Do not restart sdb server if the version of sdb client is not same with sdb... 48/32748/1
shingil.kang [Mon, 22 Dec 2014 07:10:38 +0000 (16:10 +0900)]
SDB: Do not restart sdb server if the version of sdb client is not same with sdb server.
If the version of sdb client is higher or lower than that of sdb server, prints warning message.

Change-Id: I0ab09544fee1a1911031d44234666c769c5182be
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Supported coretpk app type for 'sdb uninstall' command 47/32747/1
shingil.kang [Tue, 28 Oct 2014 12:50:59 +0000 (21:50 +0900)]
SDB: Supported coretpk app type for 'sdb uninstall' command

Change-Id: I5d0b02064ec13725b2a83114cbbe3ae605394178
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Fixed to send notify to sdbd using nonblock api on linux 46/32746/1
shingil.kang [Thu, 18 Dec 2014 09:59:40 +0000 (18:59 +0900)]
SDB: Fixed to send notify to sdbd using nonblock api on linux

Change-Id: I1b83fa0b90f4d3f328e05d455a2bb1aa226dcdd0
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Changed name of profile command 45/32745/1
shingil.kang [Fri, 24 Oct 2014 05:45:11 +0000 (14:45 +0900)]
SDB: Changed name of profile command
/usr/bin/profile_command.sh -> /usr/bin/profile_command

Change-Id: Iabb03d31c003adb2180ce47a313fcd669c4cb0da
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Supported 'profile' command 44/32744/1
shingil.kang [Wed, 22 Oct 2014 11:29:39 +0000 (20:29 +0900)]
SDB: Supported 'profile' command
'profile' command works same with 'oprofile'

Change-Id: Iafddd8ba1bf694d4dd2a1eca2331da2c557a03c3
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoAdded pre-required library for ubuntu 14.x 26/28926/1
yoonki.park [Fri, 17 Oct 2014 07:15:18 +0000 (16:15 +0900)]
Added pre-required library for ubuntu 14.x

Change-Id: I51361659075d34a05b16f538a83268d4ebe23176
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
10 years agoSDB: Added '--no-pager' and '-l' options to journalctl 16/27716/1
Alice Liu [Thu, 18 Sep 2014 05:14:31 +0000 (13:14 +0800)]
SDB: Added '--no-pager' and '-l' options to journalctl

journalctl uses a pager for stdout. After "sdb shell",
the pager will not display the text beyond 80 characters.
So added '--no-pager' and '-l' options to journalctl to
make "sdb dlog" show the text beyond 80 characters by
default.

Change-Id: I3f7a630e750e0532f5c1a504d95a6b99a386b0d8
Signed-off-by: Alice Liu <alice.liu@intel.com>
10 years agoSDB: Added timestamp to sdb log 91/27491/2
shingil.kang [Sun, 14 Sep 2014 11:14:17 +0000 (20:14 +0900)]
SDB: Added timestamp to sdb log

Change-Id: I3c477908850faf5d9f8225ad29e116eca393d447
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoMISC: package version up (2.2.51) 41/26941/1
shingil.kang [Mon, 1 Sep 2014 17:05:33 +0000 (02:05 +0900)]
MISC: package version up (2.2.51)

Change-Id: Iaf05dc34c06aca5f742fcc4184d7116ca97bb84a
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Enabled auto-complete when sdb is located in PATH 40/26940/1
shingil.kang [Mon, 25 Aug 2014 07:42:47 +0000 (16:42 +0900)]
SDB: Enabled auto-complete when sdb is located in PATH

Change-Id: I4778fe090590800af390ab3b45f5fb1dd641b9e5
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoMISC: package version up (2.2.50) 32/26832/1
Alice Liu [Fri, 29 Aug 2014 07:29:16 +0000 (15:29 +0800)]
MISC: package version up (2.2.50)

Change-Id: I773f5fe6c3b02e5f38ee4524004977de8ef8aeac
Signed-off-by: Alice Liu <alice.liu@intel.com>
10 years agoSDB: Added journal log support for 'sdb dlog' 62/26662/1
Alice Liu [Wed, 27 Aug 2014 10:44:39 +0000 (18:44 +0800)]
SDB: Added journal log support for 'sdb dlog'

In Tizen 3, it started to use journalctl command instead of
dlogutil command to check log. This patch will determine
whether journalctl binary exists in the system. If it does,
'sdb dlog' will call journalctl, or else it will call dlogutil.

Change-Id: Ic1eec3259e7f489fe6bd1dc2f23914bc9e9830d4
Signed-off-by: Alice Liu <alice.liu@intel.com>
10 years agoMerge "SDB: refined messages" into tizen
Harry Hyeongseok Heo [Tue, 19 Aug 2014 08:49:03 +0000 (01:49 -0700)]
Merge "SDB: refined messages" into tizen

10 years agoMISC: package version up (2.2.49) 91/25891/2
shingil.kang [Tue, 12 Aug 2014 08:07:43 +0000 (17:07 +0900)]
MISC: package version up (2.2.49)

Change-Id: Ie98603432972ecf319f4987d997e9c5f99af4dbf
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoMerge "SDB: Upgraded ansicon version 1.66" into tizen
Yoonki Park [Tue, 12 Aug 2014 07:22:18 +0000 (00:22 -0700)]
Merge "SDB: Upgraded ansicon version 1.66" into tizen

10 years agoAdded library dependency 97/25597/1
yoonki.park [Thu, 7 Aug 2014 08:13:20 +0000 (17:13 +0900)]
Added library dependency

Change-Id: I429cc31142ea71179e3871c41fd447d54f6495ce
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
10 years agoSDB: refined messages 77/25077/4
shingil.kang [Mon, 28 Jul 2014 15:31:24 +0000 (00:31 +0900)]
SDB: refined messages

Change-Id: Ie00fe14e34215f44e28df233a971b9bc298676d0
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoMerge "SDB: Added 'forward-list' command 'forward-list' command shows list of forward...
Yoonki Park [Mon, 28 Jul 2014 07:18:28 +0000 (00:18 -0700)]
Merge "SDB: Added 'forward-list' command 'forward-list' command shows list of forwarding ports" into tizen

10 years agoMISC: package version up (2.2.48) 45/25045/1
shingil.kang [Mon, 28 Jul 2014 05:19:53 +0000 (14:19 +0900)]
MISC: package version up (2.2.48)

Change-Id: I403c0dd8af87c44053d2553a823a239ab8962952
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Added 'forward-list' command 18/20118/6
shingil.kang [Mon, 28 Apr 2014 07:21:26 +0000 (16:21 +0900)]
SDB: Added 'forward-list' command
'forward-list' command shows list of forwarding ports

Change-Id: Ic0c1f52dc8fb2887998fec72501ed2b419dea00d
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoSDB: Added symbolic link to libudev library when installing sdb 87/24587/1
shingil.kang [Thu, 17 Jul 2014 05:28:41 +0000 (14:28 +0900)]
SDB: Added symbolic link to libudev library when installing sdb
Ubuntu 13.x version above, libudev.so.0 does not exist but libudev.so.1 only exists.

Change-Id: I2b5956d5196839be4ea977f8ec6b8a611728b068
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Upgraded ansicon version 1.66 95/22395/3
shingil.kang [Tue, 3 Jun 2014 02:17:56 +0000 (11:17 +0900)]
SDB: Upgraded ansicon version 1.66

Change-Id: I29e7ebda52c434e5949b0b76ab3b2eeef60442c0
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: package version up (2.2.47) 31/20831/1
shingil.kang [Tue, 13 May 2014 06:00:46 +0000 (15:00 +0900)]
SDB: package version up (2.2.47)

Change-Id: I744ac255ae2c16661c00dc665da177742935efbf
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Bind the IP of SDB Server to 0.0.0.0. 29/20829/1
shingil.kang [Tue, 13 May 2014 05:55:26 +0000 (14:55 +0900)]
SDB: Bind the IP of SDB Server to 0.0.0.0.

Change-Id: I0be7a51dfba3ad2d3b8721afb23e90a8a81494ee
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: package version up (2.2.46) 80/20080/1 tests
shingil.kang [Sun, 27 Apr 2014 06:32:30 +0000 (15:32 +0900)]
SDB: package version up (2.2.46)

Change-Id: Id0ed93a80f1c6c9d27cce4d0995658193dbc3fcf
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Bind the IP of forward listener to 0.0.0.0. 78/20078/2
shingil.kang [Sun, 27 Apr 2014 06:24:39 +0000 (15:24 +0900)]
SDB: Bind the IP of forward listener to 0.0.0.0.

Change-Id: I4fb57bb770c38fcfc1a3dd6a11505f1bb2200b0b
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Get application temporary path by using pkgcmd when installing tizen package 78/19478/3
shingil.kang [Sun, 13 Apr 2014 07:19:18 +0000 (16:19 +0900)]
SDB: Get application temporary path by using pkgcmd when installing tizen package

Change-Id: Iee5cb5ae1d782c2bdd2d4e64b6f9df42ca435a66
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoMerge "SDB: Fixed a bug where completing remote path automatically is not worked...
Yoonki Park [Thu, 3 Apr 2014 01:23:38 +0000 (18:23 -0700)]
Merge "SDB: Fixed a bug where completing remote path automatically is not worked." into tizen

11 years agoSDB: Fixed a bug where completing remote path automatically is not worked. 82/18782/3
shingil.kang [Tue, 1 Apr 2014 06:55:59 +0000 (15:55 +0900)]
SDB: Fixed a bug where completing remote path automatically is not worked.

Change-Id: I35e4cf47bff26b009a630cf01295963dc1aeaefd
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Checked the length of reading device description 44/18844/2
shingil.kang [Wed, 2 Apr 2014 02:52:07 +0000 (11:52 +0900)]
SDB: Checked the length of reading device description

Change-Id: I7a65070ce946d26c46194406695d387f2eda023a
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Added sdb auto completion to the install script on Mac OS 00/18700/1
shingil.kang [Fri, 28 Mar 2014 08:31:11 +0000 (17:31 +0900)]
SDB: Added sdb auto completion to the install script on Mac OS

Change-Id: Idbb884eb2ca7b952c0f7eec867e948422f30349d
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Check if sdb completion script exists when applying sdb completion. 53/18653/1
shingil.kang [Thu, 27 Mar 2014 13:08:52 +0000 (22:08 +0900)]
SDB: Check if sdb completion script exists when applying sdb completion.

Change-Id: I36f7bc71fc42f811008e6dae572b73c198cbc9a7
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Fixed prevent issue 65/18365/2
shingil.kang [Fri, 21 Mar 2014 07:51:24 +0000 (16:51 +0900)]
SDB: Fixed prevent issue
Checked return value

Change-Id: I652833172ee798bc28fdbbe7c0ee885c0f72e8d7
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: Fixed typo 23/18623/1
shingil.kang [Thu, 27 Mar 2014 07:54:34 +0000 (16:54 +0900)]
SDB: Fixed typo
install -> dlog

Change-Id: I45979740447d4f6ba550bb06cc5cba1fd1193b41
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
11 years agoSDB: fix prevent issues 42/17642/1
ho.namkoong [Fri, 7 Mar 2014 07:55:28 +0000 (16:55 +0900)]
SDB: fix prevent issues
critical issue: resource leak

Change-Id: I4c5e71de0d91f638ad922d725caf08abe60c88ac
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: block remote device connect 24/17324/1
ho.namkoong [Thu, 6 Mar 2014 10:45:41 +0000 (19:45 +0900)]
SDB: block remote device connect
first security issues should be resolved first
for connecting remote device

Change-Id: Ia5f2ec9d8f626767fdec76a4d25101d57e238779
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: refine and refactoring pull/push process 05/17005/1
ho.namkoong [Fri, 28 Feb 2014 09:27:45 +0000 (18:27 +0900)]
SDB: refine and refactoring pull/push process
When sdb gets remote directory entries, it also gets their stats.
Therefore, we do not have to request stat after requesting directory entries.
Also, SYNC_INFO structure is implemented

Change-Id: I976b1cff79afff60e92f4509b80932211e15466a

11 years agoSDB: modify pull/ push error message and improve pull/push process 24/16724/5
ho.namkoong [Wed, 19 Feb 2014 03:52:15 +0000 (12:52 +0900)]
SDB: modify pull/ push error message and improve pull/push process
1. formating error message
[fatal]|[error]: situation of the error: reason of the error
2. improve pull/push process
pull/push stops only when fatal error occur
it error does not block pull/push of other files, it just skips

Change-Id: I431b1e0169011a925548186308f4017d3cda2bab
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: annotate device connect 39/15839/1
ho.namkoong [Wed, 29 Jan 2014 04:10:42 +0000 (13:10 +0900)]
SDB: annotate device connect
annote device connect which is not provided until security issue is resolved

Change-Id: I931c12970d8d4a45052fe91a70eb03b02e37c744

11 years agoSDB: fix prevent critical bug 35/15435/1
ho.namkoong [Tue, 21 Jan 2014 07:49:10 +0000 (16:49 +0900)]
SDB: fix prevent critical bug
fix resource leak

Change-Id: I50d6cf711b0112c798a18c283952faf08e283a27
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: sdb pkg version up 2.2.45 38/15338/1
ho.namkoong [Mon, 20 Jan 2014 02:57:05 +0000 (11:57 +0900)]
SDB: sdb pkg version up 2.2.45

Change-Id: I2b925fc33aed5a9305ba343663059f478a1b421f
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: remove sdb autocomplete script when uninstall 35/15335/2
ho.namkoong [Mon, 20 Jan 2014 02:36:36 +0000 (11:36 +0900)]
SDB: remove sdb autocomplete script when uninstall
in ~/.basrc, scripts for enabling sdb autocomplete is inserted.
Removed those scripts when sdb is uninstalled

Change-Id: Ib1fb0b1699e35c6dfc696259048a58f40fe28064
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: disable sdb autocomplete when sdb binary does not exist 18/15118/1
ho.namkoong [Thu, 16 Jan 2014 08:56:01 +0000 (17:56 +0900)]
SDB: disable sdb autocomplete when sdb binary does not exist
If sdb does not exists in the path that user inputs, autocomplete for sdb is disasbled

Change-Id: I6828156ccda6d9d0d4653cb7b2d3a515ed850b26
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.44 93/14593/1
ho.namkoong [Wed, 8 Jan 2014 08:11:45 +0000 (17:11 +0900)]
SDB: pkg version up 2.2.44

Change-Id: Ib384b316c478968cd71bf1c60f28aaf44635c506
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: remove sudo commands when installing sdb 85/14585/3
ho.namkoong [Wed, 8 Jan 2014 06:50:17 +0000 (15:50 +0900)]
SDB: remove sudo commands when installing sdb
remove tsudo by setting autocomplete in user account

Change-Id: I925f8aeb3a18cb4f54176b967788b9892a7b1305
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.43 80/14580/1
ho.namkoong [Wed, 8 Jan 2014 04:59:29 +0000 (13:59 +0900)]
SDB: pkg version up 2.2.43

Change-Id: I211d2b04b3d6ce3f4bb9079ba91a446108dedc4d
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: run sudo once when install sdb 78/14578/2
ho.namkoong [Wed, 8 Jan 2014 04:48:11 +0000 (13:48 +0900)]
SDB: run sudo once when install sdb
make script for commands which need root account

Change-Id: Ief15a28d66f6e2b3d4a7b1782197469513a582bb
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: Implement shell autocomplete in Windows 98/14098/4
ho.namkoong [Mon, 23 Dec 2013 08:55:54 +0000 (17:55 +0900)]
SDB: Implement shell autocomplete in Windows
Windows shell did not support autocomplete because Mingw does not support termios.h
Implement it using Win32 API

Change-Id: I8ea10f7c0d169f8db93b538b14b09b02d5fb9587
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agofix install failed due to using tsudo not 40/14040/1
yoonki.park [Fri, 20 Dec 2013 10:28:58 +0000 (19:28 +0900)]
fix install failed due to using tsudo not

Change-Id: Ic50120e261d6232e477202c6f199ae5f444954b9
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agoSDB: change gksudo -> tsudo 01/14001/1
ho.namkoong [Fri, 20 Dec 2013 03:42:13 +0000 (12:42 +0900)]
SDB: change gksudo -> tsudo
For automatic test of installmanager, gksudo is changed to tsudo

Change-Id: I19aa9cd3c125466dfd10f4ac023448237bd89fbc
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.40 00/13900/1
ho.namkoong [Wed, 18 Dec 2013 04:13:02 +0000 (13:13 +0900)]
SDB: pkg version up 2.2.40
Add sdb link in /usr/bin/sdb for autocomplete

Change-Id: Ida8c93637e6c3947454b6d486cfc49e97b718619

11 years agoSDB: pkg version up 2.2.39 26/13826/1
ho.namkoong [Tue, 17 Dec 2013 05:20:34 +0000 (14:20 +0900)]
SDB: pkg version up 2.2.39
fix uninstall script

Change-Id: I2b2da7a750c73ef13007aec82152b6cfada35a5a
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.38 25/13825/2
ho.namkoong [Tue, 17 Dec 2013 05:09:16 +0000 (14:09 +0900)]
SDB: pkg version up 2.2.38
fix sdb install script for autocomplete

Change-Id: I09703005c67b245fb05ba8238f585e23ca3d9a79
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.37 24/13824/1
ho.namkoong [Tue, 17 Dec 2013 04:42:19 +0000 (13:42 +0900)]
SDB: pkg version up 2.2.37

Change-Id: Id020e1beb4692bbb9e142636b5d55d7a0d9507bf
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.36 23/13823/1
ho.namkoong [Tue, 17 Dec 2013 04:29:39 +0000 (13:29 +0900)]
SDB: pkg version up 2.2.36

Change-Id: I85d206ee2a0967e48a66664c3759a17feba0d633
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: change strnlen -> s_strnlen 21/13821/1
ho.namkoong [Tue, 17 Dec 2013 04:09:35 +0000 (13:09 +0900)]
SDB: change strnlen -> s_strnlen
Mingw does not have strnlen

Change-Id: I686df6a00fe0bf8d0e41cfc902b2a43633468ed8
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.35 14/13814/2
ho.namkoong [Tue, 17 Dec 2013 01:31:49 +0000 (10:31 +0900)]
SDB: pkg version up 2.2.35
add sdb autocomplete

Change-Id: Ib46e6dac825585f7218fe5f6c4a642696a16565e
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: make scripts for sdb autocomplete 74/13774/4
ho.namkoong [Mon, 16 Dec 2013 06:04:21 +0000 (15:04 +0900)]
SDB: make scripts for sdb autocomplete
implement install, uninstall and build script for sdb autocomplete

Change-Id: Ia6db255895cf5d6cb1be4bb2890296d4da3b61d5
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: fix log error 40/13740/1
ho.namkoong [Fri, 13 Dec 2013 08:12:15 +0000 (17:12 +0900)]
SDB: fix log error
insert null point checker

Change-Id: Ib2649b764b93c4d9b87ba8a637cb048a5c6b2ab6
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: remove unnecessary hot patch 38/13738/1
ho.namkoong [Fri, 13 Dec 2013 07:48:39 +0000 (16:48 +0900)]
SDB: remove unnecessary hot patch
usb bug is patched in platform, so remove patch for it in sdb

Change-Id: Ifa868a695d21f554b22ee90006d7eeb79f27f3c4
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: Fix web debug bug and add packet tracing in log 36/13736/1
ho.namkoong [Fri, 13 Dec 2013 07:04:53 +0000 (16:04 +0900)]
SDB: Fix web debug bug and add packet tracing in log

Change-Id: Ic7e54706d4278263d483088a1d7ee3359c36b9db
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: Implement sdb autocomplete 72/13472/3
ho.namkoong [Fri, 6 Dec 2013 10:48:18 +0000 (19:48 +0900)]
SDB: Implement sdb autocomplete
Add sdb tab autocomplete feature in Linux

Change-Id: If3cca4389d595fe81ee2a005ea4a6a6bc0df2cc4
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 95/13495/1
ho.namkoong [Mon, 9 Dec 2013 01:47:40 +0000 (10:47 +0900)]
SDB: pkg version up
version up to 2.2.34

Change-Id: I3ef2c633fff6063fde8ac4bab292dcd4d0592fa7
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: fix sdb error message 83/13083/5
ho.namkoong [Thu, 28 Nov 2013 02:47:51 +0000 (11:47 +0900)]
SDB: fix sdb error message
when there are more than one device, error happend by -d option is modified

Change-Id: Ibdf5fea4e9c8e42752edbeaba530ebf7d1e22105
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.33 12/12912/2
ho.namkoong [Tue, 26 Nov 2013 02:05:00 +0000 (11:05 +0900)]
SDB: pkg version up 2.2.33

Change-Id: Iea768033b8e046c6427d93ab9943395608e20e54
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: fix service parsing bug 09/12909/2
ho.namkoong [Tue, 26 Nov 2013 02:00:31 +0000 (11:00 +0900)]
SDB: fix service parsing bug
if serial contains ':', service string cannot be parsed normally

Change-Id: Icfb13b31ea6cc6a42a895f389dfa2c8e5306f56f
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: modify sdb uninstall 00/12700/1
ho.namkoong [Thu, 21 Nov 2013 09:21:02 +0000 (18:21 +0900)]
SDB: modify sdb uninstall
1. describe about pkg_id in help page
2. refine uninstall error message

Change-Id: I14f8d2ec7c42058f276163f0b72c2a5dcbd82ac2
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: support suspend mode 35/12635/2
ho.namkoong [Wed, 20 Nov 2013 12:58:45 +0000 (21:58 +0900)]
SDB: support suspend mode
support suspend mode in emulator.
If emulator is in suspend mode, all the connections between sdb and emulator are closed

Change-Id: I633e06906aeb8a84ac0044f3efbbd369b37842d2
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: Fix install bug 73/12473/2
ho.namkoong [Fri, 15 Nov 2013 10:12:31 +0000 (19:12 +0900)]
SDB: Fix install bug
Fix bug: SDB client dies when pkg file has wrong format

Change-Id: Ibad0f079cb534ba10f35753fa2c4f7c3d190b15c

11 years agoSDB: version up to 2.2.32 42/12442/1
yoonki.park [Fri, 15 Nov 2013 06:27:09 +0000 (15:27 +0900)]
SDB: version up to 2.2.32

Change-Id: I9635f230b9eb1c157e17c843b2dfa7dff0c2db5c
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agoSDB: remove debug fatal log when sdb is just booted up 38/12438/1
yoonki.park [Fri, 15 Nov 2013 05:54:52 +0000 (14:54 +0900)]
SDB: remove debug fatal log when sdb is just booted up

Change-Id: I4ae5514531315be0f8a5d9586e875a64cd3c520b
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agoSDB: modify wrong message in file pull/ push 41/12341/2
ho.namkoong [Wed, 13 Nov 2013 11:15:49 +0000 (20:15 +0900)]
SDB: modify wrong message in file pull/ push
make message correct by changing source to destination

Change-Id: I264239e4c9b3150e965c0b03b48197fd5c91bf95
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoSDB: pkg version up 2.2.31 40/12340/1
ho.namkoong [Wed, 13 Nov 2013 11:10:09 +0000 (20:10 +0900)]
SDB: pkg version up 2.2.31

Change-Id: Ic1f10af798e8152b5c42dc620abb667ccb79a6dc

11 years agoSDB: fix pull bug in Windows 39/12339/1
ho.namkoong [Wed, 13 Nov 2013 10:56:50 +0000 (19:56 +0900)]
SDB: fix pull bug in Windows
1. If pull path contains device like c:, d:, e:, so on... it shows error message
2. sdb is killed if destination path is device like c:\, d:\, e:\, and so on...

Change-Id: Id536515960968ddb7ab7314136226b30c8b30196

11 years agoSDB: FDEVENT: pkg version up 2.2.30 48/11648/3
ho.namkoong [Fri, 1 Nov 2013 05:58:24 +0000 (14:58 +0900)]
SDB: FDEVENT: pkg version up 2.2.30

pkg upload for patching web debug

Change-Id: I25d6407bf7b2c8bd031e34727e9672ef383014f8

11 years agoSDB: FDEVENT: Fixed web debug in Unix (Linux and Mac) 46/11646/2
ho.namkoong [Thu, 31 Oct 2013 13:39:51 +0000 (22:39 +0900)]
SDB: FDEVENT: Fixed web debug in Unix (Linux and Mac)

hang issue has been produced when debug a web app

Change-Id: Iea928e842dea9633f1f632e4f3da48df8b70dbb2
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoversion up to 2.2.29 13/11613/1
yoonki.park [Thu, 31 Oct 2013 06:58:18 +0000 (15:58 +0900)]
version up to 2.2.29

Change-Id: I18b4b0d6a690de3dc57f80cb81e01bdb65d45d73
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agocalling gksudo has been removed from uninstall script 12/11612/1
yoonki.park [Thu, 31 Oct 2013 06:55:27 +0000 (15:55 +0900)]
calling gksudo has been removed from uninstall script

Change-Id: I8724397afbc3b838f5f15540fcb0c10a2bbf67c0
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agoversion up to 2.2.28 72/11572/1
yoonki.park [Wed, 30 Oct 2013 08:44:48 +0000 (17:44 +0900)]
version up to 2.2.28

Change-Id: I877245c5701554a445d2eac780611f90e0223dd0
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agomake pull/push progress bar 58/11558/1
ho.namkoong [Wed, 30 Oct 2013 04:44:23 +0000 (13:44 +0900)]
make pull/push progress bar

Change-Id: I4a84b3c3b362eb53b2e489ff7590b56a05c738a2

11 years agomake fd in Windows unique. If one fd is closed and other fds are created, same fd... 34/11534/1
ho.namkoong [Tue, 29 Oct 2013 11:54:56 +0000 (20:54 +0900)]
make fd in Windows unique. If one fd is closed and other fds are created, same fd is never be used

Change-Id: Iaf7ce7a08117faf3b557acb35f1c4e9230e2f4de

11 years agoremove unused file 23/11523/2
ho.namkoong [Tue, 29 Oct 2013 08:07:27 +0000 (17:07 +0900)]
remove unused file

Change-Id: Ibe99a2f18926e2842105d81665342d7fbb951bd7
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agopkg version up 2.2.27 52/11452/2
ho.namkoong [Mon, 28 Oct 2013 08:41:50 +0000 (17:41 +0900)]
pkg version up 2.2.27

Change-Id: I07efde5939756ab8b600bd187e9a6ab0d95b3558

11 years agofix Windows disconnect bug 51/11451/1
ho.namkoong [Mon, 28 Oct 2013 08:07:20 +0000 (17:07 +0900)]
fix Windows disconnect bug

Change-Id: I98ef7ecfbbf6d2314628fffd5d6fc93bc289ade6
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
11 years agoadd strnlen function to fix build break in case of Windows 18/11418/2
yoonki.park [Sun, 27 Oct 2013 20:24:39 +0000 (05:24 +0900)]
add strnlen function to fix build break in case of Windows

Change-Id: Ied8bec48579b97c15f809a63882d9d0122721dea
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agofixed to remain device on list when unplugged usb 17/11417/1
yoonki.park [Sun, 27 Oct 2013 19:37:06 +0000 (04:37 +0900)]
fixed to remain device on list when unplugged usb

Change-Id: I62b78f7d08596b66c73b236bc51420daff2557b5
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agopkg version up 2.2.26 16/11416/1
ho.namkoong [Sun, 27 Oct 2013 15:21:54 +0000 (00:21 +0900)]
pkg version up 2.2.26

Change-Id: Ie19704bb16ca83c2147303c3f45c4ba803b9365d

11 years agohot patch for tct stuck 15/11415/1
ho.namkoong [Sun, 27 Oct 2013 15:18:35 +0000 (00:18 +0900)]
hot patch for tct stuck

Change-Id: I31f915e1662ab1971e5e7bb11cac24f21f04444b

11 years agopkg version up 2.2.25 95/11395/2
ho.namkoong [Fri, 25 Oct 2013 06:57:01 +0000 (15:57 +0900)]
pkg version up 2.2.25

Change-Id: Ida2e3b43cfd8cfd96aa6ecc6e2425178aed6361b

11 years agoblocking connect if already connected transport exists 89/11389/1
ho.namkoong [Fri, 25 Oct 2013 06:37:04 +0000 (15:37 +0900)]
blocking connect if already connected transport exists

Change-Id: I586cd1924ef84d9320e131581aa287473cf82402

11 years agoMerge "sdb version up 2.2.19 (pkg ver:2.2.24)" into tizen
Kangho Kim [Thu, 24 Oct 2013 19:10:58 +0000 (12:10 -0700)]
Merge "sdb version up 2.2.19 (pkg ver:2.2.24)" into tizen

11 years agosdb version up 2.2.19 (pkg ver:2.2.24) 49/11349/1
yoonki.park [Thu, 24 Oct 2013 19:10:52 +0000 (04:10 +0900)]
sdb version up 2.2.19 (pkg ver:2.2.24)

Change-Id: I6ad4b95f16a54c1da20982854b269aa781011497
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agofixed to register multiple same device & remove device from list when unplugging usb 47/11347/2
yoonki.park [Thu, 24 Oct 2013 18:41:43 +0000 (03:41 +0900)]
fixed to register multiple same device & remove device from list when unplugging usb

Change-Id: Ic57837abcfca627d40621e74660c19e385df5bd5
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agoMerge "change code indentation format with space" into tizen
Kangho Kim [Thu, 24 Oct 2013 18:50:45 +0000 (11:50 -0700)]
Merge "change code indentation format with space" into tizen

11 years agochange code indentation format with space 46/11346/1
yoonki.park [Thu, 24 Oct 2013 18:18:09 +0000 (03:18 +0900)]
change code indentation format with space

Change-Id: I088c411ea808c566dbed7694c49a7d0d070437cc
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
11 years agofix Windows fdevent bug 45/11345/1
ho.namkoong [Thu, 24 Oct 2013 18:04:13 +0000 (03:04 +0900)]
fix Windows fdevent bug

Change-Id: I7ebf925f7b5bdb510c03222118cedac95e07e4f0

11 years agoMerge "remove unused file" into tizen
Kangho Kim [Thu, 24 Oct 2013 08:48:16 +0000 (01:48 -0700)]
Merge "remove unused file" into tizen

11 years agopkg version up 2.2.23 21/11321/1
ho.namkoong [Thu, 24 Oct 2013 08:39:33 +0000 (17:39 +0900)]
pkg version up 2.2.23

Change-Id: I0703bb63932599cb270ec1539210fac499e2d447