-
-
Notifications
You must be signed in to change notification settings - Fork 927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature reguest Automatic Read and dumb #117
Comments
A wild guess: use non blocking API while waiting?
|
i tried using Callable, but it never seems to exit the while loop, i tried |
I think the right way to do this, is to create an extra Activity. Like some "Quick Dump Tool". This activity should use the foreground dispatch system (you can inherit this from MCT's BasicActivity). You might want to overwrite the |
As for you feature request: I think its a duplicate. Check out #43. However, this is a really old feature request and I don't think I will have the time to implement it soon. |
Closing this issue in favour of #43. |
Hi, i attempted to add a feature that allows the app to wait until a tag is present and then read and dumb it to a file, however i got stuck in how to actually make it wait for tag without causing a ANR.
can someone either help me making this feature or can someone make this?
The text was updated successfully, but these errors were encountered: