Letux Kernel

View dial.sh

1#!/bin/sh
2while true
3do
4dbus-send --system --type=method_call --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"773903754" uint32:0
5sleep 15
6dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.Release
7sleep 30
8done

Archive Download this file

Attachment to issue 478

Created: 10 years 10 months ago by Radek Polak