BenoitDuffez / AndroidCupsPrint

Port of cups4j to Android. Allows wireless printing from any Android device to any CUPS-enabled print server or network printer.
https://benoitduffez.github.io/AndroidCupsPrint
GNU Lesser General Public License v3.0
228 stars 66 forks source link

IppResponse.kt line 452 #153

Open BenoitDuffez opened 5 years ago

BenoitDuffez commented 5 years ago

in ch.ethz.vppserver.ippclient.IppResponse.setTextWithLanguageAttribute

There's a lot more information about this crash on crashlytics.com: https://fabric.io/upactivity/android/apps/io.github.benoitduffez.cupsprint/issues/5cc1794bf8b88c29632aa1df?utm_medium=service_hooks-github&utm_source=issue_impact

gmuth commented 4 years ago

Implementors of printer firmware often have "their own understanding" of ipp. I know from my own experience that these issues are difficult to track. I recommend to save the ipp response in binary and make it available to yourself somehow.

@BenoitDuffez , I have started a new implementation for ipp from zero and would like to communicate with you by email. Which ipp operations, ipp groups and tags does your android app require?

BenoitDuffez commented 4 years ago

I have very little knowledge of this. O have juts integrated and renewed the Android code of an existing app. I don't know the answer to your question sorry. I think that the answer is in the source code though.