www.samsungdevs.asia/manikantan/entry/using_fingerprint_sdk_in_your

www.samsungdevs.asia/manikantan/entry/using_fingerprint_sdk_in_your

Could it be possible to run lightning actions using the fingerprint scanner?

http://www.samsungdevs.asia/manikantan/entry/using_fingerprint_sdk_in_your
]]>

5 Commentsto www.samsungdevs.asia/manikantan/entry/using_fingerprint_sdk_in_your

  1. Anonymous says:

    < ![CDATA[

    With a script, maybe.


    If you have a S5 try this. If it don’t make an alert, it is supported. (But maybe it is supported and it says it is not, just testing)



    LL.bindClass(“com.samsung.android.sdk.pass.Spass”);


    LL.bindClass(“com.samsung.android.sdk.pass.SpassFingerprint”);



    try{


    var mSpass = new Spass();


    mSpass.initialize(LL.getContext());


    }catch(e){


    alert(“not supported\n\n”+e);


    }


    // If exceptions are raised here, device may not support Fingerprint.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Sweet! il give it a bash 🙂

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Says its not supported referenceError Spass not defined



    I have a Note 4 but i think it would be the same.

    ]]>

  4. Anonymous says:

    < ![CDATA[

    The page says the first device is the S5


    Anyway, if you get that alert it is not supported (at least that way)

    ]]>

  5. Anonymous says:

    < ![CDATA[

    It was worth a try 🙂

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *