XBMC-Android compilation
#61
(2014-04-16, 16:36)Memphiz Wrote: Yeah i bet he already got a good salary for figuring out all his requested features "on his own" ...

sir i am not working in any company.

I am a B.Tech 4th yr student.

I am working on it because i am thinking to submit this as a Final yr project

Can we handle dialog "Remote Share" through skin that means when we click on any video plug-in and it is not able to connect the server then it gives error that "could not connect to network server".

I want to handle it, either i would like show or hide. It will depend on me.
Reply
#62
Thanks to all i did myself.
Reply
#63
how to handle "back click" in python

For example in confluence skin there are two buttons "back" and "home" showing at the right bottom of skin.

When you hit back it comes one step back and in xml code is <onclick>back</onclick>. This back function i want to execute in default.py

eg. xbmc.executebuiltin("XBMC.ActivateWindow(Home)")

Any help plz.............
Reply
#64
I have put some addons in source code and compiled it.
eg. 1-linkmovies, icefilm, filmon, youtube etc.

Now i have removed youtube addon from source code
and run the command "make" and "make apk"

but again youtube addon comes in apk.

I want to know where XBMC keeps addons backup.

Actually i want to remove some addons and again i want to compile so that all removed addons should not come.

any suggestion please......
Reply
#65
make clean
Reply
#66
Thanks
I ran the command " make clean"

after that i am running "make" command

How to set different Background image of Home screen on each menu item selection in skin

where will i have to edit in skin.

any suggestion plz..........
Reply
#67
Thanks i did myself changing background image on each menu item focus

As you told to do 'make clean"

i did but when i ran the command "make" and "make apk" it again included the deleted addons from source code and apk size remains same.

Actually, i have deleted some addons from source code and when i again make apk all deleted addon come in apk

so , what should i do, so that deleted addons should not come again in apk
Reply
#68
make clean after diddling with addon dir
Reply
#69
make uninstall
Reply
#70
Thanks Koying

Now deleted addons are not coming
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC-Android compilation0