diff options
author | david <davidteri91@gmail.com> | 2014-09-03 14:02:00 -0700 |
---|---|---|
committer | Chirayu Desai <cdesai@cyanogenmod.org> | 2014-09-15 13:49:10 +0530 |
commit | 0fcd4ecdc899c379dd209e01b47d2b7b53ae35ae (patch) | |
tree | 5e31af9bd87b991e8535ba0e262e7fcd22568410 /rootdir | |
parent | 55297bdaa32aa4c24f7403d9167f61e30ddd2810 (diff) |
init: Blank framebuffer to clear Sony boot splash
Change-Id: If55a9c1e66c17f8005b3c1f49961fc57706f6613
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index ed05ccc..02100f2 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -669,3 +669,6 @@ on property:init.svc.bootanim=stopped on property:init.svc.bootanim=running # Switch to NOOP while booting write /sys/block/mmcblk0/queue/scheduler noop + # Clear Sony boot splash + write /sys/class/graphics/fb0/blank 1 + write /sys/class/graphics/fb0/blank 0 |