How To Make Your Own Cell Phone Support Page

Updates

Ater you install the Rasperry Pi software type these lines:

sudo apt install python3-pymysql
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED
pip install mysql-connector-python

If you run textphone.py and you get the following error:

/dev/ttyUSB3 not available
/dev/ttyUSB2 not available

It is because of ModemManager that comes pre-installed and running on the new Rasbian Bookworm. To disable ModemManager and prevent it from working on reboot type the following two lines:

sudo systemctl disable ModemManager
sudo systemctl stop ModemManager

Scripts

gps.py
guiphone.py
listen_for_events.py
phone_dialer.py
relaytimer.py
send_text.py
sms_gps.py
smsrelay.py
textphone.py

Below are the download links for flashing the Quectel chip:

EC25AFFAR07A13M4G_30.001.30.001.zip

QFirehose-1.4.6.zip