0

Hello i am new in developing Android applications, I need to create an application (Tablet - Samsung 10.1 Android ver 3.1) that will print images via Bluetooth printer (Canon CP800 - SELPHY), i have tried IPrint and no success with that, is this possible to get an API to print images via my application?

I would prefer an open source solution but if not i will be able to buy it.

Error that i receive when i am searching a printer:
Service discovery failed. Unable to connect to the printer

Thanks in advance

hackp0int
  • 4,052
  • 8
  • 59
  • 95

1 Answers1

1

This solution is working, i have tested it. Thanks for ShadowCloud!
Sending a File using Bluetooth OBEX Object Push Profile (OPP)

Community
  • 1
  • 1
hackp0int
  • 4,052
  • 8
  • 59
  • 95
  • did you mean,will the printer work if we send an image file to printer? – KIRAN K J Mar 13 '13 at 09:04
  • @IamStalker please see my issue:http://stackoverflow.com/questions/20440132/bluetoothshare-print-images-via-canon-cp-900-800 – Sun Dec 10 '13 at 05:10
  • @IamStalker can i have demo code, that will print images via Bluetooth printer (Canon CP900 , CP800 - SELPHY) – Sun Dec 10 '13 at 08:29