Kodi Community Forum

Full Version: xbmcHttp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm trying to develop a remotecontrol to the XBMC, for cellphones. I'm using the xbmcHttp commands, but the problem is that they output a OK message. Is there any way to get around this? Automatically get back to the page before or something? I'm coding it in xhtml mobile 1.0.

Anybody know something about this problem?

Please help me Smile
Why is that a problem? All commands return something. If its getting info, you get the info back. If its a command, you get back either OK or some error message. What are you looking for exactly?
I need a way for it it to return to the original page when it gets the OK message. Cause I trying to make a wap version.
user ajax to send and receive the api urls. you will never have to leave your current page at all but you could still display errors
Hi, I'm making a wap version.

I need a solution that support at least wap 2.0 or xhtml mobile?

Anyone?