![]() |
Android keyboard for xbmc(Query/Suggestion) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +---- Forum: Kodi Remote for Android Official Forum (https://forum.kodi.tv/forumdisplay.php?fid=129) +---- Thread: Android keyboard for xbmc(Query/Suggestion) (/showthread.php?tid=85581) Pages:
1
2
|
Android keyboard for xbmc(Query/Suggestion) - erolosty - 2010-11-17 I'd like to be able to use my android keyboard to type in xbmc. Currently I have to use the onscreen one with remote control UI, when I am using search functions. I'm a developer and I'd be up for doing some coding. I just thought I'd post and see if anyone else is working on it and if the event server is capable? Anyone know? XBMC WTF! - Robotica - 2010-11-17 I am not sure but isn't the JSON-API replacing the eventserver? All info. regarding this subject is summed up overhere. - marathont - 2010-11-23 Robotica Wrote:I am not sure but isn't the JSON-API replacing the eventserver? Will the new API support the ability to type using an android phone ? IMO, this would be the apps best feature, if it was possible. - skare - 2010-11-24 If you're running Linux RemoteDroid might be a solution Edit: Just noticed that it's also compatible with Windows ![]() - marathont - 2010-11-24 skare Wrote:If you're running Linux RemoteDroid might be a solution I have used remotedroid, but I couldnt get it too run as a service. Also you would have to switch between the xbmc app and the remote droid app, which is not great. - Rickie - 2010-11-24 I currently use gmote for the keyboard and the XBMC remote app for the remote, it does involve switching but it's not that bad. I love the way the boxee app automaticlly opens the keyboard when it's time to input text on the screen, if xbmc could also do this that would be a great plus. - Larry_Lobster - 2011-02-05 marathont Wrote:I have used remotedroid, but I couldnt get it too run as a service. Also you would have to switch between the xbmc app and the remote droid app, which is not great. I found a solution to start RemoteDroid and XBMC together. Works like a charm... I'm going to write a xbmcremote extension in order to call the RemoteDroid client from xbmcremote directly. - accountabc - 2011-02-06 Being able to use the Android qwerty keyboard from within XBMC remote itself would be awesome ![]() ![]() - chtamina - 2011-02-12 I use xbmc on xbox, is there a way to use a remote to enter text from the android phone ? thanks - Kaaino - 2011-02-12 I agree this feature would be a great add to the remote - coendeurloo - 2011-02-14 It's kind of strange we don't have this feature yet in the XBMC remote. iPhone users laugh at us! ![]() - jesseg - 2011-02-19 Larry_Lobster Wrote:I found a solution to start RemoteDroid and XBMC together. Works like a charm... Can you post the solution you found? I've been unable to get the RemoteDroid server to launch in XBMC. - Larry_Lobster - 2011-02-20 jesseg Wrote:Can you post the solution you found? I've been unable to get the RemoteDroid server to launch in XBMC. I have edited /usr/bin/runXBMC like this: PHP Code: if [ "$(pidof X)" ] ; then PHP Code: echo "#!/bin/bash" > /home/$xbmcUser/.xsession - phin586 - 2012-01-10 I know its a little late, but whats in your startRemoteDroidServer.sh file? - Robotica - 2012-01-10 This should be a feature request (use android keyboard to control xbmc) in the android app topic. Is there already one? |