View Issue Details

IDProjectCategoryView StatusLast Update
0007489NetworksOpenWRTpublic2025-08-12 08:12
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0007489: Support SMS read from USB modem and integrated SIM Alcatel HH40V
DescriptionOpenWRT router Alcatel HH40V
use as OTP gateway

add support read and send sms
execute USSD
TagsNo tags attached.

Activities

DigitalMy

2025-07-20 16:56

administrator   ~0014468

Last edited: 2025-07-22 03:48

View 7 revisions

modem is Android device Qualcomm MDM9607 integrated in HH40V Alcatel Mobilebroadband
it has usb0 interface for data and no serial USB port for communication, but connected protocol rndis
cat /sys/kernel/debug/usb/devices
opkg install adb
opkg install kmod-usb-serial
opkg install kmod-usb-serial-option
opkg install kmod-usb-serial-wwan
opkg install kmod-usb-serial-qualcomm
opkg install picocom

192.168.225.1 has ports:
80 http
22 ssh , user: root, password: oelinux123

has proxy port 8888 by nc (netcat)
cat /etc/tinyproxy.conf
has router
cat /etc/pimd.conf

DigitalMy

2025-07-20 17:13

administrator   ~0014469

Last edited: 2025-07-20 22:29

View 2 revisions

Test in Alcatel HH40V internal modem

opkg install smstools3
ls /dev
set in /etc/smsd.conf
device = /dev/ttyUSB1

DigitalMy

2025-08-11 21:33

administrator   ~0014479

Last edited: 2025-08-12 07:18

View 2 revisions

Android modem has sqlite installed and
has mmssms.db
adb shell
ls -lR | grep sms
sqlite3 mmssms.db
.databases
.tables
SELECT name FROM main.sqlite_master WHERE type='table';
.exit
- database is empty, zero size mmssms.db

DigitalMy

2025-08-12 07:15

administrator   ~0014480

Last edited: 2025-08-12 08:12

View 5 revisions

Modem has hidden page
ls -lh /WEBSERVER/www
cat /var/volatile/log/boot
/etc/rc5.d/S98misc-daemon: line 71: /etc/init.d/lighttpd: not found
cat /var/volatile/log/dmesg
Machine model: Qualcomm Technologies, Inc. MDM 9607 MTP

ls -lh /etc/rc5.d
= boot scripts

lsusb
= empty

ip a s
= has coneected to provider

ps -ef
= nc -l 192.168.225.1 -p 8888
= nbnsd -n mobileap.qualcomm.com

ping 192.168.225.1 -c 3
= 3 packets transmitted, 3 packets received, 0% packet loss
route -n
ip route
= 3 routes