1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-28 12:56:49 +01:00

spoof android app version to 3.8.1 (was 3.0.1)

This commit is contained in:
Andreas Shimokawa 2015-12-18 21:34:04 +01:00
parent 89ef950c62
commit 7eabf1e603

View File

@ -1073,7 +1073,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
buf.put(PHONEVERSION_APPVERSION_MAGIC);
buf.put((byte) 3); // major?
buf.put((byte) 0); // minor?
buf.put((byte) 8); // minor?
buf.put((byte) 1); // patch?
buf.put((byte) 3); // ???
buf.put((byte) 0); // ???