상세 컨텐츠

본문 제목

[Tizen]sdb 명령어 정리

Tizen

by mobile 2014. 11. 6. 18:13

본문

반응형


C:\tizen-sdk\tools>sdb

Smart Development Bridge 2.2.51


 Usage : sdb [option] <command> [parameters]

-----------------------------------------------------------------------------------------

 options:

  -e, --emulator                - direct command to the only running emulator

                                  return an error if more than one emulator is running

  -d, --device                  - direct command to the only connected USB device

  -s, --serial <serial_number>  - direct command to the USB device or emulator with the given serial number

-----------------------------------------------------------------------------------------

 commands:

  sdb root <on | off>           - switch to root or developer account mode

                                  'on' means to root mode, and vice versa

  sdb status-window             - continuously print device status for a specified device

  sdb get-serialno              - print: <serial-number>

  sdb get-state                 - print: offline | locked | device

  sdb kill-server               - kill the server if it is running

  sdb start-server              - ensure that there is a server running

  sdb version                   - show version num

  sdb help                      - show this help message

  sdb forward <local> <remote>  - forward socket connections

                                  For example: sdb forward tcp:9999 tcp:9999

  sdb forward --list            - list all forward socket connections

  sdb forward --remove <local>  - remove a specific forward socket connections

  sdb forward --remove-all      - remove all forward socket connections

  sdb uninstall <pkg_id>        - uninstall an app from the device

                                  the <pkg_id> is an unique 10-digit unique identifier for the application. 

 The following command shows an example:

                                  Ex.) sdb uninstall ko983dw33q

  sdb install <pkg_path>        - push package file and install it

  sdb dlog [<filter_spec>]      - view device log

  sdb shell [command]           - if argument is null, run remote shell interactively

                                  if argument is not null, run command in the remote shell

  sdb pull <remote> [<local>]   - copy file/dir from device

  sdb push <local> <remote> [--with-utf8]

                                - copy file/dir to device

                                  (--with-utf8 means to create the remote file with utf-8 character encoding)

  sdb disconnect [<host>[:<port>]]

                                - disconnect from a TCP/IP device

                                  port 26101 is used by default if no port number is specified

                                  using this command with no additional arguments

                                  will disconnect from all connected TCP/IP devices

  sdb connect <host>[:<port>]   - connect to a device via TCP/IP

                                  port 26101 is used by default if no port number is specified

  sdb devices                   - list all connected devices

반응형

'Tizen' 카테고리의 다른 글

[Tizen] sdk error on Ubuntu 14.04  (0) 2014.11.23
[Tizen]Tizen Repository 추가  (0) 2014.11.07
[Tizen] IVI Paltform SDK 설치  (0) 2014.11.07
[Tizen]Tizen systemctl 명령어 정리  (0) 2014.11.06
[Tizen]Tizen SDK에 대한 필수 구성 요소  (0) 2014.10.08

관련글 더보기

댓글 영역