Reply
Thread Tools
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#1
Is there any native app for Sailfish OS to be able to send a lot of messages at once to the same person?
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2017-08-03 at 09:11.
 

The Following User Says Thank You to HtheB For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#2
Originally Posted by HtheB View Post
Is there any native app for Sailfish OS to be able to send a lot of messages at once to the same person?
Hi. You really don't like someone
You can create simple script for this...
1. Create file named "bombsms.sh" in /home/nemo.
2. Add this content:
Code:
#!/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
3. Do some changes and save them:
PHONE - change to number of person in international or local format.
5 - change to number of sms's you want to send, but REMEMBER -> you pay for each sms!!!
sleep 2 - change to prefered interval in seconds between sms's.
BANANA!!! - change to your own text.
4. Give permission:
Code:
chmod 4755 /home/nemo/bombsms.sh
5. Run script as USER (nemo):
Code:
/home/nemo/bombsms.sh
6. This sms's not shown in Messages app.

Enjoy
 

The Following 13 Users Say Thank You to Schturman For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#3
Thank you very much!
No, my provider has unlimited data, but after the first 5GB, I need to send a text message that will give me another free 1GB extra, and if that is also been used, I can send another message to get another 1GB (I can go on forever for free)
They have done this to prevent abuse of the unlimited data.

But I found out that I don't have to wait to use the first 5GB at all. I can send like 50 messages directly, and get 50GB


Now all I need is a .desktop file
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following 8 Users Say Thank You to HtheB For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4
Hhhaaa, ok. How to create .desktop file you know
Good luck
 

The Following 3 Users Say Thank You to Schturman For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#5
for the users that wants a .desktop file, you can get the attached icon and use this for the desktop file (name de file to smsbomber.desktop and move it to "/usr/share/applications/":

Code:
[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
Attached Images
 
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following 9 Users Say Thank You to HtheB For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6
Ufff, it taken my thoughts... I think I will create simple app for this with setting (qml)
 

The Following 6 Users Say Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7
 

The Following 11 Users Say Thank You to Schturman For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#8
Originally Posted by Schturman View Post
Hehh....
Hi,
Can you share application please?
It's nice.
Thank you
You do a good work.
 

The Following 2 Users Say Thank You to n950 For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#9
Originally Posted by n950 View Post
Hi,
Can you share application please?
It's nice.
Thank you
You do a good work.
Soon on openrepos... I need to do some tests and package it
 

The Following 3 Users Say Thank You to Schturman For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#10
Originally Posted by Schturman View Post
Soon on openrepos... I need to do some tests and package it
Maybe you should add a checkbox with "I have unlimited SMS Plan" so that will enable a higher quantity of sms's (So I can send 500 instead of 15 ).
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following 4 Users Say Thank You to HtheB For This Useful Post:
Reply

Tags
sms bomber

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:51.