751

Odp: ZTE MF289F - Porting OpenWRT

No. In modem or SIM memory, not router flash.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

752

Odp: ZTE MF289F - Porting OpenWRT

m01 napisał/a:
IceG napisał/a:

Have you checked if you can read sms from console? You probably have some messages that are not decoded. Delete all messages using console and check if the next ones are read correctly.

I can read all sms using ssh connection and sms_tool from terminal, not using luci app. Is there a way to make a backup of sms? What could it be the problem?

checkin665 napisał/a:

Hi could someone post a guide on how to enable VoLTE on this router? I have the Vodafone IT model revision AT1

read page 11

This guide only allows CS calls to work, which I have already set up, VoLTE does not work with this method

753

Odp: ZTE MF289F - Porting OpenWRT

m01 napisał/a:

I can read all sms using ssh connection and sms_tool from terminal, not using luci app. Is there a way to make a backup of sms? What could it be the problem?

What you get/read in the console does not match the input my package needs. Show the result of the commands:

sms_tool -s SM -d /dev/ttyUSB1 -j "%Y-%m-%d %H:%M" recv
sms_tool -s ME -d /dev/ttyUSB1 -j "%Y-%m-%d %H:%M" recv
Używasz moich pakietów/obrazów z github?
Chcesz abym dalej je rozwijał i tworzył nowe?
Postaw kawę

754

Odp: ZTE MF289F - Porting OpenWRT

IceG napisał/a:
m01 napisał/a:

I can read all sms using ssh connection and sms_tool from terminal, not using luci app. Is there a way to make a backup of sms? What could it be the problem?

What you get/read in the console does not match the input my package needs. Show the result of the commands:

sms_tool -s SM -d /dev/ttyUSB1 -j "%Y-%m-%d %H:%M" recv
sms_tool -s ME -d /dev/ttyUSB1 -j "%Y-%m-%d %H:%M" recv
sms_tool -s SM -d /dev/ttyUSB1 -j -f "%Y-%m-%d %H:%M" recv
sms_tool -s ME -d /dev/ttyUSB1 -j -f "%Y-%m-%d %H:%M" recv
Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

755

Odp: ZTE MF289F - Porting OpenWRT

checkin665 napisał/a:
m01 napisał/a:
IceG napisał/a:

Have you checked if you can read sms from console? You probably have some messages that are not decoded. Delete all messages using console and check if the next ones are read correctly.

I can read all sms using ssh connection and sms_tool from terminal, not using luci app. Is there a way to make a backup of sms? What could it be the problem?

checkin665 napisał/a:

Hi could someone post a guide on how to enable VoLTE on this router? I have the Vodafone IT model revision AT1

read page 11

This guide only allows CS calls to work, which I have already set up, VoLTE does not work with this method


