Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
7344bff6
Commit
7344bff6
authored
Jul 26, 2024
by
fuyanbin
Browse files
删除测试用的wake_lock.sh
parent
81e80301
Pipeline
#50734
passed with stages
in 8 seconds
Changes
1
Pipelines
46
Hide whitespace changes
Inline
Side-by-side
services/wake_lock.sh
deleted
100755 → 0
View file @
81e80301
#!/system/bin/sh
while
:
;
do
if
[
"
$(
cat
/sys/power/wake_lock
)
"
!=
"1"
]
then
echo
-n
1
>
/sys/power/wake_lock
fi
sleep
10
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment