mirror of
https://github.com/4IceG/luci-app-sms-tool.git
synced 2026-04-27 03:45:48 +03:00
[GH-ISSUE #36] How to get sms-tool ipk? there is only apk #33
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#33
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 @likengmx on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool/issues/36
I am using openwrt 19.07.7
there are instructions to download ipk but it is not found
@4IceG commented on GitHub (Feb 6, 2026):
Hi,
What router do you have? Does it normally support OpenWrt?
@likengmx commented on GitHub (Feb 6, 2026):
router WE826-T2
architecture mipsel_24kc
Modem MC7455 qmi mode
I continue using openwrt 19.07.7 because I have many configurations and it works well for me, but I wanted to install luci-app-modemdata to have more information about the LTE connection and sms-tool is required.
@4IceG commented on GitHub (Feb 6, 2026):
https://downloads.openwrt.org/releases/24.10.5/packages/mipsel_24kc/packages/sms-tool_2023.09.21~1b6ca032-r1_mipsel_24kc.ipk
@likengmx commented on GitHub (Feb 6, 2026):
That version gives me errors:
Error relocating /usr/bin/sms_tool: __gmtime64: symbol not found
Error relocating /usr/bin/sms_tool: __timegm_time64: symbol not found
But I have found and old version 2021-12-03 here and it works:
https://forum.openwrt.org/t/luci-app-luci-app-sms-tool-sms-ussd-codes-at-commands/69451
I am using it with last version of luci-sms-tool and it responds to AT commands
@4IceG commented on GitHub (Feb 6, 2026):
https://dl.eko.one.pl/openwrt-19.07/packages/mipsel_24kc/base/sms-tool_2022-03-21-f07699ab-1_mipsel_24kc.ipk
I don't think I can find a newer one, only manual compilation.