but unfortunately I know nothing about python coding. Is it like this:
l=open("/proc/stb/vmpeg/0/dst_left","w") l.write("%x" % 0) l.write(dst_apply) l.close()
Thanks in advance,
P.
Posted 9 March 2012 - 14:28
Your hint solved the problem. It works!!more like this:
l=open("/proc/stb/vmpeg/0/dst_left","w") l.write("%x" % 0) l.close() l=open("/proc/stb/vmpeg/0/dst_apply","w") l.write("%x" % 1) l.close()
Posted 10 March 2012 - 09:49
Posted 4 April 2012 - 16:12
Posted 9 April 2012 - 11:46
0 members, 5 guests, 0 anonymous users