Kodi Community Forum

Full Version: Changin Kodi Application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
It this kodi open source application and we can change it or not ? not any support here ?
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
(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.