Quote:
Originally Posted by rcentros
Just out of curiosity, how do you check this? Are Kobos stuck at 10?
|
B&N uses /system.lib/libpdfhost.so which is a Java wrapper around the RMSDK and exposes com.bravo.util.AdobeNativeInterface Java class.
You can just call AdobeNativeInterface.getRmsdkVersion()
You can also just look through that file for version strings.
I just have a Kobo Aura 2 which uses /usr/local/Kobo/librmsdk.so.1.0.0 and exports the C++ class pxf::PXFRenderer
I don't see explictly a version string, but there are file paths in there like "/export/jenkins/workspace/Devices-Adobe10-SDK-gcc49/Adobe-Reader-Mobile-SDK/t3/source/thirdparty/jp2k/source/common/src/jp2klib.cpp".
I believe that it is version 10.0.4 although that string is floating and not part of a banner.
I was trying to dummy up a call to the library.