[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-17 Thread Shai Almog
You should unset the filter and see the full log which will allow you to copy anything. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-17 Thread Lorenzo Sheogorath
I have a filter setted. But when I use the filter the log just disappear after 5-10 seconds. This basically prevent me on copying the log. Do you know another utility to do this job? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. T

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-15 Thread Shai Almog
Do you have a filter on ddms (something typed in the title area). If you use the Android SDK DDMS utility you should see too much output not too little. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-15 Thread Lorenzo Sheogorath
On Saturday, October 15, 2016 at 4:35:10 AM UTC+2, Shai Almog wrote: > > Can you provide more of the logs, this doesn't give me enough context. > > Thanks. > I will try but I'm unable to copy the log, and they tend to disappear after 10 seconds. -- You received this message because you are sub

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-14 Thread Shai Almog
Can you provide more of the logs, this doesn't give me enough context. Thanks. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussion

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-14 Thread Lorenzo Sheogorath
I'm getting a java.io.FileNotFoundException: /sys/class/mdnie/mdnie/scenario: open failed ENOENT (no such file or directory) more stack trace caused by libcore.io.ErrnoException : Open failed ENOENT (no such file or directory) more trace. -- You received this message because you are subscribed

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-13 Thread Shai Almog
Ugh, it looks like the build script copied the old camera demo, thanks for the catch! Can you connect the device with a cable and launch the Android SDK DDMS tool. When the error occurs can you grab the logs and see if there is anything interesting for us in there? -- You received this messag

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-13 Thread Lorenzo Sheogorath
Seems that The IntelliJ Idea plugins geenrate a different version of the CameraDemo app. However also trying the apk from the codename site I'm getting this issue. May it be an issue with the default Samsung Camera software version that shipped in this phone? Considering that the phone was part

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-12 Thread Shai Almog
That's odd since the camera demo should have two buttons on the top not one at the bottom. It's unlikely there is a compatibility issue with an older device as we still support 2.x devices... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-11 Thread Lorenzo Sheogorath
I used the CameraDemo App generated from the Codename One Intellij-Idea Plugin version 3.5.5. I will try the provided apk to see if there is something different. Samsung Galaxy S3 NEo has a lower resolution camera then the Huawei Y560. However the Huwei has a bit bigger screen. It's possible

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-11 Thread Shai Almog
OK, I thought you were referring to the native device gallery and misunderstood you. That isn't our camera demo from the gallery https://www.codenameone.com/demos.html How are you capturing the image? Notice that if an image exceeds a certain size in pixels some Android devices won't be able t

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-11 Thread Lorenzo Sheogorath
The first one is what the application is

[codenameone-discussions] Re: Issue with Samsung Galaxy S3 Neo

2016-10-10 Thread Shai Almog
Hi, thanks! I'm not sure I follow you. Capture to gallery behavior is pretty different between devices e.g. on iOS things don't make it into the gallery and some developers want them not to appear while others do. We tried to "normalize" this as much as reasonably possible but in this particul