XBMC Remote for Android

  Thread Rating:
  • 11 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
Swifty Offline
Fan
Posts: 482
Joined: Nov 2008
Reputation: 1
Post: #21
0.1.1 APK force closes home constantly on my Magic.. without even starting the app, if I uninstall the APK then it's all back to normal.

Look forward to trying out the next version, screenshots look like you have made a good start Smile
find
topfs2 Offline
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #22
Swifty Wrote:0.1.1 APK force closes home constantly on my Magic.. without even starting the app, if I uninstall the APK then it's all back to normal.

Look forward to trying out the next version, screenshots look like you have made a good start Smile

I get weird errors on my magic if I try to install it using the web, but if I do the adb install it works much better.

Ideally I would like web to work perfect ofcourse and I must be missing something in the packaging process. Oh well, off to read android development documentation I guess Smile

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: #23
Also here home does forced close.
find
Swifty Offline
Fan
Posts: 482
Joined: Nov 2008
Reputation: 1
Post: #24
I installed by downloading it on my PC then transferring it and running the APK via Astro to install - Haven't tried any other ways..
I'll use adb later on and see if it behaves any better and let you know Smile
find
el_Salmon Offline
Junior Member
Posts: 7
Joined: Apr 2009
Reputation: 0
Location: Around 2.4 GHz
Post: #25
I have tried with my Magic and XBMC from Opensuse 11.1 (Event server and web server turned on) and it seems it doesn't connect by wifi. Could you add a message for a conection successful?

Anyway, thank you for your work!
find
topfs2 Offline
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #26
el_Salmon Wrote:I have tried with my Magic and XBMC from Opensuse 11.1 (Event server and web server turned on) and it seems it doesn't connect by wifi. Could you add a message for a conection successful?

Anyway, thank you for your work!

If you can connect from your phones webbrowser it *should* work goes through nearly same logic.

Points here though, make sure that the port is correct and that you really are on the internal network, if you aren't on internal port forward applies.

(Linux port is usually 8080, so IP:8080 as IP to XBMC).

I'll try to bump to android api 1.5 instead (built using 1.1 now) but I wonder why we get forced close in home, can't understand how an app could do that but I have noticed it too.

Thanx for testing and the interest, hopefully it can become a killer app!

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
Swifty Offline
Fan
Posts: 482
Joined: Nov 2008
Reputation: 1
Post: #27
Tried to do an install using ADB just now, gives the same force close problems when at homescreen or browsing app list..
I grabbed the ADB debug info if it's of any help to you in pin pointing the problem..
http://pastebin.com/m144fb66f
find
freezy Offline
Team-XBMC Android Remote Developer
Posts: 866
Joined: Dec 2006
Reputation: 14
Location: Switzerland
Post: #28
Topfs2, any way you could add the eclipse project files to SVN?

Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
find
topfs2 Offline
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #29
freezy Wrote:Topfs2, any way you could add the eclipse project files to SVN?

I think I have done it now since r5.

I also bumped need to api 1.5, I'm hoping it will help with acore force close stuff.

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
topfs2 Offline
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #30
Swifty Wrote:Tried to do an install using ADB just now, gives the same force close problems when at homescreen or browsing app list..
I grabbed the ADB debug info if it's of any help to you in pin pointing the problem..
http://pastebin.com/m144fb66f

Ah thanx, by the looks of it you are getting out of memory, which sounds really weird Smile

I think I'm getting same issues now in VM aswell so I'll hopefully be able to track it down.

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
Thread Closed