Files
neoboot/README.md

118 lines
4.4 KiB
Markdown
Raw Permalink Normal View History

2021-02-08 13:06:26 +02:00
# neoboot
2022-11-23 15:25:03 +02:00
![2](https://user-images.githubusercontent.com/4014580/155754031-3bf30776-e161-467f-9717-ee9cc93bb72c.jpg)
2022-11-23 15:19:22 +02:00
2022-02-25 18:45:25 +02:00
In version 9.49, tests have been added for the Dreambox MIPS receiver.
OpenPLi recommended in flash. For dreambox only openpli-based images work.
To install NeoBOOT on a receiver with a small amount of flash memory, such as the DM500HD, you need to free up some space by uninstalling the plugins.
2021-03-03 21:19:56 +02:00
2021-03-03 21:19:40 +02:00
recommended vuplus image for flash openpli
2021-03-03 21:19:56 +02:00
2021-03-03 21:19:40 +02:00
recommended other stb image for flash egami or openpli
2021-02-08 13:25:45 +02:00
2023-12-25 20:08:18 +02:00
recommended pendrive SanDisk Ultra Fit Pendrive 16GB
2021-03-04 11:16:26 +02:00
only install with the command contained here, do not install from other sources of the ipk file type !
2021-02-09 13:33:55 +02:00
Installation of neoboot. Run the following command in the terminal of a supported tuner
Instalacja neoboot. Uruchom poniższą komendę w terminalu wspieranego tunera
2021-02-09 13:16:17 +02:00
2022-06-07 12:22:40 +03:00
2024-08-31 23:07:20 +03:00
To check if neoboot works you can 2 images install via Neoboot free without need vip code
2024-08-31 23:06:32 +03:00
After you ok, decide to use the Neoboot for more images on external
just press blue button for info it will display developer Email which you can contact him
2021-02-09 13:16:17 +02:00
#
2022-06-07 12:22:40 +03:00
# !!!! PIN CODE in ver. 9.56 is CHANGED !!!
2021-02-09 13:16:17 +02:00
opkg update
opkg install curl
curl -kLs https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh|sh
2021-02-17 09:04:53 +02:00
#
2021-02-09 13:16:17 +02:00
2021-02-14 11:21:27 +02:00
-jeśli w/w polecenie nie zadział próbujemy polecenia:
2021-02-14 10:55:35 +02:00
-if the command doesn't work, try the command:
2021-02-19 11:58:14 +02:00
cd /tmp; wget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh;chmod 755 ./iNB.sh;sh ./iNB.sh; rm ./iNB.sh; cd
2021-02-17 09:04:53 +02:00
#
2021-02-14 10:55:35 +02:00
2021-02-17 09:04:53 +02:00
-jeśli w/w polecenie nie zadział próbujemy następne polecenia:
2021-02-14 10:55:35 +02:00
2021-02-17 09:04:53 +02:00
-if the command doesn't work, try the command:
2021-02-19 11:58:14 +02:00
cd /tmp; fullwget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh;chmod 755 ./iNB.sh; sh ./iNB.sh; rm ./iNB.sh; cd
2021-02-14 11:02:37 +02:00
2021-02-09 13:16:17 +02:00
#
2022-01-02 15:44:36 +02:00
![2AC5694061764352826110151BF37430 (1)](https://user-images.githubusercontent.com/4014580/147877740-0d115fa1-ba09-4527-9dfb-ee6585651a66.jpg)
2021-12-08 22:37:08 +02:00
![nep_skin](https://user-images.githubusercontent.com/4014580/145280636-0491cfa8-691f-4aec-b716-3248d5dfef4b.jpg)
2021-12-07 14:02:23 +02:00
![neoboot](https://user-images.githubusercontent.com/4014580/145025575-966b82bb-d8b5-48ba-84bd-f2fc41ce8758.jpg)
2021-12-07 14:07:34 +02:00
![neoboot_menu](https://user-images.githubusercontent.com/4014580/145025978-4702fab0-853d-4f9c-b1b3-f4a8fb51fcb1.jpg)
![neoboot_install](https://user-images.githubusercontent.com/4014580/145026311-b9a19c79-81af-4ded-b79a-56f73f30b3fb.jpg)
2021-12-07 14:02:23 +02:00
2021-02-17 09:04:53 +02:00
2021-03-21 11:28:40 +02:00
List supported tuners is in stbinfo.cfg file.
2021-03-21 11:33:39 +02:00
If your stb is not in list, so contact author neoboot and give me the name of device hostname your stb.
2021-03-21 11:28:40 +02:00
2021-02-17 09:04:53 +02:00
2021-02-09 13:16:17 +02:00
UWAGA!!!
Redystrybucja wersji programu i dokonywania modyfikacji JEST DOZWOLONE, pod warunkiem zachowania niniejszej informacji o prawach autorskich.
Autor NIE ponosi JAKIEJKOLWIEK odpowiedzialności za skutki użytkowania tego programu oraz za wykorzystanie zawartych tu informacji.
Instalację i modyfikacje przeprowadzasz na wlasne ryzyko!!! Przed instalacją lub aktualizacją Neoboot przeczytaj uważnie wszystkie informacje zawarte tu i w wtyczce. !
Dziękuję wszystkim kolegom wpierającym projekt neoboot.
pozdrawiam gutosie
2021-02-08 13:27:22 +02:00
2021-03-03 21:19:40 +02:00
CAUTION!!!
Redistribution of the program version and making modifications is ALLOWED as long as this copyright notice is preserved.
The author accepts NO responsibility for any consequences of using this program or the use of the information contained herein.
You carry out installation and modification at your own risk !!! Before installing or updating Neoboot, carefully read all the information contained here and in the plugin. !!
Thanks to all colleagues who support the neoboot project.
greetings gutosie
2022-11-23 15:19:22 +02:00
![Screen](https://user-images.githubusercontent.com/4014580/203556626-c54fc55d-3eff-4ff8-a15c-b8e5d154edc9.jpg)
2022-11-23 18:18:51 +02:00
![203557637-1024f103-8836-45ea-b602-a13ddf562d1c](https://user-images.githubusercontent.com/4014580/203596272-ad0fa75a-0836-4b9f-8d2e-beb7485c1cfc.jpg)
2022-11-23 18:17:40 +02:00
2022-11-23 15:19:22 +02:00
2021-02-08 13:27:04 +02:00
----------------Free donate----------------
¯\_(ツ)_/¯
2021-02-08 13:25:45 +02:00
* Donate to the project
* Spende
* Donaco
* Darowizna
* Пожертвование
* Bağış
* Donación
* Darowizna
2021-02-08 13:28:11 +02:00
* - Access to the latest version
* - Online support
2021-02-08 13:25:45 +02:00
More information email
If you want to support the neoboot project, you can do so by contacting us by e-mail:
2021-02-08 13:27:22 +02:00
krzysztofgutosie@gmail.com
2021-02-08 13:25:45 +02:00
¯\_(ツ)_/¯
2021-02-08 13:27:04 +02:00
----------------Free donate----------------
2021-02-08 13:25:45 +02:00
We thank you for any help
Have fun !!!
2021-12-07 13:57:00 +02:00