You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playback activity not displaying for my Nex 6. This change solves the crash but not displaying any text data
if (thumbnailData != null) {
thumbnail = BitmapFactory.decodeByteArray(thumbnailData, 0, thumbnailData.length);
if (thumbnail != null) {
((ScalingBitmapView) view.findViewById(R.id.imageView)).setImageBitmap(thumbnail);
}
}
LOG.TXT
if (info.hasThumbnail()) will probably do the same help. The cause is a video file but not an image.
Could not see led blinking or turning on and off for it.
Application constantly hanging. It looks like i have no a single problem spot. It could hang any time. Even on the main screen.
Sometime camera switched to camera live view mode without controls or indicators event after battery replacement.
The text was updated successfully, but these errors were encountered:
Playback activity not displaying for my Nex 6. This change solves the crash but not displaying any text data
LOG.TXT
if (info.hasThumbnail()) will probably do the same help. The cause is a video file but not an image.
Could not see led blinking or turning on and off for it.
Application constantly hanging. It looks like i have no a single problem spot. It could hang any time. Even on the main screen.
Sometime camera switched to camera live view mode without controls or indicators event after battery replacement.
The text was updated successfully, but these errors were encountered: