851 (edytowany przez m01 2024-01-04 15:23:08)

Odp: ZTE MF289F - Porting OpenWRT

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

Ps can anyone help me with the sms memory?

Just remove old messages?

yes I tried to remove a message and it works, but an image explain better
https://i.imgur.com/bh8cmGf
after 50 messages it seems full. I delete a message to receive at least another one. I leave the memory half full to test
scenario1: there is a problem with the code/memory
Scenario 2: The real capacity of the memory is 50 not 100 and the counter in the code is wrong. Which one?

852

Odp: ZTE MF289F - Porting OpenWRT

m01 napisał/a:

scenario1: there is a problem with the code/memory
Scenario 2: The real capacity of the memory is 50 not 100 and the counter in the code is wrong. Which one?

Or maybe it depends on the message encoding?
https://documentation.mapp.com/1.0/en/s … 73417.html

853

Odp: ZTE MF289F - Porting OpenWRT

Do:

sms_tool -d /dev/ttyUSB2 at "AT+CMGF=1"
sms_tool -d /dev/ttyUSB2 at "AT+CMGL=\"ALL\""

and

sms_tool -d /dev/ttyUSB2 at "AT+CPMS=?"

Count how many messages you have and see what the modem says. Maybe there is simply an error in the modem firmware.

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

854 (edytowany przez m01 2024-01-04 20:11:14)

Odp: ZTE MF289F - Porting OpenWRT

sms_tool -d /dev/ttyUSB2 at "AT+CMGL=\"ALL\""
AT+CMGL="ALL"

AT+CPMS?
+CPMS: "ME",50,100,"ME",50,100,"SR",0,100

AT+CMGF?
+CMGF: 0

=  before ? returns list of the option of at command so it isn't needed to check the status

855

Odp: ZTE MF289F - Porting OpenWRT

50 of 100. If you no longer receive text messages, it is actually a firmware bug and there is nothing you can do to fix it. Just delete old text messages

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

856

Odp: ZTE MF289F - Porting OpenWRT

ok thanks

857 (edytowany przez stich86 2024-01-04 23:37:44)

Odp: ZTE MF289F - Porting OpenWRT

Has anyone reversed “config” file? This file is responsible on how to present device over USB instead of using standard Qualcomm usb switches

858

Odp: ZTE MF289F - Porting OpenWRT

Po testach metoda stich86 na włączenie VoLTE działa, także jeśli ktoś chce mieć taką funkcjonalność to może sobie ją stworzyć ( orginalnie zarówno z TMobile jak i niemieckiego VFDE zrzucają połączenie do 3G lub nawet 2G).
Także zmodyfikowany MF289F idzie na sprzedaż.

Good work @stich86 !

859 (edytowany przez stich86 2024-01-09 21:27:19)

Odp: ZTE MF289F - Porting OpenWRT

MiG25 napisał/a:

Po testach metoda stich86 na włączenie VoLTE działa, także jeśli ktoś chce mieć taką funkcjonalność to może sobie ją stworzyć ( orginalnie zarówno z TMobile jak i niemieckiego VFDE zrzucają połączenie do 3G lub nawet 2G).
Także zmodyfikowany MF289F idzie na sprzedaż.

Good work @stich86 !

Thanks for your patience and trust in me mate smile

860

Odp: ZTE MF289F - Porting OpenWRT

MiG25 napisał/a:

Po testach metoda stich86 na włączenie VoLTE działa, także jeśli ktoś chce mieć taką funkcjonalność to może sobie ją stworzyć ( orginalnie zarówno z TMobile jak i niemieckiego VFDE zrzucają połączenie do 3G lub nawet 2G).
Także zmodyfikowany MF289F idzie na sprzedaż.

Good work @stich86 !


MiG-u da rade zrobić to na openwrt bez wyciągania modemu? Próbowałeś może?

861

Odp: ZTE MF289F - Porting OpenWRT

Nie próbowałem , po prostu wyciągnąłem modem do przejściówki mPCIe-USB.

A czy by się dało ...
Chyba nie dałoby się zaktualizować fw do VFDE przez fastboot jak tu  : https://github.com/stich86/ZTE-MF289F-R … irmware.md

(ale może jest on i na openwrt ..)
Bo resztę ( np dołączenie do EFS Explorer ) da się zrobić ser2net...

862 (edytowany przez stich86 2024-01-15 13:51:07)

Odp: ZTE MF289F - Porting OpenWRT

MiG25 napisał/a:

Nie próbowałem , po prostu wyciągnąłem modem do przejściówki mPCIe-USB.

A czy by się dało ...
Chyba nie dałoby się zaktualizować fw do VFDE przez fastboot jak tu  : https://github.com/stich86/ZTE-MF289F-R … irmware.md

(ale może jest on i na openwrt ..)
Bo resztę ( np dołączenie do EFS Explorer ) da się zrobić ser2net...

