This website requires JavaScript.
Explore
Help
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
android13
/
hardware
/
rockchip
/
drmservice
/
kill.sh
4 lines
89 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
PID
=
`
adb shell ps
|
grep drmservice
|
awk
'{print $2}'
`
adb shell
kill
-9
$PID
Reference in New Issue
View Git Blame
Copy Permalink