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. - Reverts1898962e79
and55cef71d3a
This commit is contained in:
parent
1b44f3566e
commit
daec12e13b
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user