mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update plugin.py
This commit is contained in:
@@ -1279,8 +1279,17 @@ class NeoBootImageChoose(Screen):
|
|||||||
self['label10'].setText(strview)
|
self['label10'].setText(strview)
|
||||||
|
|
||||||
def mytools(self):
|
def mytools(self):
|
||||||
if not fileExists('/.multinfo'):
|
if getCheckActivateVip() == getBoxMacAddres():
|
||||||
if getTestIn() == getTestOut() and getCheckActivateVip() == getBoxMacAddres():
|
try:
|
||||||
|
from Plugins.Extensions.NeoBoot.files.tools import MBTools
|
||||||
|
self.session.open(MBTools)
|
||||||
|
except Exception as e:
|
||||||
|
loggscrash = time.localtime(time.time())
|
||||||
|
LogCrashGS('%02d:%02d:%d %02d:%02d:%02d - %s\r\n' % (loggscrash.tm_mday, loggscrash.tm_mon, loggscrash.tm_year, loggscrash.tm_hour, loggscrash.tm_min, loggscrash.tm_sec, str(e)))
|
||||||
|
mess = _('Sorry cannot open neo menu. Access Fails with Error code 0x50.')
|
||||||
|
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||||
|
elif not fileExists('/.multinfo'):
|
||||||
|
if getTestIn() == getTestOut():
|
||||||
if ('1234%s' % getTestToTest()) == getAccessN():
|
if ('1234%s' % getTestToTest()) == getAccessN():
|
||||||
if (getSupportedTuners()) == (getBoxHostName()):
|
if (getSupportedTuners()) == (getBoxHostName()):
|
||||||
try:
|
try:
|
||||||
@@ -1364,7 +1373,9 @@ class NeoBootImageChoose(Screen):
|
|||||||
self.session.open(MessageBox, _('Removing canceled!'), MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, _('Removing canceled!'), MessageBox.TYPE_INFO)
|
||||||
|
|
||||||
def ImageInstall(self):
|
def ImageInstall(self):
|
||||||
if not fileExists('/.multinfo'):
|
if getCheckActivateVip() == getBoxMacAddres():
|
||||||
|
self.ImageInstallTestOK()
|
||||||
|
elif not fileExists('/.multinfo'):
|
||||||
if ('1234%s' % getTestToTest()) != getAccessN():
|
if ('1234%s' % getTestToTest()) != getAccessN():
|
||||||
count = 0
|
count = 0
|
||||||
for fn in listdir('' + getNeoLocation() + '/ImageBoot'):
|
for fn in listdir('' + getNeoLocation() + '/ImageBoot'):
|
||||||
@@ -1380,9 +1391,6 @@ class NeoBootImageChoose(Screen):
|
|||||||
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
|
||||||
else:
|
else:
|
||||||
self.ImageInstallTestOK()
|
self.ImageInstallTestOK()
|
||||||
else:
|
|
||||||
if getTestIn() == getTestOut() and getCheckActivateVip() == getBoxMacAddres():
|
|
||||||
self.ImageInstallTestOK()
|
|
||||||
else:
|
else:
|
||||||
myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button or try to update.')
|
myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button or try to update.')
|
||||||
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
|
||||||
|
|||||||
Reference in New Issue
Block a user