Android Debug Bridge (adb) 는 다용도로 쓰이는 명령어 툴이다. 이것은 사용자가 애뮬레이터 인스턴스와 통신하거나, 안드로이드 기기와 연결하도록 한다. Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. 글 순서 ADB 의 3개 components adb 동작방법 및 특징 db 명령어 tool 위치 /platform-tools/ 참고자료 Android Debug Bridge ADB 의 3개 components client 개발 기계에서 돌아간다. adb 명령을 실행하여 she..
From an adb remote shell, you can use the sqlite3 command-line program to manage SQLite databases created by Android applications. The sqlite3 tool includes many useful commands, such as .dump to print out the contents of a table and .schema to print the SQL CREATE statement for an existing table. The tool also gives you the ability to execute SQLite commands on the fly. 참고자료 Examining sqlite3 D..
adb devices 연결되어 있는 장비 조사 adb install /root/Downloads/HangulKeyboard.apk apk 파일 설치하기 우분투 10.10 사용 http://developer.android.com/guide/developing/tools/adb.html abd(Android Debug Bridge) 에뮬레이터 인스턴스나 안드로이드 장비의 상태를 관리하는 툴 클라이언트-서버 프로그램 위치 : /platform-tools/ root@ubuntu:~/android-sdk-linux_86/platform-tools# ll 합계 5052 drwxr-xr-x 3 root root 4096 2011-01-17 19:16 ./ drwxrwxr-x 9 12275 5000 4096 2011-..