SamyGO VirtualUSB Extensions (for testing)

Here are software that related with Samsung B series TVs. Like hex editors, new version of BusyBox or internal software, app programs that will run in your TV hardware.:!:This forum is NOT FOR USER QUESTIONS or Problems.
Post Reply

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

SamyGO VirtualUSB Extensions (for testing)

Post by arris69 »

hi,
due grumble about usb-pens and network mounts
for testers: http://linux.zsolttech.com/Samsung/Samy ... -v0.01.zip

kernel modules and init-script

has timimg problems but if you try it manualy should work.

create a zero filled file:

Code: Select all

dd if=/dev/zero of=/dtv/vusb bs=512 count=4
than load the modules in this order

Code: Select all

insmod dummy_hcd.ko
insmod g_file_storage.ko
may or may not you tv popups notification window about new media, but close it after short time
(yeah, we not realy had usb device)

than try to mount your network shares and write to /dev/usb/log

happy testing
arris
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: SamyGO VirtualUSB Extensions (for testing)

Post by erdem_ua »

Himm, good solution :)
But I prefer not - dashed names on zip files at release :D
jojomail
Posts: 20
Joined: Fri Nov 06, 2009 12:47 am

Re: SamyGO VirtualUSB Extensions (for testing)

Post by jojomail »

It works well. Now I can launch SamyGO Extensions directly from TV Game menu without USB pen plugged in !
Thanks Arris !

Edit :
Until now, i was not able to copy "games" from USB device toward Tv memory because i did not have the ability to select the "Game" with the Yellow Button.
But now, YES I CAN !!! I don't know exactly what i have done, i can just say that i entered this morning in the Service Menu of TV (hiting INFO MENU MUTE and POWER keys successively). I have modify some settings, so i don't exactly know which one has activated the "yellow button" but i think it is the Control/Sub Option/WISELINK WRITE setting that i've turned on.
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: SamyGO VirtualUSB Extensions (for testing)

Post by arris69 »

lyzanxia wrote:I cant find the file anymore on sourceforge?
http://sourceforge.net/projects/samygo/ ... p/download
lyzanxia wrote: I'm having the problem that the mounts are ok, but i can't see the virtual usbkey on the tv.
using:

#!/bin/sh

#Load cifs.ko module
insmod /mtd_rwarea/cifs.ko
dd if=/dev/zero of=/dtv/vusb bs=512 count=4
insmod /mtd_rwarea/dummy_hcd.ko
sleep 1
insmod /mtd_rwarea/g_file_storage.ko
sleep 10
mkdir -p /dtv/usb/sda4
mkdir -p /dtv/usb/sda4/C
mount -o user=user,password=password -t cifs //192.168.0.105/Movies /dtv/usb/sda4/C
echo "[sde]
Vendor: Linux
Product: SMB_OPIS
Serial: Q80VQLFL
Devpath: 4
Lun: 0
MountDir: / dtv/usb/sda4
FileSystem: ntfs

" >> /dtv/usb/log

Thanks for the help!
try
make the first sleep a bit higher (sleep 2-3)
FileSystem: vfat

arris

Post Reply

Return to “[B] Software”