Location Sharing and/or an App with Routines - General Questions and Answers

I am looking for an Android app which will at predetermined times share my location with selected people. I don't want real time sharing because of battery issues. It would also be useful if I could also create a routine which did the same whenever I connect to WiFi.
I am planning a solo cycle tour through Europe which will involve me being away from all family and friends for up to 3 months. My wife has expressed a concern about my safety and has asked that I let her know where I am on a regular basis.
I could allow her access to my Google account so she can use Find My Device but given her technical skills it would be better if she simply got a WhatsApp message with a map pin.

GPS Logger - Apps on Google Play
A simple and lightweight app for recording your position and your path
play.google.com

I don't see any way of sending my location.

If you won't create a simple routine at your own use this app
Send My GPS Location - Apps on Google Play
Share location and GPS coordinates with close friends.
play.google.com

Maybe I wasn't clear enough - my apologies.
I am looking for an app which will automatically send my location to a contact at predefined times. I would like this to happen when my phone is in my pocket or bag whilst I am cycling or walking.
Obviously I can do it manually when I remember but if I am in difficulty then the automatic option acts as a safety feature.
I am looking at Tasker to see if I can create a routine using that app and SMS.
Thanks to @xXx yYy for his/her help so far.

Related

App idea : Waypoints and custom route integration to Google Navigation

Since google navigation doesn’t allow us to enter way points or custom routs I’m wondering if it is possible to develop an app that can add these features externally.
Right now I use manual way points, for example I have saved one or more addresses for certain contacts (Address, Waypoint 1, Waypoint2 etc..). When I start navigating I use one of those intermediate addresses instead of the destination, and when I come close to the first intermediate address (waypoint) I select the next waypoint manually and re-launch google navigation. But its so tedious, so I’m wondering if someone can develop an app that can automate this process.
Ideally these are the requirements:
Ability to read in multiple addresses as waypoints from a contact OR
Ability to manually enter start, destination and multiple waypoints and save a set of waypoints as a route
Feed in the waypoints sequentially to Google Maps/Navigation automatically when each waypoint is reached
Hi Phoenix, yes it has been years since you wrote this post. I hope you have already found an app that does what you need.
But if you haven't found an app that does what you are looking for, please have a look at the geo Location Marker app of google play store (Link : goo.gl/Z2Vj4d). It is not exactly what you are looking for, but somewhat similar.
You can save directions from google maps as way-points and use them offline. To save directions as way-points, open directions in google maps app, select share directions from the options menu, and choose geo Location Marker. The app will read google maps URL and save the rout as a list of way-points. These can be used for navigation with a simple compass and distance scale in the app.
Hope you like it :good:

[APP][BETA] Wifi Based Social App

