조만간 국내 유저들에게도 롤리팝 5.1 OTA 가 오겠네요.
Android Nexus 5 Lollipop 5.1 OTA
출처: http://www.phonearena.com/news/Nexus-5-receives-OTA-update-to-Android-5.1_id67377
2015년 3월 18일 수요일
2014년 12월 18일 목요일
2014년 12월 10일 수요일
Android SDK Manager 가 실행되지 않을 때..
문제는 tools/lib/find_java.bat 파일의 문제..
find_java.bat 를 메모장 등으로 열어서..
아래의 %arch_ext% 부분을 자신의 OS 플랫폼(32, 64) 에 맞게 바꾼다.
즉, 32bit 윈도우면.. find_java%arch_ext%.exe ==> find_java32.exe
64bit 윈도우면.. find_java%arch_ext%.exe ==> find_java64.exe
두군데 모두 바꿔주면 잘 된다..
결국 ANDROID_SWT, JAVA_HOME 등의 환경변수 문제가 아니었어..
--- find_java.bat ----------
rem Query whether this system is 32-bit or 64-bit
rem See also: http://stackoverflow.com/a/24590583/1299302
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" |^
find /i "x86" > NUL && set arch_ext=32 || set arch_ext=64
rem Check we have a valid Java.exe in the path. The return code will
rem be 0 if the command worked or 1 if the exec failed (program not found).
for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s') do set java_exe=%%a
if not defined java_exe goto :CheckFailed
:SearchJavaW
rem Check if we can find a javaw.exe at the same location than java.exe.
rem If that doesn't work, just fall back on the java.exe we just found.
for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s -w') do set javaw_exe=%%a
if not exist "%javaw_exe%" set javaw_exe=%java_exe%
goto :EOF
find_java.bat 를 메모장 등으로 열어서..
아래의 %arch_ext% 부분을 자신의 OS 플랫폼(32, 64) 에 맞게 바꾼다.
즉, 32bit 윈도우면.. find_java%arch_ext%.exe ==> find_java32.exe
64bit 윈도우면.. find_java%arch_ext%.exe ==> find_java64.exe
두군데 모두 바꿔주면 잘 된다..
결국 ANDROID_SWT, JAVA_HOME 등의 환경변수 문제가 아니었어..
--- find_java.bat ----------
rem Query whether this system is 32-bit or 64-bit
rem See also: http://stackoverflow.com/a/24590583/1299302
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" |^
find /i "x86" > NUL && set arch_ext=32 || set arch_ext=64
rem Check we have a valid Java.exe in the path. The return code will
rem be 0 if the command worked or 1 if the exec failed (program not found).
for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s') do set java_exe=%%a
if not defined java_exe goto :CheckFailed
:SearchJavaW
rem Check if we can find a javaw.exe at the same location than java.exe.
rem If that doesn't work, just fall back on the java.exe we just found.
for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s -w') do set javaw_exe=%%a
if not exist "%javaw_exe%" set javaw_exe=%java_exe%
goto :EOF
2014년 12월 1일 월요일
행아웃에서 스팸문자 차단방법
차단할 번호의 메세지 확인 --> 사용자 및 옵션 --> xxxx님 차단
차단해제 시 행아웃 메인 옵션 --> SMS --> 차단된 번호에서 해당 번호 차단해제
출처: http://pugeun.tistory.com/entry/how-to-block-spam-sms-of-hangout
2014년 11월 19일 수요일
2014년 11월 5일 수요일
2014년 11월초 기준, 안드로이드 버전별 점유율
안드로이드 버전별 점유율
2014.11.03
프로요 0.6%
진저브레드 9.8%
아이스크림샌드위치 8.5%
젤리빈 50.9%
킷캣 30.2%
2014년 10월 21일 화요일
Nexus 6 vs Samsung Galaxy Note 4 – phablet comparison
Specs
Display
5.96” 2560x1440 QHD AMOLED display (493 ppi)
Battery
3220 mAh
Camera
13MP rear-facing with optical image stabilization
2MP front-facing
Processor
CPU: Qualcomm SnapdragonTM 805 - Quad Core 2.7 GHz
GPU: Adreno 420
Memory: 32 GB, 64 GB
넥서스 6 공식페이지
http://www.google.com/intl/all/nexus/6/
피드 구독하기:
글 (Atom)