If you install fastboot on Openwrt can be feasible smile

I’ve added also DNA firmware, anyway looking at CA combo VFDE is the best firmware

863

Odp: ZTE MF289F - Porting OpenWRT

Dobra mogę poświęcić swój jeden egzemplarz na potrzeby zrobienia instrukcji pod openwrt. W razie czego odkleję tę piękną  szaro-srebrną folię z modemu i go wyjmę i odżywię w adapterze. No to lecimy po kolei na razie czysto teoretycznie czyli ja piszą co robię i zadaję pytanie. Potem jak wszystko będzie przynajmniej dla mnie jasne zrobię to fizycznie na ruterze.

If the module is in VOIP mode, just change it issuing these commands over adb session:

adb shell
cfg set voice_work_type=VOICE
cfg save


Question: How to check if the modem is in VoIP mode? How does the command check this?

864

Odp: ZTE MF289F - Porting OpenWRT

just do a cfg get voice_work_type or cfg show | grep voice_work_type

if it's null (or no result), the module will automatically go into VOICE mode

865 (edytowany przez smereka 2024-01-15 15:17:24)

Odp: ZTE MF289F - Porting OpenWRT

t root@OpenWrt:~# adb shell
/sys/kernel/config/usb_gadget/g1 # cfg get voice_work_type

/sys/kernel/config/usb_gadget/g1 # cfg show | grep voice_work_type
/sys/kernel/config/usb_gadget/g1 #


Niestety nie ma na openwrt pakietu fastboot sad

866 (edytowany przez MiG25 2024-01-15 15:17:45)

Odp: ZTE MF289F - Porting OpenWRT

smereka napisał/a:

W razie czego odkleję tę piękną  szaro-srebrną folię z modemu i go wyjmę i odżywię w adapterze.

Zamiast odklejać tą taśmę , po prostu zdejmij metalowy ekran z modemu ,do którego jest przyklejona podważając go z każdej strony i zostaw razem z przyklejoną tą metalową taśmą . Później jak włożysz modem ,to wkładasz ekran na miejsce i nie widać śladu na taśmie.

867 (edytowany przez smereka 2024-01-15 15:19:16)

Odp: ZTE MF289F - Porting OpenWRT

O i to jest myśl smile Jak dobrze posłuchać kogoś innego. Dziękuję

868 (edytowany przez smereka 2024-01-15 15:41:03)

Odp: ZTE MF289F - Porting OpenWRT

Dobra elegancko poszło. Podłączyłem do kompa ale EFS nie widzi mi modemu. Potrzebne są jakieś sterowniki czy trzeba go wprowadzić w jakiś tryb bo w instrukcji sticha tego nie znajduje lub źle czytam...? Zależy mi tylko na zrobieniu działania volte nie chce zmieniać firmware

869 (edytowany przez MiG25 2024-01-15 15:46:34)

Odp: ZTE MF289F - Porting OpenWRT

Instrukcja jest taka , że można ją uaktualniać smile
Ale w urządzeniach pewnie masz kilka urządzeń jako nierozpoznanych , więc z tego co pamiętam trzeba znaleść to z device #2 i manualnie mu sterownik ZTE Diagnostic Interface (  bo sterowniki ZTE masz zainstalowane poporzednio)

No i raczej trzeba zmienić fw na VFDE , bo na Tmobilowym mi volte nie chodziło...Ale próbuj.

870

Odp: ZTE MF289F - Porting OpenWRT

No u mnie jest wersja vodafone i dokładnie firmware BD_VDFDEMF289FMODV1.0.0B07

871 (edytowany przez smereka 2024-01-15 16:22:20)

Odp: ZTE MF289F - Porting OpenWRT

Dobra poszło to EF explorer ale za nic nie idzie nmea w ogóle u mnie tego nie ma . Jest za to ZTE UI AT interface. Jak zorić żeby było nmea?


stich any proposition?

872

Odp: ZTE MF289F - Porting OpenWRT

i've put screenshot on which drivers use base on the Hardware Instance

What's your main issue? don't understand

873

Odp: ZTE MF289F - Porting OpenWRT

If you have version BD_VDFDEMF289FMODV1.0.0B07 maybe it is important to do also a fw backup acc to previous instruction ?
@stich86 yours is only B05 ...

874 (edytowany przez stich86 2024-01-15 17:36:01)

Odp: ZTE MF289F - Porting OpenWRT

looks like an updated version
if smerka can dump all needed partitions I can repack the fw and check if VoLTE is working

I need:

uefi
boot
modem
system


and "config" file smile

Dump can be done also with adb, just cat each mtd partition on /tmp (once a time), pull and remove using adb shell

875

Odp: ZTE MF289F - Porting OpenWRT

So dump acc to this https://eko.one.pl/forum/viewtopic.php? … 51#p293851
or fastboot can do it ?