일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Custom ROM
- 카오야이
- Tistory
- 오토바이 여행
- 페이스북
- khao yai
- 티스토리
- 넥서스 S
- recommended app
- 칸차나부리
- 스마트폰
- android app
- 안드로이드 앱
- NEXUS S
- motorcycle travel
- android
- 아고다
- 추천 영화
- agoda
- kanchanaburi
- National Park
- 추천 앱
- 커스텀 롬
- 아이스크림 샌드위치
- Thailand
- 안드로이드
- 태국
- Bangkok
- 맛집
- 방콕
- 어제
- 오늘
- 전체
삶을 누리는 디비누스
백라이트 알림 모드 (BLN) Backlight Notification Mod 본문
Morfic 님이 만든 백라이트 알림 (BLN) 모드를 활성화하면 화면 끈 상태에서도 이메일 및 메시지 알림을 확인할 수 있다.
when you enable backlight notification (BLN) by morfic, you will be able to check notification even when your screen is off...
바로 넥서스 s 하단에 있는 4개의 백라이트로 말이다~!
with 4 backlights on the bottom of your nexus S~!
코드는 간단하다. BLN을 지원하는 커널에서 다음 코드를 터미널에서 입력하거나 init.d 스크립으로 실행하시면 됩니다.
code is simple... type the following in the terminal or execute init.d script on a kernel that supports BLN.
echo 1 > /sys/class/misc/backlightnotification/enabled
이 상태에서는 메시지나 알림이 오면 화면 꺼진 상태에서 4개의 백라이트가 항상 켜져있다.
at this stage, when you get a message or notification, the 4 backlights will always stay lit.
만약 백라이트를 깜박이게 하고 싶으면 다음 코드를 입력하면된다.
if you want to make it blink, insert the following code.
echo 1 > /sys/class/misc/backlightnotification/blink_control
그럼 알림이 오면 깜박인다~!
then your notification will blink~!