Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndreiCherniaev/a825549bf32209688aa32bb72021ff38 to your computer and use it in GitHub Desktop.
Save AndreiCherniaev/a825549bf32209688aa32bb72021ff38 to your computer and use it in GitHub Desktop.
Ask kernel to rebooot
напрямую направить ядру запрос о перезагрузке устройства с помощью sysrq
#!/system/bin/sh
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment