Page 2 of 2

Re: [solved] Samsung UE42F5370 freezes and smarthub is not working

Posted: Sat Jan 05, 2019 1:49 am
by bubbaganoush
The log accumulates over time. It is possible to clear it on each boot. Add something like this to run.sh

Code: Select all

rm /mnt/sam.log
rm /mnt/samygo.log
touch /mnt/sam.log
touch /mnt/samygo.log
My run.sh script looks like this script below.
Note:
- I don't use samygo root any more so this isn't tested much.
- I'm not a donator so I don't know if the script in this free root method is the same as the donator one.

Code: Select all

#!/bin/sh
      for USB in ${1:- \
         /dtv/usb/sd* } ; do
         echo "checking $USB"
         sleep 1
         if [ -e "$USB/SamyGO_data/samyext4.img" ];
         then
		 	echo "OK" > "$USB/SamyGO2.txt"
            samygo_data_dir="$USB/SamyGO_data"
         fi
      done
cd /tmp
if [ -z "$samygo_data_dir" ]
then
    echo "SamyGO_data not found."
    exit 1
fi
#/bin/sh -x "$samygo_data_dir/run1.sh" >> /mtd_rwcommon/sam.log  2>&1

rm /mnt/sam.log
rm /mnt/samygo.log
touch /mnt/sam.log
touch /mnt/samygo.log

rm "$USB/sam.log"
netstat -an -t | grep 23 | grep LISTEN > "$USB/sam.log"
netstat -an -t | grep LISTEN >> "$USB/sam.log"
/bin/sh -x "$samygo_data_dir/run1.sh" >> "$USB/sam.log"  2>&1
netstat -an -t | grep 23 | grep LISTEN >> "$USB/sam.log"
netstat -an -t | grep LISTEN >> "$USB/sam.log"

Re: [solved] Samsung UE42F5370 freezes and smarthub is not working

Posted: Sat Jan 05, 2019 11:37 am
by berthold61
Did I understand correctly? cut all selected?
Code: Select all

/mtd_rwcommon/emps/empBrowserCommonPlugin/plugins/libSamyGOrun.so
/mtd_rwcommon/sam.log
/ Mtd_rwcommon / SamyGO /
/ Mnt / rcSGO
/ DTV / SamyGO_OK
You could confirm it or explain it exactly so that you can be sure for 100 percent.

Re: [solved] Samsung UE42F5370 freezes and smarthub is not working

Posted: Tue May 05, 2020 8:11 pm
by brunogts77
kayes wrote: Mon Dec 14, 2015 8:36 pm Hey guys,
I'm using oscam for about 3 month and everything worked well until yesterday.

I watched TV when I suddenly noticed a blackscreen with the text "no signal".
Okay, I reconnected the LNB and it was okay. In the evening I noticed that I cant volume up/down,
switch channels etc. on the remote control or on the tv itself.
Also I couldn't power off the tv, so I plugged it off and on again.

After a time I understood that everytime when the smarthub was loading in the background my tv freezes and I cant do anything.
I stopped the autostart of oscam but that didn't help. I reset every option but nothing is working. Now I dont have any connection to the network.

Do you know if I can install the FW over ftp? Anyone with the same problems?

I would be grateful for any help!

regards,
kay
Hello, can you tell me how do you do to install oscam on your F5370?

Re: [solved] Samsung UE42F5370 freezes and smarthub is not working

Posted: Mon Jun 01, 2020 2:45 pm
by miazza
Sorry for my late answer. I just made a Root according to F model with the USB method.
After that I followd the OSCAM install instructions.