mirror of
https://github.com/4IceG/luci-app-sms-tool-js.git
synced 2026-04-26 03:15:59 +03:00
[GH-ISSUE #28] As Package Manager is now apk and all the sms-tool packages are in apk format, what is now the install line? #19
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#19
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 @jksmurf on GitHub (Apr 21, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool-js/issues/28
Currently your instructions show:
ref https://forum.openwrt.org/t/the-future-is-now-opkg-vs-apk/201164
I tried this
but it does not work?
I also tried opkg install /tmp/sms-tool_2022-03-21.apk
Could you please advise what the package installer is now please (It's a GLiNET Beryl AX MT-3000, OpenWRt 21.02, aarch64_cortex-a53. After I got the pub from your repo, it says I need the sms-tool dependencies).
I used this:
Thanks!
@4IceG commented on GitHub (Apr 21, 2025):
Hi,
You have two repositories available, add the one that is compatible with installed system.
https://github.com/4IceG/Modem-extras-apk
or
https://github.com/4IceG/Modem-extras
@jksmurf commented on GitHub (Apr 21, 2025):
Hi, thank you. I tried the second one as the first did not work, but I’m not sure what to do next please?
@4IceG commented on GitHub (Apr 21, 2025):
If your system uses apk to install packages, click the link https://github.com/4IceG/Modem-extras-apk and follow instructions.
Are you using opkg or apk?
@jksmurf commented on GitHub (Apr 21, 2025):
Hi, thanks again and really sorry to trouble you, but the system Aarch64-cortex53 doesn’t use apk AFAIK. It’s OpenWRT 21.02. It seems to only use opkg. But the sms-tool dependency (manual download) is only in apk format and I can’t work out a way to install it.
@4IceG commented on GitHub (Apr 21, 2025):
Check this link https://github.com/4IceG/luci-app-3ginfo-lite there is an instruction on how to install sms-tool manually.
@jksmurf commented on GitHub (Apr 21, 2025):
Hi thank you, but the instruction is similar to (and ends up with the same problem) as my original post.
opkg install kmod-usb-serial kmod-usb-serial-option sms-toolMy architecture is aarch64_cortex-a53 (MT7981b chip, Mediatek Filogic 820)
In the https://downloads.openwrt.org/snapshots/packages/ is an aarch64_cortex-a53 dir.
I go in there and find packages i.e https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/
I then look for sms-tool.
It is here https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/sms-tool-2023.09.21~1b6ca032-r1.apk
BUT it is only an apk.
So following the instructions, the wget line should be this, but you cannot wget an apk and save it as an ipk, it does not work.
wget https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/sms-tool-2023.09.21~1b6ca032-r1.apk -O /tmp/sms-tool_2023-09-21.ipkThen
opkg install /tmp/sms-tool_2029-09-21.ipk. This did not work.
So I tried
wget https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/sms-tool-2023.09.21~1b6ca032-r1.apk -O /tmp/sms-tool_2023-09-21.apkThen
apk add /tmp/sms-tool_2029-09-21.apk
This did not work either. I am really sorry, but I cannot find a way to install sms-tool as the instructions rely on ipks and opkg but there is no ipk, only apk.
The Modem-Extras-Apk attempt below. Also fails.
@4IceG commented on GitHub (Apr 21, 2025):
You need to update OpenWrt system because you have 21.02, an older version in which there was no sms-tool yet.
Sms-tool is available from OpenWrt version 23.05.0 https://downloads.openwrt.org/releases/23.05.0/packages/aarch64_cortex-a53/packages/sms-tool_2023-09-21-1b6ca032-1_aarch64_cortex-a53.ipk
@jksmurf commented on GitHub (Apr 21, 2025):
Unfortunately that’s not an option for me.
I’m a bit confused by that recommendation though because your installation instructions refer to various versions of OpenWRT, including 21.02.
Anyway while it’s been very frustrating, thank you for trying to assist, much appreciated.
@4IceG commented on GitHub (Apr 21, 2025):
Try to install ipk manually from a higher version of Openwrt. If it doesn't work, then only compilation remains.
@jksmurf commented on GitHub (Apr 21, 2025):
Thank you I will try. I’m not sure where to find the ipk though, your instructions about the package dirs all operate on the basis of the snapshot (which are all apk based).
@4IceG commented on GitHub (Apr 21, 2025):
You have ipk versions above in my answer.
@jksmurf commented on GitHub (Apr 21, 2025):
@4IceG, you are a star! Based on your suggestion, I was able to install the ipk via the Luci GUI. I just downloaded the ipl and uploaded it via Luci.
After that I was finally able to install luci-ap-sms-tool-js.
Sms-tool is available from OpenWrt version 23.05.0.
Thank you very much for your patience and your persistance, much appreciated. Hopefully helps others too.