Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)