J2ME EventClient for XBMC
Hello, I've created a J2ME client based on another project a friend and I had.
Seeing it's a bit rough to compile I'll post the file that goes on the phone link From:www.mediafire.com/?rzu1gwf0bht" target="_blank">here.
Some phones only need the .jar file, some needs both.
Mine only needs the .jar file (Sony Ericsson w810i)
The button mapping is scarse at the moment but will be fixed in the comming days, nothing that affects the application on the phone though.
Too run it:
cd XBMC/tools/EventClients/J2ME\ Client
python j2me_remote.py
Now it should only be a matter of pressing connect on the phone application.
The application is compiled as CLDC 1.0 and MIDP1.0 and should therefor hopefully work on many phones. The phone must be able too be able to initiate the connection so I'll imagine minimum would be a phone that's not older than a maybe 2 years.
Salling Clicker have a list on devices which can do outgoing connection, that's no promise but it might give a clue on if a device might work or not
link From:www.salling.com/Clicker/windows/devices.php" target="_blank">from--www.salling.com/Clicker/windows/devices.php
If anyone get it too work, I'd love some feedback. |