Skip to content

prifre/pfsms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pfsms

Introduction

PFSMS is a tool for sending multiple SMS messages using a Mobile Phone connected via USB. Since I myself use a Samsung Galaxy Phone, it is specifically configured for this phohne, but it should also work with other Phones supporting 3GPP AT-command set specifictions. To enable AT-commands on my Samsung Galaxy phone, I need to (https://www.samsung.com/uk/support/mobile-devices/how-do-i-turn-on-the-developer-options-menu-on-my-samsung-galaxy-device/): 1 Go to "Settings" 2 Tap "About device" or "About phone" 3 Tap “Software information” 4 Tap “Build number” seven times. ... 5 Enter your pattern, PIN or password to enable the Developer options menu. 6 The "Developer options" menu will now appear in your Settings menu. 7 Then Scroll down amont options until "Error handling" and below there somewhere you will see: "3GPP AT-commands". Turn this option ON !

SMS messaging

To send an sms, just go to Message tab and paste desired phonenumbers separated by commas (,). To add a group, specifya groupname and click "Save Group". To make a copy of a group, select the group, change the groupname and click "Save Group". Groups are saved into the Groups database, see below. Groups can also be exported and imported.

Customers handling

It should be simple to handle, so it is not intended to be some kind of sms customer management system. Therefore, all customer handling is recommended to be done using "Import/Export Customers" via a textfile. All files are tab-separated textfiles and a sample can easily be obtained by exporting Customers. The idea is to maintain the database of customers using some other solution (Google Sheets in my case). The Customers database contains fields: id, phone, firstname, lastname, note. When importing, all customers with incorrect or missing phonenumber will be skipped. Only unique phonenumbers are possible to have in the database.

Messages

Messages sent are saved into as history into the database. History can be exported. There is no real limit on sms messages. They work with special characters "åäöÅÄÖ".

Files used

pfsms.log - a logfile, where info on errors, success and other stuff happening in Program is saved history.txt - a textfile whereto current history can be exported customes.txt - a textfile for import/export of customers. groups.txt - a textfile for import/export of groups. pfsms.db - a simple SQL database with tables tblHistory, tblCustomers, tblGroups and tblHashtable

Email

Email password is saved into preferences using a hashtable in database. It should be a little safer so. The point of Email is to leave the system to get emails from an specific email account and then automatically send sms to specified phone(s) with specified message. How to implement this I have still not decided.

Settings

Specify PhoneNumber, Country, Model and Modem port and click to send a test sms to yoour own phone. Then some import, export and opening solutions. Finally showing the latest part of pfsms.log.

About

It is possible to enable DEBUG. This means that instead of the standard User directory, all files will be saved into the folder "pfsms" within the same folder as the application. Practical for debuggning?! Some info on database & memory & appearance is also available!

For more information, please contact, with a smile Peter Freund [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages