Page 1 of 3

modifying exeDSP

Posted: Wed Jan 02, 2013 5:02 pm
by juusso
Support topic for wiki article.

Re: modifying exeDSP

Posted: Wed Jan 02, 2013 10:26 pm
by greenhorn
Great job! Thank you.

Re: modifying exeDSP

Posted: Fri Jan 04, 2013 3:45 am
by E3V3A
Great!

I reserve a post!

Re: modifying exeDSP

Posted: Fri Jan 04, 2013 4:12 am
by prairie
Will this exeDSP redirect trick work on D series TV? Also, why do you not keep the original script filename as rc.local? thx

Re: modifying exeDSP

Posted: Fri Jan 04, 2013 5:36 am
by juusso
with custom rootfs - yes. but curently - just for bd players.

Re: modifying exeDSP

Posted: Fri Jan 04, 2013 12:40 pm
by theos0o
prairie wrote:Will this exeDSP redirect trick work on D series TV? Also, why do you not keep the original script filename as rc.local? thx
In bluray players running SamyGO patched FW, /mtd_rwarea/user.sh is automatically executed, if it's there of course.
That's why.

I don't know about TVs.

Re: modifying exeDSP

Posted: Fri Jan 04, 2013 1:35 pm
by juusso
Prairie, you don`t need this, or? T-GAP8AKUC_001118 :)

Re: modifying exeDSP

Posted: Fri Jan 04, 2013 2:57 pm
by prairie
yes, I thought I might try to run an exeDSP from more recent FW in a patched 1018 environment.

Re: modifying exeDSP

Posted: Sat Jan 05, 2013 2:35 am
by prairie
So I tried this method but exeDSP is too big for /mtd_rwarea. So instead I put it in /mtd_rwcommon but apparently this doesn't get mounted until later so the bind command failed and regular exeDSP started. Any way to mount /mtd_rwcommon prior to bind line?

Re: modifying exeDSP

Posted: Sat Jan 05, 2013 10:27 am
by theos0o
prairie wrote:So I tried this method but exeDSP is too big for /mtd_rwarea. So instead I put it in /mtd_rwcommon but apparently this doesn't get mounted until later so the bind command failed and regular exeDSP started. Any way to mount /mtd_rwcommon prior to bind line?
Can you post your user.sh script ?
You could maybe load your exeDSP off a USB device and mount it yourself if it doesn't mount in time. Just a guess.