mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
spoof android app version to 3.8.1 (was 3.0.1)
This commit is contained in:
+1
-1
@@ -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); // ???
|
||||
|
||||
Reference in New Issue
Block a user