Closed mohitt closed 10 years ago
Hey, sorry for taking so long to respond to this issue. You created the issue when I was crazy busy at work, and then I didn't remember to come back to this.
Have you had any luck with this issue?
If I understand you correctly, you are trying to copy the string provided by logcat out to a file. LogCat has a cap on the line length of what can be written out (a few hundred characters I think, but still easily fewer characters than bytes of image). Would this explain the behaviour you are seeing?
Hi Andrew,
Thanks for reply. And about the LogCat behaviour, you are right ...
It sounds like this is solved. Feel free to reopen if not.
Sure .... Thanks
Hi Andrew,
I tried converting the Bitmap being captured to Base64 Encoded string using the following code
But, some how it only shows a part of the image not the complete image, but when I write it to Bitmap as per the demo and read the file again, try printing it on log, it is still has partial image, but if I write it to a text file. and get the content of the text file using DDMS. That seems to have the complete content.
Following is the demo code
Any Help is greatly appreciated :) , thanks a ton in advance.
Regards Mohit