17 lines
264 B
Bash
17 lines
264 B
Bash
|
#!/system/bin/sh
|
||
|
#
|
||
|
# Copyright (C) 2024 The LineageOS Project
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
sleep 1
|
||
|
|
||
|
service call phone 185 i32 0 i32 0
|
||
|
service call phone 186 i32 0 i32 0
|
||
|
|
||
|
sleep 2
|
||
|
|
||
|
service call phone 185 i32 0 i32 1
|
||
|
service call phone 186 i32 0 i32 1
|