-
Notifications
You must be signed in to change notification settings - Fork 274
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
Current location was unknown, cant do steps #7
Comments
can you add your question as well?;) |
what do you mean? It my first issue in gitub |
just explain why you reported it, what is the scenario? step detection is On Wed, Jun 19, 2013 at 1:52 PM, 90dend [email protected] wrote:
|
I try to do app with argumented reality. It's pretty simple, all what I need it show some sign accordingly to defined geo coordinates.I just use code from youtube video http://www.youtube.com/watch?v=MFbEvkWJOV0 and from this project wiki https://github.com/bitstars/droidar/wiki/Example-code-how-to-create-an-object-with-GPS-coordinates-and-display-its-distance but when i run my application it's don't show any signs, and send this messages to logcat 06-19 16:01:24.202: D/SimpleLocationManager(26367): Step detected |
Thats because the device does not yet know its gps position, enable gps and On Wed, Jun 19, 2013 at 2:01 PM, 90dend [email protected] wrote:
|
How long it's can take? |
depends how often the user uses gps, if gps was activited and used e.g. On Wed, Jun 19, 2013 at 2:04 PM, 90dend [email protected] wrote:
|
"wait until the position bar in the top left of the screen finished loading" |
Can I mistake in manifest file or in including libraries in this case? |
I also recive this message in logcat Can error be here? |
Try modifying SimpleLocationManager#getCurrentLocation() and add this: |
package mobi.esys.argeocamere;
import geo.GeoObj;
import gl.GL1Renderer;
import gl.GLFactory;
import system.ArActivity;
import system.DefaultARSetup;
import util.Vec;
import worldData.Entity;
import worldData.Obj;
import worldData.UpdateTimer;
import worldData.Updateable;
import worldData.Visitor;
import worldData.World;
import android.app.Activity;
import android.location.Location;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class MainActivity extends Activity {
}
The text was updated successfully, but these errors were encountered: