XT720 (SKT)
그동안 커스텀롬(miui)을 잘 사용하다가 갑자기(-_-?) 순정50R으로 되돌리고 싶은 마음에,,,
RSD를 이용해 돌려놨다..
전원 인가 후 잘 되는가 싶더니....

T 로고가 나오는 부분에서 무한으로 계속 T로고가 나왔다 -_-; 
리눅스 커널 부팅은 다 된듯하고... 아무래도..설정이 맞지 않나..생각이 들었다..
불현듯, 아차...뭘 지워야 된다고 했는데..ㅠㅠ

리커버리 모드로 진입해야 하는데...기억 나지 않았다...

검색..ㅠㅠ
리커버리 모드 진입하는 방법

1. 미디어 + 전원 으로 시작
 삼각형 모양 이미지 나오면, 볼륨상 + 카메라 버튼.. 
복잡하다 크...

2. 이동은 볼륨키로 업,다운...

3. 선택은 카메라 버튼...

4. wipe cache 와 wipe data/factory reset 를 선택 했다..

5. reboot

그리고 나서는 괜찮아짐 ㅡㅡ;

휴...

순정으로 돌아오니 빠릿한 느낌은 전혀 없다...오히려 갑갑해 졌다..흑...
모토마이져님의 도움이 절실해 졌다 -_-;

-끝-


우분투 11.04에서 테스트 함.
인터넷 검색으로 찾은건데...뭔가 잘 맞지 않는듯 해서
정리해 둔다...-_-;

source 디렉토리를 100메가 단위로 분할 압축..

tar czvf - source | split -b 100m - source.tar.gz

source.tar.gza
source.tar.gzb
...

 생기고,

해제는...


cat source.tar.gz* | tar xzvf - 


  ....
-끝-
1주년이다 -_-;;;축하해야되남 ㅡㅡ;

안드로이드 첫 교육들으러 갔던건 꽤 된거 같은데...
아..노트북이었지 -_-;;;

언넝 삭제하고 다시 빌드 해야징...ㅋ
참고로 저의 debug.keystore는 

C:\Documnets and Settings\BK\.andoird\debug.keystore 이더군요...
삭제 ㄱㄱㄱ

다시 빌드 ㅡㅡ;

Error generating final archive: Debug certificate expired 
Error generating final archive: Debug certificate expired 
Error generating final archive: Debug certificate expired 
Error generating final archive: Debug certificate expired 
Error generating final archive: Debug certificate expired 
....-_-;;
 
    
 


1. Download VMware Player

VMWARE 사이트에서 다운...
아래는 언어변경 페이지인데 한국어를 선택해도 마지막 다운로드에서는 결국 영어로 바뀜 -_-;
사이트에 가입을 하고 로긴을 해야 다운로드가 가능...
https://www.vmware.com/worldwide.html

아래는 로그인 후에 다운 받을 수 있는 Player들 리스트 캡처화면....이전 버전도 있음.
필자는 4.0 모든 os 관련 버전 다 받아두고..3.1.5도 리눅스용으로 받음..




2. 다운 받은 파일의 실행 권한 변경.
우분투는 apt-get 이나 synaptic 아니면 software center 등을 이용해서 설치를 할 수 있는데....
WMware player는 기본적으로는 검색이 되지 않는다...그래서 다운을 받은거고...
일단 다운은 받았는데..파일 명이...bundle로 끝난다..
나같이 우분투 초보에겐 굉장히 낯선 확장자(?)가 아닐 수없다...
혹시나 하고 실행권한을 주고 실행했더니 다행히(?)도 설치가 진행되었다...(원래 이렇게 하는건가 ...ㅠㅠ)

아래는 다운받은 리스트..
$ ls -1 VMware*


실행권한 변경후 그냥 실행했다가 sudo 로 다시 실행하는 과정...
$chmod +x VMware-Player-4.0.0-471780.i386.bundle
$sudo ./VMware-Player-4.0.0-471780.i386.bundle




3. 설치 시작..

1) 설치한껀데... 라이선스 동의?


