Hi there!
I have now SamyGO Extensions on my TV and use my NAS via NFS to watch movies.
Now I activated PVR, but when both USB sticks (for PVR recordings and SamyGO Virtual USB) are sticked in, there is no NFS folder anymore.
Is it possible to have both at the same time? (@UE37C6700)
Greetz
magicdave
SamyGO Extensions and PVR at the same time
Re: SamyGO Extensions and PVR at the same time
which hack did you use to root the TV (widget or hotel mode)?
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
Re: SamyGO Extensions and PVR at the same time
Widget
EDIT: Is it maybe possible to edit the run.sh to solve the problem?
EDIT: Is it maybe possible to edit the run.sh to solve the problem?
Re: SamyGO Extensions and PVR at the same time
You can easy make 2 partitions on your usb storage. First one make 100MB and put inside Samygo folder, run.sh and folder for your NFS share. The run.sh will looks like:
The second partition leave unformated. Plug the usb and power the TV. Format the second partition from the TV.
If you are windows user, you can easily manage the partitions with "MiniTool Partition Wizard Professional Edition"
Code: Select all
#!/bin/sh
touch $1/ScriptOK
sync
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
/bin/mount -o nolock aaa.bbb.ccc.ddd:/Folder $1/share -t nfs
If you are windows user, you can easily manage the partitions with "MiniTool Partition Wizard Professional Edition"
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
Re: SamyGO Extensions and PVR at the same time
I didnt think about this possibility at all but it works perfectly! Thanks for your help 
