projects
/
apps
/
native
/
starter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Code sync
[apps/native/starter.git]
/
rd4starter
1
#!/bin/sh
2
vconf_set_safemode()
3
{
4
if [ -f /opt/etc/.safemode ]
5
then
6
vconftool set -t int memory/idle-screen/safemode "1" -i -f
7
else
8
vconftool set -t int memory/idle-screen/safemode "0" -i -f
9
fi
10
}
11
vconf_set_safemode
12
13
echo -e "<2>[${_G}menu-daemon start${C_}]" > /dev/kmsg
14
/usr/bin/starter &