Page 190 of 256

Re: [App] Rooting E/F on latest firmwares

Posted: Wed Jan 13, 2016 7:19 pm
by Stingray
I have try it, i have launch samyGO-F-MST-Fix-USB acc. your installation sheet, in the second step is all green and ask me to reboot. After reboot SamyGo doesn't work.

Re: [App] Rooting E/F on latest firmwares

Posted: Wed Jan 13, 2016 7:38 pm
by zoelechat
zoelechat wrote:provide everything requested in such case.
Sorry, I don't see any screenshot, log and so on...

Re: [App] Rooting E/F on latest firmwares

Posted: Wed Jan 13, 2016 9:53 pm
by haj2303
Hi,

I tried to root my ES8090 with SW 002005 to install OSCAM.
Unfortunattly it failed with the same message as in viewtopic.php?p=84219#p84219

Here is what I did:
1. I created a 4GB fat USB Stick with 2 folders:

Code: Select all

  SamyGO_data
  SamyGO-F
The Data Folder contains:

Code: Select all

  128mb.xfs
  data.zip
  run.sh
  samyext4.img
  UEP_killer.sh
The SamyGo-F Folder contains:

Code: Select all

  config.xml
  index.html
  widget.info
  .settings
  CSS
  data
  icon
  JavaScript
The run.sh:

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 "Found USB at: $USB"
		 	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
rm "$samygo_data_dir/sam.log" 
/bin/sh -x "$samygo_data_dir/run1.sh" >> "$samygo_data_dir/sam.log"  2>&1
#/bin/sh -x "$samygo_data_dir/run1.sh" >> /mtd_rwcommon/sam.log  2>&1
2. I plug the stick to the TV and Reboot. Then I start samygo installation but it installs in endless cycles. I had to press return on the Remote to stop that process.

3. After Reboot the Samygo Icon was there, but no telent or FTP access. :-(

4. So now I deinstalled the samygo apps...

Now I have some Questions before I try next:
- Are the files on the stick complete?
- Is the run.sh the right one?
- Is it worth to try other sticks? Are a 8GB stick in fat32 usable?
- Do I have to leave the stick for ever in the TV? (I read some posts were people took the stick off and it worked well...)
- Do I have to deinstall and install newly (like I did now) or just install again or just plug another stick with the same files?
- Do the other functions like timeshift still work after rooting?

Thanks for your Support...

Re: [App] Rooting E/F on latest firmwares

Posted: Wed Jan 13, 2016 9:57 pm
by zoelechat
Use public root: viewtopic.php?f=49&t=5797

Re: [App] Rooting E/F on latest firmwares

Posted: Wed Jan 13, 2016 10:16 pm
by haj2303
That is what I tried yesterday, but I got no telnet access... :-( So one told me to try the version from donators forum...

Re: [App] Rooting E/F on latest firmwares

Posted: Thu Jan 14, 2016 12:36 pm
by Stingray
zoelechat wrote:
zoelechat wrote:provide everything requested in such case.
Sorry, I don't see any screenshot, log and so on...
Sorry, I have only a screenshot,.
I have replaced run.sh , sam.log was not there.
Screenshot see appendix

Re: [App] Rooting E/F on latest firmwares

Posted: Thu Jan 14, 2016 9:37 pm
by sectroyer
reboot tv and check netcat on port 4023 :)

Re: [How To] Get root access on F series

Posted: Fri Jan 15, 2016 10:13 am
by atkajs
I have a UE 22F5410 which has latest firmware 2114.1 (T-MST12DEUC-2114.1) as got given it from parents who updated constantly.! Ive followed steps and got okay to both steps but cant access ports after steps completed ..any help appreciated..thank you

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Jan 15, 2016 10:19 am
by Stingray
sectroyer wrote:reboot tv and check netcat on port 4023 :)
connection to "IP" (TCP) succeeded

Connection (UDP/TCP) success: true
UDP client :B@1668633b UDP client error.
TCP client Error sendtt failed: ECONNRESET
(Connection reset by peer)

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Jan 15, 2016 3:59 pm
by sectroyer
Lol this does NOT look as log from NETCAT. Please use NETCAT. Without it NO HELP :)