-
Notifications
You must be signed in to change notification settings - Fork 7
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
Not Scanning Rfid Tag In Android Version 11 #6
Comments
@Justin-roy I don't have the hardware of reader c72 as I left the company which I made this plugin for, so I can't help. |
Like I don't know how integrate/upgrade can u please provide link or resouces for implementation. |
@Justin-roy You need to know some java background to integrate the existing SDK you have from your hardware provider More info about creating a plugin for Flutter |
So, can i replace with latest sdk in android/libs with --> cw-deviceapi20191022 to cw-deviceapi20220607 |
@Justin-roy I am not sure if it would work or not |
Hey please tell me how you integrate native sdk for flutter. |
@Justin-roy Do you know Java? |
Yes I need this all functionality like this and yeah I know java. |
@Justin-roy After replacing the libs jars is it working for you? |
not working |
@Justin-roy Do you have any errors while running the project? like permission error? |
@Justin-roy I suspect it is permissions issue, I don't have the following code in my library
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) { |
no not working in both can you please add this sdk in your plugin for android 11 support. please |
@Justin-roy Cleaning up this SDK and making a helper class could take me 5 hours, as I have to dig in the code and remove UI from the logic to build the helper class |
i will help in ui part please integrate sdk :D |
push the project to GitHub and add me to my account |
ok |
@amorenew |
Hai, Mr. @Justin-roy have you fix this issue? |
Do you have any update on the working solution? @Justin-roy @amorenew |
@developerflutter It requires a new plugin as China Highway made changes to support Android 11 |
So we don't have any option? Any other work around for this? |
No workaround only making a new plugin from the native SDK |
The problem is that android 11 version of this devices have differend libs. After weeks effort I fixed the issue by contact device manufacturers and they sent me lib files which have same implementation as this package and all you need to do some lib file replacing. If you have questions I can help. I created docs for for full implementation of android 11. If urls won't work reply Example app (you can find libs and updated plugin here) |
@HamidMusayev Could you make a PR with this fix? |
I'm sorry. I don't have this devices anymore |
Can i have the latest .aar file and also the link to download the plugin? The links |
@okkidoggi I uploaded my app and updated link. |
@HamidMusayev Thank you so much! but I still couldn't make it work, probably because I am using Chainway C66 instead of C72. I thought they are using same AAR. |
You have to contant to device seller, they will send you device specific aar files |
Yes Just download latest sdk and replace older one. and follow this steps. then ready to use in android 11 :D |
Hey everyone I added android 11 support in Rfid C72 https://github.com/Justin-roy/Rfid_c72_plugin |
I'm Using C72 Device It's Won't Working On Android 11 but working On Android 8
The text was updated successfully, but these errors were encountered: