-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on android >= 6 #12
Comments
Ok did some more digging around. Nothing wrong with the .so file To test this, I built kodi from scratch, and included libtorrent.so within the apk so that it gets installed at /data/data/org.xbmc.kodi/lib folder. There need to be 2 files, libtorrent.so & liblibtorrent.so. Then it works. Notice that the .so files need to be included in the apk installation as on unrooted android devices, access to "data/data" folder is not available. So this won't work at python level. So the issue still stands. But atleast we now know that its a permission related issue. Any suggestions on how to fix? |
I think there is no solution for not rooted devices. There was a thread on kodi offical forum about it, guess you should find it. |
@ReTV @DiMartinoXBMC any solutions for make it works on android6+ devices? |
You need to package both the .so files (libtorrent.so & liblibtorrent.so)
along with the APK, so that its available in the /data/data folder in
Android. For this, you will need to compile Kodi from source, or use a
decompiler to decompile the APK and repackage it with the .so files.
…On Wed, Jul 11, 2018 at 4:24 AM, Bugatsinho ***@***.***> wrote:
@ReTV <https://github.com/ReTV> @DiMartinoXBMC
<https://github.com/DiMartinoXBMC> any solutions for make it works on
android6+ devices?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQcjcxKozQcVZ8-Nkpr-g4uBMNGkEcp-ks5uFTCcgaJpZM4OrKYm>
.
--
Regards,
Ashish Dinkar
|
where can i find those files @ReTV ?i can find only libtorrent.so |
check this project https://forum.kodi.tv/showthread.php?tid=312515 |
Error while loading.
18:20:59 T:18446744071999801648 NOTICE: ### [python-libtorrent v.1.1.1]: Error importing libtorrent from "/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.1.1". Exception: dlopen failed: library "liblibtorrent.so" not found
any fixes in sight?
The text was updated successfully, but these errors were encountered: