GithubHelp home page GithubHelp logo

uareu's People

Contributors

shodgson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uareu's Issues

What is startScan? And where is it supposed to be called?

Hi there

I am looking at implementing your library into a project of mine, and have begun to review the source. One thing that doesn't make sense, to me at least, is the implementation of the 'startScan' method in the MainActivity. What is this? And where is it supposed to be called?

public void startScan(View view) { Intent intent = new Intent(this, MyActivity.class); startActivityForResult(intent, SCAN_FINGER); }

Any help on this matter would be greatly appreciated.

Thanks again.

Verification

Hi, how can I verify or enroll a fingerprint, to check after with a database?

Thanks !

Failed to resolve: asia.kanopi.tools:fingerscan:0.1

@shodgson kindly help me about it.

build.gradle(module):
dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.8.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'asia.kanopi.tools:fingerscan:0.1'

}

setting.gradle(project):

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven {url 'https://dl.bintray.com/shodgson/uareu4500reader'}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {url 'https://dl.bintray.com/shodgson/uareu4500reader'}
google()
mavenCentral()
}
}
rootProject.name = "scannerData"
include ':app'
ss1

Opening in android studio

Sir,How to open the project in android studio.
I downloaded the ZIp and pasted in AndoidStudioProjects directory .. While open the the project i m not able to run and see a lot of red lines...
Please Help
screenshot 141
Thanks in advance

Scanned image is getting cropped on display.

I am using this library to write a Cordova plugin.
The library is working fine, the only problem is the scanned image is getting cropped, is there any workaround to pass custom height and width.

How to turn off my fingerprint reader

I have button with onclick, so it trigger the fingerprint scan and it work
basically like
btncheck.setOnClickListener(new View.OnClickListener() {
if(CheckExistEmployee())
{
fingerprint = new Fingerprint();
fingerprint.scan(AttendanceSaveActivity.this, printHandler, null);
}
} );

but i try to turnoff the reader when the activity closed so i put fingerprint.turnOffReader() in onDestroy Function. But its not work

@OverRide
public void onDestroy()
{
fingerprint.turnOffReader();
super.onDestroy()
}

did i do something wrong in this ?

Android Permission issue

I have created new project imported this library in that, Now when I connected my digital persona device, then on Scan finger button click it is asking for permission, I allowed the access, Still error is coming 'Permission denied to access fingerprint scanner'. Please help @shodgson

I am having with asia.kanopi.tools:fingerscan

Could not find asia.kanopi.tools:fingerscan:0.1.
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:23.4.0'
implementation 'asia.kanopi.tools:fingerscan:0.1'

Fatal Exception: java.lang.NullPointerException: Attempt to read from null array

Please handle the exception in UruImage:

Fatal Exception: java.lang.NullPointerException: Attempt to read from null array at asia.kanopi.fingerscan.UruImage.getImageBitmap(UruImage.java:69) at asia.kanopi.fingerscan.ScanFinger.sendImage(ScanFinger.java:46) at asia.kanopi.fingerscan.ScanFinger.run(ScanFinger.java:113) at java.lang.Thread.run(Thread.java:764)

thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.