Poynt device is not detecting

Hi,

I updated the poynt device after receiving an OS upgrade.

The new version upgraded is: poynt/k2/k2:4.4.4/KTU84Q/merchant-release-81:user/release-keys

I now find that the device is not being detected by my system/android studio.
I’m using Ubuntu 14.04.

Also the command “lsusb” does not detect the poynt device.

I also had a look at this post:
enter link description here

I upgraded the adb version, but haven’t got any success.

Thanks.

Hey Prasad,

Can you:
cat ~/.android/adb_usb.ini
and make sure it has the line: 0x2BF9

If not:
echo “0x2BF9” >> ~/.android/adb_usb.ini

Also add this line to /etc/udev/rules.d/51-android.rules
SUBSYSTEM==“usb”, ATTR{idVendor}==“2bf9”, MODE=“0664”, GROUP=“plugdev” # Poynt

Let me know if that works,

Kareem

1 Like

Thanks, got it working.