Kodi Community Forum
[TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN (/showthread.php?tid=180637)



[TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - aceed - 2013-12-17

Ok, so just a few moments ago, I was frustratedly posting up saying how it's not working, and everything is broken, christmas is ruined and the dog got ran over. Turns out it was a simple fix.

Ok: My problem was, I could access ANDROID apps from the PROGRAMS > ANDROID APPS > "NAME OF APP". It would open absolutely fine. However, If i were to add the program to favourites, and say, place them onto the homescreen / main menu. It wouldn't work (that's not entirely true, I did have them working, but it would only work on certain builds of xbmc). The xbmc logs just told me there was an exception (i'm starting to think it was an overloaded exception).

This is what i've done to fix the issue:

navigate to /sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata - This location is usually hidden, so root / view-all hidden files.

There you should find:

favourites.xml and guisettings.xml

We can edit them in notepad, or ASTRO Text Editor.

In favourites.xml -> StartAndroidActivity(bbc.iplayer.android), mine had &quot on it, which i imagine were parsed out.
The important bit, in guisettings.xml -> HomeItem.1.path we had: >StartAndroidActivity(bbc.iplayer.android,return)
I removed the ,return.. and bingo, it's working straight from the homescreen again.


A bit further into the subject, the bbc.iplayer.android (is the package), and the next part could be the intent. It seems like there's a class that searches for an intent (or action) within an application instead of just loading it? I'm not entirely sure.

But yay, all fixed.


RE: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - Ned Scott - 2013-12-18

Nice catch! Thanks for the guide.


RE: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - Koying - 2013-12-18

Thanks for digging that out.
I'll check on the root cause.


RE: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - Koying - 2013-12-20

Is a script problem, actually.
See http://forum.xbmc.org/showthread.php?tid=114671&pid=1578250#pid1578250


RE: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - Silar - 2014-01-31

How would I do this for Netflix? It comes up as a PlayMedia Favorite in the favourites.xml file. Won't launch at all from the Favourites. It will launch by going directly to the android app under android programs in xbmc.

Any suggestions?


RE: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - ronie - 2014-01-31

(2014-01-31, 09:42)Silar Wrote: How would I do this for Netflix? It comes up as a PlayMedia Favorite in the favourites.xml file. Won't launch at all from the Favourites. It will launch by going directly to the android app under android programs in xbmc.

Any suggestions?

are you using xbmc frodo perhaps?
this bug should be fixed in gotham based nightly builds.
2784 (PR)


RE: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - Silar - 2014-01-31

(2014-01-31, 12:46)ronie Wrote:
(2014-01-31, 09:42)Silar Wrote: How would I do this for Netflix? It comes up as a PlayMedia Favorite in the favourites.xml file. Won't launch at all from the Favourites. It will launch by going directly to the android app under android programs in xbmc.

Any suggestions?

are you using xbmc frodo perhaps?
this bug should be fixed in gotham based nightly builds.
2784 (PR)

Gotcha.. Not using Gotham. Too many addons I use that's not compatible..


RE: [TUT/FIXED] ANDROID APPS FROM XBMC HOMESCREEN - Silar - 2014-02-02

(2014-01-31, 12:46)ronie Wrote:
(2014-01-31, 09:42)Silar Wrote: How would I do this for Netflix? It comes up as a PlayMedia Favorite in the favourites.xml file. Won't launch at all from the Favourites. It will launch by going directly to the android app under android programs in xbmc.

Any suggestions?

are you using xbmc frodo perhaps?
this bug should be fixed in gotham based nightly builds.
2784 (PR)

Is there no workaround for Frodo?