Page 1 of 1

Re: Replacing backgroundimage of mediaplayer for music?

Posted: Mon Jun 21, 2010 3:01 pm
by moras86
I think you could replace this file - mtd_appdata\Images_960x540\WLink_Pro\equalizer ani_back ground image.jpg ; image resolution is 1920x1800 (px).

For get access to TV flash disk you can use FTP protocol. You need start at TV app SamyGO Control Center - StartLib & Explorer v0.1a (from HERE), click green button, choose FTP Server and click right cursor on remote. At computer use any FTP client (I prefer Firefox plugin - FireFTP).

But I don't know it is safe for TV :|

Re: Replacing backgroundimage of mediaplayer for music?

Posted: Tue Jun 22, 2010 9:12 pm
by erdem_ua
You can use mount bind trick to show your wanted file as \mtd_appdata\Images_960x540\WLink_Pro\equalizer ani_back ground image.jpg...

Re: Replacing backgroundimage of mediaplayer for music?

Posted: Wed Jun 23, 2010 7:39 pm
by erdem_ua
I think you needed to place '\' before each space. It's common thing in linux because space make confuse something... use it like /mtd_rwarea/equalizer\ ani_back\ ground\ image and try if its working or not ;)

Re: Replacing backgroundimage of mediaplayer for music?

Posted: Wed Jun 23, 2010 9:20 pm
by arris69
bmwskead wrote:thx erdem! :)

i stored it at /mtd_rwarea/equalizer ani_back ground image.jpg
so its:

mount -o bind /mtd_rwarea/equalizer ani_back ground image.jpg /mtd_appdata/Images_960x540/WLink_Pro/equalizer ani_back ground image.jpg

correct?
backslash before space or use quotes like
mount -o bind "/mtd_rwarea/equalizer ani_back ground image.jpg" "/mtd_appdata/Images_960x540/WLink_Pro/equalizer ani_back ground image.jpg"

arris