XBMC-Android compilation
#46
http://wiki.xbmc.org/index.php?title=PVR

Damn how many spoons will you need?
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#47
How to set default view of confluence as Thumbnail in source code ?

Any suggestion................
Reply
#48
Dude how much will your crappy china box cost once you are done with all those modifications?

spoon: https://github.com/xbmc/xbmc/tree/master...g/xbmc/res
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#49
(2014-03-17, 17:36)Memphiz Wrote: Dude how much will your crappy china box cost once you are done with all those modifications?

spoon: https://github.com/xbmc/xbmc/tree/master...g/xbmc/res

Which xml file will i have to edit and what will i have to write

any clue please
Reply
#50
(2014-03-18, 07:54)manoj Wrote:
(2014-03-17, 17:36)Memphiz Wrote: Dude how much will your crappy china box cost once you are done with all those modifications?

spoon: https://github.com/xbmc/xbmc/tree/master...g/xbmc/res

Thanks i have removed everything.

Now i have to remove Getmore and GoingBack item from Thumbnail view

any clue please................

Thanks i have removed everything.

Now i have to remove Getmore and GoingBack item from Thumbnail view

any clue please................
Reply
#51
how to invoke apk using python file. I mean to invoke any apk we use "StartAndroidActivity(pkg name)" method in skin but how to use this method in python file.
I have imported all module of xbmc but when i write "StartAndroidActivity(com.videon.android.mediaplayer)" code interpreter gives error at this line.

Can anyone tell how to use this method (StartAndroidActivity()) in python code
Reply
#52
can i get the item click control in "Video" menu

for example i have installed 5 video addons like youtube, 1-linkmovies, Icefilms etc
when i click on any item that particular item starts working. I want to do something different operation on clicking this item.
for example i want to invoke apk when particular item is clicked
Reply
#53
xbmc.executebuiltin('XBMC.StartAndroidActivity("com.android.settings")')

just like you do with any other builtin from python.
Reply
#54
Thanks a lot it is working
Reply
#55
how to restart, reboot, shutdown the Android device using XBMC.

All the constant are available in Builtin.cpp but do not know how to use this in skin.

const BUILT_IN commands[] = {
{ "Help", false, "This help message" },
{ "Reboot", false, "Reboot the system" },
{ "Restart", false, "Restart the system (same as reboot)" },
{ "ShutDown", false, "Shutdown the system" },
{ "Powerdown", false, "Powerdown system" },
{ "Quit", false, "Quit XBMC" },
{ "Hibernate", false, "Hibernates the system" },
{ "Suspend", false, "Suspends the system" },
{ "InhibitIdleShutdown", false, "Inhibit idle shutdown" },
{ "AllowIdleShutdown", false, "Allow idle shutdown" },
{ "ActivateScreensaver", false, "Activate Screensaver" },
}

but how to use this constant in skin.

i want to give a menu Reboot when user click on this menu the Device will be rebooted not the XBMC app

any idea please
Reply
#56
i did it

i want to exit the video addon while executing it so how to go back to the parent of video addons from python
Reply
#57
Ask in the Python API section of the forums, the last few posts have nothing to do with this thread topic. Sorry but I'm out of spoons now.
Reply
#58
I'm amazed at the number of spoons you and Memphiz already used Smile
Reply
#59
Yeah i bet he already got a good salary for figuring out all his requested features "on his own" ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#60
I'm spoonless now, only sporks around now.
Reply

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