Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12367 Members
237 Forums
7861 Topics
24146 Posts

Max Online: 9115 @ 08/24/24 07:30 PM
Newest Members
CatFood&DogFood, DIKO 28th, hmagga, RMMC, BaXmX
12367 Registered Users
Who's Online
3 registered (Admin, Toysoft, OMEGA), 701 Guests and 426 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 10031
Toysoft 2692
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Toysoft 11
bori 7
Hum@xel 4
Admin 3
Joachim dream 1
April
M Tu W Th F Sa Su
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Page 2 of 2 < 1 2
Topic Options
#20002 - 11/24/19 08:10 AM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
windshear Offline
VIP Japhar
stranger

Registered: 05/16/19
Posts: 17
Hi Guys!
Can anyone write a short tutorial on how to use the script, where to copy it and how to run?
What it means: set to "chmod 755 script.sh" ?
JAM tool "Clean Extra Flash Memory" gives me a loop on boot.
I want to leave only Polish, English and German languages.
Thank you from the mountain smile
Regards

Top
#20003 - 11/24/19 08:28 AM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
Install the image and copy/paste the lines that are not the languages you want into your box via telnet or ssh/Putty.

You need to build your own commands/script, in fact you can just send command/line after line, into the console/telnet/putty/ssh, selecting naturally the ones you want.

It's normal it goes in loop, as the script removed the Polish language, that in your case you need and probably selected at setup.

Admin

Code:
#!/bin/sh
#
#Remove from /usr/share/enigma2/countries
#
cd /usr/share/enigma2/countries
#
rm ad.png
rm ee.png
rm hr.png
rm lt.png
rm ro.png
rm ua.png
rm ae.png
#rm en.png
rm hu.png
rm lv.png
rm ru.png
rm yu.png
rm bg.png
rm es.png
rm il.png
rm se.png
rm br.png
rm fi.png
rm ir.png
rm nl.png
rm si.png
rm cz.png
rm fr.png
rm is.png
rm no.png
rm sk.png
#rm de.png
rm fy_NL.png    
rm it.png
#rm pl.png
rm th.png
rm dk.png
rm gr.png
rm ku.png
rm pt.png
rm tr.png
rm hk.png
rm id.png
rm nn.png
rm zh.png
#rm missing.png
#
#Remove from /usr/share/enigma2/po
#
cd /usr/share/enigma2/po
#
rm -r ar
rm -r cs
rm -r el
rm -r et
rm -r fr
rm -r hr
rm -r it
rm -r lv
rm -r no
rm -r pt_BR  
rm -r sk
rm -r sv
rm -r uk
rm -r bg
rm -r da
#rm -r en
rm -r fa
rm -r fy
rm -r hu
rm -r ku
rm -r nb
#rm -r pl
rm -r ro
rm -r sl
rm -r th
rm -r ca
#rm -r de
rm -r es
rm -r fi
rm -r he
rm -r is
rm -r lt
rm -r nl
rm -r pt
rm -r ru
rm -r sr
rm -r tr
rm -r hk
rm -r id
rm -r nn
rm -r zh
#
#Remove not used Skins
#
rm -r /usr/share/enigma2/PLi-FullHD
rm -r /usr/share/enigma2/PLi-FullNightHD
rm -r /usr/share/enigma2/PLi-HD1
rm -r /usr/share/enigma2/PLi-HD2
#
#Remove Feeds Packages List
#
rm /var/lib/opkg/O*
rm /var/lib/opkg/lists/o*
#
#END
#
_________________________

Top
#20004 - 11/24/19 09:00 AM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
windshear Offline
VIP Japhar
stranger

Registered: 05/16/19
Posts: 17
Thanx for quick reply,
I have Putty 0.71 installed, but don't have any experience with using it.
Which section I put the needed lines in?
When I open SSH window I got some error on network: "Connection refused" and is inactive.
Telnet window opens well, but where to paste the lines?
Please forgive me my poor knowledge.
Thank you!
>windshear<

Top
#20007 - 11/24/19 09:31 AM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
You need to put the IP address of your box, as Telnet or Putty will not be capable of "finding" your box / the IP address if you don't insert it.

Then you will just have to copy/paste the text I prepared you into the console. Then it should be done as per your wish.

Admin


Attachments
PuTTY_0.62_on_Windows_8.png (285 downloads)

_________________________

Top
#20008 - 11/24/19 09:38 AM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
windshear Offline
VIP Japhar
stranger

Registered: 05/16/19
Posts: 17
Of course, I did put the box IP in host window, but still don't see the place to paste the text.
I open Telnet window from putty program after I set IP address of my box.
>windshear<

Top
#20009 - 11/24/19 09:40 AM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
windshear Offline
VIP Japhar
stranger

Registered: 05/16/19
Posts: 17
Is the place to paste the text instead of "Default Settings"?

Top
#20010 - 11/24/19 09:46 AM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
Then in both cases, Telnet or SSH, it will open you a Console box (black text box), where you will have to login into the box with username and password.

Only then once you are logged in the box, you can send the commands.

Admin
_________________________

Top
#20013 - 11/24/19 01:05 PM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: Toysoft]
windshear Offline
VIP Japhar
stranger

Registered: 05/16/19
Posts: 17
OK, done with Telnet, thank you! smile
Nice evening!
>windshear<

Top
#20014 - 11/24/19 01:09 PM Re: OpenPLi 4.0 : Free as much as possible Flash space [Re: windshear]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
Great, Enjoy !

Admin

Originally Posted By: windshear
OK, done with Telnet, thank you! smile
Nice evening!
>windshear<
_________________________

Top
Page 2 of 2 < 1 2


Moderator:  fairbird, gaga24, ludo19 
New Topics
DM500HD japhar
by OMEGA
04/15/25 08:52 PM
Dreambox – A Look Back at an Era of Television Rev
by Admin
04/10/25 07:05 PM
Dreambox: Una mirada retrospectiva a una era de TV
by Toysoft
04/10/25 05:11 PM
Dreambox – Uma retrospectiva de uma era de revoluç
by Toysoft
04/10/25 05:10 PM
Dreambox – Ein Blick zurück auf eine Ära der TVRev
by Toysoft
04/10/25 05:08 PM
Dreambox – Uno sguardo all’era della rivoluzioneTV
by Toysoft
04/10/25 05:07 PM
Dreambox – Retour sur une époque de révolution TV
by Toysoft
04/10/25 05:07 PM
No ca found?
by junkers
04/07/25 10:23 AM
Ci plus helper cable tv
by Joachim dream
03/23/25 06:05 PM
Openpli-Japhar Usb Wifi Driver
by bori
03/13/25 05:01 PM
Satellites.xml for Enigma² by Hum@xel
by Hum@xel
02/02/19 08:37 AM