The Following User Says Thank You to HtheB For This Useful Post: | ||
|
2017-08-03
, 00:19
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#2
|
Is there any native app for Sailfish OS to be able to send a lot of messages at once to the same person?
#!/bin/bash set -x dconf write /desktop/bombsms/count 0 while true do if [[ $(dconf read /desktop/bombsms/count) == 5 ]]; then break else dbus-send --system --print-reply --dest=org.ofono /ril_0 org.ofono.MessageManager.SendMessage string:PHONE string:"BANANA!!!" dconf write /desktop/bombsms/count $(($(dconf read /desktop/bombsms/count)+1)) sleep 2 fi done
chmod 4755 /home/nemo/bombsms.sh
/home/nemo/bombsms.sh
The Following 13 Users Say Thank You to Schturman For This Useful Post: | ||
|
2017-08-03
, 05:49
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#3
|
The Following 8 Users Say Thank You to HtheB For This Useful Post: | ||
|
2017-08-03
, 06:11
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#4
|
The Following 3 Users Say Thank You to Schturman For This Useful Post: | ||
|
2017-08-03
, 09:10
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#5
|
[Desktop Entry] Name=SMS Bomber Comment=SMS Bomber script by Schturman Exec=/home/nemo/smsbomber.sh Icon=/home/nemo/smsbomber.png Terminal=false Type=Application
The Following 9 Users Say Thank You to HtheB For This Useful Post: | ||
|
2017-08-03
, 17:57
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6
|
|
2017-08-04
, 07:34
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#7
|
|
2017-08-04
, 08:38
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#9
|
Hi,
Can you share application please?
It's nice.
Thank you
You do a good work.
The Following 3 Users Say Thank You to Schturman For This Useful Post: | ||
|
2017-08-04
, 09:52
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#10
|
The Following 4 Users Say Thank You to HtheB For This Useful Post: | ||
www.HtheB.com
Please donate if you think I'm doing a good job.
Last edited by HtheB; 2017-08-03 at 09:11.