Kodi Community Forum
How do you change the signature of Kodi? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184)
+---- Thread: How do you change the signature of Kodi? (/showthread.php?tid=341208)



How do you change the signature of Kodi? - Mochilote - 2019-02-22

How do you change the signature of Kodi to have the official version and one of development installed at the same time?

I am interested in fixing a bug that I have found but I do not want to spoil my installation and configuration of the official application of Kodi and I have read that it is possible to have two versions of Kodi at the same time in Android changing the signature of one of them.

I have followed the documentation without problems and I have been able to compile and generate the .apk but I have no idea where to change the signature of the version I am compiling.

I would appreciate someone clarifying it to me so I can do it, thanks in advance.


RE: How do you change the signature of Kodi? - Martijn - 2019-02-22

https://github.com/xbmc/xbmc/blob/master/version.txt


RE: How do you change the signature of Kodi? - Mochilote - 2019-02-22

(2019-02-22, 20:10)Martijn Wrote: https://github.com/xbmc/xbmc/blob/master/version.txt
 Thank you very much for the reply. I just have to change APP_PACKAGE or do I need to change any more of them?


RE: How do you change the signature of Kodi? - Martijn - 2019-02-22

Only that line and recompile


RE: How do you change the signature of Kodi? - Mochilote - 2019-02-22

(2019-02-22, 20:17)Martijn Wrote: Only that line and recompile
 Perfect, thanks  Wink