TSImage 6.0 [DreamOs]
- ostende
- Thread is marked as Resolved.
There are 448 replies in this Thread which was already clicked 69,135 times. The last Post () by ahmetozgun.
-
-
Hi
Some cams dont appear on usr/script/cam. And when i do blue button then cams they doesn't exist
How can I change the folder automatically please
I am talking about :
Powercam and Suptv
Thank you bro
-
-
@ italia1950 look in folder spinner/ ..... wait1.png ....to.... wait24.png......
/usr/share/enigma2/skin_default/spinner/
-
I have installed the image for the fourth time, and there is always a problem when accessing the image server. Please have a look at the crash and give us the solution. I’m tired of reinstalling the image over and over again.
I tried everything
-
Your crashlog shows a lot of skin warnings for <skin>holoFHD-black/skin.xml</skin>
warning, skin is missing element fspace in <class 'Plugins.TSimage.TSimagePanel.addonsManager.ServerGroups'>
warning, skin is missing element info in <class 'Plugins.TSimage.TSimagePanel.addonsManager.IpkgList'>
warning, skin is missing element key_info in <class 'Plugins.TSimage.TSimagePanel.addonsManager.IpkgList'>
warning, skin is missing element key_red in <class 'Plugins.TSimage.TSimagePanel.addonsManager.IpkgList'>
But that won't be the problem of the crash "ValueError: could not convert string to float:"
------------------------------------------------------------------------------------------------------------------
I had addonsManager crash problem yesterday too after installing a corrupt file.
Now I've reinstalled the image and applied all the updates, and everything works.
I made a Barry Allen backup of the working image, so I can quickly reinstall the image with all the updates already applied if something goes wrong.
-
Display More
Hi
Some cams dont appear on usr/script/cam. And when i do blue button then cams they doesn't exist
How can I change the folder automatically please
I am talking about :
Powercam and Suptv
Thank you bro
You need to make own script for the emu and send it to that path
And bin file to bin path
-
Merhabalar Backup olarak burada paylaşırmısınız şimdiden teşekkürler
-
Display MoreDisplay More
Hi
Some cams dont appear on usr/script/cam. And when i do blue button then cams they doesn't exist
How can I change the folder automatically please
I am talking about :
Powercam and Suptv
Thank you bro
You need to make own script for the emu and send it to that path
And bin file to bin path
example scriptBash
Display More#!/bin/sh OSD="Supcam" BIN="/usr/bin/NAME_OF_EMU_BIN_FILE" CFG="/etc/tuxbox/config" PID="/var/run/NAME_OF_EMU_BIN_FILE.pid" # -------------------------------- is_running() { [ -f "$PID" ] && kill -0 "$(cat "$PID")" 2>/dev/null && return 0 pidof "$(basename "$BIN")" >/dev/null 2>&1 } cam_clean() { rm -f /tmp/*.info* /tmp/.NAME_OF_EMU_BIN_FILE /tmp/*.pid } cam_up() { [ -x "$BIN" ] || { echo "Binary not found: $BIN"; exit 1; } "$BIN" -b -c "$CFG" >/dev/null 2>&1 & echo $! > "$PID" } cam_down() { if [ -f "$PID" ]; then kill "$(cat "$PID")" 2>/dev/null rm -f "$PID" sleep 1 fi killall -q "$(basename "$BIN")" 2>/dev/null cam_clean } case "$1" in cam_up) cam_up ;; cam_down) cam_down ;; cam_res) cam_down; sleep 1; cam_up ;; *) if is_running; then cam_down; else cam_up; fi ;; esac exit 0 -
Display More
I have installed the image for the fourth time, and there is always a problem when accessing the image server. Please have a look at the crash and give us the solution. I’m tired of reinstalling the image over and over again.
I tried everything
Their is something wrong
For sure i will fix that for never give error like this
-
Merhabalar Backup olarak burada paylaşırmısınız şimdiden teşekkürler
🤔
Please use English
-
Merhabalar Backup olarak burada paylaşırmısınız şimdiden teşekkürler
🤔
Please use English
Yes I'm sorry, is it possible to share tsimage-6-0 as a backup? Thank you for your interest in Dreambox two.
-
Display MoreDisplay MoreDisplay More
Hi
Some cams dont appear on usr/script/cam. And when i do blue button then cams they doesn't exist
How can I change the folder automatically please
I am talking about :
Powercam and Suptv
Thank you bro
You need to make own script for the emu and send it to that path
And bin file to bin path
example scriptBash
Display More#!/bin/sh OSD="Supcam" BIN="/usr/bin/NAME_OF_EMU_BIN_FILE" CFG="/etc/tuxbox/config" PID="/var/run/NAME_OF_EMU_BIN_FILE.pid" # -------------------------------- is_running() { [ -f "$PID" ] && kill -0 "$(cat "$PID")" 2>/dev/null && return 0 pidof "$(basename "$BIN")" >/dev/null 2>&1 } cam_clean() { rm -f /tmp/*.info* /tmp/.NAME_OF_EMU_BIN_FILE /tmp/*.pid } cam_up() { [ -x "$BIN" ] || { echo "Binary not found: $BIN"; exit 1; } "$BIN" -b -c "$CFG" >/dev/null 2>&1 & echo $! > "$PID" } cam_down() { if [ -f "$PID" ]; then kill "$(cat "$PID")" 2>/dev/null rm -f "$PID" sleep 1 fi killall -q "$(basename "$BIN")" 2>/dev/null cam_clean } case "$1" in cam_up) cam_up ;; cam_down) cam_down ;; cam_res) cam_down; sleep 1; cam_up ;; *) if is_running; then cam_down; else cam_up; fi ;; esac exit 0Wich directory please ?
usr/script/cam ??
-
-
Display MoreDisplay MoreDisplay MoreDisplay More
Hi
Some cams dont appear on usr/script/cam. And when i do blue button then cams they doesn't exist
How can I change the folder automatically please
I am talking about :
Powercam and Suptv
Thank you bro
You need to make own script for the emu and send it to that path
And bin file to bin path
example scriptBash
Display More#!/bin/sh OSD="Supcam" BIN="/usr/bin/NAME_OF_EMU_BIN_FILE" CFG="/etc/tuxbox/config" PID="/var/run/NAME_OF_EMU_BIN_FILE.pid" # -------------------------------- is_running() { [ -f "$PID" ] && kill -0 "$(cat "$PID")" 2>/dev/null && return 0 pidof "$(basename "$BIN")" >/dev/null 2>&1 } cam_clean() { rm -f /tmp/*.info* /tmp/.NAME_OF_EMU_BIN_FILE /tmp/*.pid } cam_up() { [ -x "$BIN" ] || { echo "Binary not found: $BIN"; exit 1; } "$BIN" -b -c "$CFG" >/dev/null 2>&1 & echo $! > "$PID" } cam_down() { if [ -f "$PID" ]; then kill "$(cat "$PID")" 2>/dev/null rm -f "$PID" sleep 1 fi killall -q "$(basename "$BIN")" 2>/dev/null cam_clean } case "$1" in cam_up) cam_up ;; cam_down) cam_down ;; cam_res) cam_down; sleep 1; cam_up ;; *) if is_running; then cam_down; else cam_up; fi ;; esac exit 0Wich directory please ?
usr/script/cam ??
Yes
-
Merhabalar Backup olarak burada paylaşırmısınız şimdiden teşekkürler
🤔
Please use English
Yes I'm sorry, is it possible to share tsimage-6-0 as a backup? Thank you for your interest in Dreambox two.
Sorry brother i don't make backups
But my friend Tony will make as soon as possible
U can find them in dreambox4u.com
-
Display MoreDisplay MoreDisplay MoreDisplay MoreDisplay More
Hi
Some cams dont appear on usr/script/cam. And when i do blue button then cams they doesn't exist
How can I change the folder automatically please
I am talking about :
Powercam and Suptv
Thank you bro
You need to make own script for the emu and send it to that path
And bin file to bin path
example scriptBash
Display More#!/bin/sh OSD="Supcam" BIN="/usr/bin/NAME_OF_EMU_BIN_FILE" CFG="/etc/tuxbox/config" PID="/var/run/NAME_OF_EMU_BIN_FILE.pid" # -------------------------------- is_running() { [ -f "$PID" ] && kill -0 "$(cat "$PID")" 2>/dev/null && return 0 pidof "$(basename "$BIN")" >/dev/null 2>&1 } cam_clean() { rm -f /tmp/*.info* /tmp/.NAME_OF_EMU_BIN_FILE /tmp/*.pid } cam_up() { [ -x "$BIN" ] || { echo "Binary not found: $BIN"; exit 1; } "$BIN" -b -c "$CFG" >/dev/null 2>&1 & echo $! > "$PID" } cam_down() { if [ -f "$PID" ]; then kill "$(cat "$PID")" 2>/dev/null rm -f "$PID" sleep 1 fi killall -q "$(basename "$BIN")" 2>/dev/null cam_clean } case "$1" in cam_up) cam_up ;; cam_down) cam_down ;; cam_res) cam_down; sleep 1; cam_up ;; *) if is_running; then cam_down; else cam_up; fi ;; esac exit 0Wich directory please ?
usr/script/cam ??
Yes
Thanks bro
It's Ok now
-
Oscam nie uruchamia się automatycznie po ponownym uruchomieniu. Należy go uruchomić w Blue -> Softcam -> ReStart.
Dreambox Two
-
GP4 Camd Manager. All OK
No problem with Oscam after reboot box
-
GP4 Camd Manager. All OK
No problem with Oscam after reboot box
With blue panel and cam manager no problem but with Softcams in TSpanel we have to restart cam after reboot
Dreambox Two Ultra HD 2x DVB-S2X MIS Tuner 4K 2160p E2 Linux Dual Wifi H.265 HEVC
![]()
Download DreamTwo Dreambox Two 4K UHD Android CoreELEC, DreamOS Firmware. Team Support from DemoniSat - Dream-Elite - Gemini Project GP4 - Merlin Project - NewNigma2 - Peter Pan Neverland.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
