View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007489 | Networks | OpenWRT | public | 2025-05-04 21:12 | 2025-08-12 08:12 |
Reporter | DigitalMy | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0007489: Support SMS read from USB modem and integrated SIM Alcatel HH40V | ||||
Description | OpenWRT router Alcatel HH40V use as OTP gateway add support read and send sms execute USSD | ||||
Tags | No tags attached. | ||||
|
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 |
|
Test in Alcatel HH40V internal modem opkg install smstools3 ls /dev set in /etc/smsd.conf device = /dev/ttyUSB1 |
|
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 |
|
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 |