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:
parent
89ef950c62
commit
7eabf1e603
@ -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); // ???
|
||||
|
Loading…
Reference in New Issue
Block a user