2) 시작할때 업뎃첵크?


3)다른 사람 도와줄래?


4) 설치 준비 다됨..


5) 설치중...





6) 설치 완료


7) 설치완료 커맨드 창...



4. 첫 실행...
라이선스 한번더???-_-;


2) 실행화면...



끝..


Go Android Market

2011.11.22 released v1.01

1] Added Preferences for various settings.
2] Removed AD view from Main Screen
3] Change method of record start,
   please use red button on the right top.
4] Removed the center OSD
5] Change Preview size by touch Main Screen.
6] etc application bug

2011.11.03 released v1.00

Thank you very much for interest this app.
The Kamcorder is a kind of video recorder.
and using default component given Android SDK(MediaRecorder).
So it has a sound of device's default effect capture when every record start and stop.

This has a lot of lacks points, still.
But, It will go improving step by step.

* supported android 2.2 or higher

* recommanded device's resolution is a WVGA or higher

* Key Features ----------------------

1] video resolution : preferences
2] frame per seconds : preferences
3] Record duration : preferences
4] Record file size : preferences
5] Print information
- current date
- battery
- sd remain size (MB)
- accelerometer info
- GPS's longitude and latitude
- various settings
6] record file path ( default sd card)
- /sdcard/Kamcorder
7] view record file list and delete all
8] Video Info Viewer



=========================================
Kamcorder, BlackBox, Video, recorder,
Video record, Camcorder, Continous Record
 


예제만 보려고 했는데...엄청 기네...-_-;;


SYNOPSIS
       find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression]


EXAMPLES

       find /tmp -name core -type f -print | xargs /bin/rm -f


       Find  files  named core in or below the directory /tmp and delete them.
       Note that this will work incorrectly if there are  any  filenames  con‐
       taining newlines, single or double quotes, or spaces.

       find /tmp -name core -type f -print0 | xargs -0 /bin/rm -f

       Find  files  named core in or below the directory /tmp and delete them,
       processing filenames in such a way that file or  directory  names  con‐
       taining  single or double quotes, spaces or newlines are correctly han‐
       dled.  The -name test comes before the -type test  in  order  to  avoid
       having to call stat(2) on every file.


       find . -type f -exec file '{}' \;

       Runs  `file'  on  every file in or below the current directory.  Notice
       that the braces are enclosed in single quote marks to protect them from
       interpretation as shell script punctuation.  The semicolon is similarly
       protected by the use of a backslash, though single  quotes  could  have
       been used in that case also.


       find / \
       \( -perm -4000 -fprintf /root/suid.txt %#m %u %p\n \) , \
       \( -size +100M -fprintf /root/big.txt %-10s %p\n \)

       Traverse the filesystem just once, listing setuid files and directories
       into /root/suid.txt and large files into /root/big.txt.


       find $HOME -mtime 0

       Search for files in your home directory which have been modified in the
       last  twenty-four  hours.  This command works this way because the time
       since each file was last modified  is  divided  by  24  hours  and  any
       remainder is discarded.  That means that to match -mtime 0, a file will
       have to have a modification in the past which is  less  than  24  hours
       ago.


       find /sbin /usr/sbin -executable \! -readable -print

       Search for files which are executable but not readable.


       find . -perm 664

       Search  for files which have read and write permission for their owner,
       and group, but which other users can read  but  not  write  to.   Files
       which  meet  these  criteria  but  have other permissions bits set (for
       example if someone can execute the file) will not be matched.


       find . -perm -664

       Search for files which have read and write permission for  their  owner
       and  group, and which other users can read, without regard to the pres‐
       ence of any extra permission bits (for  example  the  executable  bit).
       This will match a file which has mode 0777, for example.


       find . -perm /222

       Search  for files which are writable by somebody (their owner, or their
       group, or anybody else).


       find . -perm /220
       find . -perm /u+w,g+w
       find . -perm /u=w,g=w

       All three of these commands do the same thing, but the first  one  uses
       the  octal  representation  of the file mode, and the other two use the
       symbolic form.  These commands all search for files which are  writable
       by  either  their  owner  or  their  group.  The files don't have to be
       writable by both the owner and group to be matched; either will do.


       find . -perm -220
       find . -perm -g+w,u+w

       Both these commands do the same  thing;  search  for  files  which  are
       writable by both their owner and their group.


       find . -perm -444 -perm /222 ! -perm /111
       find . -perm -a+r -perm /a+w ! -perm /a+x

       These  two  commands both search for files that are readable for every‐
       body ( -perm -444 or -perm -a+r), have at least one  write  bit  set  (
       -perm  /222 or -perm /a+w) but are not executable for anybody ( ! -perm
       /111 and ! -perm /a+x respectively).


       cd /source-dir
       find . -name .snapshot -prune -o \( \! -name *~ -print0 \)|
       cpio -pmd0 /dest-dir

       This command copies the contents of /source-dir to /dest-dir, but omits
       files  and directories named .snapshot (and anything in them).  It also
       omits files or directories whose name ends in ~,  but  not  their  con‐
       tents.  The construct -prune -o \( ... -print0 \) is quite common.  The
       idea here is that the expression before -prune matches things which are
       to  be  pruned.  However, the -prune action itself returns true, so the
       following -o ensures that the right hand side  is  evaluated  only  for
       those  directories  which didn't get pruned (the contents of the pruned
       directories are not even visited, so their  contents  are  irrelevant).
       The  expression on the right hand side of the -o is in parentheses only
       for clarity.  It emphasises that the -print0 action  takes  place  only
       for  things  that  didn't  have  -prune  applied  to them.  Because the
       default `and' condition between tests binds more tightly than -o,  this
       is  the  default anyway, but the parentheses help to show what is going
       on.


       find repo/ -exec test -d {}/.svn -o -d {}/.git -o -d {}/CVS ; \
       -print -prune

       Given the following directory of  projects  and  their  associated  SCM
       administrative   directories,  perform  an  efficient  search  for  the
       projects' roots:

       repo/project1/CVS
       repo/gnu/project2/.svn
       repo/gnu/project3/.svn
       repo/gnu/project3/src/.svn
       repo/project4/.git

       In this example, -prune prevents unnecessary descent  into  directories
       that  have  already  been  discovered  (for  example  we  do not search
       project3/src because we already found project3/.svn), but ensures  sib‐
       ling directories (project2 and project3) are found.


