<div dir="ltr">Hey everyone,<div>Hi Petri,</div><div><br></div><div>I'm trying to update the use of libbluray 1.3.2 (the one used in Kodi at the moment) on Android. </div><div><br></div><div>A lot has changed since it used to work on Android 9 and Kodi Matrix (19). </div><div>The Nvidia Shield got an update to Android 11 and this caused some problems with write access to some folders.</div><div><br></div><div>This email is just to ask a few questions and see if you happen to know what is going on.</div><div><br></div><div>I'm getting this error:</div><div><br></div><div>CBlurayCallback::Logger - org.videolan.CacheDir:0: ERROR: Error creating directory /tmp/libbluray-bdj-cache<br></div><div><br></div><div>While at the same time I'm setting local environment:</div><div><br></div><div><br>  setenv("LIBBLURAY_CACHE_ROOT", CSpecialProtocol::TranslatePath("special://home/").c_str(), 1);<br><br>  setenv("LIBBLURAY_PERSISTENT_ROOT", CSpecialProtocol::TranslatePath("special://home/").c_str(), 1);<br></div><div><br></div><div>This special protocol is actually:</div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px">/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/</span><br></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px">This is writable but for some reason is not passed to libbluray anymore.</span></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px">I have 2 theories: </span></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px">1. Something changed with libbluray from back when we worked on this.</span></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px">2. Android is running JRE as another process and it can't access Kodi's files anymore.</span></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px"><br></span></div><div><font color="#202122" face="sans-serif"><span style="font-size:14px">As you can see JAVA_HOME is being passed just fine and my JRE addon is found by libbluray.</span></font></div><div><font color="#202122" face="sans-serif"><span style="font-size:14px">I'm passing it with:</span></font></div><div>setenv("JAVA_HOME", CSpecialProtocol::TranslatePath("special://xbmcbin/j2re-image/").c_str(), 1);<font color="#202122" face="sans-serif"><span style="font-size:14px"><br></span></font></div><div><br></div><div>So it's writable and executable. </div><div><br></div><div><br></div><div>Petri, do you have any idea if anything changed libbluray side? and if there's any other path variable that's missing?</div><div><br></div><div>Thanks for your time reading this email.</div><div>Regards</div><div><br></div><div>Vitor</div><div><font color="#202122" face="sans-serif"><span style="font-size:14px"><br></span></font></div><div><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px"><br></span></div><div><pre style="margin-top:0px;border:0px;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-stretch:inherit;vertical-align:baseline;box-sizing:inherit;width:auto;max-height:600px;overflow:auto"><br></pre></div></div>