i5700 resets when initialising the camera, need help - testers
Dear forum members,
my name is Daniele and I am the lead developer of an open source (GPLv3) augmented reality app for android: mixare ( http://www.mixare.org).
One of our user reported that his i5700 reboots when using the latest version of our application (you can see the thread here: http://groups.google.com/group/mixar...71483cfccde348 ), we nailed down the issue to the camera initialization routine we are using in the latest versions. That same routine works flawlessly on several phone we have (HTCs, Motorolas, one fellow developer had the chance to test it on a Samsung Galaxy S and Galaxy Tab and it worked just fine).
Unfortunately no one of us _developers_ has an i5700 to test the application, therefore I am asking for your help. I prepared a version of the application that should "dry run" the initialization of the camera (outputting the steps it performs without actually initialising it). I cannot guarantee it will not reboot your device though. This code is available in our github repository at: https://github.com/mixare/mixare/tree/development
An apk built with this code is available from our google code page:
http://code.google.com/p/mixare/down...i5700debug.apk
The logcat output I would like to get is similar to this (captured when running on a Motorola Milestone):
Code:
$ adb logcat | grep Mixare
D/Mixare ( 8191): Screen res: w:854 h:442 aspect ratio:1.9321266
D/Mixare ( 8191): Candidate camera element: w:176 h:144 aspect ratio:1.2222222
D/Mixare ( 8191): Candidate camera element: w:320 h:240 aspect ratio:1.3333334
D/Mixare ( 8191): Candidate camera element: w:352 h:288 aspect ratio:1.2222222
D/Mixare ( 8191): Candidate camera element: w:640 h:480 aspect ratio:1.3333334
D/Mixare ( 8191): Candidate camera element: w:720 h:480 aspect ratio:1.5
D/Mixare ( 8191): Candidate camera element: w:720 h:576 aspect ratio:1.25
D/Mixare ( 8191): Candidate camera element: w:848 h:480 aspect ratio:1.7666667
D/Mixare ( 8191): Chosen camera element: w:848 h:480 aspect ratio:1.7666667
Thanks for your help and best regards!
Daniele - Mixare Team
|