Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some issues #9

Open
Boldbrew opened this issue Apr 27, 2016 · 0 comments
Open

Some issues #9

Boldbrew opened this issue Apr 27, 2016 · 0 comments

Comments

@Boldbrew
Copy link

Boldbrew commented Apr 27, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant