Page 1 of 2
Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Thu Jan 12, 2017 2:20 am
by alfy81
Hi support,
I haven't never problems with my Smart TV Samsung in object, always works very well with ROOT and other plugin.
After last update i had some problem with plugin for root on my Smart TV, works ONLY ROOT, not worls other plugins, after some minute my key-usb insert in my Smart TV flashes always, and when I turn off the television hangs, as I remove the key-usb the TV is turned off.
Can you somebody that can help me, please ?
regards,
Alfonso
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Thu Jan 12, 2017 1:12 pm
by alfy81
Hi anybody,
I solve it, i re-installed my root on my Smart TV, only one problem: "Not works oscam", How i can to solve it ?
regards,
Alfonso
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Thu Jan 12, 2017 1:37 pm
by zoelechat
Downgrade

Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Thu Jan 12, 2017 2:02 pm
by alfy81
Hi mate

How i can to do downgrade ? Can you post a guide ?
regards,
Alfonso
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Thu Jan 12, 2017 2:27 pm
by zoelechat
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Thu Jan 12, 2017 2:43 pm
by alfy81
Thanks my mate

Always very kindly
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Fri Jan 13, 2017 5:47 pm
by alfy81
Hi zoelechat, i solve it

Now, remain only some problem, Why NOT Autostart 06_05_apache.init and 99_93_ToolsMenu.init ?
I executed the procedure perfectly ->
https://forum.samygo.tv/viewtopic.php?f=63&t=8943
but NOT Autostart 99_93_ToolsMenu.init.
regards,
Alfonso
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Fri Jan 13, 2017 6:19 pm
by zoelechat
Randomly (and usually): because you don't start Oscam as background task (add -b to commandline)? Therefore it holds startup sequence and all scripts alphabetically after Oscam one are not started...
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Fri Jan 13, 2017 7:05 pm
by alfy81
Ahhh, remember this story that the scripts startup in sequence, i execute this commandline -> chmod 755 /mnt/etc/init.d/05_05_Oscam.init
Which commandline complete i can to do ?
Otherwise i rename 05_05_Oscam.init with 99_99_Oscam.init
I wait your responce my mate
regards,
Alfonso
Re: Problem with my UE40F6500 last firmware Version : 2126.0 !!!
Posted: Fri Jan 13, 2017 7:45 pm
by zoelechat
The (command) line that launches Oscam binary itself, in Oscam script, you have to add
-b (=background), something like:
Code: Select all
$OSCAM_DIR/$BUILD -c $OSCAM_DIR -w 0 -b
OR rename script to 99_99, you choose
