XBMC Remote for Android

  Thread Rating:
  • 11 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Thumbs Up  XBMC Remote for Android Post: #1
Hi everyone, here is an alpha version of for anyone to try out.

It's released under GPLv2 so anyone can help!

There are lots left to be done but the general layout and abit of the usage is available but enough chatter as pictures tells more than a thousand words.

http://code.google.com/p/android-xbmcremote/

Tried on HTC Dream, HTC Magic and HTC Hero.

For latest version see here.

Feature requests
  • Now playing info throughout the UI, or atleast progress information
  • Additional remoteview with custom Http commands
  • Additional remoteview with advanced httpapi calls
  • Download files from XBMC (perhaps even streaming but it might be far off)
  • Integration with notification bar, (Download and now playing?)
  • Multiple language support
  • Rating support in now playing
  • Last.FM integration in now playing (love/hate buttons)

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
(This post was last modified: 2010-03-31 18:34 by freezy.)
find
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #2
Did give it a try.
Downloaded with G1 phone but won't install.
find
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #3
Looks like I _had_ to sign it, I'll try to upload a new one and verify this on my phone first (have found the USB cable now Smile )

I got the INSTALL_PARSE_FAILED_NO_CERTIFICATES which I bet you got aswell?

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #4
I get no message, looked in file browser and folder is empty. Strange.
find
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #5
Hmm, yeah indeed. Anyways I have uploaded a new one now which is signed and worked on my HTC Magic.

Btw which android do you have? 1.5?

btw how did you install it ? because you need to use adb install and such?

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
(This post was last modified: 2009-07-25 16:48 by topfs2.)
find
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #6
Tried the signed one and same result.
Have Android 1.5

Didn't use any program. Normally download and installing goes aut.

What is adb install and such ?

Have a .tar.gz ? file in browser and tried to extract it but no result.
find
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #7
Hmm, I'm kindof new to android so It may be an easier way but here I do
In application settings on the phone I allow installation from unknown sources (as I understand anything which isn't from market).
Enable USB debugging (so I can adb install it).

plug in the phone with USB cable.

From Linux I do
Code:
wget http://android-xbmcremote.googlecode.com/files/XBMC%20Remote%20v0.1-signed.tar.gz
tar -xf XBMC\ Remote\ v0.1-signed.tar.gz
adb install XBMC\ Remote.apk

But if you have been able to install apk's without adb perhaps you should try unpacking on your computer and mail the apk to your phone and try that way

adb is btw AndroidDeBugger. so it's a way to communicate, send files and remove files and such. Much like ssh on linux but with debugging aswell.

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #8
OK, have it installed now. Did extract with my windows computer and then my phone could installed it.

there was a forced closed but I can launch the application.

Try to test it but :angry:can't acces my wi-fi network.Confused
(This post was last modified: 2009-07-25 18:10 by Waffa.)
find
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #9
Waffa Wrote:OK, have it installed now. Did extract with my windows computer and then my phone could installed it.

there was a forced closed but I can launch the application.

Try to test it but :angry:can't acces my wi-fi network.Confused

Is the wifi access android problem or only in this app? I can't understand how the app could change this as it just use the available one.

It's sad you have troubles and I would love if someone else with G1 could try and hopefully get it working.

The Magic I have it works splendid on..

Cheers,
Tobias.

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find
mots Offline
Senior Member
Posts: 170
Joined: Apr 2007
Reputation: 0
Location: Austria
Post: #10
Tried it on my G1 and well, I can start it... Can't really use it though, as I have to run xbmc on a port other than 8080.
find
Thread Closed