-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Improved readme #147
base: master
Are you sure you want to change the base?
Improved readme #147
Conversation
Merged info for all Android versions to have a global idea Make it usable when the device is inside the recovery or inside the system Added separate adb commands for various Android versions Added info for Oreo Added Déjà Vu Location Service (Based on pull request microg#146 by @David-Guillot)
README.md
Outdated
|
||
1. Make sure that no Google geolocation tool is installed (it is usually listed as Google Play Services in Apps) | ||
2. Download and install `NetworkLocation.apk` as a usual app (you may need to enable "Unknown sources" in Settings->Security) | ||
3. Reboot and continue at [Usage](#usage) | ||
|
||
Some ROMs, especially those not based on AOSP might have problems using this method. However, if your system has root, you can try installing the hard way: | ||
**Important:** Installing as system app will always works, instead installing as user app will only works out of the box on Android versions from 4.4 to 6.x. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be "will only work out of the box" (minus the s)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
README.md
Outdated
@@ -27,7 +27,7 @@ On these systems installation is easy: | |||
2. Download and install `NetworkLocation.apk` as a usual app (you may need to enable "Unknown sources" in Settings->Security) | |||
3. Reboot and continue at [Usage](#usage) | |||
|
|||
**Important:** Installing as system app will always works, instead installing as user app will only works out of the box on Android versions from 4.4 to 6.x. | |||
**Important:** Installing as system app will always works, instead installing as user app will only work out of the box on Android versions from 4.4 to 6.x. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slightly improve grammar:
Installing as a system app will always work for all versions of Android. But installing as user app will only work on Android versions 4.4 to 6.x.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have kept "out of the box" because it means without changes, you can make it working (but not out of the box).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also strike the "s" in "will always works" (→ "will always work") :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have already corrected it when I have talked about "out of the box".
Looks like you have trouble with the "s". Shouldn't it read
And instead
? 😉 |
@@ -54,6 +80,7 @@ Here is a list of backends known to me. | |||
|
|||
List of backends for geolocation: | |||
* [AppleWifiNlpBackend](https://github.com/microg/AppleWifiNlpBackend) - Uses Apple's service to resolve Wi-Fi locations. It has excellent coverage but the database is proprietary. | |||
* [Déjà Vu](https://github.com/n76/DejaVu) - A backend that uses locally acquired WLAN/WiFi AP and mobile/cellular tower data to resolve user location. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW: instead of the whole section, linking to https://github.com/microg/UnifiedNlp/wiki/Backends would be easier (and is more up-to-date).
Merged info for all Android versions to have a global idea
Make it usable when the device is inside the recovery or inside the system
Added separate adb commands for various Android versions
Added info for Oreo
Added Déjà Vu Location Service
(Based on pull request #146 by @David-Guillot)
This change is