Hello everyone, new here at XDA forums and just trying to get some feedback from the community on a project I have been working on. This application is not done, but I do think that *most* of the main features are in place and its a good time to get some feedback on the UI and maybe more importantly the overall idea behind the application. Basically this app will connect anyone who is connected to the same wifi network. I think this will be cool in large places that share one wifi network, like a college campus, large office buildings, etc.. When you are connected, the app calls it a "zone", so, when you are in a zone with other users, you can live chat with any other user in the zone, and there is also a public board where any user can make posts (images & text). When you make a post, you are able to see how many views that your post has gotten, and exactly who has viewed the post, which is something people may like, I want you guys to be the judge of this though. Please, play around with it, send me a chat message in the app if you'd like, my name is "Dylan Rose", you will be able to just click my name and send a message.
Something you may be wondering is, if this app only lets users interact when they are connected to the same wifi network, how are we going to interact right now? Good question. I have the app set up in debug mode right now so the system thinks that any user who signs in is in one zone called "Test - Zone", so if you see that in your toolbar after you sign in, you're in the right place! :good:
Overall, let me know in your experience, will people want to use this app? I see it being used in larger areas like college campuses where lots of people are connected to the same network, but I want you guys to be the judge of that, so let me know!
Link to the APK: wikisend.com/download/519920/app-debug.apk
Cant thank you guys enough for trying this out and leaving me with some feedback!
This application does use a Google API to allow you to sign in with any google account. All I actually use is
Display Name
Profile Photo
User ID
GCM-ID (To send push notifications, when you get a chat message)
This application also uses the persmissions
INTERNET
CHANGE_WIFI_STATE
GET_ACCOUNTS
USE_CREDENTIALS (credentials actually used described above)
ACCESS_WIFI_STATE
ACCESS_NETWORK_STATE
WRITE_EXTERNAL_STORAGE (Used to store photos when you take a photo in-app)
READ_EXTERNAL_STORAGE (used to grab a photo that you would like to include in a post)
CAMERA (Used to take a photo in-app that you would like to include in your post)
RECEIVE (Receive GCM push notifications)
C2D_MESSAGE (Receive GCM Push notifications)
Tried to post some screenshots but since I'm a newer user here at this forum I was not allowed to post outside links!
I might try it
This sounds like something that would be fun for a business or school environment. My question: what do the following permissions do:
find accounts on the device
use accounts on the device
I'm concerned of course that this app which isn't vetted yet by anyone, might be doing something I don't want it to do.
Permission concern
kettir said:
This sounds like something that would be fun for a business or school environment. My question: what do the following permissions do:
find accounts on the device
use accounts on the device
I'm concerned of course that this app which isn't vetted yet by anyone, might be doing something I don't want it to do.
Click to expand...
Click to collapse
Hey! Thanks for taking the time to check out my description. As for the accounts permissions that this application uses: The app lets users sign in via google account. In order to use googles sign-in API, I did need to use these permission in my manifest. The find accounts is used when you first click the login button, a dialog of the google accounts that you have linked to your device show up, and you choose which one you would like to sign in to the app with. The use accounts is for allowing my application to know some general data about the account that you sign in with, these include your Display name, Account photo, and your user id.
Please let me know if you have any further concerns, and I look forward to hearing what you think of the app!
Thanks again,
-Dylan R.

Enhance google location history (frequency)

I'm using google location history to track my kid's phones. I'd like to increase how often it checks the location. Is there any easy way to do this? If not, if I setup a tasker task to check the gps location every X period, would that automatically trigger google to store the location history?

[APP][4.0.3+] Server Offline Notifier : simple server monitoring

Hi,
I created my first app because I wanted to discover Android development, and also because I couldn't find an existing app that could precisely answer my needs.
With it you can get notified when an URL does not respond : when your http server or device crashes or get disconnected from the internet, or when there is a power outage.
You can also add a widget on your home screen to get a quick view of your server status.
In both case your phone will periodically send a request to your server to check if it is offline.
You can find my app by searching "Server Offline Notifier" on Google Play Store.
I personally use it to get alerted when my home suffers a power outage (my freezer is full of good food and needs electricity !), but I think there is a lot of possible purposes.

How to disable the app auto-disable function on an AT&T Velvet?

The thread title says it all. I have found several articles through Google that all turn out to be incorrect since they indicate there is an option on the battey page which doesn't seem to exist on my phone. Not seeing anything that looks like it might control this going through the various "Settings."
I just got the pop-up that said that a bunch of apps were getting their permissions removed because I haven't used them in awhile. I live in Colorado where the current temperature is 2 degrees F. There are several apps like Star Walk that I won't use again until it's warmer. I don't want these restricted nor do I want to go through giving them back permissions. How do I turn off the auto-disable function?
Thanks,
Dave
emilyhunt said:
If you need to hack into any phone or computer, monitor someone’s communications like calls text, WhatsApp twitter, snapchat, Facebook, database, delete record, monitoring employees, monitoring your spouse’s cheating activities, improve credit score, retrieve or spy on your partners whatsapp, text, phone, emails, bank account and many more… Just contact [email protected], he is reliable and efficient. WHATSAPP; +1 (720) 738-5913
He delivered a confidential job without traces
Click to expand...
Click to collapse
Not what I'm looking for. I just want to turn off the unused app auto-disable function on my phone.

Categories

Resources