Changin Kodi Application
#1
Hi all,
I wanna change the installation order from kodi with changing this code under apktool.yml :

from :

Code:

isFrameworkApk: false
packageInfo:
forcedPackageId: '127'
renameManifestPackage: none

to :

Code:

isFrameworkApk: false
packageInfo:
forcedPackageId: '127'
renameManifestPackage: org.xbmc.test

what doesn't work with kodi 18 nightly version.

And another issue, if I change the addons folder under assets folder, it will not install with first run.

Should I do anything else also ?

Thx a lot.
Reply
#2
It this kodi open source application and we can change it or not ? not any support here ?
Reply
#3
github.com/xbmc includes a documentation folder

Here: https://github.com/xbmc/xbmc/blob/master...ME.android
And especially here: https://www.gnu.org/licenses/old-license....0.en.html
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#4
(2018-05-29, 01:15)mumati Wrote: It this kodi open source application and we can change it or not ? not any support here ?
Well, open-source means you can do whatever you want with the sources, then build a package of you own.
Re-packaging apk rather than rebuilding them is more something to be asked in hacker forums.
Reply

Logout Mark Read Team Forum Stats Members Help
Changin Kodi Application0