so I was looking at the /etc/mcd.conf file specifically this:
and doing some more googling I found this is the "over the counter" way to update the CIC for DVD in motion. However, that's just ONE way to update the CIC SW. This is loading up a ".sh" file so.... I did some more digging and found this on a chinese website (thank got for google translate):
Now, I'm wondering if google F-ed up that #!/Bin/fesh where maybe it should be #!/Bin/ksh ?
Anyways, I wondering if we can push code changes to the CIC by just making a CD with some scripts in it.
Thoughts????
Code:
############################################
# path/DVD/CD content detection rules
[SW_UPDATE]
Callout = FNAME_MATCH
Argument = /hbautorun.sh
Fail Rule = NAVI_UPDATE
and doing some more googling I found this is the "over the counter" way to update the CIC for DVD in motion. However, that's just ONE way to update the CIC SW. This is loading up a ".sh" file so.... I did some more digging and found this on a chinese website (thank got for google translate):
Code:
#! / Bin / fesh
echo "- = www.dvdinmotion.com = -"
cp - f / mnt / cd 0 /
.
DVD inMotion _ CIC. / Tmp chmod + x /tmp/.DVDInMotion_CIC./tmp/.DVDInMotion_CIC.
Echo "- ------ DONE ---------
Anyways, I wondering if we can push code changes to the CIC by just making a CD with some scripts in it.
Thoughts????