Is it possible to rename virtual USB H series?

Here for general support for H series TVs, request and problem solve area.

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Is it possible to rename virtual USB H series?

Post by juusso »

Topic dedicated to SamyGO Extensions on H series after successful root (access for members in donor group only).
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
TheInvisible
SamyGO Project Donor
Posts: 25
Joined: Wed Mar 12, 2014 8:28 pm

Re: Rename virtual USB H series

Post by TheInvisible »

Some questions:

- how can i rename the virtual usb device to something like "Network Shares" etc. i assume it's just an editing thing of a conf file?
- is it possible to mount nfs Shares?
- how can i get rid of the "usb plugged in" popup everytime i start the tv, this is caused by the virtual usb device. is there a way to supress this message?

big thx for your answers!
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: Rename virtual USB H series

Post by miazza »

TheInvisible wrote:Some questions:

- how can i rename the virtual usb device to something like "Network Shares" etc. i assume it's just an editing thing of a conf file?
- is it possible to mount nfs Shares?
- how can i get rid of the "usb plugged in" popup everytime i start the tv, this is caused by the virtual usb device. is there a way to supress this message?

big thx for your answers!
This is not the right place where to discuss this but anyhow:

1) Yes you can rename Virtual USB just by editing the vusb init script
2) yes you can mount NFS share, just enable the script (remove .dis)
3) I am not familiar with H series. On ES series it was not possible while on F series it was possible by default
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Rename virtual USB H series

Post by zoelechat »

TheInvisible wrote:- how can i get rid of the "usb plugged in" popup everytime i start the tv, this is caused by the virtual usb device. is there a way to supress this message?
miazza wrote:3) I am not familiar with H series. On ES series it was not possible while on F series it was possible by default
It seems F series libUSBPopDown.so that did the trick is still included and launched by default in H series vusb script. So, it's surely not suitable for H and a new version would be needed. It means: not possible for now.
I do NOT receive any PM. Please use forum.
TheInvisible
SamyGO Project Donor
Posts: 25
Joined: Wed Mar 12, 2014 8:28 pm

Re: Is it possible to rename virtual USB H series?

Post by TheInvisible »

would be cool if someone can explain to me where to rename the virtual usb device. i cant find the right string in the script?
thx in advance!

and yes, the old message supressing method doesn't work on h. would be great to to get rid of this nag Screen every Startup :-)
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Is it possible to rename virtual USB H series?

Post by sectroyer »

TheInvisible wrote:would be cool if someone can explain to me where to rename the virtual usb device. i cant find the right string in the script?
thx in advance!

and yes, the old message supressing method doesn't work on h. would be great to to get rid of this nag Screen every Startup :-)
it's in usb :) Just look for "Virt" :)
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 !!!!
TheInvisible
SamyGO Project Donor
Posts: 25
Joined: Wed Mar 12, 2014 8:28 pm

Re: Is it possible to rename virtual USB H series?

Post by TheInvisible »

hmm any idea how to rename the virtual device in actual .img?
old method renaming vendor id etc. doesn't work?
thx in advance for your help!
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Is it possible to rename virtual USB H series?

Post by zoelechat »

TheInvisible wrote:hmm any idea how to rename the virtual device in actual .img?
old method renaming vendor id etc. doesn't work?
thx in advance for your help!
I guess you have to hex-edit /mnt/lib/modules/3.8.13/kernel/drivers/usb/gadget/g_mass_storage.ko :)
I do NOT receive any PM. Please use forum.
TheInvisible
SamyGO Project Donor
Posts: 25
Joined: Wed Mar 12, 2014 8:28 pm

Re: Is it possible to rename virtual USB H series?

Post by TheInvisible »

ok i understand ist no more that easy as it was in prev Version :-) than the Standard naming is ok for me :-)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Is it possible to rename virtual USB H series?

Post by juusso »

recompile with your required name. Btw, name was changed to SamyGO Virt.USB last days.

f_mass_storage.c

Code: Select all

#ifndef CONFIG_SAMSUNG_PATCH_WITH_USB_GADGET_INFO
    snprintf(common->inquiry_string, sizeof common->inquiry_string,
		 "%-8s%-16s%04x", cfg->vendor_name ?: "Linux",
		 /* Assume product name dependent on the first LUN */
		 cfg->product_name ?: (common->luns->cdrom
				     ? "SamyGO Virt.USB"
				     : "SamyGO Virt.USB"),
		 i);
#else
      snprintf(common->inquiry_string, sizeof common->inquiry_string,
        "%-8s%-16s%04x", cfg->vendor_name ?: "Samsung",
       /* Assume product name dependent on the first LUN */
        cfg->product_name ?: (common->luns->cdrom
				     ? "SamyGO Virt.USB"
				     : "SamyGO Virt.USB"),
        i);
#endif //CONFIG_SAMSUNG_PATCH_WITH_USB_GADGET_INFO
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

Post Reply

Return to “[H] Support”