Please update the link to download the nfps client for android as it is not working. Thanks!
I install Stalker NFPS client for x86 as my Nexus Player has Intel cpu, enter Kodi see Stalker PVR built-in and Stakler NFPS since when you try to start it shows unable to load DLL, I move the folder into data\data.... as per @paranoidjack instruction and when I re-enter Kodi I can only see built-in Stalker client not Stalker NFPS, he said MOVE not COPY so I didn't try to have Stalker NFPS folder in both locations, might try with that.
I'm mostly curious to see why Stalker NFPS doesn't work on some Android boxes and how to fix it, as my Stalker built-in works perfectly
try install it normally also.
i'm not quite clear on what convo is about lol I have not tried it so I don't know if I have a issue. but anyway it looks like paraniodjack says the addon looking for a file at the place you put it, so try install it from zip too so kodi can see the addon and the addon might find the file you copied. good luck
I install Stalker NFPS client for x86 as my Nexus Player has Intel cpu, enter Kodi see Stalker PVR built-in and Stakler NFPS since when you try to start it shows unable to load DLL, I move the folder into data\data.... as per @paranoidjack instruction and when I re-enter Kodi I can only see built-in Stalker client not Stalker NFPS, he said MOVE not COPY so I didn't try to have Stalker NFPS folder in both locations, might try with that.
I'm mostly curious to see why Stalker NFPS doesn't work on some Android boxes and how to fix it, as my Stalker built-in works perfectly
what the heck are you talking about? do you think ppl give thanks if its not help, working and is constructive? go back and read the post please.
I gave you the instructions to get further going on a platter.. and I did try it.. you weird eh.. spacehead
if you haven't figured it out what was wrong with the "bad" addon by following up what I wrote you never will.
I did everything your complaining about that I did not. you are the one in the wrong.
at least others got something from my post but I guess someone like you will not be helped, I'll remember that.
Go to epg.ninja for a good link.
19:22:42 T:18446744073168947504 NOTICE: PVRManager - starting up
19:22:42 T:18446744073121401136 NOTICE: Thread PVRManager start, auto delete: false
19:22:42 T:18446744073115674928 NOTICE: Thread PVRClient start, auto delete: false
19:22:42 T:18446744073115674928 ERROR: Unable to load /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/pvr.stalker.nfps/libpvr.stalker.nfps.so, reason: dlopen failed: couldn't map "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/pvr.stalker.nfps/libpvr.stalker.nfps.so" segment 1: Permission denied
19:22:42 T:18446744073109408048 NOTICE: Thread AddonStatus pvr.stalker.nfps start, auto delete: true
19:22:42 T:18446744073115674928 WARNING: bool PVR::CPVRClients::UpdateAndInitialiseClients(bool) - failed to create add-on Stalker Client NFPS, status = 6
19:22:42 T:18446744073115674928 WARNING: bool PVR::CPVRClients::UpdateAndInitialiseClients(bool) - failed to load the dll for add-on Stalker Client NFPS, disabling it
19:22:50 T:18446744073334995248 NOTICE: PVRManager - stopping
I install Stalker NFPS client for x86 as my Nexus Player has Intel cpu, enter Kodi see Stalker PVR built-in and Stakler NFPS since when you try to start it shows unable to load DLL, I move the folder into data\data.... as per @paranoidjack instruction and when I re-enter Kodi I can only see built-in Stalker client not Stalker NFPS, he said MOVE not COPY so I didn't try to have Stalker NFPS folder in both locations, might try with that.
I'm mostly curious to see why Stalker NFPS doesn't work on some Android boxes and how to fix it, as my Stalker built-in works perfectly
Here is a relevant part of the log file, and I checked all the files in the folder are R/W, found people on ftazeta reporting same issue
Code:19:22:42 T:18446744073168947504 NOTICE: PVRManager - starting up 19:22:42 T:18446744073121401136 NOTICE: Thread PVRManager start, auto delete: false 19:22:42 T:18446744073115674928 NOTICE: Thread PVRClient start, auto delete: false 19:22:42 T:18446744073115674928 ERROR: Unable to load /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/pvr.stalker.nfps/libpvr.stalker.nfps.so, reason: dlopen failed: couldn't map "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/pvr.stalker.nfps/libpvr.stalker.nfps.so" segment 1: Permission denied 19:22:42 T:18446744073109408048 NOTICE: Thread AddonStatus pvr.stalker.nfps start, auto delete: true 19:22:42 T:18446744073115674928 WARNING: bool PVR::CPVRClients::UpdateAndInitialiseClients(bool) - failed to create add-on Stalker Client NFPS, status = 6 19:22:42 T:18446744073115674928 WARNING: bool PVR::CPVRClients::UpdateAndInitialiseClients(bool) - failed to load the dll for add-on Stalker Client NFPS, disabling it 19:22:50 T:18446744073334995248 NOTICE: PVRManager - stopping
I've already explained this in my previous post.
It wont load from "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons" because that mount doesn't have permission to execute files - the reason why the .so (dll) can't load. Trying to get it working via that path is a dead end so delete it from there.
You aren't clear if you changed everything within "/data/data/org.xbmc.kodi/cache/apk/assets/addons/pvr.stalker.nfps" to 777 as well. If you haven't then go ahead and do so.
For your FTP problem: did you grant FTPdroid root access? That could well be the reason why you don't have access.
It may work fine on your Galaxy but that's more than likely down to Samsung removing the -noexec flag on that specific mount.
You still haven't answered my question: are the files within "/data/data/org.xbmc.kodi/cache/apk/assets/addons/pvr.stalker.nfps" also set to 777 (rwx -rwx -rwx) ?
If you have adb access to the Nexus Player then you can also set the permissions this way:
adb shell
su (you'll need to grant it root access on the Nexus GUI)
chmod -R 777 /data/data/org.xbmc.kodi/cache/apk/assets/addons/pvr.stalker.nfps
I'm not sure if English is your first language because there seems to be a misunderstanding.
I know you have set the folder (/data/data/org.xbmc.kodi/cache/apk/assets/addons/pvr.stalker.nfps) to -rwx -rwx -rwx - I know that it is 777, I'm Linux literate - but do the files contained inside that folder also have the same permission? Just because you set the permission on the parent folder doesn't mean the files within it take on the same permissions
I'd suggest you do this without Kodi running and then start Kodi once you've moved and set the correct permissions.
You'll have the same issue with the Nvidia Shield - I'm having to do this on the TV version for the client to work.