4IceG / luci-app-sms-tool

Simple user interface to handle SMS / USSD / AT commands via sms_tool application. | OpenWrt =< 19.07
GNU General Public License v3.0
123 stars 38 forks source link

Building packages for Openwrt on Raspberry Pi4b #14

Closed finish475 closed 2 years ago

finish475 commented 2 years ago

Hello! I am a newbie. I am wanting to use your tool for SierraWireless EM7565 in openwrt 21.02.1 with Raspberry Pi4 router. I really don't know what materials are needed in combination with your source code to build the sms-tool.ipk file. Can you give me detailed instructions please? Thank you very much

4IceG commented 2 years ago

Hi! :) I posted the ipk file for installation earlier in another thread for Raspberry Pi4. I'm adding it again, for download below. Raspberry.Pi4B.Test.zip

There are two ways to add packages from the Openwrt source folder:

cd feeds/luci/applications/
git clone https://github.com/4IceG/luci-app-sms-tool.git
cd ../../..
./scripts feeds update -a; ./scripts/feeds install -a
make menuconfig

or e.g.

cd packages/
git clone https://github.com/4IceG/luci-app-sms-tool.git
git pull
make package/symlinks
make menuconfig

You may need to correct the file paths and the number of folders to look like this:

feeds/luci/applications/luci-app-sms-tool/Makefile
feeds/luci/applications/sms-tool/Makefile

or

packages/luci-app-sms-tool/Makefile
packages/sms-tool/Makefile
finish475 commented 2 years ago

Thank you very much, I have installed 2 files for RaspiberryPi4b. But the interface opens very slowly. Maybe need to rebuild

4IceG commented 2 years ago

Everything is slow because the packet communicates with the modem on the same interface on which data transmission can take place. I do not know what it set, I do not know each modem, but in the application settings you have to change the ports for communication with the modem, as is ttyUSB1 change to ttyUSB2 or other appropriate for this modem.

czw., 24 mar 2022, 01:16 użytkownik finish475 @.***> napisał:

Thank you very much, I have installed 2 files for RaspiberryPi4b. But the interface opens very slowly. Maybe need to rebuild

— Reply to this email directly, view it on GitHub https://github.com/4IceG/luci-app-sms-tool/issues/14#issuecomment-1076941187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOIOFSOEZD7K3N7237TWMRDVBOX7BANCNFSM5ROOU6HA . You are receiving this because you commented.Message ID: @.***>

finish475 commented 2 years ago

Thank you very much,

When I installed an error reported as follows:

`Root @ OpenWrt: ~ # OPKG Install SMS-Tool_2022-02-26-CD5756D0-1_AARCH64_CORTEX-A72.I PK Installing SMS-tool (2022-02-26-CD5756D0-1) to root ... Configuring SMS-Tool. Root @ OpenWrt: ~ # OPKG Install Luci-App-SMS-Tool_1.9.3-20220315_ALL.IPK Installing Luci-App-SMS-Tool (1.9.3-20220315) to root ... Configuring Luci-App-SMS-Tool. UCI: Entry Not Found UCI: Entry Not Found

UCI: Entry Not Found`

Is this okay?

4IceG commented 2 years ago

Don't worry about it, sometimes it can pop up like this, but it doesn't affect the operation of the application.

czw., 24 mar 2022, 15:03 użytkownik finish475 @.***> napisał:

Thank you very much,

When I installed an error reported as follows:

`Root @ OpenWrt: ~ # OPKG Install SMS-Tool_2022-02-26-CD5756D0-1_AARCH64_CORTEX-A72.I PK Installing SMS-tool (2022-02-26-CD5756D0-1) to root ... Configuring SMS-Tool. Root @ OpenWrt: ~ # OPKG Install Luci-App-SMS-Tool_1.9.3-20220315_ALL.IPK Installing Luci-App-SMS-Tool (1.9.3-20220315) to root ... Configuring Luci-App-SMS-Tool. UCI: Entry Not Found UCI: Entry Not Found

UCI: Entry Not Found`

Is this okay?

— Reply to this email directly, view it on GitHub https://github.com/4IceG/luci-app-sms-tool/issues/14#issuecomment-1077663090, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOIOFSO6LGIPCFM4BY66YXLVBRYZ3ANCNFSM5ROOU6HA . You are receiving this because you commented.Message ID: @.***>

finish475 commented 2 years ago

Although the interface was slow, I was able to read the sms. Send sms and USSD, modem does not respond.

4IceG commented 2 years ago

As I wrote before .. changing ports for communication with the modem should be the solution. I didn't have this modem so I won't say which one of the ttyUSB1 or ttyUSB2 or ttyUSB3 should solve the problem.

pt., 25 mar 2022, 07:30 użytkownik finish475 @.***> napisał:

Although the interface was slow, I was able to read the sms. Send sms and USSD, modem does not respond.

— Reply to this email directly, view it on GitHub https://github.com/4IceG/luci-app-sms-tool/issues/14#issuecomment-1078700712, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOIOFSJNM7LJDPYBGWGMKHDVBVMPJANCNFSM5ROOU6HA . You are receiving this because you commented.Message ID: @.***>

4IceG commented 2 years ago

There are many options...

Anyway, you have the modem, you must know it and know what you have installed on your system, I have no other ideas.