[solved] Samsung UE42F5370 freezes and smarthub is not working

General forum talking area for F series TVs.

bubbaganoush
Posts: 9
Joined: Sat Dec 14, 2013 5:34 pm

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

Post 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"
berthold61
Posts: 18
Joined: Thu Dec 15, 2016 7:29 pm

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

Post 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.
User avatar
brunogts77
Posts: 768
Joined: Sat Feb 18, 2012 8:34 pm

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

Post 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?
UE42F5570 T-MST12DEUC_1119] [OTN=OFF] [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

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

Post 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.
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.

Post Reply

Return to “[F] General”