Please could you provide a simple sample application or code which demonstrates sending a large file (e.g. PNG file) from the Android side AccessoryProviderService to the Tizen Wearable Gear 2's canvas for display?
So far I have been able to use BASE64 encoded string of data and reconstruct it on the Gear 2 canvas, but it fails when the file is larger than 1MB due to a size restriction on SASocket.send(bytes)