I been in contact with DANNYPS4 by PM, He still wishes for help.
The maim objective of this thread is that DANNYPS4 has a coupe of U5PVR ( ATV5 vs ATV7), and he wishes to learn how to compile himself a WORKING oscam for his U5PVR that works under Android.
Here is what I understood from him.
At the moment his main complain is that all oscam he build do not work. My best recollection is that he see "...DVBAPI version not found..." message. And he assume is because he still needs a special oscam build for his very very special U5PVR.
Boy in Android we could find all sort of situations, who know he may be correct at the end. But I doubt this is the case as his manufacturer provides freely a way to build oscam with his SDK. At the moment I personally believe most of his oscam build SHOULD work. That the problem is in oscam config or even it files. So his problem may be resolve possibly with something as simple as starting oscam with -c
oscam -c /storage/sdcard/OSEbuildOSCam/conf
-------------------------------------------------------------------------------------------------------------------------------------------------
This time I will go slow even if this takes for ever. I understood he uses Ubuntu.
Lesson #1
I need to make sure he can communicate from Ubuntu to its U5PVR via either "ssh" or "adb". I never done adb with an android tv box but it should be the same.
in Ubuntu open a terminal an do
sudo apt update
sudo apt install adb
make sure you have Authorized in your U5PVR
Settings>Developer options>USB debugging
Now hook a usb cable from your U5PVR to your Ubuntu PC.
Your U5PVR should ask you to authorized this connection. So when message come up please do allow it by accepting new key.
Now In Ubuntu please do
it should list your U5PVR like
adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
12345678 device
Now to get access to a regular android shell prompt do:
To get supper uiser access now then do
shell@klte:/ $ su
su
root@klte:/ #
Please notice how prompt change from
to
Please ignore "klte" that is just because I am using mg ATT S5 phone as reference. Maybe you get "U5PVR" or similar. The important is
or
see one is regular the other is "root".
I will be waiting your "I know"/ "I can" how to do that to continue. See esay comunication with android fron PC is essential to be abe to follow next commands.