question

vhernandez avatar image
vhernandez asked arashnikoo commented

OTG on Clover Mini

I'm trying to integrate a scanner to read checks (telecheck) with the clover mini but I don't know if it is possible, I'm getting a permission error, I think the device does not have

<uses-feature android:name="android.hardware.usb.host" />

activated.

I tested my code using a tablet and it worked, does the clover device can integrate with external devices by usb?

Clover Android SDK
4 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

vhernandez avatar image vhernandez David Marginian ♦♦ commented ·

Hello David, after accept the permission, I'm getting this error


Actually I think the clover mini does not support

<uses-feature android:name="android.hardware.usb.host" />

Thanks.

0 Likes 0 ·
1582235300512.png (72.0 KiB)
vhernandez avatar image vhernandez commented ·

this is the device

https://www.magtek.com/product/imagesafe


    <usb-device vendor-id="2049" product-id="8756" />



0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

If you mean FirstData Telecheck when you say "telecheck", FirstData already has an official Telecheck integration. Please check w/ appmarketbusiness@clover.com to ensure such an app would be approved.

0 Likes 0 ·

1 Answer

·
Jacob Abrams avatar image
Jacob Abrams answered arashnikoo commented

USB devices must be whitelisted by Clover before your app can access them. What kind of device is it exactly? What is the VID/PID? Are you authoring the official telecheck brand app for Clover? Email dev@clover.com to start the USB whitelist process.

2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

vhernandez avatar image vhernandez commented ·

this is the device

https://www.magtek.com/product/imagesafe


    <usb-device vendor-id="2049" product-id="8756" />


0 Likes 0 ·
arashnikoo avatar image arashnikoo commented ·

The request was sent to dev email address. Thank you!

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community