[android-developers] Problem with getting GPS data when using Camera

2011-05-03 Thread Johnny
Similar to this problem: http://stackoverflow.com/questions/3950026/problem-with-getting-gps-data-when-using-camerapreview Any suggestion about the conflicts between using GPS and Camera? The following is a code to test the conflict. package com.example.helloandroid; import android.app.Activity;

[android-developers] Problem with getting GPS data when using Camera

2011-05-03 Thread Johnny
Hi, I have a similar problem as this link mention (Problem with getting GPS data when using CameraPreview:): http://stackoverflow.com/questions/3950026/problem-with-getting-gps-data-when-using-camerapreview The problem is: the GPS will stop receiving data if you turn on the camera !!!