[GH-ISSUE #128] For LTE only sim cards it show as registration denid #101

Open
opened 2026-03-04 11:58:37 +03:00 by kerem · 6 comments
Owner

Originally created by @nooblk-98 on GitHub (Jun 29, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/128

For LTE only sim cards it show as registration denid can you fix this ?

internet working fine but cell informations not showing also

my modem RG500QEAAAR13A01M4G

Originally created by @nooblk-98 on GitHub (Jun 29, 2025). Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/128 For LTE only sim cards it show as registration denid can you fix this ? internet working fine but cell informations not showing also my modem RG500QEAAAR13A01M4G
Author
Owner

@4IceG commented on GitHub (Jun 30, 2025):

The package only shows what the scripts return, I don't see this data, so I don't know where the problem is.

<!-- gh-comment-id:3020112852 --> @4IceG commented on GitHub (Jun 30, 2025): The package only shows what the scripts return, I don't see this data, so I don't know where the problem is.
Author
Owner

@nooblk-98 commented on GitHub (Jul 2, 2025):

i have fixed that

<!-- gh-comment-id:3026123483 --> @nooblk-98 commented on GitHub (Jul 2, 2025): i have fixed that
Author
Owner

@MalinrRuwan commented on GitHub (Aug 3, 2025):

@nooblk-98 Can you tell me how you fixed the issue?

<!-- gh-comment-id:3146996941 --> @MalinrRuwan commented on GitHub (Aug 3, 2025): @nooblk-98 Can you tell me how you fixed the issue?
Author
Owner

@nooblk-98 commented on GitHub (Aug 3, 2025):

i have fixed that issue and intergrated that one to my build @MalinrRuwan if you have aw1000 you can try too also i can give you fixed compiled ipkg

<!-- gh-comment-id:3147012475 --> @nooblk-98 commented on GitHub (Aug 3, 2025): i have fixed that issue and intergrated that one to my build @MalinrRuwan if you have aw1000 you can try too also i can give you fixed compiled ipkg
Author
Owner

@MalinrRuwan commented on GitHub (Aug 4, 2025):

got aw1000 send me the ipk file. I saw your repo. Nice work brother. @nooblk-98 send it to my email maliniqrub@gmail.com

<!-- gh-comment-id:3151316269 --> @MalinrRuwan commented on GitHub (Aug 4, 2025): got aw1000 send me the ipk file. I saw your repo. Nice work brother. @nooblk-98 send it to my email maliniqrub@gmail.com
Author
Owner

@4IceG commented on GitHub (Aug 4, 2025):

got aw1000 send me the ipk file. I saw your repo. Nice work brother. @nooblk-98 send it to my email maliniqrub@gmail.com

You've seen the repository, installing packages couldn't be simpler. Add a repository https://github.com/4IceG/Modem-extras or download the package manually.

In the file /usr/share/3ginfo-lite/modem/usb/2c7c0800
add a lines

REG="1"
REGOK="1"

to have like this

# Quectel RG500Q-EA
# Quectel RG502Q-EA
# Quectel RM500Q-GL
# Quectel RM502Q-AE

O=$(sms_tool -d $DEVICE at "at+qtemp")

T=$(echo "$O" | awk -F[,:] '/^\+QTEMP/ {print $3}' | sort -r | head -n1 | xargs)
[ -n "$T" ] && TEMP="$T &deg;C"

REG="1"
REGOK="1"

if [ -z "$REG" ] || [ "x$MODE_NUM" = "x11" ]; then
<!-- gh-comment-id:3151420070 --> @4IceG commented on GitHub (Aug 4, 2025): > got aw1000 send me the ipk file. I saw your repo. Nice work brother. [@nooblk-98](https://github.com/nooblk-98) send it to my email [maliniqrub@gmail.com](mailto:maliniqrub@gmail.com) You've seen the repository, installing packages couldn't be simpler. Add a repository https://github.com/4IceG/Modem-extras or download the package manually. In the file /usr/share/3ginfo-lite/modem/usb/2c7c0800 add a lines ``` REG="1" REGOK="1" ``` to have like this ``` # Quectel RG500Q-EA # Quectel RG502Q-EA # Quectel RM500Q-GL # Quectel RM502Q-AE O=$(sms_tool -d $DEVICE at "at+qtemp") T=$(echo "$O" | awk -F[,:] '/^\+QTEMP/ {print $3}' | sort -r | head -n1 | xargs) [ -n "$T" ] && TEMP="$T &deg;C" REG="1" REGOK="1" if [ -z "$REG" ] || [ "x$MODE_NUM" = "x11" ]; then ```
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/luci-app-3ginfo-lite#101
No description provided.