spoof android app version to 3.8.1 (was 3.0.1)

here
Andreas Shimokawa 2015-12-18 21:34:04 +01:00
parent 89ef950c62
commit 7eabf1e603
1 changed files with 1 additions and 1 deletions

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); // ???