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

Update README.md #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Finder — smartphone search

<i>Application for remote mobile phone searching via SMS requests.</i>
<i>Search for a lost mobile phone using SMS commands.</i>
------------
<a href="https://f-droid.org/packages/ru.seva.finder">
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
Expand All @@ -11,7 +11,13 @@
Functionality
-------------

The main function of Finder is to send the location of the smartphone it's installed on when requested. It also has a "tracker" feature (it can’t be activated remotely, only manually). When it's activated, the app periodically sends coordinates to a set number. The application is designed to search for missing people or stolen phones. SMS messages are used for communication because an Internet connection may not be available. It has two ways of determining the device's coordinates: using GPS (must be enabled in system settings!), and using mobile networks and WiFi info. In the second case, the response SMS will include MAC addresses of WiFi access points, and to determine the location it is necessary to have this application and a connection the Internet on the requesting phone (not needed on the remote [responding] side). This method can help in the case of trying to find a phone in a building / dense arrangement of buildings in the city.
Finder sends the location of a lost/stolen phone, via SMS, to another phone to help you find the lost/stolen phone.

Finder also has a "tracker" feature (opt-in only; cannot be remotely airframe be pop p⁰t be activated remotely, only manually). When it's activated, the app periodically sends coordinates to a preset number. Effectively sending coordinates like dropping breadcrumbs. This can be a proactive means of determining a phone's last known location before it may run out of power before being found.

Finder is designed to search for missing people, stolen or lost phones, using SMS, because the phone may not have access to the internet.

Finder can use either GPS (AKA "Location", if enabled) or mobile and WiFi networks to get the phone's. In the second case, the response SMS will include MAC addresses of WiFi access points, and to determine the location it is necessary to have this application and a connection the Internet on the requesting phone (not needed on the remote [responding] side). This method can help in the case of trying to find a phone in a building / dense arrangement of buildings in the city.

<b>Important!</b> On Android 6.0 and newer for the Wifi networks searching feature, GPS must be enabled! (beforehand). GPS will not be used during network scanning, but nevertheless, newer versions of Android require it to be turned on (otherwise the system returns an empty list of networks).

Expand Down Expand Up @@ -54,4 +60,4 @@ Why app absent in Google Play?

Unfortunately, google changed its rules for apps. Now (after spring 2019) apps with SMS_SEND permission must be an app for messaging, default app in system for sms.
Finder was published before this changes in Play store, but then has been deleted by google.. Changes described here - https://play.google.com/about/privacy-security-deception/permissions/ and https://support.google.com/googleplay/android-developer/answer/9047303#intended
It seems that we can try use exception - "Physical safety / emergency alerts to send SMS", but next saying that "Family or device locator" won't be permitted...
It seems that we can try use exception - "Physical safety / emergency alerts to send SMS", but next saying that "Family or device locator" won't be permitted...