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

Max Online: 9115 @ 08/24/24 07:30 PM
Newest Members
pitzone, mike Wazowsky, vu965, omdbsd, casapiero
12363 Registered Users
Who's Online
7 registered (Toysoft, Admin, Smokey, haki, Hum@xel, pitzone, Mekaho), 1626 Guests and 400 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box
valentin: hi, a little help who is available?
Admin: Do a post in the forum
fon: I am trying to buy sim card from website but i am getting no shipping method has been selected. i am inserting correct shipping address and country
Admin: It's fixed, Thank you to have informed us and explained where it was faulty. Now it should work. Thanks
Admin: For DM800HDse Tool to fix problems, check on Japhar images section, for JapharFlasher
Hum@xel: Hello m8`s smile
Admin: Hello !
figyusz: Hello!
Admin: Hi !!!
Thor: How do I use this stuff can it run on mobile devices.
Admin: Which stuff ?
Hum@xel: Hello M8´s smile
Admin: Hi !!
Bobo360: ciao a tutti
Toysoft: Ciao !
Hum@xel: Hello M8`s smile
Toysoft: Hi !!¨
Hum@xel: Hello @ll sat friends have a nice evening smile
Admin: Hi !!
dreams@t: Hi all friends ;-)
Hum@xel: hi my friend wink
Toysoft: Hi !
Hum@xel: Hello M8`s smile
Admin: Welcome back !
Hum@xel: Hello M8`s smile
Admin: Hi

Top Posters
Admin 10031
Toysoft 2691
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Toysoft 16
bori 9
Admin 8
dmr 7
Hum@xel 2
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
Topic Options
#4026 - 12/06/15 01:55 AM How to swap Internal Flash to External Flash
Toysoft Online   content
Japhar Member
Carpal Tunnel

Registered: 10/21/10
Posts: 2691
How to swap Internal Flash to External Flash, to gain space in your box Flash Memory (using an external USB Flash Stick).

Install : enigma2-plugin-extensions-expand-memory_3.0_all.ipk

Tested with OpenATV 5.0 on DM800HDse,

TS

Code:
#!/bin/sh
# DM800se
# eB
# Expand-Extensions-share-python2.7-local
echo "Wait a minute, please!"
echo "flash memory is swapped"
echo "dreambox will reboot soon"

sleep 3
init 5
mkdir /media/usb/Expand
cp -r /usr/lib/enigma2 /media/usb/Expand/enigma2
cp -r /usr/share /media/usb/Expand/share
cp -r /usr/lib/python2.7 /media/usb/Expand/python2.7
cp -r /usr/local /media/usb/Expand/local
sleep 2
rm -r /usr/lib/enigma2
rm -r /usr/share
rm -r /usr/lib/python2.7
rm -r /usr/local
sleep 2
ln -sfn /media/usb/Expand/enigma2 /usr/lib/enigma2
ln -sfn /media/usb/Expand/share /usr/share
ln -sfn /media/usb/Expand/python2.7 /usr/lib/python2.7
ln -sfn /media/usb/Expand/local /usr/local
sleep 2
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/Expand-memory
sleep 2
init 6


Attachments
enigma2-plugin-extensions-expand-memory_3.0_all.ipk.zip (181 downloads)
expand_scripts_hdd-usb.rar (150 downloads)

_________________________
DM8000, DM800se, DM500HD, DM800HD, DM7025, DM7020s, DM7000, DM500s
VU+ Solo, VU+ Uno, VU+ Duo, Kathrein UFS910
Tivusat, TNTSat, Fransat, SSR/TSR, BBC1-2-3/ITV
DE-OpenBlackHole 1.4 image : http://www.openblackhole.com/

Top
#4035 - 12/06/15 01:29 PM Re: How to swap Internal Flash to External Flash [Re: Toysoft]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
Used until now this routine (giving 17MB free).

Code:
init 4
mv /usr/lib/enigma2/python/Plugins/Extensions /media/usb
mv /usr/lib/python2.7/site-packages /media/usb
ln -sfn /media/usb/Extensions /usr/lib/enigma2/python/Plugins/Extensions
ln -sfn /media/usb/site-packages /usr/lib/python2.7/site-packages 
init 3


This one give more (21MB) moving more. Nice.
Tested with OpenPLi 4.0 on DM800HD SE.
Thanks

Top
#4038 - 12/06/15 02:48 PM Re: How to swap Internal Flash to External Flash [Re: Toysoft]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
Thank you !!! Very welcomed and Thank you for sharing, a lot of members here will love it.

Admin
_________________________

Top
#20052 - 11/26/19 04:53 AM Re: How to swap Internal Flash to External Flash [Re: Toysoft]
peco Offline
VIP Japhar
stranger

Registered: 01/24/18
Posts: 11
Hi,
What doing this command, and why, please:
Code:
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/Expand-memory

Thank you.

Top
#20053 - 11/26/19 05:38 AM Re: How to swap Internal Flash to External Flash [Re: Toysoft]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
It removes a plugin (the folder that has all software/files) that should be called "Expand-memory".

Admin
_________________________

Top
#20054 - 11/26/19 07:11 AM Re: How to swap Internal Flash to External Flash [Re: Toysoft]
peco Offline
VIP Japhar
stranger

Registered: 01/24/18
Posts: 11
Oh, OK.
I had no idea how he appeared there. The directory "Expand-memory" was created after installing the ipk.
Can I run script expand-usb.sh instead of installing an ipk?

Top
#20056 - 11/26/19 08:42 AM Re: How to swap Internal Flash to External Flash [Re: Toysoft]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
I don't know, try and give us feedback,

Admin
_________________________

Top
#20059 - 11/27/19 05:36 AM Re: How to swap Internal Flash to External Flash [Re: Toysoft]
peco Offline
VIP Japhar
stranger

Registered: 01/24/18
Posts: 11
Just ran the script and the flash is expanded.

Top
#20069 - 11/27/19 03:05 PM Re: How to swap Internal Flash to External Flash [Re: peco]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10031
Thank you for your feedback !

Admin

Originally Posted By: peco
Just ran the script and the flash is expanded.
_________________________

Top


Moderator:  fairbird, gaga24, ludo19 
New Topics
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 – ??? ???????? ?? ??? ????? ??????????? ?
by Toysoft
04/10/25 05:09 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
No SAT channels are found
by dmr
03/18/25 03:36 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