Posts: 13
Joined: Feb 2014
Reputation:
0
Remove the following entries from the IncludesHomeMenuItems.xml
<control type="button" id="90176">
<include>ButtonHomeSubCommonValues</include>
<label>344</label>
<onclick>ActivateWindow(Videos,TVShowActors,return)</onclick>
</control>
The "TVShowActors" shows the option you are removing. So for this instance it is the Actors sub menu button from the TV Show's sub menu
Posts: 71
Joined: Jan 2014
Reputation:
0
2014-03-03, 08:50
(This post was last modified: 2014-03-03, 13:47 by manoj.)
Thank you so much for your help.
Now i want to invoke third party app .
I want to place one Menu eg. MyApp & when this menu will be clicked then i want to invoke any installed app.
So basically i want to know how to invoke any installed third party App?
Please Reply..........
Posts: 1,155
Joined: Aug 2008
Yes you can hide all submenu items if you want, and add 3 custom items to the main menu. If your "3rd party app" is an XBMC add-on it should offer you what you need.
Posts: 71
Joined: Jan 2014
Reputation:
0
sir i want to remove all submenuitem
i have removed Videos submeniitem successfully
but when i try to remove submenut of other item then i am getting structural error
please tell how to remove all submenuitem
Posts: 71
Joined: Jan 2014
Reputation:
0
How to get the list of add-on
for example when we click on video menu then we get the installed all video add-on and when we click then that add-on starts working. I want my own control over it
Posts: 71
Joined: Jan 2014
Reputation:
0
how to invoke this method from python file "StartAndroidActivity(com.videon.android.mediaplayer)" can any one tell