NON-BUGS
       $ find . -name *.c -print
       find: paths must precede expression
       Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]

       This  happens  because  *.c has been expanded by the shell resulting in
       find actually receiving a command line like this:

       find . -name bigram.c code.c frcode.c locate.c -print

       That command is of course not going to work.  Instead of  doing  things
       this  way, you should enclose the pattern in quotes or escape the wild‐
       card:
       $ find . -name \*.c -print


끝.

노틸러스(nautilus) 실행 후 해당 폴더로
공유를 설정했는데 다른 컴에서 접근하니 공유가 되지 않았다..

1. smb.conf 수정

$cd /etc/samba
$sudo vi smb.conf

내용중에
security = user 의 주석을 제거한다..

저장하고 종료..

2. 삼바 재시작...
$sudo /etc/init.d/smbd restart


끝..



android:layout_width="match_parent"

안드로이드 빌드 타겟을 2.2 로 변경하니 에러가 사라짐 -_-;;;

역시 c & p 는 주의해야됨..
지금 하는 일 계속할래?

잡스옹...??? 어디선가 본듯한데...ㅠㅠ


지금하는일들은 뭐가 있을까 생각해 봄...

*. 딸래미와 놀기
*. 와이프와 수다떨기
*. 회사
*. 담배
*. 술
*. 게임? 요즘은 거의 안함..
*. 안드로이드 ...ㅡㅡ;
*. 우분투 사용..
*. 오랜된 컴터 수리...
*. 인상쓰며 다니기
*. 남 헐뜯기 ㅡㅡ;
*. 영어 공부


시간나면 계속 적어볼까나.

+ Recent posts