1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 19:36:50 +01:00

Amazfit GTR 3/GTS 3/GTR 3 Pro/T-Rex 2: Revert AGPS updates

Users reported that this is not actually working - further information
on the protocol is needed.

- Reverts 1898962e79 and 55cef71d3a
This commit is contained in:
José Rebelo 2023-06-15 13:09:26 +01:00
parent 1b44f3566e
commit daec12e13b
5 changed files with 0 additions and 27 deletions

View File

@ -2,8 +2,6 @@
#### Next Version (WIP)
* Amazfit GTR 3/GTS 3/GTR 3 Pro: Enable AGPS Updates
* Amazfit T-Rex 2: Enable AGPS updates and gpx route upload
* Bangle.js: Add message size limitation to Calendar and Messages
* Bangle.js: Send more weather data to watch
* Bangle.js: Allow an activity sample to have a timestamp

View File

@ -61,11 +61,6 @@ public class AmazfitGTR3Coordinator extends Huami2021Coordinator {
return new AmazfitGTR3FWInstallHandler(uri, context);
}
@Override
public boolean supportsAgpsUpdates() {
return true;
}
@Override
public boolean supportsBluetoothPhoneCalls(final GBDevice device) {
return false;

View File

@ -61,11 +61,6 @@ public class AmazfitGTR3ProCoordinator extends Huami2021Coordinator {
return new AmazfitGTR3ProFWInstallHandler(uri, context);
}
@Override
public boolean supportsAgpsUpdates() {
return true;
}
@Override
public boolean supportsBluetoothPhoneCalls(final GBDevice device) {
return true;

View File

@ -61,11 +61,6 @@ public class AmazfitGTS3Coordinator extends Huami2021Coordinator {
return new AmazfitGTS3FWInstallHandler(uri, context);
}
@Override
public boolean supportsAgpsUpdates() {
return true;
}
@Override
public boolean supportsBluetoothPhoneCalls(final GBDevice device) {
return false;

View File

@ -61,16 +61,6 @@ public class AmazfitTRex2Coordinator extends Huami2021Coordinator {
return new AmazfitTRex2FWInstallHandler(uri, context);
}
@Override
public boolean supportsAgpsUpdates() {
return true;
}
@Override
public boolean supportsGpxUploads() {
return true;
}
@Override
public boolean supportsControlCenter() {
return true;