question

nirmal avatar image
nirmal Suspended asked Miguel Deactivated commented

How to debug application on actual clover station?

We are developing clover application for some client . Now we want to debug application on actual clover rather then Genymotion. But when connecting with ADB over Wi-Fi it says connection actively refused by clover station ip address.

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.

Miguel avatar image Miguel commented ·

Is this a sandbox or production device?

0 Likes 0 ·
Dan avatar image Dan commented ·

I was having the same issue on a sandbox station and it started functioning the next day inexplicably. Try rebooting, and ensuring both are connected to the same network with no firewall issues etc.

0 Likes 0 ·

1 Answer

Bryanne Vega avatar image
Bryanne Vega answered Mark Mullan Deactivated commented

You've got to make sure you have a Developer Unit.

If you're utilizing a DEMO/Test Unit (station), it won't work for debugging, you'll need to purchase a devkit from: http://cloverdevkit.com/

Once you've got your devkit, follow the instructions here

Once your unit is "provisioned" you can start by using the USB Cable provided to connect to your PC.

If you run onto issues with your device driver not being installed (device doesn't appear on Android Studio's Available Devices List):

  1. Open Device Manager (In Windows)
  2. Find the "Unknow" or "CXXX" device without drivers installed
  3. Right click, update driver
  4. Browse computer for driver software
  5. Let me pick from a list of device drivers
  6. (You might need to uncheck "Show compatible hardware") Search for Google, Samsung ADB Driver
  7. Next & Done

Your device should appear on Android Studio. If no drivers are available download Samsung's Generic Drivers: Here

Any further issues, review the documentation, feel free to ask (preferably) or contact dev@clover.com

Good luck!

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.

Mark Mullan avatar image Mark Mullan commented ·

This is all correct information for a Clover Mini/Mobile. A Clover Station will only support adb over Wifi. Additional setup information here re: adb over Wifi: https://docs.clover.com/build/setup-d...

0 Likes 0 ·
Bryanne Vega avatar image Bryanne Vega commented ·

Wops! Forgot about wifi, never used it, never needed to, thanks Mark! Note: I mentioned this whole process because some people have demo/test units rather than actual dev devices.

0 Likes 0 ·

Welcome to the
Clover Developer Community