Page 1 of 1
SamyGO Extensions and PVR at the same time
Posted: Tue Apr 10, 2012 6:47 pm
by magicdave
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
Re: SamyGO Extensions and PVR at the same time
Posted: Tue Apr 10, 2012 7:11 pm
by greenhorn
which hack did you use to root the TV (widget or hotel mode)?
Re: SamyGO Extensions and PVR at the same time
Posted: Tue Apr 10, 2012 7:52 pm
by magicdave
Widget
EDIT: Is it maybe possible to edit the run.sh to solve the problem?
Re: SamyGO Extensions and PVR at the same time
Posted: Wed Apr 11, 2012 7:53 am
by greenhorn
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:
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
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"
Re: SamyGO Extensions and PVR at the same time
Posted: Thu Apr 12, 2012 8:17 am
by magicdave
I didnt think about this possibility at all but it works perfectly! Thanks for your help
