Gps tracker android github
GPS Route Tracker
Aplicación que guarda una ruta de coordenadas en fichero con estándar KML y ofrece opción al usuario de mostrar la ruta en Google Maps.
Cómo conectar el repositorio con Android Studio
Lo mejor es clonar el proyecto mediante New -> Proyect from version control -> GitHub. Seguimos los pasos que aparecen y después accedemos a todas las operaciones git en la pestaña VCS.
También puedes mirar este tutorial
¿Cómo puedo colaborar?
En la página Issues puedes encontrar tareas por realizar (issues) y objetivos que acaparan muchas tareas (milestones).
- Programando. Pincha abajo para saber cómo hacerlo
Instrucciones
- Haz un fork del repositorio y posteriormente clone.
- Crea una nueva rama y luego haz tus cambios: git checkout -b
- Haz el commit de los cambios: git commit -am ‘Resumen de cambios’
- Sube la nueva rama: git push origin
- Inicia un pull request en el repositorio 😀
- Gestionando tareas: añadiendo, proponiendo funciones, clarificando, clasificando, .
- Mejorando el fichero README y la documentación
- Limpiando GitHub de archivos que no sean necesarios para correr el proyecto
Cannot resolve AppCompActivity
Las siguientes opciones pueden solucionarlo:
- Clean/Build/Rebuild project.
- File -> Invalidate Caches / Restart
- En gradle, cambiar el compile de AppCompActivity a otro, sincronizar y volver a ponerlo como originalmente estaba
Error:(22, 26) error: cannot access AbstractSafeParcelable
En el gradle todos las librerías de servicios de Google play deben ser de la misma versión.
Источник
Gps tracker android github
Ubidots GPS Tracker for Android
Welcome to the Ubidots GPS Tracker for Android devices. With this application you can push your actual location to Ubidots in an easy way; just log-in to your Ubidots account in the application and start pushing your data at any time interval you choose.
Our application asks for these permissions to install:
- Your location: We ask permission to access your location, so we can push that data into Ubidots and show it to you in a map.
- Modify or delete contents of your USB storage: This doesn’t mean we are going to access your storage to read all your files! This is needed because we save some values for the configuration of the application.
- Read Google service configuration: This is needed by the application to show the map.
- Full network access & view network connection: We need to know if you are connected to the Internet to push the data to Ubidots.
Import the project
This project was made using Android Studio. It hasn’t been tested in Eclipse + ADT, so we can’t guarantee that it’ll work there.
Just clone this project in your computer and import it using Android Studio.
If you like to use Google Maps with your own keystore, you must sign it using your own Google provided API Key. To obtain a Google Maps for Android API Key, you must follow this instructions
Источник
Gps tracker android github
Gps Tracker v5.1.4
Google Map Gps Cell Phone Tracker
Now available as a WordPress plugin and Android client!
This project allows you to track cell phones periodically. For instance every minute or every five minutes. You can watch the cell phone being tracked in real time using Google Maps (and other map providers such as OpenStreetMaps) and you can store and reload routes easily. The map display page is built using bootstrap which makes the page responsive and also uses bootswatch which gives you the choice of 17 different themes. There are 4 clients, iOS, Android, Windows Phone and Java ME.
You have the following choices server side:
- ASP.NET with SQL Server
- PHP with your choice of:
- MySQL
- PostgreSQL
- SQLite
- WordPress plugin with Android client
All 3 stacks are in the same download but you only need to use one.
By default the Tracker server is set up to use the included SQLite database. If you want to use one of the other supported database systems, edit the dbconnect.php file.
If you need help, please go to:
Here is a quick start guide to help you set up Gps Tracker:
Jan 25, 2018 — v5.1.4
Updated android client to android studio 3.0.1 and SDK 26. Please note that if you use Google maps, you now need to get an API key from Google.
Jun 3, 2017 — v5.1.3
Got rid of help forum, it cut my adsense revenue in half.
Jul 11, 2016 — v5.1.2
Updating documentation to show new help forum.
Apr 2, 2016 — v5.1.1
Updated gradle in android client
Oct 21, 2015 — v5.1.0
Added TK-103 server
Sep 30, 2015 — v5.0.0
Added WordPress plugin and Android client
Sep 8, 2015 — v4.0.4
Added support for Sqlite and PostgreSQL, thanks Brent Fraser
fixed prcGetAllRoutesForMap regression error
Nov 24, 2014 — v4.0.3
Added European decimal handling to updatelocation, thanks Wim
Nov 15, 2014 — v4.0.2
Fixed prcGetAllRoutesForMap, thanks Hristo
Sep 29, 2014 — v4.0.1
Added some validation to updatelocation page.
Sep 25, 2014 — v4.0.0
Gps Tracker now has a responsive design using bootstrap. The phone clients are now using GET request again to make troubleshooting easier. Here are 3 out of the available 17 themes.
the cool blue one:
Jun 12, 2014 — v3.2.4
Fixed android intervals not working above one minute and removed adsense ads publisher id.
Jun 6, 2014 — v3.2.3
This version fixes the zoom buttons on the google map which was causing the app to freeze and updates leaflet to version 0.7.3. This version is now free from all known errors.
May 5, 2014 — v3.2.2
This version fixes the total distance traveled in the android app.
May 1, 2014 — v3.2.1
This version changes the UI of the android app from two buttons (Save and Track) to one button (Track).
and the android version is now in Google Play:
Apr 20, 2014 — v3.2.0
Some pretty major changes here. The android app now has google play location services running in a background service. Also updates will restart if phone is rebooted. The servers are both now using json and jquery. Xml is gone forever. Both servers now support multiple map types. It’s currently set up for google maps, bing maps and OpenStreetMaps.
Feb 11, 2014 — v3.1.0
Version 3.1.0 updates the php server code from google maps 2 to 3 and now uses jquery. There was a bug in the delete route stored procedure (the sessionID parameter was to small and was causing the delete to fail silently).
Jan 14, 2014 — v3.0.0
Version 3.0.0 of Gps Tracker is complete. This was a very big change from the last version. It’s been updated with ios, android, windowsPhone and java me/j2me phone clients and the servers have all been updated as well. Please let me know how it works, good or bad and create an issue if you find a problem. Thanks and enjoy the software, Nick.
ps. I will be writing tutorials and documentation shortly.
Источник
Gps tracker android github
This is an open source GPS Tracker developed using Google’s Fused Location API — Compatible with Android O
This Library has been developed keeping in mind all the background limitation which are being added from Android O.
For Further information on Background Limitation you can follow the below link : https://developer.android.com/about/versions/oreo/background.html
How to use this library :
Step #1 : Adding JitPack repository
Add it in your root build.gradle at the end of repositories:
Step #1 : Adding Dependecy
Add the dependency
Follow the steps and then you would be able to get the benefit of using this library .
Step #3 : Permissions
Add the following into your manifest : Service tag :
Starting from Android M — You have to take RunTime Permission from the user,make sure to take Runtime permissions before start GPSService from the library.
Step #4 : Creating a Class and Extending it with Broadcast Receiver
Create a class and extend it with Broadcast Reciever,this is where you can recieve the location updates then you can log the location based information into you local DB/ Shared Prefences or Remote DB.
Step #5: Declaring Receiver in Manfiest
Declare the reciever in the manifest file :
Step #6: Starting Service from activity
Licensed Under MIT.
Now you are good to go. Please let me know of any issues..
About
This is an open source GPS Tracker developed using Google’s Fused Location API — Compatible with Android O
Источник
Gps tracker android github
Android GPS Tracker Application
GPS SPY Tracker: Super simple hidden Android App tracks your phone in background!
Never loose your phone! Track Android Phones! Thief will not know App is installed. Installed next to last installed App INVISIBLE ICON
Features: Hidden app icon Track your phone in 10 minute intervals. Shows current days positions or last position if over one day ago App starts on phone start up
Permissions Needed: INTERNET, ACCESS_NETWORK_STATE -Used to report location to servers READ_PHONE_STATE -Used to get phone number as identifier WRITE_EXTERNAL_STORAGE -Used to save preferences ACCESS_FINE_LOCATION -Used to access phone GPS RECEIVE_BOOT_COMPLETED — Used to start app when phone restarts
GPS SPY Tracker uses state-of-the-art GPS Tracker technology to quickly and accurately locate the people you care about, providing real-time location updates using GPS navigation. The app features a GPS map with icons of family and friends at their exact locations. Parents love the GPS SPY Tracker since it provide up-to-the-minute information on their children’s whereabouts. It is a useful tool to monitor the location of elder family members, helping to keep them safe. In addition to being a great people finder, GPS SPY Tracker also tracks phones including mobile devices, smart phones, older devices and Androids.
GPS SPY Tracker functions, features and benefits include:
GPS Tracker The app’s GPS Tracker technology lets you quickly locate family members and friends. Once installed on children’s phones, it gives peace of mind to parents and allows children to maintain an active lifestyle with an extra degree of safety. Says one reviewer: «This App makes it easy to check where your kids are. It allows them to check in and if they forget, you can check where they are. It uses GPS, WiFi or cell tower to give you their whereabouts.» -Amber Humphrey
Phone Locator GPS SPY Tracker is also a reliable and highly accurate cell phone tracker, using 28 satellites to triangulate the exact location of every phone registered in your account. If a phone is ever out of satellite view, GPS SPY Tracker relies on triangulation via the nearest cell phone tower and cell phone carriers’ data to identify the missing cell phone’s location. The app works with a variety of mobile devices including smartphones and Android phones.
GPS Android GPS SPY Tracker app is compatible with Android devices whether you have AT&T, Verizon, Sprint or another phone carrier.
GPS App GPS SPY Tracker is the ultimate GPS app. It provides comfort and security to those who need to know the location of their family members and friends. It also helps ensure know the location of your cell phone or Droid at all times.
GPS Maps: GPS Tracking Pro uses GPS maps to ensure the most accurate, real-time reporting on the location of your family and friends. It’s a great people finder and can also help perform reverse phone lookup and phone lookup functions using GPS coordinates and GPS location data.
GPS Phone Tracking Phone tracking is an easy way to monitor elder parents or friends, even if they don’t have the latest smart phones. The GPS Tracking Pro app will send an invite text to your loved one’s phone. Once they reply with a “yes,” their icon will appear on the app’s map. You can now track their whereabouts 24/7. If they get lost, you can identify their location and guide them to where they need to be.
Cell Phone Tracker. Enjoy peace of mind and security with the GPS SPY Tracker. This app is also a cell phone tracker, helping you identify lost, misplaced or stolen phones via the app’s website, 27/7. Just login and your phone will appear as an icon. Click on the icon to view the exact location of your missing mobile device. You can also get printer-friendly directions to its location!
GPS Navigation. GPS SPY Tracker leverages state-of-the-art GPS navigation tools and the GPS system to provide real-time data on the location of your family, friends and even phones.
Источник