Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12528 Members
237 Forums
7811 Topics
24004 Posts

Max Online: 9115 @ 08/24/24 07:30 PM
Newest Members
Bilawal, Zweistein, didond, OLIANI, sergiu75
12528 Registered Users
Who's Online
13 registered (Toysoft, Admin, Smokey, haki, bobot, karimkaki15, goode men, Franco89, OMEGA, raffsif1234, didond, gerolamo, bori), 1571 Guests and 145 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 9993
Toysoft 2649
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Admin 15
OMEGA 8
samh 3
Smokey 1
Hum@xel 1
November
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: 9993
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: 9993
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: 9993
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: 9993
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
DM52xUHD : OpenATV 7.4 20241125 (Japhar)
by Admin
11/26/24 10:08 AM
DM52xUHD : OpenATV 7.4 20241125 (Original)
by Admin
11/26/24 10:00 AM
Dreambox 500HD ferrari sim ???
by OMEGA
11/25/24 04:28 PM
EchoStar left in limbo as DirecTV ditches Dishdeal
by Admin
11/22/24 02:52 PM
ZX Spectrum ZX81 Emulation : Experience with R36S
by Admin
11/21/24 02:13 AM
Grand chambardement autour des numéros de la TNT
by Admin
11/17/24 05:10 PM
OPENATV 7.5 VOD not possible
by samh
11/03/24 08:37 PM
How to exclude ProvID & Channels from OSCam to CI+
by Admin
11/03/24 12:34 PM
DreamTV Mini Ultra HD Android 9.0 IPTV Streamer...
by Admin
12/04/19 04:06 AM
Satellites.xml for Enigma² by Hum@xel
by Hum@xel
02/02/19 08:37 AM
Spark 7162 : OpenPLi 4.0 IPTV Japhar (April 2016)
by Admin
04/11/16 03:21 PM