Page 1 of 2
Rooting UN46C6500
Posted: Wed Apr 23, 2014 12:47 am
by dannysky
could someone please point me in the right direction to rooting this tv. i tried the widget hack but i would get an error message when i opened the app. then i tried dns firmware downgrade. so now my firmware is currently 1032.0. i downloaded these:
1. SamyGO-All-Extensions-v0.03.6-r12-for-T-VALDEUC-20110103184650
2. SamyGO-All-Extensions-Bugfix-v0.03.6-r15-for-valencia-20111001120232
3. SamyGO-libs-T-VALDEUC-20110123101934
onto a fat 32 usb. I plug it in and turn on the tv and nothing happens. My goal is to root the tv and ssh into it. please help!
Re: Rooting UN46C6500
Posted: Thu Apr 24, 2014 9:31 pm
by beatfreak
the SamyGO Extensions are only usable for already rooted TVs, pick another method listed in wiki
Re: Rooting UN46C6500
Posted: Sat Apr 26, 2014 1:33 am
by dannysky
following the wiki i've been able to successfully install the widget and successfully modified the usbhotplug script.
Now i added what it told me to for the run.sh so it look like
#!/bin/sh
date > $1/ScriptOK
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
but Im confused on which samygo extensions i need. I have firmware 1032 and TVALAUSC
I downloaded these
1. SamyGO-All-Extensions-v0.03.6-r12-for-T-VALDEUC-20110103184650
2. SamyGO-All-Extensions-Bugfix-v0.03.6-r15-for-valencia-20111001120232
3. SamyGO-libs-T-VALDEUC-20110123101934
But Im not sure if there is a certain order since some files are the same and need to be overwritten.
Re: Rooting UN46C6500
Posted: Sat Apr 26, 2014 1:52 am
by dannysky
beatfreak wrote:the SamyGO Extensions are only usable for already rooted TVs, pick another method listed in wiki
following the wiki i've been able to successfully install the widget and successfully modified the usbhotplug script.
Now i added what it told me to for the run.sh so it look like
#!/bin/sh
date > $1/ScriptOK
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
but Im confused on which samygo extensions i need. I have firmware 1032 and TVALAUSC
I downloaded these
1. SamyGO-All-Extensions-v0.03.6-r12-for-T-VALDEUC-20110103184650
2. SamyGO-All-Extensions-Bugfix-v0.03.6-r15-for-valencia-20111001120232
3. SamyGO-libs-T-VALDEUC-20110123101934
But Im not sure if there is a certain order since some files are the same and need to be overwritten.
Re: Rooting UN46C6500
Posted: Sat Apr 26, 2014 5:18 am
by juusso
order is ok and you have to overwrite all files with new ones.
Re: Rooting UN46C6500
Posted: Sat Apr 26, 2014 4:12 pm
by dannysky
juuso wrote:order is ok and you have to overwrite all files with new ones.
is my script ok? i do get a rcSGOUT file in the usb stick after i pull it out. My problem is i put it in wait a little bit and try to SSH from a mac terminal but its not connecting.
Re: Rooting UN46C6500
Posted: Sat Apr 26, 2014 4:41 pm
by sectroyer
juuso wrote:order is ok and you have to overwrite all files with new ones.
He lacks very import
Code: Select all
SamyGO_SSH_SCP_Telnet_Bash_mod.tgz

Re: Rooting UN46C6500
Posted: Sun Apr 27, 2014 9:15 pm
by beatfreak
post the content of rcSGOout here with code tags
and before you try to connect with ssh you could check if the tv is reachable with a ping request
Re: Rooting UN46C6500
Posted: Tue Apr 29, 2014 4:55 pm
by dannysky
beatfreak wrote:post the content of rcSGOout here with code tags
and before you try to connect with ssh you could check if the tv is reachable with a ping request
the rcSGOUT file is empty. The I am going to put the SSH extension on the USB drive. Does this go into the SamyGO folder as well or outside?
Re: Rooting UN46C6500
Posted: Tue Apr 29, 2014 5:07 pm
by dannysky
beatfreak wrote:post the content of rcSGOout here with code tags
and before you try to connect with ssh you could check if the tv is reachable with a ping request
so i extracted the SSH extension into the SamyGO folder on the usb stick and received this output in the rcSGout
Code: Select all
sed: /dtv/usb/log: No such file or directory
/dtv/usb/sda1/SamyGO/etc/init.d/01_01_catch_crap.init: line 27: ../../bin/busybox: not found
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbcopyarea.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbfillrect.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbimgblt.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/usb/input/usbhid.ko': No such file or directory
mkfs.vfat 2.11 (12 Mar 2005)
real storage device at: /sys/block/sda/device/model
found gadget at: /sys/block/sdb/device/model
scsidev: sdb
fuse 30900 0 - Live 0xbf6ff000
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/net/sunrpc/sunrpc.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/lockd/lockd.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/nfs_common/nfs_acl.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/nfs/nfs.ko': No such file or directory
Search Shares on: 192.168.1.222
192.168.1.59