Kaid Control Pad update?
#1
Question 
hello i´ve download the last version of XBMC and the kaid control pad it doesnt running anymore. are there a new version of the script to work with newer xbmc? or how to fix that?
thanks. Smile

Joyal.
Reply
#2
It should still work. What's it not doing?
Reply
#3
Thumbs Up 
well it said "running" but nothing happens. i looked the file info and appears
some errors..

Pad setting missing or file corrupt..

my display = windowoverlay()
attribute error: 'windowoverlay' object has no attribute

something with python24.zlib

i tried with an older xbmc and works fine. but with the newest XBMC it doesnt works.
Reply
#4
Maybe if you typed the errors here......
Image
Reply
#5
Image
Image
Image
Image
Reply
#6
did you edit the \extras\PadFile.xml?

load \extras\PadFile.xml in internet explorer and see if it tells you what line is corrupt.
Reply
#7
it dosent tell anything.. here its the padfile.xml. i didnt touch any file. i download from xbmcscript, and put it in scripts folder thats all.

<?xml version="1.0" encoding="UTF-8" ?>
- <settings name="Kaid Control Pad">
- <setting type="string" id="ScriptTitle">
<value>Kaid Control Pad</value>
</setting>
- <setting type="string" id="PadImageName">
<value>panel2.png</value>
</setting>
- <setting type="string" id="PadMoveName">
<value>PadPosArrows.png</value>
</setting>
- <setting type="int" id="padSize">
<value>0</value>
</setting>
- <setting type="int" id="imageSizeW">
<value>505</value>
</setting>
- <setting type="int" id="imageSizeH">
<value>450</value>
</setting>
- <setting type="int" id="imageBorderLeftW">
<value>25</value>
</setting>
- <setting type="int" id="imageBorderRightW">
<value>80</value>
</setting>
- <setting type="int" id="imageBorderTopH">
<value>61</value>
</setting>
- <setting type="int" id="imageBorderBottomH">
<value>57</value>
</setting>
- <setting type="int" id="titleH">
<value>25</value>
</setting>
- <setting type="int" id="messageH">
<value>29</value>
</setting>
- <setting type="int" id="animate">
<value>3</value>
</setting>
- <setting type="float" id="slideSpeed">
<value>0.015</value>
</setting>
- <setting type="int" id="padOffsetX">
<value>35</value>
</setting>
- <setting type="int" id="padOffsetY">
<value>15</value>
</setting>
- <setting type="boolean" id="exitToKai">
<value>True</value>
</setting>
- <setting type="list" id="menu_items">
<value>Restart Kai Daemon</value>
<value>Stop Kai Daemon</value>
<value>Upload/Start Kai Daemon</value>
<value>Download Kai Files From Web</value>
<value>Reboot Router</value>
<value>Close Pad</value>
</setting>
- <setting type="list" id="config_items">
<value>Change router IP</value>
<value>Change router password</value>
<value>Change router firmware</value>
<value>Change sniff device</value>
<value>Change upload method</value>
<value>Change http upload path to xbox</value>
<value>Change ftp upload path to xbox</value>
<value>Change xbox username</value>
<value>Change xbox password</value>
<value>Change pad title</value>
<value>Change pad size</value>
<value>Change pad position</value>
<value>Change animation style</value>
</setting>
- <setting type="list" id="error_msg">
<value>ERROR:</value>
<value>Couldn't open kaid.conf file!</value>
<value>Communicating with router!</value>
<value>Kai not installed on router!</value>
<value>Kai daemon not running!</value>
<value>Kai not installed on xbox!</value>
<value>Downloading kai software from web!</value>
<value>Patching kaid.conf file!</value>
<value>Saving config settings!</value>
<value>Saving pad settings!</value>
<value>Saving config and pad settings!</value>
<value>Invalid router firmware entry!</value>
<value>Invalid upload method entry!</value>
<value>Invalid animation style entry!</value>
<value>Invalid http upload path!</value>
<value>Invalid ftp upload path!</value>
</setting>
- <setting type="list" id="info_msg">
<value>Checking if kai is installed on xbox...</value>
<value>Checking if kaid is installed</value>
<value>Checking if kaid.conf is installed</value>
<value>Checking if kai daemon is running</value>
<value>Starting kai daemon</value>
<value>Stopping kai daemon</value>
<value>Uploading kai software to router</value>
<value>Executing gunzip / chmod</value>
<value>Downloading kai software from web...</value>
<value>Rebooting router</value>
<value>Patching kaid.conf file...</value>
<value>Saving configuration settings...</value>
<value>Saving pad configuration settings...</value>
</setting>
- <setting type="list" id="user_msg">
<value>Press title/white to change settings.</value>
<value>Press title/white to save settings.</value>
<value>Press select to keep position.</value>
</setting>
- <setting type="list" id="keyboard_msg">
<value>Your routers IP address.</value>
<value>Your routers password.</value>
<value>(Firmware message here)</value>
<value>Your xbox ftp username</value>
<value>Your xbox ftp password</value>
<value>Upload kai method: 0 = http, 1 = ftp</value>
<value>http path to kai on the xbox. (i.e. /kaid/)</value>
<value>ftp path to kai on the xbox. (i.e. /e/xbmc/web/kaid/)</value>
<value>Sniff device: eth0, en0, br0, vlan0...</value>
<value>Script Title</value>
<value>0=None, 1=R, 2=L, 3=B, 4=T, 5=BR, 6=TL, 7=BL, 8=TR</value>
</setting>
- <setting type="list" id="status_msg1">
<value>Status Kaid:</value>
<value>Running</value>
<value>NOT Running</value>
<value>Check Config File</value>
</setting>
- <setting type="list" id="status_msg2">
<value>Status Router:</value>
<value>Unknown</value>
<value>Kai NOT Installed</value>
<value>Check Config File</value>
</setting>
- <setting type="list" id="status_msg3">
<value>Status Xbox:</value>
<value>Kai Installed</value>
<value>Kai NOT Installed</value>
<value>Check Config File</value>
</setting>
</settings>
Reply
#8
any help here? :confused2:
Reply
#9
There's really no reason for it not to work. Download it from xbmcscripts.com again and see if that works. If it doesn't I can send you what I'm using. I made a couple fixes, but nothing that prevented it from running.
Reply
#10
Sad i have Download it from xbmcscripts.com again and it doesn't works. Sad

Big Grin could you please send me to my email. or a link where to download the working version. thz. Smile

dhgouveiahotmail.com
[email protected]
Reply
#11
Thought I should chime in and say the script no longer works for me either. I haven't had time to try to debug it. All I can tell you is it won't launch at all.
Reply
#12
You probably don't have _xmlplus installed. Either find that and install it in system/python/lib or the extras folder. I'll upload the newest version to xbmcscripts.com, it'll probably take a few days though. I'll include _xmlplus with it.
Reply
#13
Yep, that did it:-) Placed the unzipped _xmlplus folder into the script's Extras folder and everything is working again.
Thanks, Nuka.
Reply
#14
I did it Placed the unzipped _xmlplus folder too into the script's Extras folder and still not working for me. i've XBMC-CVS_2006-07-25-T3CH
Reply
#15
check xbmcscripts.com, the new version is up now.
Reply

Logout Mark Read Team Forum Stats Members Help
Kaid Control Pad update?0