For extracting ipk you can use 7-zip in windows with * option

Posted 1 October 2017 - 21:09
Open Vision sources: https://github.com/OpenVisionE2
Posted 2 October 2017 - 02:05
Open Vision sources: https://github.com/OpenVisionE2
Posted 2 October 2017 - 14:52
I´ve read somwhere that the new tar version can ar too, so ar is no longer needed, can someone confirm that
On my own servers (RHEL7) and on our buildservers that doesn't work with the ipk's our buildserver generates.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), SAB AlphaTriple HD (S2+T2), (Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will have periods of inactivity, during which I don't respond to posts or PM.
Many answers to your question can be found in our new and improved wiki.
Posted 7 October 2017 - 07:19
Simple video example for extracting ipk inside windows using 7-zip
Open Vision sources: https://github.com/OpenVisionE2
Posted 27 January 2019 - 20:35
Well, complicated not at all...
I did a quick modification last evening to get it work on my HD51 (arm) box, a small test showed un-build/build was ok.
This afthernoon I've tried to un-build the ipk's from Abu Baniaz also succeed.
To build you need to avoid "_" maybe that was the problem I dont know for sure, but if you use the legal characters ([a-z 0-9.+-]) (no underscore) than I guess It works.
Im agree there are other (better) methods
Edited by Loui (PD1LOI), 27 January 2019 - 20:36.
Posted 24 January 2022 - 08:58
Many thanks for the uploads.
Can someone give me step by step instructions (an idiot's guide) on how to un-build, edit and re-build the ipk?
Are there any updated instructions please? LraiZer's script does not work on newer versions of linux.
https://forums.openpli.org/topic/55844-autobouquet-plugin/#entry809255
Edited by Abu Baniaz, 24 January 2022 - 09:26.
Posted 26 January 2022 - 00:48
Are there any updated instructions please? LraiZer's script does not work on newer versions of linux.
https://forums.openpli.org/topic/55844-autobouquet-plugin/#entry809255
For Ubuntu 20.04.3 LTS, try install the missing required tools ar and fakeroot.
sudo apt install binutils fakerootalso change this code in both the unpack and the repack scripts to find .xz as well as .gz archivesfromfor f in *.tar.gz;tofor f in *.tar.*z;
also change this code in the repack script so that archive manager in Ubuntu can detect the repacked .ipk as a valid archive type. debian-binary needs to be first packaged file read by the archive manager.
from
ar -r $BASENAME *.tar.gz debian-binary
to
ar -r $BASENAME debian-binary *.tar.gz
0 members, 1 guests, 0 anonymous users