Home Forums Knowledge Base What are the Requirements for FS80 / FS88 / FS90 to Work on Android Tablet?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #16742
    Mary Clark
    Keymaster

    An android tablet should meet these following features to integrate with a Futronic FS80 / FS88 / FS90 fingerprint scanner:

    • Has an USB Host port
    • The OS kernel must support “usbfs”, and mount it as below:

    mount usbfs none /proc/bus/usb -o devmode=0666

    • It can be added to the file “\init.rc” to mount the usbfs automatically after system startup.
    • Has external sdcard and mounted as “/mnt/sdcard”, need to make directory “Android” under it, look as:

    “/mnt/sdcard/Android”

    • It is used by the libftrScanAPI.so, the Android application needs to add the permission in file “AndroidManifest.xml” as below:

    <uses-permission android:name=”android.permission.WRITE_EXTERNAL_STORAGE”/>

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.