Explain logging functionality and move download link to top
This commit is contained in:
parent
bffd7f332f
commit
8aa53fbb2c
14
README.md
14
README.md
|
@ -5,6 +5,10 @@ Gadgetbridge is an Android (4.4+) Application which will allow you to use your
|
||||||
Pebble or Mi Band without the vendor's closed source application and without the
|
Pebble or Mi Band without the vendor's closed source application and without the
|
||||||
need to create an account and transmit any of your data to the vendor's servers.
|
need to create an account and transmit any of your data to the vendor's servers.
|
||||||
|
|
||||||
|
## Download
|
||||||
|
|
||||||
|
[![Gadgetbridge on F-Droid](/Get_it_on_F-Droid.svg.png?raw=true "Download from F-Droid")](https://f-droid.org/repository/browse/?fdid=nodomain.freeyourgadget.gadgetbridge)
|
||||||
|
|
||||||
## Features (Pebble)
|
## Features (Pebble)
|
||||||
|
|
||||||
* Incoming calls notification and display (caller, phone number)
|
* Incoming calls notification and display (caller, phone number)
|
||||||
|
@ -71,7 +75,13 @@ just leave a comment that you're working on one to avoid duplicated work.
|
||||||
Translations can be contributed via https://www.transifex.com/projects/p/gadgetbridge/resource/strings/ or
|
Translations can be contributed via https://www.transifex.com/projects/p/gadgetbridge/resource/strings/ or
|
||||||
manually.
|
manually.
|
||||||
|
|
||||||
## Download
|
## Having problems?
|
||||||
|
|
||||||
[![Gadgetbridge on F-Droid](/Get_it_on_F-Droid.svg.png?raw=true "Download from F-Droid")](https://f-droid.org/repository/browse/?fdid=nodomain.freeyourgadget.gadgetbridge)
|
1. Open Gadgetbridge's settings and check the option to write log files
|
||||||
|
2. Quit Gadgetbridge and restart it
|
||||||
|
3. Reproduce the problem you encountered
|
||||||
|
4. Check the logfile at /sdcard/Android/data/nodomain.freeyourgadget.gadgetbridge/files/gadgetbridge.log
|
||||||
|
5. File an issue at https://github.com/Freeyourgadget/Gadgetbridge/issues/new and possibly provide the logfile
|
||||||
|
|
||||||
|
Alternatively you may use the standard logcat functionality to access the log.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue