Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12401 Members
237 Forums
7723 Topics
23804 Posts

Max Online: 4756 @ 02/20/20 11:12 PM
Newest Members
djmed, kiki21, nobles, Josef Novak, Mohmmed.59
12401 Registered Users
Who's Online
4 registered (Toysoft, Admin, Warder, bitgames), 880 Guests and 174 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 9876
Toysoft 2634
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Admin 19
dmr 8
Rtm79 4
Toysoft 3
Sasillo 3
March
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 31
Topic Options
#4095 - 12/09/15 09:48 AM @@Teleportation/universe For All Images@@
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
I have create plugin (Teleportation/universe) depend on Teleportation/universe option from Blackhole Images To All images

Should by to install from telnet only by given this commands after download and send it to /tmp

Code:
opkg update

Code:
opkg install /tmp/*.ipk


Download

Teleportation_V1.1-By-RAED

How to Use it:
1-Should by image on internal flash
2-must be to mount usb/hdd to universe folder in root not in media (From plugin red button you can (Format/Mount) from Device manager
3-After reboot box Install plugin and open it
Menu > plugins > Teleportation
4-If you want to Jumping to any user for example (Avalon) > Go to Avalon and press red button (jump)







Attachments
Teleportation_V1.1-By-RAED.ipk (18 downloads)


Top
#4096 - 12/09/15 09:51 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
Toysoft Online   content
Japhar Member
Carpal Tunnel

Registered: 10/22/10
Posts: 2634
Great job !!!

Well done Fairbird,

TS
_________________________
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
#4100 - 12/09/15 08:41 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
Tested in Dm800SE OpenPLi 4.0 image with USB maped as universe.
After installation folder universe was created in root (flash) and jumping to universe will create in the same universe folders Avalon etc..
Of course the memory was gone and this si not the expected target.
After creating a Symlink in root to media/universe the universe will be created there but is no jump.
Any idea ?

Top
#4101 - 12/09/15 09:31 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
You are wrong ...
universe folder in correct place (root) ...
Why you make Symlink from media to root ?! this is wrong..

Just install plugin > then must to be mount your usb pin to /universe direct no need to create Symlink to media ...

Openpli doesn't have Device manager to make mount usb to /universe ...
So after install plugin on openpli open (fstab) file from /etc and put this line
Code:
/dev/sda1    /universe    auto   defaults    0  0

make sure your pin is (sda1)
then reboot box after reboot try plugin again and do jump ...
after jumping give this command in telnet and post here your result
Code:
cat /proc/mounts

Top
#4103 - 12/09/15 11:02 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
1. Openpli doesn't have Device manager to make mount usb to /universe ... True
This is the reason i installed enigma2-plugin-systemplugins-mount manager 1.0-r5 mipsel.ipk and mounted the usb as universe.
The plugin can be used from the System menu and display the right mount for both devices (HDD and USB - universe).
2. The Symlink was only for trying to resolve because it doesn't work and because i have free time to play.
3. The line /dev/sda1 /universe auto defaults 0 0 not found in fstab and my pin is sdb1 so added the line according to.
sda1 is my hard disk mapped as Benny.

The problem is still the same. The universe is created in universe folder in flash. Of course i can jump (done before the same) but my memory is lowered by 4 MB after jumping to Avalon.

I was thinking the plugin will use the USB for storing universes but in my case it not.

The telnet screen

root@dm800se:~# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / jffs2 rw,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,size=67860k,nr_inodes=16965,mode=755 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /media tmpfs rw,relatime,size=64k 0 0
/dev/sda1 /media/Benny ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/sdb1 /media/universe ext4 rw,relatime,barrier=1,data=ordered 0 0
tmpfs /var/volatile tmpfs rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0
/dev/root /etc jffs2 rw,relatime 0 0
/dev/root /var/lib/opkg jffs2 rw,relatime 0 0
none /usr unionfs rw,relatime,dirs=/universe/Avalon/usr=rw:/usr=ro 0 0
root@dm800se:~#

Top
#4104 - 12/09/15 11:22 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
Thank you for test ... and feedback

this is wrong

Code:
/dev/sdb1 /media/universe ext4 rw,relatime,barrier=1,data=ordered 0 0 

/dev/sdb1 /media/universe

don't mix media with universe


So..change sda1 to sdb1 line
put this line in fstab and do reboot
/dev/sdb1 /universe auto defaults 0 0

don't forget remove that Symlink

after reboot give this command to make sure mounted usb pin with universe
df -h

after that try plugin again ... 100% work with me ..

Top
#4105 - 12/09/15 11:31 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
The line was added before and the Symlink was removed of course. You can see the screen after df -h

root@dm800se:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 60.0M 57.0M 3.0M 95% /
devtmpfs 66.3M 4.0K 66.3M 0% /dev
tmpfs 64.0K 0 64.0K 0% /media
/dev/sda1 111.8G 40.5G 71.3G 36% /media/Benny
/dev/sdb1 14.9G 165.6M 14.8G 1% /media/universe
tmpfs 66.4M 1.0M 65.4M 2% /var/volatile
/dev/root 60.0M 57.0M 3.0M 95% /etc
/dev/root 60.0M 57.0M 3.0M 95% /var/lib/opkg
none 60.0M 57.0M 3.0M 95% /usr
root@dm800se:~#
The problem is after installing and reinstalling the plugin i can jump but the universe eat my flash memory. Before installing it was 7MB free now is 3 MB free and only after jumping to Avalon. I supose if i will jump to a second universe the box will crash. The same was before and this is the reason i tried to find how to move universes to USB.

Top
#4106 - 12/09/15 11:39 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
Look this line
Code:
/dev/sdb1 14.9G 165.6M 14.8G 1% /media/universe 


You are mounted your usb to /media/universe this is wrong ...

remove every things and do it again ....
don't use device manager
just after install plugin put that line and do reboot

Top
#4108 - 12/10/15 12:20 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
Unmounted, removed all. Only the HDD mapped in media. At the first jump the universes are created and no change to memory. Now i have 3 universes but every time i run the plugin and try to jump after yes and reboot i'm still in Flash Images and never change to other. Sometimes the box crashes and i need to switch it Off/On but after reboot no jump made. The Big Bang works and delete the universes.

Top
#4109 - 12/10/15 12:25 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
Of course you will still on flash ..
universes option work in background ..

So try this steps:
1- Jump to Avalon
2- install any plugin or skin
3- then jump to flash image (Flash user)

try to find that plugin what you installed on Avalon you will never find it smile because in Avalon user not in other user ..

P.s: maybe image crashed so try to flash your box again and install plugin then try it

Top
#4110 - 12/10/15 12:41 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
After first jump the Avalon was created and i need to approve. After rebooting entering the plugin i'm in Flash Images and for installing something to Avalon i need to jump in. I can't. Installing without jumping will install in flash.

Top
#4111 - 12/10/15 01:39 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
OK. Reflashed a backup. Initialised the USB (was unuverse), the system mount it as usb without asking me.
Added the line, rebooted and try to install the plugin. Now i'm at the same point before posting here.

When installing i receive this message (and this is the reason previously i mapped my usb to universe).
------------------------------------------------------------------
Expand your universe.

Sorry no space available to expand your Universe.
To enable Parallel dimensions you need a dedicated Usb stick.

Instructions:
1) Format your Usb stick
-From Devices Manager or Telnet

2) Map the newly formatted stick to "universe"
-Go to Device Manager
----------------------------------------------------------------
I hope now you understand why i mapped it before but now without mapping and with the line in fstab i can't install it.

Top
#4119 - 12/10/15 03:36 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
Toysoft Online   content
Japhar Member
Carpal Tunnel

Registered: 10/22/10
Posts: 2634

Can you check on the current V10 Beta image how it could be possible to run TSMedia ? As it seems TSMedia uses GStreamer 0.10 only... and is not adapted to 1.x.x ? Or it's only dependencies we can remove from the CONTROL script ? A member wants to install but it fails.

TS
_________________________
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
#4120 - 12/10/15 04:46 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
Not possible to install Tsmedia without feed working ..

Top
#4125 - 12/10/15 08:12 AM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
@d800se
Look ...
I have test plugin on Openpli4.0 for sim2 Team (feed works)
Every things work as charm

1-Install plugin and download important kernel for mount



2-then i put line mount and reboot box



3-after reboot box I make sure correct mounted



4-Open plugin and jump to Avalon



5-See Avalon spinner appear work (means correct jumb)



6-see /proc/mounted (perfect)



7-I'm in Avalon user



8- I installed VLC-Player plugin in Avalon (look plugin in plugins browser)



9-Then I return back to (Flash image) original user



10-Where is VLC-Player ?! not available .. Because I installed plugin on Avalon so not appear in (Flash image)



smile

Is Every things clear now ?!

P.s: Important point is (kernel-module-unionfs) if is correct one in feed server then plugin will be works PERFECT ..

Top
#4126 - 12/10/15 01:41 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
d800se Offline
VIP Japhar
newbie

Registered: 11/19/15
Posts: 32
One to one what was done yesterday. One more time today from scratch and today is working. Maybe Thursday is my lucky day. Thanks.

Top
#5311 - 01/21/16 09:42 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
fairbird Offline
VIP Japhar
old hand

Registered: 03/09/15
Posts: 765
Update Plugin

-Bugs Fixes
-Merged Device manager with plugin (Red Button)


(Thx mfaraj57 for help)

Download from first post

Top
#19639 - 10/17/19 09:03 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
Say Offline
stranger

Registered: 02/13/18
Posts: 20
Loc: France
Hello
I have dreambox 800HD ORIGINAL, i have download blackhole 3.0.2, it's work, but i can use "teleportation",
1-usb fomat wizard
2 usb connected
3-Devices manager : usn mount to "media"
when i open teleportation "sorry no space avaible, to enable Parallel dimension you need a dedicated Usb stick3
can you help me

I can't I sen filles to etc/openvpn
i used :
ca.crt: from CyberGhost
client.crt: from CyberGhost
client.key: from CyberGhost
pass.key : i created this file
openvpn.config: i change auth-user-pass to auth-user-pass /etc/openvpn/pas.key Open vpn panel,
when i opened openvpn panel, i press stast(red) i shave this message "you have to activate openVpn before to start"

in telnet : opkg update , i have this message "bad address faibird easy.esy.es"

thank you for your answer
best regard
_________________________
Say1

Top
#19640 - 10/17/19 09:18 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
Say Offline
stranger

Registered: 02/13/18
Posts: 20
Loc: France
Hello
I have dreambox 800HD ORIGINAL, i have download blackhole 3.0.2, it's work, but i can't use "teleportation",
1-usb fomat wizard
2 usb connected
3-Devices manager : usn mount to "media"
when i open teleportation "sorry no space avaible, to enable Parallel dimension you need a dedicated Usb stick3
can you help me

I can't I use openvpn panel
i used :
ca.crt: from CyberGhost
client.crt: from CyberGhost
client.key: from CyberGhost
pass.key : i created this file
openvpn.config: i change auth-user-pass to auth-user-pass /etc/openvpn/pas.key Open vpn panel,
when i opened openvpn panel, i press stast(red) i shave this message "you have to activate openVpn before to start"
i send all this file to etc/openvpn folder

in telnet : opkg update , i have this message "bad address faibird easy.esy.es"

thank you for your answer
best regard
_________________________
Say1

Top
#19642 - 10/17/19 10:13 PM Re: @@Teleportation/universe For All Images@@ [Re: fairbird]
Say Offline
stranger

Registered: 02/13/18
Posts: 20
Loc: France
Hello
you have the new adresse to uplod
http://fairbird.esy.es/mips32eli-nf = doesn't work
thanks
_________________________
Say1

Top



Moderator:  fairbird, gaga24, ludo19 
New Topics
ERROR after flashing OpenPLi 8.X star 20230624
by Sasillo
03/25/24 06:27 PM
Fatal: Target device '/dev/dreambox-rootf
s' is not

by Admin
03/22/24 02:45 PM
EchoStar wins DoD extensions for private 5G
by Admin
03/19/24 02:56 PM
DM900 red light
by slavekpl
03/17/24 03:42 PM
openpli-enigma2-8xst
ar-dm820 epgimport not install

by dmr
03/13/24 09:09 AM
openpli-20240306-GCC
-13.2-dm820

by dmr
03/12/24 01:01 PM
Build your own OSCam... Ubuntu 18 and 22 svn11737
by Admin
03/04/24 10:37 PM
EchoStar bleeds Boost Mobile subscribers
by Admin
03/04/24 04:35 PM
Old DM800HDpvr
by Rtm79
03/03/24 06:32 PM
Saluti
by Rtm79
03/03/24 06:19 PM
DM7020HD : OpenPLi 8.xStar 20240303 GSt 1.20.5
by Admin
03/03/24 12:57 PM
DM7020HD : OpenPLi 8.xStar 20240303 GSt 1.20.5
by Admin
03/03/24 12:57 PM