christiaanm
Member
I have an application what communicates between a PC application (VB6) and android.
everything works fine, and communication between the 2 devices works perfect.
the problem what i have is when i send big data (images) trough TCP, it arrives fine and i can see the images.
but when my device goes to pause, i get an error "java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 804856 bytes"
how can i bypass this?
everything works fine, and communication between the 2 devices works perfect.
the problem what i have is when i send big data (images) trough TCP, it arrives fine and i can see the images.
but when my device goes to pause, i get an error "java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 804856 bytes"
how can i bypass this?