Rooting UN46C6500

Here is information about customize your C series firmware..:!:This forum is NOT FOR DUMMY USERS questions or problems but DEVELOPER.

dannysky
Posts: 8
Joined: Wed Apr 23, 2014 12:40 am

Rooting UN46C6500

Post 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!
User avatar
beatfreak
SamyGO Project Donor
Posts: 591
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: Rooting UN46C6500

Post by beatfreak »

the SamyGO Extensions are only usable for already rooted TVs, pick another method listed in wiki
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS //
FYI: you can close your ssh session with SamyGO with

Code: Select all

~.
If you can't fix it using dvct tape, you are not using enough dvct tape.
dannysky
Posts: 8
Joined: Wed Apr 23, 2014 12:40 am

Re: Rooting UN46C6500

Post 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.
dannysky
Posts: 8
Joined: Wed Apr 23, 2014 12:40 am

Re: Rooting UN46C6500

Post 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.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Rooting UN46C6500

Post by juusso »

order is ok and you have to overwrite all files with new ones.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
dannysky
Posts: 8
Joined: Wed Apr 23, 2014 12:40 am

Re: Rooting UN46C6500

Post 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.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Rooting UN46C6500

Post 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 
;)
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 !!!!
User avatar
beatfreak
SamyGO Project Donor
Posts: 591
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: Rooting UN46C6500

Post 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
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS //
FYI: you can close your ssh session with SamyGO with

Code: Select all

~.
If you can't fix it using dvct tape, you are not using enough dvct tape.
dannysky
Posts: 8
Joined: Wed Apr 23, 2014 12:40 am

Re: Rooting UN46C6500

Post 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?
dannysky
Posts: 8
Joined: Wed Apr 23, 2014 12:40 am

Re: Rooting UN46C6500

Post 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
 

Post Reply

Return to “[C] Firmware”