Kodi Community Forum

Full Version: XBMC Remote Control (control XBMC with a PocketPC)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I developed a simple application to control the XBMC with a PocketPC. DIfferent from others similars programs, I like to use the PPC like a remote control (looking to the TV), and not like a remote media management.
I have only tested with a Ipaq hx2000 series.

Check the program in action:
http://www.youtube.com/watch?v=wcY8o9mRWoI

The program 'talk' with XBMC using network (a small server on the XBMC computer to 'send the keys') and with HTTP server of XBMC.

Anybody to help-me with tests? (this is the first time that I program to Windows Mobile).

Requirements:
XBMC for Windows (anybody like to port do other OS?)
XBMC with webserver running.
A device with Windows Mobile.

I'm considering release the source-code Big Grin

update: get the test version in the following address:
http://tinyurl.com/d95xsb
Well great! Something similar to my Project? -> http://forum.xbmc.org/showthread.php?tid=45277
yes, it's very similar :p
what program language to you use in your project?
how to you communicate with XBMC? using event server?

maybe we can 'merge' the projects Big Grin
I would be interested in trying it. What version of Windows Mobile/PocketPC is required to run it?
I'm using the Event server Lib ported to .NET Compact Framework by myself. Code is C#.
I think it will work then with the .net Compact Framework for PPC2002

I can dig out my pocketpc and give it a try.
Anybody that want to test the application, can download in the following link:
http://rapidshare.com/files/204602476/XB...ontrol.zip

the program have some bugs.
check the README.txt on the ZIP file.
this is a great app... if you can expand to add some "direct access" buttons on the main screen... like "TV Shows", "Movies", etc to mimic the home screen menu that would be very nice!

also, I think there is a native API so you may not been the separate sendkeys app?
Livin Wrote:this is a great app... if you can expand to add some "direct access" buttons on the main screen... like "TV Shows", "Movies", etc to mimic the home screen menu that would be very nice!

also, I think there is a native API so you may not been the separate sendkeys app?

the 'native API' it's using event server.
It's possible to make a remote control without the app to send the keys, but this will be more complex (maybe in next release Big Grin - I made this in a weekend)

I can make another version without the client, only using the http server (to retrieve media info) and event server (to send keys) with same features.

I don't have checked the eventserver api yet, but I believe it's not possible to send direct access to main screen menu (movies, tv shows, etc)
Awesome dude! Please could u upload again the program, the download is disable Sad

Great work!
Gibaja Wrote:Awesome dude! Please could u upload again the program, the download is disable Sad

Great work!

I would love to test too. Please upload again.
Could you re-upload this app, I've been looking for something like this for my Pocket PC. Thanks.
You can use http://www.mediafire.com/ no waiting and fast downloading
Can this please be uploaded again?
nice. get a how to for some other oses and I will use it.
Pages: 1 2