Page 8 of 146

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:16 pm
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

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:18 pm
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#> 

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:21 pm
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

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:22 pm
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#> 

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:23 pm
by sectroyer

Code: Select all

which
I fixed it ;)

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:25 pm
by Deus3X
sectroyer wrote:

Code: Select all

which
I fixed it ;)
??? :P
have i to send that command?

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:29 pm
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

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:31 pm
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

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:33 pm
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#> 

Re: [!!!] Rooting H series

Posted: Tue Dec 30, 2014 10:56 pm
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! :)