[ROOT] H "Network" root (FW<=Oct.2015, no 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.

User avatar
dusf
SamyGO Project Donor
Posts: 102
Joined: Thu Jan 15, 2015 11:19 pm

Re: [!!!] Rooting H on latest firmwares

Post by dusf »

Any update on a fix for virtual USB on H? It still allows browsing samba server files, but crashes the TV when anything is played.
UE32H5500 - firmware: 2130
UE32J
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

dusf wrote:Any update on a fix for virtual USB on H? It still allows browsing samba server files, but crashes the TV when anything is played.
No, because WITHOUT usb it works superb :)
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 !!!!
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

tro69 wrote:
Once rooted, strongly avoid unplugging of rooting USB, especially when TV is ON.
Can I unplug USB when TV is OFF to post the files nsmod_*.sh, sam.log, vermagic.txt and patch.bat log?
Of course you can. That's the whole point :)
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
dusf
SamyGO Project Donor
Posts: 102
Joined: Thu Jan 15, 2015 11:19 pm

Re: RE: Re: [!!!] Rooting H on latest firmwares

Post by dusf »

sectroyer wrote:Any update on a fix for virtual USB on H? It still allows browsing samba server files, but crashes the TV when anything is played.
No, because WITHOUT usb it works superb :)
How can virtual USB work without USB? That does not make sense.

One of the main great things about SamyGo is virtual USB. Please fix it so all of us can use it without crashing the TV, not just some of us.
UE32H5500 - firmware: 2130
UE32J
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

Use samba WITHOUT virtual usb :) it was explained on forum multiple times. Virtual Samba USB is ONLY for those for whom it works :) If it does NOT work do NOT use 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 !!!!
User avatar
dusf
SamyGO Project Donor
Posts: 102
Joined: Thu Jan 15, 2015 11:19 pm

Re: [!!!] Rooting H on latest firmwares

Post by dusf »

sectroyer wrote:Use samba WITHOUT virtual usb :) it was explained on forum multiple times. Virtual Samba USB is ONLY for those for whom it works :) If it does NOT work do NOT use it :)
Aha! So I CAN still use Samba! :) :) :)

You have mentioned not using virtual USB to me before. I know English is not your first language, and it always seemed like you meant 'Use SamyGO BUT DO NOT use Virtual USB'.

I did search for 'samba without virtual' but I do not see how to do this. Please can you tell me how to use Samba without Virtual USB, or link to where this has been explained on the forums?
UE32H5500 - firmware: 2130
UE32J
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [!!!] Rooting H on latest firmwares

Post by zoelechat »

Simply mount to real USB instead of virtual by replacing MOUNT_PATH in samba script.

Code: Select all

DEST_DIR=$MOUNT_PATH/smb
Where $MOUNT_PATH is likely to be /dtv/usb/sdj for virtual, change it to path of an existing physical USB. e.g. /dtv/usb/sda1
Then you can even disable vusb script :)
I do NOT receive any PM. Please use forum.
User avatar
dusf
SamyGO Project Donor
Posts: 102
Joined: Thu Jan 15, 2015 11:19 pm

Re: [!!!] Rooting H on latest firmwares

Post by dusf »

zoelechat wrote:Simply mount to real USB instead of virtual by replacing MOUNT_PATH in samba script.

Code: Select all

DEST_DIR=$MOUNT_PATH/smb
Where $MOUNT_PATH is likely to be /dtv/usb/sdj for virtual, change it to path of an existing physical USB. e.g. /dtv/usb/sda1
Then you can even disable vusb script :)
Thanks zoelechat! :lol:

The two USB keys I have connected are the ones I used to root with the non-Skype method.

I think one contains some video file I recorded while rooting, and the other contains SamyGo. Does it matter which one I use for /dtv/usb/sda? I guess I can check which is which using df -k?

To disable vusb script can I just add .dis after the file name. Is it just one file, and what is it called please?
UE32H5500 - firmware: 2130
UE32J
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [!!!] Rooting H on latest firmwares

Post by zoelechat »

dusf wrote:I think one contains some video file I recorded while rooting, and the other contains SamyGo. Does it matter which one I use for /dtv/usb/sda? I guess I can check which is which using df -k?
It doesn't matter, it will just be "the one you have to browse" to find your shares. Just be sure the device is always given the right path on TV bootup (matter of device detection order). Otherwise use some trick to detect the right (variable) MOUNT_PATH.
dusf wrote:To disable vusb script can I just add .dis after the file name. Is it just one file, and what is it called please?
Yes :)

Code: Select all

/mnt/etc/init.d/02_04_vusb.init.dis
I do NOT receive any PM. Please use forum.
atilla
SamyGO Project Donor
Posts: 37
Joined: Wed Jan 08, 2014 6:31 pm

Re: [!!!] Rooting H on latest firmwares

Post by atilla »

Is samba better than dlna?I want the videos are sorted by date, it is possible at samba?? Dlna are sort omly by name (minidlna or twonky its a bug)

Post Reply

Return to “[H] Software”