Edited by littlesat, 3 January 2019 - 22:38.
ZGEMMA H9 COMBO S2X / T2 4K
Re: ZGEMMA H9 COMBO S2X / T2 4K #81
Posted 3 January 2019 - 22:36
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: ZGEMMA H9 COMBO S2X / T2 4K #82
Posted 3 January 2019 - 23:20
Isn't this https://forums.openp...li-7-multiboot/ also an alternative...?
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: ZGEMMA H9 COMBO S2X / T2 4K #83
Posted 4 January 2019 - 01:38
...could have done it by now, as it was all served on a silver platter... but OK...
Re: ZGEMMA H9 COMBO S2X / T2 4K #84
Re: ZGEMMA H9 COMBO S2X / T2 4K #85
Posted 4 January 2019 - 14:46
Here is as good soul, sharing his addition to the mix...
His nick is arthur67 and he made this for ItalySat but it seems to me it is working in latest OpenPLi 7....
He said:
Hello
I modified a plugin to run the scripts.
I've also added boot switch scripts
Who wants can try
So, decompress the file and send it to your Zgemma H9X/H9.2X using, for instance, FileZilla Client - just follow arthur's structure in this file he provided.
Change CHMOD to 755, with recurse to all files, I guess, just in case...
Restart.
Format your micro SD card in your PC in EXT4, for instance using freeware Mini Tool Partition Wizard. Plug it into your Zgemma H9X/H9.2X.
Device Manager 1.2.jpg 76.1KB 0 downloads
Go to Plugins and EXECUTE the script to move everything to either mSD or USB stick.
Script in OpenPLi 1.jpg 72.32KB 0 downloads
Script in OpenPLi 2.jpg 97.06KB 0 downloads
Script in OpenPLi 3.jpg 145.8KB 0 downloads
Restart.
openpli 7.0-rc h9 root@h9:~# df -h Filesystem Size Used Available Use% Mounted on /dev/root 14.2G 249.3M 13.2G 2% / devtmpfs 470.6M 4.0K 470.6M 0% /dev tmpfs 64.0K 0 64.0K 0% /media tmpfs 470.9M 108.0K 470.8M 0% /var/volatile
As Arthur said, he also included the scripts to swap to a different boot regime...
Simple and effective. Now even OpenPLi has what is needed...
Attached Files
Re: ZGEMMA H9 COMBO S2X / T2 4K #86
Posted 4 January 2019 - 15:16
But still when you have it in ipk format it can be moved to the 3rd party feed....
Edited by littlesat, 4 January 2019 - 16:17.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: ZGEMMA H9 COMBO S2X / T2 4K #87
Posted 4 January 2019 - 16:03
'Cause it's needed.
Relaxing is boring, waiting is kinda letting yourself/others down...
For those of you who want this in ZIP format - use freeware 7-zip and it should be OK...
Edited by gorski, 4 January 2019 - 16:04.
Re: ZGEMMA H9 COMBO S2X / T2 4K #88
Re: ZGEMMA H9 COMBO S2X / T2 4K #89
Posted 4 January 2019 - 16:21
Sorry, my silver platter just got nicked...
Not a coder me... Oh, wait - but you are...
No need, m8 - haven't you seen, it's all above, easy-peasy, it was done for you...
Re: ZGEMMA H9 COMBO S2X / T2 4K #90
Posted 4 January 2019 - 17:05
When the package forwarded was in ipk format it can be uploaded in the 3rd party feed of OpenPLi... then we really have to do nothing... But still the may it is made is as it is now a work-a-round. Sounds we need to wait for the real work...
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: ZGEMMA H9 COMBO S2X / T2 4K #91
Posted 4 January 2019 - 17:08
...surpriiiiseee....
Re: ZGEMMA H9 COMBO S2X / T2 4K #92
Posted 4 January 2019 - 17:11
And why does the plugin have code to show-up in the camsetup menu . . I'm afraid a left over ....
def menu(menuid, **kwargs): if menuid == "camsetup": return [(_("Script..."), main, "ScriptExecuter", 45)] return []
Edited by littlesat, 4 January 2019 - 17:18.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: ZGEMMA H9 COMBO S2X / T2 4K #93
Posted 4 January 2019 - 17:18
It was OK here...
Re: ZGEMMA H9 COMBO S2X / T2 4K #94
Re: ZGEMMA H9 COMBO S2X / T2 4K #95
Re: ZGEMMA H9 COMBO S2X / T2 4K #97
Re: ZGEMMA H9 COMBO S2X / T2 4K #98
Posted 5 January 2019 - 10:27
a friend of mine tried on an H9, and crashed on setup_Title, it turns out that this code was already present, now it seems to work
I inserted a filter for the SH files that start with H9, so that it is a dedicated plugin, should also be inserted a check on the hardware STB H9
But now I think it's okay ..
If possible delete the .ipk and .zip file I had attached yesterday Thanks
def openList(self): self.names = [] self.script = [] path = "/usr/script" XX = ['.sh'] for root, dirs, files in os.walk(path): for name in files: for x in XX: if not x in name: continue if 'h9' in name: self.names.append(name) self.script.append(root + '/' + name) pass shlist(self.names, self['list'])
if it works well, let's do an ipk
Reagards
Attached Files
Re: ZGEMMA H9 COMBO S2X / T2 4K #100
Posted 5 January 2019 - 12:55
There are also still references to another plugin in the install scripts, can you fix those too?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
8 user(s) are reading this topic
0 members, 8 guests, 0 anonymous users