mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
dismiss chrome bar before launching the reader
This commit is contained in:
7
kpdf.sh
7
kpdf.sh
@@ -20,6 +20,9 @@ if test "$1" == "--framework_stop"; then
|
||||
/etc/init.d/framework stop
|
||||
fi
|
||||
|
||||
# dismiss chrome bar
|
||||
lipc-set-prop com.lab126.pillow disableEnablePillow disable
|
||||
|
||||
# stop cvm
|
||||
#killall -stop cvm
|
||||
|
||||
@@ -33,3 +36,7 @@ fi
|
||||
|
||||
# always try to continue cvm
|
||||
killall -cont cvm || /etc/init.d/framework start
|
||||
|
||||
# display chrome bar
|
||||
lipc-set-prop com.lab126.pillow disableEnablePillow enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user