본문 바로가기

Hello Android

install jenkins on ubuntu 12.04 sudo apt-get install winbindsudo apt-get install libnss-winbindsudo gedit /etc/nsswitch.conf and append "wins" after "files" [init.sh ] - auto mount serversleep 60echo -e "dsic-iclab" |sudo -S mount -t cifs //192.168.203.222/osteam_drive/FTP/00_OS /home/osteam/.jenkins/jobs/DS2/workspace/mountserver -o user=osteamadmin,pass=dsic-iclab,uid=1000,gid=1000 [/etc/rc.local ] 시작 할 때 실행su - osteam "/hom..
camera [바코드 안전성 테스트] 1360x960 에서 watchdoc 1. 20 시간 버티다 죽음.2. 안죽음.NULL 이 나왓다.=============================화면 키고 그냥 죽는 경우 메시지 =============================[ 31.871868] [4] gpu_set_clk_vol in the G3D power-off state![ 32.641704] [4] Release fence is not signaled on [dd255280] for 1000 ms[ 32.766689] [4] Release fence is not signaled on [dd255580] for 1000 ms[ 32.796712] [4] Release fence is not signaled o..
[eclipse] java version 변경 eclipse java 버전변경 eclipese.ini 파일에 java path 추가 --launcher.XXMaxPermSize 256m-vm/home/me/jdk1.7.0_67/bin/java
your project contains errors) please fix them before running your application your project contains errors) please fix them before running your applicationAPI Level19 에서 에러 발생API Level18 로 프로젝트 만들어서 실행 -> OK
[우분투] 환경설정 [beyond compare]http://www.scootersoftware.com/OLDER VERSIONSBeyond Compare 3 데비안 설치 [한글 입력기 설치]http://webnautes.tistory.com/511 Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: File not foundAndroid SDK Manager 에서 위와 같은 에러 메시지 나올때 sdk/tools 폴더의 android 실행파일을 슈퍼유저로 실행을한다.~$sudo ./android adobe reader 설치sudo add-apt-repository "deb http://archive.canonic..
[우분투] build the doublecmd in lazarus [ build doublecmd ] - 패키지 설치
package manager [pm] 명령어 ● Package Managerusage: pm list packages [-f] [-d] [-e] [-s] [-e] [-u] [FILTER] pm list permission-groups pm list permissions [-g] [-f] [-d] [-u] [GROUP] pm list instrumentation [-f] [TARGET-PACKAGE] pm list features pm list libraries pm path PACKAGE pm install [-l] [-r] [-t] [-i INSTALLER_PACKAGE_NAME] [-s] [-f] PATH pm uninstall [-k] PACKAGE pm clear PACKAGE pm enable PACKAGE_OR_COMPONENT pm d..
안드로이드 input 명령어 ● input http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_7 usage: input [text|keyevent] input text input keyevent ex) KEYCODE_BACK 이벤트 날리기 # input keyevent 4 ex) 문자열 날리기 # input text hello