From 2f71c36f55817cf8d744e31345d38efaa8ed7213 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 6 Mar 2021 18:02:25 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/files/backflash | 4 ++-- NeoBoot/files/tools.py | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NeoBoot/files/backflash b/NeoBoot/files/backflash index 4beba2f..4a7eef8 100644 --- a/NeoBoot/files/backflash +++ b/NeoBoot/files/backflash @@ -50,7 +50,7 @@ if [ -e /.multinfo ]; then flash_eraseall /dev/mtd1 echo "Instalacja kernel do /dev/mtd1..." sleep 2 - nandwrite -p /dev/mtd1 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz + /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/nandwrite -p /dev/mtd1 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz fi fi update-alternatives --remove vmlinux vmlinux-`uname -r` || true @@ -64,7 +64,7 @@ if [ -e /.multinfo ]; then flash_eraseall /dev/mtd2 echo "Instalacja kernel do /dev/mtd2..." sleep 2 - nandwrite -p /dev/mtd2 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz + /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/nandwrite -p /dev/mtd2 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz fi fi update-alternatives --remove vmlinux vmlinux-`uname -r` || true diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index e825062..3d29f4a 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -1867,7 +1867,8 @@ class Opis(Screen): message += _('- More information email\n') message += _('We thank you for any help\n') message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n') - message += _(' krzysztofgutosie@gmail.com\n') + message += _(' krzysztofgutosie@gmail.com\n\n') + message += _(' PayPal adress: krzysztofgutosie@gmail.com\n') message += _('---------------- ¯\_(ツ)_/¯ ----------------\n\n') message += _('\nCompletely uninstall NeoBota: \nIf you think NeoBot not you need it, you can uninstall it.\nTo uninstall now press the red button on the remote control.\n\n') message += _('Have fun !!!') @@ -1875,7 +1876,7 @@ class Opis(Screen): self['lab1'].setText(message) def neoinstallgithub(self): - message = _('Are you sure you want to reinstall neoboot from github ?') + message = _('Are you sure you want to reinstall neoboot from github.') ybox = self.session.openWithCallback(self.neogithub, MessageBox, message, MessageBox.TYPE_YESNO) ybox.setTitle(_('Install.')) @@ -2013,7 +2014,8 @@ class neoDONATION(Screen): message += _('- More information email\n') message += _('We thank you for any help\n') message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n') - message += _(' krzysztofgutosie@gmail.com\n\n') + message += _(' krzysztofgutosie@gmail.com\n\n') + message += _(' PayPal adress: krzysztofgutosie@gmail.com\n') message += _('----------------Free donate----------------\n') message += _('¯\_(ツ)_/¯ Have fun !!!') self['lab1'].show()