[Ended][ROOT] H "Skype" root (FW<=Dec.2014, all T-GFS)

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

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H series

Post by sectroyer »

Hmm md5 seems okay. Let's try something different:

Code: Select all

mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt 
and then:

Code: Select all

mount
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 !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: [!!!] Rooting H series

Post by Deus3X »

sectroyer wrote:Hmm md5 seems okay. Let's try something different:

Code: Select all

mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt 
and then:

Code: Select all

mount

Code: Select all

VDLinux#> mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt
mount: mounting /dev/loop3 on /mnt failed: Input/output error
VDLinux#> mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /dev/shm type tmpfs (rw,relatime,used)
tmpfs on /dtv type tmpfs (rw,relatime,size=102400k,used)
tmpfs on /tmp type tmpfs (rw,relatime,size=40960k,used)
tmpfs on /freesia type tmpfs (rw,relatime,size=4096k,used)
tmpfs on /core type tmpfs (rw,relatime,size=51200k,used)
/dev/mmcblk0p16 on /mtd_uniro type vdfs (rw,noatime)
none on /sys/fs/cgroup type cgroup (rw,relatime,cpu)
/dev/loop0 on /mtd_uncompexe type vdfs (ro,noatime)
/dev/mmcblk0p16 on /mtd_exe type vdfs (rw,noatime)
/dev/mmcblk0p15 on /mtd_rwarea type vdfs (rw,noatime)
/dev/mmcblk0p13 on /mtd_drmregion_a type vdfs (rw,noatime)
/dev/mmcblk0p14 on /mtd_drmregion_b type vdfs (rw,noatime)
none on /sys/kernel/debug type debugfs (rw,relatime,mode=777)
/dev/mmcblk0p16 on /mtd_rocommon type vdfs (rw,noatime)
/dev/mmcblk0p17 on /mtd_unirw type vdfs (rw,noatime)
none on /proc/bus/usb type usbfs (rw,relatime,devmode=777,busmode=777,listmode=777)
/dev/loop1 on /mtd_unirw/rwcommon/widgets/manager/10140000000 type squashfs (ro,relatime)
/dev/loop2 on /mtd_unirw/rwcommon/widgets/caph/102710000000 type squashfs (ro,relatime)
/dtv/loop4 on /mtd_unirw/rwcommon/emps/empYTContents type squashfs (ro,relatime)
/dev/sda1 on /dtv/usb/sda1 type vfat (rw,dirsync,nosuid,nodev,noexec,noatime,gid=1010,fmask=0002,dmask=0002,allow_utime=0020,codepage=437,iocharset=utf8,shortname=mixed,usefree,flush,errors=continue)
/dev/loop251 on /mtd_unirw/rwcommon/emps/empBrowserCommonPlugin type squashfs (ro,relatime)
/dtv/loop100 on /mtd_unirw/rwcommon/widgets/normal/101400000099 type squashfs (ro,relatime)
/dtv/loop5 on /mtd_unirw/rwcommon/emps/empSLEP_Execute type squashfs (ro,relatime)
/dtv/loop101 on /mtd_unirw/rwcommon/widgets/normal/111199001564 type squashfs (ro,relatime)
/dtv/loop102 on /mtd_unirw/rwcommon/widgets/normal/111399001835 type squashfs (ro,relatime)
/dtv/loop6 on /mtd_unirw/rwcommon/emps/empSkype type squashfs (ro,relatime)
/dtv/loop7 on /mtd_unirw/rwcommon/emps/empCamera type squashfs (ro,relatime)
/dtv/loop103 on /mtd_unirw/rwcommon/widgets/normal/11091000000 type squashfs (ro,relatime)
/dtv/loop104 on /mtd_unirw/rwcommon/widgets/normal/11091000001 type squashfs (ro,relatime)
VDLinux#> 
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H series

Post by sectroyer »

Code: Select all

which mount
and then:

Code: Select all

/dtv/bin/busybox mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt
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 !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: [!!!] Rooting H series

Post by Deus3X »

sectroyer wrote:

Code: Select all

which mount
and then:

Code: Select all

/dtv/bin/busybox mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt

Code: Select all

VDLinux#> whic mount
/bin/sh: whic: not found
VDLinux#> /dtv/bin/busybox mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt
mount: mounting /dev/loop3 on /mnt failed: Input/output error
VDLinux#> 
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H series

Post by sectroyer »

Code: Select all

which
I fixed it ;)
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 !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: [!!!] Rooting H series

Post by Deus3X »

sectroyer wrote:

Code: Select all

which
I fixed it ;)
??? :P
have i to send that command?
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: [!!!] Rooting H series

Post by Deus3X »

Code: Select all

VDLinux#> which mount
/dtv/bin/mount
VDLinux#> /dtv/bin/busybox mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt
mount: mounting /dev/loop3 on /mnt failed: Input/output error
VDLinux#> 
i was not understanding :P
sent it
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H series

Post by sectroyer »

and what about :

Code: Select all

/bin/busybox mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt
and then quickly:

Code: Select all

dmesg | tail
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 !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: [!!!] Rooting H series

Post by Deus3X »

sectroyer wrote:and what about :

Code: Select all

/bin/busybox mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt
and then quickly:

Code: Select all

dmesg | tail

Code: Select all

VDLinux#> /bin/busybox mount -o loop /dtv/usb/sda1/SamyGO/samyext4.img /mnt
mount: mounting /dev/loop3 on /mnt failed: Input/output error
VDLinux#> dmesg | tail
 
tntfs: fail_safe is enabled
[EXFAT] ===== ffsMountVol =====
vdfs.
[VDFS] version is "vdfs.0250-2014_02_05"[VDFS] git branch is "vdfs.0250-2014_02_05"
[VDFS] git revhash "20f9c876c83aed956a0c856a58519584ee3cd1f8"[VDFS] mounting loop3
vdfs-ERROR:617:emmcfs_verify_sb: SB: bad signature - , expected - VDFS
 
tntfs: fail_safe is enabled
[EXFAT] ===== ffsMountVol =====
VDLinux#> 
tendi
SamyGO Project Donor
Posts: 118
Joined: Thu Oct 16, 2014 3:57 pm

Re: [!!!] Rooting H series

Post by tendi »

sectroyer wrote:Yeah you can use root on demand unplug USB (while TV is OFF) and no root :) Also you can do full TV reset and it brings up Skype :)
I'm glad to know this! For the moment I think I'll go with this approach. As soon as PVRDecoder will be released, I'll give it a try. Thank you! :)
Last edited by tendi on Wed Dec 31, 2014 3:16 pm, edited 1 time in total.
Tv model: UE40H6400
Firmware: T-MST14DEUC-2117.5

Locked

Return to “[H] Software”