[PR #106] [MERGED] Sync build version 1.1.1 #133

Closed
opened 2026-02-27 14:39:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/106
Author: @dr-dolomite
Created: 1/17/2025
Status: Merged
Merged: 1/19/2025
Merged by: @iamromulan

Base: development-SDXPINNHead: development-SDXPINN


📝 Commits (10+)

📊 Changes

133 files changed (+1551 additions, -837 deletions)

View changed files

ipk-source/sdxpinn-quecmanager-beta/CONTROL/conffiles (+0 -1)
📝 ipk-source/sdxpinn-quecmanager-beta/CONTROL/control (+3 -3)
📝 ipk-source/sdxpinn-quecmanager-beta/CONTROL/preinst (+3 -0)
📝 ipk-source/sdxpinn-quecmanager-beta/root/etc/init.d/quecmanager-services (+26 -12)
ipk-source/sdxpinn-quecmanager-beta/root/etc/quecManager.conf (+0 -4)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/404.html (+1 -1)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/404/index.html (+1 -1)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/3sS6s8RpqGaUEcUSpMyo1/_buildManifest.js (+0 -1)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/7RYcPVWw-k7y4DjFMox82/_buildManifest.js (+1 -0)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/7RYcPVWw-k7y4DjFMox82/_ssgManifest.js (+0 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/BDUq9-uCH8bFjEmH_SXcW/_buildManifest.js (+0 -1)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/VScJCdcGewoE-FROPjC7o/_buildManifest.js (+1 -0)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/VScJCdcGewoE-FROPjC7o/_ssgManifest.js (+0 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1457-e5968d4919dfc217.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/2301-6b3dd604bace4c99.js (+0 -1)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/6152-3f1ab7eccb787f3c.js (+1 -1)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/6152-5e8ad427914361b8.js (+1 -1)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/app/api/auth/route-5ad79625c5ac9054.js (+0 -1)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/app/dashboard/about/page-114fb5f8ed454b46.js (+0 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/app/dashboard/advanced-settings/at-terminal/page-01c480ff996c12b4.js (+1 -0)

...and 80 more files

📄 Description

Changelog

Major Changes

  • Replaced atinout with the custom sms_tool for improved SMS and AT command handling and functionality.
  • Introduced an AT command queue management script for smd11, ensuring efficient processing of AT commands.
  • smd7 is now unassigned and available for future use.

Feature Enhancements

SMS Improvements

  • Added SMS Send Message and Reply Message functionalities.
  • Enhanced SMS Inbox for better usability.

Web Interface Updates

  • Updated cgi-bin scripts to integrate with the new sms_tool.
  • Added at_command.sh for handling all QuecManager web requests related to AT commands.
  • Introduced at_results.sh to fetch and display command results.

System Improvements

  • Adopted QuecManagerServices init.d script for streamlined service management.
  • Integrated /cgi-bin/services for modular service handling.
  • Added a heartbeat check to automatically log out the interface if the server becomes unresponsive within the specified timeout.
  • Improved signal metric logging with the new pipe mechanism.
  • Introduced verbose logging for APN and IMEI profile scripts, as well as for QuecWatch.

Maintenance Enhancements

  • Added a daily log cleanup service that runs at midnight.
  • Introduced initial cell scan files (currently in development and non-functional).

Bug Fixes

  • Resolved a Band Locking bug introduced in version v1.1.0-5. (The patch was temporarily reverted in v1.1.0-6 due to build errors and is now fixed.)
  • Fixed issues in fetch_data.sh by implementing a robust locking mechanism compatible with the new queue system.

Removals

  • Removed legacy atinout tool and change_sms code script.
  • Deprecated QuecManager.conf in favor of improved configuration management.

Dependency Changes

  • Removed: atinout.
  • Added: sms_tool and socat-at-bridge for enhanced AT command handling.

Notes

  • Performance: Some data value loading times may be slower than usual due to the new queue system. This will be optimized in upcoming releases.
  • Bugs: Users may encounter occasional bugs. Please report any issues with detailed descriptions for faster resolution.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/iamromulan/quectel-rgmii-toolkit/pull/106 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/19/2025 **Merged by:** [@iamromulan](https://github.com/iamromulan) **Base:** `development-SDXPINN` ← **Head:** `development-SDXPINN` --- ### 📝 Commits (10+) - [`397e0de`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/397e0de45a7e4842b3d3267cb28d24e7e2dd15d4) Ready for version 1.1.2 - [`b8f9fee`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/b8f9feef2022eed64d296fedff33689136740692) Added cgi-bin scripts - [`bae23b5`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/bae23b5587acee55bde1d384eb86b13c1808551b) Removed deprecated scripts - [`634e2bb`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/634e2bbb29909dca691c2904806a6b159dd71e40) Improved fetch_data processing speed - [`a736547`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/a7365470f84d2c0f0bbeb88636536fbfd1ea4d8e) Optimized home and imei pages - [`ec55b99`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/ec55b990a9708323a3a20a389db3cbfbec5221f8) Edit version to 1.1.1 - [`efdac95`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/efdac9581c6f44392059bd91bc8338ec22159d0a) Merge branch 'iamromulan:development-SDXPINN' into development-SDXPINN - [`f0121bc`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/f0121bcb4ae0315c8635ba310906d10a8de48a10) Fixed QuecManager Services and removed deprecated change_sms script. - [`1f5c2b8`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/1f5c2b854048102946792f89de7bc955f3f75b08) Merge branch 'development-SDXPINN' of https://github.com/dr-dolomite/QuecManagerBetaReleases into development-SDXPINN - [`a8043e6`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/a8043e6d95d7a1dbbb1c2c99e94b45fbda080558) Final Touches ### 📊 Changes **133 files changed** (+1551 additions, -837 deletions) <details> <summary>View changed files</summary> ➖ `ipk-source/sdxpinn-quecmanager-beta/CONTROL/conffiles` (+0 -1) 📝 `ipk-source/sdxpinn-quecmanager-beta/CONTROL/control` (+3 -3) 📝 `ipk-source/sdxpinn-quecmanager-beta/CONTROL/preinst` (+3 -0) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/etc/init.d/quecmanager-services` (+26 -12) ➖ `ipk-source/sdxpinn-quecmanager-beta/root/etc/quecManager.conf` (+0 -4) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/404.html` (+1 -1) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/404/index.html` (+1 -1) ➖ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/3sS6s8RpqGaUEcUSpMyo1/_buildManifest.js` (+0 -1) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/7RYcPVWw-k7y4DjFMox82/_buildManifest.js` (+1 -0) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/7RYcPVWw-k7y4DjFMox82/_ssgManifest.js` (+0 -0) ➖ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/BDUq9-uCH8bFjEmH_SXcW/_buildManifest.js` (+0 -1) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/VScJCdcGewoE-FROPjC7o/_buildManifest.js` (+1 -0) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/VScJCdcGewoE-FROPjC7o/_ssgManifest.js` (+0 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1457-e5968d4919dfc217.js` (+1 -0) ➖ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/2301-6b3dd604bace4c99.js` (+0 -1) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/6152-3f1ab7eccb787f3c.js` (+1 -1) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/6152-5e8ad427914361b8.js` (+1 -1) ➖ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/app/api/auth/route-5ad79625c5ac9054.js` (+0 -1) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/app/dashboard/about/page-114fb5f8ed454b46.js` (+0 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/app/dashboard/advanced-settings/at-terminal/page-01c480ff996c12b4.js` (+1 -0) _...and 80 more files_ </details> ### 📄 Description # Changelog ## **Major Changes** - Replaced `atinout` with the custom `sms_tool` for improved SMS and AT command handling and functionality. - Introduced an AT command queue management script for `smd11`, ensuring efficient processing of AT commands. - `smd7` is now unassigned and available for future use. --- ## **Feature Enhancements** ### **SMS Improvements** - Added `SMS Send Message` and `Reply Message` functionalities. - Enhanced SMS Inbox for better usability. ### **Web Interface Updates** - Updated `cgi-bin` scripts to integrate with the new `sms_tool`. - Added `at_command.sh` for handling all QuecManager web requests related to AT commands. - Introduced `at_results.sh` to fetch and display command results. ### **System Improvements** - Adopted `QuecManagerServices` init.d script for streamlined service management. - Integrated `/cgi-bin/services` for modular service handling. - Added a heartbeat check to automatically log out the interface if the server becomes unresponsive within the specified timeout. - Improved signal metric logging with the new pipe mechanism. - Introduced verbose logging for APN and IMEI profile scripts, as well as for `QuecWatch`. ### **Maintenance Enhancements** - Added a daily log cleanup service that runs at midnight. - Introduced initial cell scan files (currently in development and non-functional). --- ## **Bug Fixes** - Resolved a Band Locking bug introduced in version `v1.1.0-5`. (The patch was temporarily reverted in `v1.1.0-6` due to build errors and is now fixed.) - Fixed issues in `fetch_data.sh` by implementing a robust locking mechanism compatible with the new queue system. --- ## **Removals** - Removed legacy `atinout` tool and `change_sms` code script. - Deprecated `QuecManager.conf` in favor of improved configuration management. --- ## **Dependency Changes** - **Removed**: `atinout`. - **Added**: `sms_tool` and `socat-at-bridge` for enhanced AT command handling. --- ## **Notes** - **Performance**: Some data value loading times may be slower than usual due to the new queue system. This will be optimized in upcoming releases. - **Bugs**: Users may encounter occasional bugs. Please report any issues with detailed descriptions for faster resolution. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:39:11 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-toolkit#133
No description provided.