How can we make the mini and mobile come online? We have the mobile joined to the sandbox, but the mini won't join and is offline. FYI these have been on the shelf for 6 months and not activated... (waiting for dev).
Thanks!
Jeremy
How can we make the mini and mobile come online? We have the mobile joined to the sandbox, but the mini won't join and is offline. FYI these have been on the shelf for 6 months and not activated... (waiting for dev).
Thanks!
Jeremy
Howdy, Sam! This is Bob, working with Jeremy on this unit. I've done a factory reset, then set up the network (either WiFi or Ethernet) and the clover setup wizard contacts the server, checks for updates, then in the activation step it states in red "Error retrieving Merchant Information". The Serial number is C030UQ53460XXX, build number is 1.28.1.33, board status is good, and battery is full and on AC. That's all we get and we can't get past this stage.
Hi Bob,
Please give the directions below a try:
Download the corresponding apk for your device.
Mini: Mini APK
Mobile: Mobile APK
You will need to have adb installed and added to your path: ADB: https://developer.android.com/studio/command-line/adb.html
Sideload the corresponding APK
adb install CloverUpdateCertMini.apk OR adb install CloverUpdateCertMobile.apk
Then start the service
adb shell am startservice -n com.clover.android.updatecert/.CertUpdateService
It will do a factory rest at this time. Once done the issue should be addressed.
You will have to reactivate your device.
You will have to disassociate and reassociate your device to your merchant in your sandbox account.
Setup Directions: https://docs.clover.com/build/setup-d...
I've tried this now several times. The problem is that the ADB says "No devices found" and so this has no effect. This is where I think it is failing...but I don't know how to troubleshoot this part. I've tried via TCP/IP and ADB responds that the "machine actively refused the the connection." Using ADB -s <serial number=""> returns device 'C030....' not found. Yet I can ping it's IP address.
For Mini, make sure to use the white USB B -> A wire that comes with the device. USB A -> A will not work.
Follow these directions. https://docs.clover.com/build/setup-d...
If you are using Windows, you may experience issues. In the direction, pay special attention to the blue NOTE
box with instructions to download and force install the Samsung android adb driver to do these steps: device manager
> update driver
> Browse my comp…
> Let me pick from a list…
> ADB Interface
.
1 Person is following this question.