Is it possible to rename virtual USB H series?
Is it possible to rename virtual USB H series?
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
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
-
- SamyGO Project Donor
- Posts: 25
- Joined: Wed Mar 12, 2014 8:28 pm
Re: Rename virtual USB H series
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!
- 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!
Re: Rename virtual USB H series
This is not the right place where to discuss this but anyhow: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!
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.
Re: Rename virtual USB H series
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?
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.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
I do NOT receive any PM. Please use forum.
-
- SamyGO Project Donor
- Posts: 25
- Joined: Wed Mar 12, 2014 8:28 pm
Re: Is it possible to rename virtual USB H series?
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
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

Re: Is it possible to rename virtual USB H series?
it's in usbTheInvisible 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


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 !!!!
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 !!!!
-
- SamyGO Project Donor
- Posts: 25
- Joined: Wed Mar 12, 2014 8:28 pm
Re: Is it possible to rename virtual USB H series?
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!
old method renaming vendor id etc. doesn't work?
thx in advance for your help!
Re: Is it possible to rename virtual USB H series?
I guess you have to hex-edit /mnt/lib/modules/3.8.13/kernel/drivers/usb/gadget/g_mass_storage.koTheInvisible 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 do NOT receive any PM. Please use forum.
-
- SamyGO Project Donor
- Posts: 25
- Joined: Wed Mar 12, 2014 8:28 pm
Re: Is it possible to rename virtual USB H series?
ok i understand ist no more that easy as it was in prev Version
than the Standard naming is ok for me 


Re: Is it possible to rename virtual USB H series?
recompile with your required name. Btw, name was changed to SamyGO Virt.USB last days.
f_mass_storage.c
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
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