Mach-E = Beta Tester

joymyr

Member
First Name
Jon
Joined
Aug 13, 2021
Threads
0
Messages
22
Reaction score
41
Location
Bergen, Norway
Vehicles
Mustang Mach-e FE
Occupation
App-developer (Consultant)
Country flag
Yes, thats kind of correct as they have configuration for each phone model. This seems far from ideal, and I'm quite sure this configuration is relevant to why it doesn't work for all phones. For samsung phones the app downloads this file: https://www.fordpass.com/content/dam/cal/mfg/samsung.json. If you decode the base64 encoded "data" field here: https://www.base64decode.org/, you can see that they have configuration like "offset" for each model. If you try https://www.fordpass.com/content/dam/cal/mfg/sony.json you can see that it doesn't exist, and is why it wasn't possible to set ut paak at all with Sony phones for a while. I guess now it just uses some default values which is not tested.
Update: They have now added the sony-file, but it doesn't contain any models yet. It just looks like this:

{
"data": {
"schemaVersion":"1.0",
"brand": "sony",
"default": {
"offset": 0,
"txPower": 0,
"variance": 0
},
"models": [
]
}
}


It seems to have fixed my issues with paak on my Sony Xperia 1 II though.
Sponsored

 
Last edited:
 







Top