Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patilshreyas/celllocationfind-android
A sample android app which extracts the location of a device using the SIM card details by extracting network details.
https://github.com/patilshreyas/celllocationfind-android
android android-app location location-services network simcard
Last synced: 16 days ago
JSON representation
A sample android app which extracts the location of a device using the SIM card details by extracting network details.
- Host: GitHub
- URL: https://github.com/patilshreyas/celllocationfind-android
- Owner: PatilShreyas
- Created: 2020-07-26T17:35:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T15:09:57.000Z (over 4 years ago)
- Last Synced: 2024-10-14T03:43:17.951Z (30 days ago)
- Topics: android, android-app, location, location-services, network, simcard
- Language: Kotlin
- Homepage:
- Size: 731 KB
- Stars: 79
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📶 Cell Location Finder - Android
## How to setup this app?
Clone or import this project in *Android Studio*.### Getting API Key
- Go to [unwiredlabs Location API](https://unwiredlabs.com/trial)
- Sign up account and you'll get API key. Keep reference of that API key.### Setting up API Key
- In root directory of project create file - `credentials.properties`
- In that file, keep structure as below```
OPENCELLID_API_KEY="YOUR_API_KEY_HERE"
```Keep your API key here and just sync your project with Gradle files and run this app.
## Preview
![](screenshot/app.gif)## Article
Detailed article on this is available [here](https://medium.com/scalereal/%EF%B8%8Faccessing-device-location-using-sim-card-%EF%B8%8F-6cdb15645bef)