I read from fibraclick a stich comment to enable VoLTE that says to flash a mcfg file on the modem and change some nv parameters. anyone know how to do that smile ? (stich says he doesn't remember the process)

756

Odp: ZTE MF289F - Porting OpenWRT

In reference to the mail. I haven't activated volte anywhere. Just on my version of the router from t-mobile, it worked right away.

757

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

In reference to the mail. I haven't activated volte anywhere. Just on my version of the router from t-mobile, it worked right away.

I got it, different version, thanks anyway

758 (edytowany przez m01 2023-08-24 18:53:09)

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

In reference to the mail. I haven't activated volte anywhere. Just on my version of the router from t-mobile, it worked right away.

can you share the firmware of your module?
@iceg: The problem of the messages was a double line in the sender field. this isn't managed by your app and makes all the rest of the messages disappear

759

Odp: ZTE MF289F - Porting OpenWRT

m01 napisał/a:

@iceg: The problem of the messages was a double line in the sender field. this isn't managed by your app and makes all the rest of the messages disappear

My package is not prepared for unusual messages, unfortunately user must remember this.

Używasz moich pakietów/obrazów z github?
Chcesz abym dalej je rozwijał i tworzył nowe?
Postaw kawę

760

Odp: ZTE MF289F - Porting OpenWRT

@m01: can you show such message?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

761

Odp: ZTE MF289F - Porting OpenWRT

m01 napisał/a:
smereka napisał/a:

In reference to the mail. I haven't activated volte anywhere. Just on my version of the router from t-mobile, it worked right away.

can you share the firmware of your module?
@iceg: The problem of the messages was a double line in the sender field. this isn't managed by your app and makes all the rest of the messages disappear


Here you are

https://dl.eko.one.pl/orig/zte_mf289f/TMobile-PL/

762

Odp: ZTE MF289F - Porting OpenWRT

Cezary napisał/a:

@m01: can you show such message?

I saved somewhere the messages but I can't find it. I remember the structure. It was:

MSG: (number)
From: (sender)
60 <- this raw with a number compromised the reading of all messages
Date/Time: mm/dd/yy hh:mm:ss
text message



Deleting with sms_tool this messages  with an additional row between sender and date restored the reading of all messages.

763

Odp: ZTE MF289F - Porting OpenWRT

m01 napisał/a:
Cezary napisał/a:

@m01: can you show such message?

I saved somewhere the messages but I can't find it. I remember the structure. It was:

MSG: (number)
From: (sender)
60 <- this raw with a number compromised the reading of all messages
Date/Time: mm/dd/yy hh:mm:ss
text message



Deleting with sms_tool this messages  with an additional row between sender and date restored the reading of all messages.

If this happens again please do not delete the message. We need this message to debug what happened.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

764

Odp: ZTE MF289F - Porting OpenWRT

Cezary napisał/a:
m01 napisał/a:
Cezary napisał/a:

@m01: can you show such message?

I saved somewhere the messages but I can't find it. I remember the structure. It was:

MSG: (number)
From: (sender)
60 <- this raw with a number compromised the reading of all messages
Date/Time: mm/dd/yy hh:mm:ss
text message



Deleting with sms_tool this messages  with an additional row between sender and date restored the reading of all messages.

If this happens again please do not delete the message. We need this message to debug what happened.

I remember very well that there was a row with that number under the sender field and before date/time.

765

Odp: ZTE MF289F - Porting OpenWRT

Ok, ok, but this not help smile I need to see raw message to diagnose parsers work.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

766

Odp: ZTE MF289F - Porting OpenWRT

I'll try to receive that messages

767

Odp: ZTE MF289F - Porting OpenWRT

found the messages I've deleted:
MSG: 34
From: AUTH
60
Date/Time: 04/01/23 10:04:08
Your verification code is: 643082

768

Odp: ZTE MF289F - Porting OpenWRT

But this is saved message in text file, not from modem, yes?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

769

Odp: ZTE MF289F - Porting OpenWRT

from text file, if I receive another time this message, what I have to do to debug?

770

Odp: ZTE MF289F - Porting OpenWRT

sms_tool -r -d /dev/ttyUSB1 recv

The problem is probably that the sender has a newline char, but I need to see raw message.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

771

Odp: ZTE MF289F - Porting OpenWRT

i saved them with that command line because I couldn't view the messages. I made sms_tool -r -d /dev/ttyUSB1 recv > backup.txt

772

Odp: ZTE MF289F - Porting OpenWRT

No, you did it without -r. With -r gives result in hex string.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

773

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:
m01 napisał/a:
smereka napisał/a:

In reference to the mail. I haven't activated volte anywhere. Just on my version of the router from t-mobile, it worked right away.

can you share the firmware of your module?
@iceg: The problem of the messages was a double line in the sender field. this isn't managed by your app and makes all the rest of the messages disappear


Here you are

https://dl.eko.one.pl/orig/zte_mf289f/TMobile-PL/

I was talking about sdx24 firmware, modem firmware not motherboard firmware

774

Odp: ZTE MF289F - Porting OpenWRT

I haven't got any firmware to this modem.Mayby stih86 has...

775 (edytowany przez eibelfranz44 2023-09-28 11:07:00)

Odp: ZTE MF289F - Porting OpenWRT

stich86 napisał/a:
MiG25 napisał/a:

Tak , identycznie jak w MF286D działa komenda AT+ZNLOCKBAND , i ma identyczną defaultową wartość ( choć @stich86 coś wspominał ,że z włoskiego Vodaphone defaultowo nie ma B20 , ale dało się to włączyć).

czyli np

AT+ZNLOCKBAND=1,0,45,0

ustawi B1+B3+B7

B20 is pruned from the combo on VFIT, but removing 4 files in the EFS partition unlock also the Italian variant smile

We are working to see if the modem can do 5CA


Witam, mam T2 i usunąłem 2 pliki, ale czy powinienem teraz usunąć 4?

Tutaj powiedzieli tylko usuń 2 pliki

https://forum.fibra.click/d/32421-zte-m … dello-vfit

Dzięki

English:


Hello, I have the T2 and have deleted the 2 files but should I delete the 4 now?

Here they only said delete 2 files

https://forum.fibra.click/d/32421-zte-m … dello-vfit

Thanks


p.s. something is already known about 5x approx


p.s. coś już wiadomo około 5x ok