mirror of
https://github.com/MeexReay/pmos-xiaomi-angelican.git
synced 2025-06-24 02:22:58 +03:00
10 lines
133 B
Bash
Executable File
10 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source extract-paths.sh
|
|
|
|
adb shell dmesg > /tmp/full-kernel-trouble.txt
|
|
|
|
source write-kernel-trouble.sh
|
|
|
|
sudo pkill adb
|