mirror of
https://github.com/4IceG/luci-app-sms-tool-js.git
synced 2026-04-26 11:25:58 +03:00
[GH-ISSUE #34] Problem with receiving parted messages #25
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-sms-tool-js#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ulfila80 on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool-js/issues/34
Hello!
OpenWRT 24.10.5
ModemManager 1.22
T77W676 modem running as Telit LN940 (AT^CUSTOMER=2). Tried the mbim and qmi protocols.
Problem receiving SMS messages with more than two parts (unicode). If a message consists of two parts, it is displayed in Luci. If a message consists of three or more parts, or two consecutive messages with two parts, Luci only displays the number of messages. The messages themselves are not displayed.
When attempting to read messages in the terminal using sms_tool, the response freezes after the second part of message.
There are no issues receiving messages if they consist of one part. They can arrive in any quantity.
The same problem I have with EM7455 modem.
@4IceG commented on GitHub (Jan 8, 2026):
Hi,
I have no control over the modem freezing, it has nothing to do with my package. It could be a problem with system configuration or the modem's firmware itself.
Can you read text messages if ModemManager is disabled/uninstalled? Can ModemManager itself read text messages normally?
@Ulfila80 commented on GitHub (Jan 8, 2026):
Modemmanager (mmcli) reads messages without problems.
I compiled the firmware without Modemmanager. And sms_tool reads all messages without freezing. It looks like sms_tool conflicts with Modemmanager.
Is it possible to add an option to the sms-tool-js settings that allows you to choose between mmcli and sms_tool for handling SMS and USSD requests?
@4IceG commented on GitHub (Jan 8, 2026):
You have information that the luci-app-sms-tool-js package is not compatible with MM. MM takes over complete management of the modem, cutting off other programs.
Package supports sms-tool, and I won't be changing that. A dedicated package for MM needs to be created, I don't see any other option.
@4IceG commented on GitHub (Jan 10, 2026):
Hi,
If you want, you can check out this package https://github.com/4IceG/luci-app-sms-manager (I caution you that not everything may work yet).