공지사항
최근 포스트
최근 댓글
최근 트랙백
관리 메뉴

삶을 누리는 디비누스

백라이트 알림 모드 (BLN) Backlight Notification Mod 본문

스마트폰/넥서스 S

백라이트 알림 모드 (BLN) Backlight Notification Mod

케일럽 2011. 10. 27. 09:00

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~!

________________________________________________________________________________________
글쓴이 케일럽
Post by Caleb




댓글 건 | 트랙백 건