-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/main' into rel/0.4
- Loading branch information
Showing
31 changed files
with
194 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug Report | ||
about: Use this template for creating bug report. | ||
title: "[BUG] - BUG_DESCRIPTION" | ||
labels: bug | ||
assignees: "" | ||
--- | ||
|
||
## Bug Report | ||
|
||
### Context | ||
- **Device:** | ||
- **Carrier Privileges (Y/N):** | ||
- **Android Version:** | ||
- **App Version:** | ||
- **Git Hash:** | ||
|
||
### Description | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
### How to Reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
|
||
### Expected Behavior | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
### Actual Behavior | ||
<!-- A clear and concise description of what actually happens. --> | ||
|
||
### Screenshots | ||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
### Additional Context | ||
<!-- Add any other context about the problem here. --> | ||
|
||
### Possible Fix | ||
<!-- Optional: suggest a fix for the bug. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Feature Request | ||
about: Use this template for creating feature request. | ||
title: "[FEATURE] - FEATURE_DESCRIPTION" | ||
labels: feature | ||
assignees: "" | ||
--- | ||
|
||
## Feature Request | ||
|
||
### Summary | ||
<!-- A brief summary of the feature request. --> | ||
|
||
### Context | ||
<!-- Explain why this feature is needed and how it will benefit the project. --> | ||
|
||
### Proposed Solution | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Alternatives Considered | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional Context | ||
<!-- Add any other context, screenshots, or code snippets about the feature request here. --> | ||
|
||
### Related Issues | ||
<!-- If there are any related issues, link to them here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Android Tweaks | ||
|
||
While OMNT should work without changes on the phone settings needed there are some options useful to set for better measurement results. | ||
While OMNT should work without changes on the phone settings needed, there are some options useful to set for better measurement results. | ||
|
||
## Developer Settings | ||
The following settings can be found in the android developer settings menu. On Vanilla Android devices they are enabled by going to ```Settings -> About the phone``` and pressing there multiple times ```Build number```. If this is not working on your device a quick web search with your phone name and ```developer settings``` should help. After enabling the developer settings they are usually accessible via ```Settings -> System -> Developer Options```. | ||
The following settings can be found in the android developer settings menu. On Vanilla Android devices they are enabled by going to ```Settings -> About the phone``` and pressing there multiple times ```Build number```. If this is not working on your device, a quick web search with your phone name and ```developer settings``` should help. After enabling the developer settings they are usually accessible via ```Settings -> System -> Developer Options```. | ||
* USB debugging: Install and debug apps via ADB | ||
* Mobile data always active: Allows to gather mobile network information even if connected to WiFi | ||
* Force full GNSS measurements: might improve GNSS accuracy while logging | ||
|
||
Depending on your phone there might be more useful options (or less) | ||
Depending on your phone, there might be more useful options (or less) | ||
|
||
[Home](OpenMobileNetworkToolkit.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.