본문 바로가기
728x90
반응형

3. 개발 관련191

[AOSP] java incorrect version error Android 를 빌드하다 보면 아래와 같은 에러가 가끔 나오는 데... ============================================ Checking build tools versions... ************************************************************ You are attempting to build with the incorrect version of java. Your version is: Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.. 2016. 5. 4.
git clone SSL error 1. Try clone git repository chlrbgh0@Mulder:/T1/favorite/test$ git clone https://android.googlesource.com/kernel/exynos.gitCloning into 'exynos'...fatal: unable to access 'https://android.googlesource.com/kernel/exynos.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none 2. Re-try with no SSL verify option chlrbgh0@Mulder:/T1/favorite/test$ GIT_.. 2016. 4. 4.
linux kernel 4.5 cross compile for arm64 1. scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h : no such file or directory => in v4.5 looks like kernel depend on libssl-dev.SOLVED => sudo apt-get install libssl-dev 2016. 4. 1.
SAMBA : Config/Useradd/Loging 1. Adding smb rule in smb.conf file [Share] comment = Share Directory path = /share writable=yes valid users = sambauser create mask = 0777 directory mask = 0777 read only = no browsable = yes 2. Adding smbpasswd to `sambauser` #] smbpasswd -a sambauser > passwd > passwd repeat 3. Restarting samba server #] sudo service smbd restart 3. Login with sambauser #] smbclient //SAMBA_SERVER_IP_AND/PATH.. 2016. 3. 13.
android reboot testing while(){adb wait-for-deviceadb reboot} 2016. 3. 4.
fiq debugger 실행하기 Minicom 기준으로 send break 를 날려주면 debug 모드로 진입됨. 1. [Ctrl + a]] 2. [z] 3. [f] 콘솔 모드 전환은 `debug>` 프롬프트에서 `console` 이라고 입력. 2015. 10. 22.
728x90
반응형