<div dir="ltr">Hello,<div><br></div><div>I tested the last master branch for use the new function which normally allow readonly file system:<br></div><div><br></div><div><div> GraphHopper tmpHopp = new GraphHopper().forMobile();</div>
<div><br></div><div><i> tmpHopp.setAllowWrites(false);</i> <b>//This function</b></div><div><b><br></b></div><div> tmpHopp.setCHShortcuts("fastest");</div><div> tmpHopp.load(pathToGraphFolder); </div></div><div>
<br></div><div>But I have always the same problem. As you maybe know, since Android 4, the external storage (extSD) doesn't allow writing something on it without user interaction. This I think was done in order to keep clean storage when application is uninstalled...</div>
<div><br></div><div>So if the graph is stored in extSD I get always this error:</div><div><br></div><div><div><img src="cid:ii_hz5ethp21_147fd62730565e14" width="311" height="58" style="margin-right: 0px;"><br></div></div>
<div>Even if I use the setAllowWrites(false).</div><div>Any idea?</div><div><br></div><div>Regards,</div><div><br></div><div>Max</div></div>