diff --git a/rootdir/system/bin/init.sim.restart.sh b/rootdir/system/bin/init.sim.restart.sh new file mode 100644 index 0000000..95e5a02 --- /dev/null +++ b/rootdir/system/bin/init.sim.restart.sh @@ -0,0 +1,14 @@ +#!/system/bin/sh +# +# Copyright (C) 2024 The LineageOS Project +# +# SPDX-License-Identifier: Apache-2.0 +# + +service call phone 185 i32 0 i32 0 +service call phone 186 i32 0 i32 0 + +sleep 0.5 + +service call phone 185 i32 0 i32 1 +service call phone 186 i32 0 i32 1