Alain Deseine
Alain Deseine
I solved this issue by adding an exported attibute to activity in `AndroidManifest.xml`, like this : **AndroidManifest.xml**: ````xml ```` Android Documentation: https://developer.android.com/guide/topics/manifest/activity-element#exported
Hi, Have you solved your issue? I got same problem with Canon CR3 files. Regards, Alain Deseine.
Hi @CodeMinion I encounter exactly the same problem, Print quality is not set on iOs: In code i set print quality like this: `printInfo.printQuality = PrintQuality.HIGH_RESOLUTION;` Have you find any...
Hi @CodeMinion I will give it a try as soon as possible. regards.
Hi @CodeMinion I have add the line as you ask me to do: ` NSDictionary * dartPrintQuality2 = (NSDictionary *)[map objectForKey:@"printQuality"]; printerSettings.printQuality = [BrotherUtils printQualityFromMapWithValue:dartPrintQuality2]; printerSettings.resolution = [BrotherUtils printResolutionFromMapWithValue:dartPrintQuality2]; `...
Hi @CodeMinion You right! With: `printInfo.rjDensity = 8;` I get same print density as the android one. For me, this does the trick. Regards. Alain.
Hi @CodeMinion, Thanks for replying. I will update the lib as soon as possible. Thanks again. Sincerely, Alain Deseine.
Hi @CodeMinion Brother tell me that the new TD2350 printer is supported since the 4.9.1 version of the SDK. Last version of the SDK is 4.12. I have see that...
@PrimaelQuemerais @balanpaul @CodeMinion Thanks for fork link, i will try it tomorrow or Wedneesday, i hope. I can test because i have one on my desk. I tell you when...
Hi @CodeMinion @PrimaelQuemerais @balanpaul Sorry for this period of silence, I've been overbooked on other projects. I am resuming testing to integrate the new TD2350D printers. For now, I'm testing...