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

aeGis does not respond to text message if location cannot be obtained #72

Closed
c00ller opened this issue Jul 3, 2013 · 4 comments
Closed
Assignees
Labels

Comments

@c00ller
Copy link

c00ller commented Jul 3, 2013

I tested aeGis in my room, where I am unable to obtain a GPS lock. I'm looking at GPS Monitor app, which says only 2 satellites in view, 1 locked. The result is aeGis isn't sending any text message responses. aeGis should at least respond with a confirmation alerting the user that location is being attempted, but could not due to poor reception.

In my room, aeGis locator works fine if WiFi is connected.

The current "do nothing" situation makes the user wonder if the phone even received the text message, and if it did, if aeGis is malfunctioning.

@ghost ghost assigned Decad3nce Jul 3, 2013
@Decad3nce
Copy link
Owner

The first reply should always be from the network. Subsequent attempts try to get a "better" location that that.

So I don't know how to change that, since that's what is intended.

@c00ller
Copy link
Author

c00ller commented Jul 8, 2013

To clarify, in my case aeGis never sent a first reply at all. What exactly do you mean by the first reply should always be from the network while subsequent attempts try to get a "better" location"?

@Decad3nce
Copy link
Owner

If it never sent a first reply, that means a lock was never done at all.

The first track as mFirstTrack within PhoneTrackerActivity tells the device to do very inaccurate tracking to give the user a response.

What you're requesting is that an SMS is to be sent to the originating address that states that aeGis is actively tracking.(which I might have removed, because I could swear it used to)

@Decad3nce
Copy link
Owner

This is fixed

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

No branches or pull requests

2 participants