[ROOT] Rooting E/F on latest firmwares

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: [App] Rooting F 1118 and 1120

Post by miazza »

gjstroom wrote:
miazza wrote: I'm quite embarassed to ask but possibly there is something very obvious I am missing.
The issue is that in SmartHub I do not see SamyGO-F.
I have formatted my USB to FAT and followed the instructions.
In the root of the USB I have only two folders: SamyGO-F and SamyGO_data and nothing else.

Am I missing something ?
I had the same problem, I found this posted by bobiturboto. It worked for me.

Other important step you need to uninstall old samygo widget before the procedure.
My instructions for F8000:

* Reboot the tv and don't plug the usb drive.
* Open Smart Hub > Apps > More Apps and then put the usb drive and exit from the screen for new device found.
* SamyGO -F widget will appears after that.
I did it already... :?:
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: [App] Rooting F 1118 and 1120

Post by miazza »

Now widget appeared.
I executed it and installation completed in a correct way with all check green and OK.
but no root:

- no ftp
- no telnet

What can be wrong now on my F8000 ?

In USB I can find SamyGO1.txt and SamyGO2.txt

Update: now solved : after few reinstall root is working. SOFTWARE UPGRADE is Grayed.... ??? ...
Last edited by miazza on Sat Jul 26, 2014 4:00 pm, edited 2 times in total.
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
Johnny
SamyGO Project Donor
Posts: 77
Joined: Thu Sep 26, 2013 6:32 am

Re: [App] Rooting F 1118 and 1120

Post by Johnny »

5 Questions:

1)
What about completely removing SamyGO without any traces? - Turn of the USB and uninstall SamyGO widget is enough?

2)
The only USB device on my TV is a haddisk with 2 partitions (1=TV, 2=NTFS). Obviously USB has to be always connected to TV to keep this hack working. Would a 3rd very small FAT-patition on this harddisk work?

3)
Can the USB-port be changed (of course when TV is off)?

4)
Can the USB device be repaced, if all the data were copied?

5)
In case of a safe later firmware, is it better to uninstall the widget before the update?

Thank you
bartasdiver
SamyGO Project Donor
Posts: 3
Joined: Fri Jun 27, 2014 9:46 pm

Re: [App] Rooting F 1118 and 1120

Post by bartasdiver »

I can confirm that this method didn't work on F6670 (T-MST12DEUC-1120.0). I was able to start widget, than i put sammygo autostart in ticker menu but this is causing widget to loop.
Image
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: [App] Rooting F 1118 and 1120

Post by miazza »

bartasdiver wrote:I can confirm that this method didn't work on F6670 (T-MST12DEUC-1120.0). I was able to start widget, than i put sammygo autostart in ticker menu but this is causing widget to loop.
Image
I had a very similar result at the beginning.
I made the install three times , always at the same way but disabling automatic data and waiting one minute after boot.

Nouw I have root working and autoexec with tick.

Only issue I have noticed up to now is the SOFTWARE UPGRADE is now greyed out.
No problem for this but it is just to report it.

Thanks to sectroyer and to everybody ho helped.
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: [App] Rooting F 1118 and 1120

Post by miazza »

Johnny wrote:5 Questions:

1)
What about completely removing SamyGO without any traces? - Turn of the USB and uninstall SamyGO widget is enough?

YES

2)
The only USB device on my TV is a haddisk with 2 partitions (1=TV, 2=NTFS). Obviously USB has to be always connected to TV to keep this hack working. Would a 3rd very small FAT-patition on this harddisk work?
YES. For the install it must be FAT

3)
Can the USB-port be changed (of course when TV is off)?
YES.A user reported it is possible after install to have it also on NTFS

4)
Can the USB device be repaced, if all the data were copied?
YES. See point 3 above. Please confirm if you try

5)
In case of a safe later firmware, is it better to uninstall the widget before the update?
Nothing to do with FW update. You do not need to uninstall. Anyhow there is no need for further FW update

Thank you
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
zimpel
SamyGO Project Donor
Posts: 4
Joined: Tue May 20, 2014 6:47 pm

Re: [App] Rooting F 1118 and 1120

Post by zimpel »

very interesting...
i tried to install this at my Samsung UE55F9090 with T-FXP9DEUC-2221.0
The installation was without problems.
But no root :(

Interesting was, that my TV at the restart means: "It was discovered a malicious program. Some functions may be limited."

Image
Using Tapatalk
le0990
SamyGO Project Donor
Posts: 9
Joined: Tue Jan 07, 2014 9:26 pm

Re: [App] Rooting F 1118 and 1120

Post by le0990 »

greenhorn wrote:@le0990
you have to use the auto start oscam script... /mntr/ect/init.d/03_01_libOSCAM.init
autostart o$scam:

with new run1.sh

Code: Select all

#!/bin/sh
# emergency skript exit to prevent boot loop
      for USB in ${1:- \
         /dtv/usb/sd* } ; do
         echo "checking $USB"
         sleep 1
         if [ -e $USB/STOP_SAMYGO ]; then
            "STOP found. Script exit..."
            exit 1
         fi
         if [ -e "$USB/SamyGO_data/samyext4.img" ]; 
         then
             samygo_data_dir="$USB/SamyGO_data"
         fi
      done
cd /tmp
if [ -f "/mnt/rcSGO" ]
then
    echo "SamyGO already started."
    exit 1
fi
if [ -z "$samygo_data_dir" ]
then
    echo "SamyGO_data not found."
    exit 1
fi
mkdir /tmp/bin
/mtd_exe/InfoLink/lib/unzip -o -P 12345 "$samygo_data_dir/data.zip" -d /tmp/bin/
chmod 777 /tmp/bin/*
/tmp/bin/busybox --install -s /tmp/bin
sync
export PATH=/tmp/bin:$PATH
export LD_LIBRARY_PATH=/tmp/bin:$LD_LIBRARY_PATH
sync
/tmp/bin/busybox tcpsvd -vE 0.0.0.0 21 /tmp/bin/busybox ftpd -w / &
/tmp/bin/remshd33 & #remshd shell on 33 port from now!
sync

ln -s /dev/loop3 /tmp/loopnone
sync
/tmp/bin/busybox losetup /tmp/loopnone  "$samygo_data_dir/samyext4.img"
/tmp/bin/busybox mount -o sync,exec /tmp/loopnone /mnt 
/tmp/bin/busybox --install -s /mnt/bin
sync  

cd / && /sbin/rmmod ARS_module > /dev/null 2>&1
echo " " >> /mnt/sam.log 2>&1
echo "===========================" >> /mnt/sam.log 2>&1
echo "ls -la after rmmod ARS_module" >> /mnt/sam.log 2>&1
echo "===========================" >> /mnt/sam.log 2>&1
ls -la /mnt/* >> /mnt/sam.log 2>&1
echo "===========================" >> /mnt/sam.log 2>&1
echo "Starting rcSGO from run1.sh" >> /mnt/sam.log 2>&1
echo "===========================" >> /mnt/sam.log 2>&1
/mnt/bin/busybox sh -x /mnt/rcSGO /mnt >> /mnt/sam.log 2>&1

echo " " >> /mnt/sam.log 2>&1
echo "===========================" >> /mnt/sam.log 2>&1
echo "Starting UEP_killer.sh" >> /mnt/sam.log 2>&1
echo "===========================" >> /mnt/sam.log 2>&1
sh -x /mtd_rwcommon/oscam/samyGOstart.sh >> /mtd_rwcommon/oscam/samyGO_start.log  2>&1
sleep 5
/tmp/bin/UEP_killer.sh &

ps | grep run.sh | grep -v grep | while read child_pid others
do
    echo "Killing child process $child_pid of run.sh"
    kill -9 $child_pid
and samyGOstart.sh modified in: /mtd_rwcommon/oscam/samyGOstart.sh

Code: Select all

#!/bin/sh

rm /mtd_rwcommon/oscam/libOSCAM.so.disabled

/mtd_rwcommon/oscam/samyGOoscam
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [App] Rooting F 1118 and 1120

Post by greenhorn »

@zimpel
did older method work for you?...with the skype one?
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting F 1118 and 1120

Post by sectroyer »

Johnny wrote: In case of a safe later firmware, is it better to uninstall the widget before the update?

Thank you
What update? Why update? If you keep updating your firmware don't expect root :D
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!

Post Reply

Return to “[F] Software”