My compilation: OpenWrt SNAPSHOT / LuCI Main | r31617-677c5c3b0d [Build: 29.10.2025]
Find a file
2025-10-29 21:51:37 +01:00
.github Create FUNDING.yml 2023-01-12 14:16:53 +01:00
Help_with_translation.zip Add files via upload 2022-08-20 07:04:26 -07:00
LICENSE Initial commit 2022-07-14 00:06:26 +02:00
README.md Update README.md 2025-10-29 21:51:37 +01:00

ZTE-MF286D

My compilation :: user friendly :: OpenWrt SNAPSHOT / LuCI Main

GitHub release (latest by date) GitHub stars GitHub forks GitHub All Releases

1. What You Should Know / Co powinieneś wiedzieć

  • Installation of additional packages / Instalacja dodatkowych pakietów

Snapshots are built daily, and that sets time limits to installing new packages with opkg. Due to kernel version checksums, you can only install “kmod” kernel modules and other kernel version dependent modules from the exactly same snapshot build. So, a few hours after flashing the firmware you may not be able to install new modules with opkg any more (as the next snapshot has been built into the download repo and has different checksums).
Obrazy snapshots budowane są codziennie, a to ustawia limity czasowe na instalację nowych pakietów za pomocą opkg. Z powodu sum kontrolnych wersji jądra, możesz zainstalować tylko moduły "kmod" i inne moduły zależne od wersji jądra z dokładnie tego samego snapshotu. Tak więc, kilka godzin po flashowaniu firmware możesz nie być w stanie zainstalować nowych modułów za pomocą opkg (ponieważ następny snapshot został wbudowany w repo i ma inne sumy kontrolne).

  • User's own configuration / Konfiguracja przez użytkownika

Router requires user to check the configuration and optionally enable packages for transfer statistics and watchdog.
Router wymaga sprawdzenia konfiguracji przez użytkownika i opcjonalnego włączenia pakietów do statystyk transferu oraz watchdoga.

  • LuCI theme / Motyw LuCI

Main theme: Bootstrap.
Główny motyw: Bootstrap.

  • My modifications / Moje modyfikacje

I changed the miniDLNA icon.
Zmieniłem ikonę dla miniDLNA.

Pokaż | Show me

  • Languages added to image / Języki dodane do obrazu

Language packs: German, English, Italian, Polish, Russian, Vietnamese, Simplified Chinese
Pakiety językowe: Niemiecki, Angielski, Włoski, Polski, Rosyjski, Wietnamski, Chiński.

2. Internet connection setup | Change of apn for mobile internet operator

Pokaż | Show me

We go in the menu to Network \ Interfaces.

For the QMI protocol, go to the settings by clicking the Edit button.

Enter the apn name of internet provider and click save.

If after changing the apn we do not have internet, we have to manually set the apn in the modem. To do this, go to the Modem \ SMS Messages menu.

Go to the at command tab and select APN setup from the drop-down menu. Enter the apn of internet operator and click on the button that sends the command.

Now we restart the modem so that the modem starts up with the new apn.

3. Useful AT commands (also available in the built image)

Pokaż | Show me
APN info ➜ AT+CGDCONT?;AT+CGDCONT?
APN setup ➜ AT+CGDCONT=1,"IP","internet","",0,0;AT+CGDCONT=1,"IP","internet","",0,0
APN apply ➜ AT+CGACT=1,1;AT+CGACT=1,1
Cell lock info ➜ AT+ZLOCKCELL?;AT+ZLOCKCELL?
Cell lock disabled ➜ AT+ZLOCKCELL=0;AT+ZLOCKCELL=0
Cell lock ➜ AT+ZLOCKCELL=earfcn_tag,pci_tag;AT+ZLOCKCELL=AAAA,BBB
Network mode info ➜ AT+ZSNT?;AT+ZSNT?
Prefer 4G (Blue LED blinks) ➜ AT+ZSNT=0,0,0;AT+ZSNT=0,0,0
4G/3G only ➜ AT+ZSNT=7,0,0;AT+ZSNT=7,0,0
4G only ➜ AT+ZSNT=6,0,0;AT+ZSNT=6,0,0
3G only (LED turns green) ➜ AT+ZSNT=2,0,0;AT+ZSNT=2,0,0
2G only (LED turns red) ➜ AT+ZSNT=1,0,0;AT+ZSNT=1,0,0
DL CA info ➜ AT+ZCAINFO?;AT+ZCAINFO?
UL CA info ➜ AT+ZULCA?;AT+ZULCA?
UL CA disabled ➜ AT+ZULCA=0;AT+ZULCA=0
UL CA enabled ➜ AT+ZULCA=1;AT+ZULCA=1
Locked band info ➜ AT+ZNLOCKBAND?;AT+ZNLOCKBAND?
Modem reboot ➜ AT+CFUN=1,1;AT+CFUN=1,1

4. LuCI packages available in the image:

Pokaż | Show me
List coming soon..