![]() |
VNSI4 Android (OUYA) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: VNSI4 Android (OUYA) (/showthread.php?tid=170420) Pages:
1
2
|
RE: VNSI4 Android (OUYA) - FernetMenta - 2013-09-17 I compiled entire XBMC with dependencies and did not see this error. Did you configure correctly like documented here: https://github.com/xbmc/xbmc/blob/master/tools/depends/README (this is a bit outdated, I used r9 as downloaded yesterday) RE: VNSI4 Android (OUYA) - schnere - 2013-09-17 Hi, I've compiled it successfully. When I try to install it, XBMC tells me "invalid addon structure" (Addon verfügt nicht über die richtige Struktur). So I decided to upload it manually to /sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons . Now I get the following error: Code: 21:39:43 T:1723324104 ERROR: Unable to load /storage/sdcard0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/pvr.vdr.vnsi/libXBMC_VDR_vnsi.so, reason: Cannot load library: reloc_library[1306]: 109 cannot locate 'glUniformMatrix4fv'... Full log: http://xbmclogs.com/show.php?id=59834 Regards, schnere RE: VNSI4 Android (OUYA) - FernetMenta - 2013-09-17 That was the issue before my fix I pushed today. Either you did not get the updated sources of vnsi or there is still some older binary on your system which gets pulled on load. RE: VNSI4 Android (OUYA) - schnere - 2013-09-18 Mhm, compiled everything again, installed the module successfully (with deleting xbmc.gui 1.0.0 from depencies). And I get the same error as before. Here's the zip-file I use: http://www.bveml.net/pvr.vdr.vnsi-android-arm.zip And here the log with successfull installation but unsucessfull activation: http://xbmclogs.com/show.php?id=60124 RE: VNSI4 Android (OUYA) - FernetMenta - 2013-09-18 can you try my zip: https://dl.dropboxusercontent.com/u/47522966/pvr.vdr.vnsi-android-arm.zip this worked on my Transfomer TF201 RE: VNSI4 Android (OUYA) - FernetMenta - 2013-09-19 It seems that update via zip does not work, it still loads the original addon binary. If I build entire xbmc with patched vnsi it works. If I only update vnsi it shows the error you posted. RE: VNSI4 Android (OUYA) - schnere - 2013-09-19 Hi, yes, I've descovered that yesterday, too. I've moved your new vnsi version manually to OUYA. XBMC showed version 1.8.4. Then I've updated via zip-file and it was back to 1.8.3. But always the 1.8.3 module was in use... So, as you said, one solution would be to compile entire xbmc. Another one could be to root the Android-device (OUYA) and get access to the xbmc installation folder. Thanks for your help! RE: VNSI4 Android (OUYA) - tosho - 2013-10-07 (2013-09-12, 11:28)schnere Wrote: ... Schnere, can you please tell me how you managed to get this plugin running? Which versions of XBMC and the plugin are you using? I tried with different versions of XBMC (prodo, 13 alpha, weekly builds, nightlys), but all of them fail. Which version dar you using and from where can I get them. Thanks, Paul |