You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the information you found, it helped speed up my investigation. But even though all the values matched, there was one that did not. The current value, for some reason it was less than what was shown on the real screen and in the Uniscooter app. When I decompiled the app, I saw that they were dividing the values by 64, not 100. By correcting the division, I got a complete current match between my app and Uniscooter. Screenshots from the decompiled APK are attached below.
The text was updated successfully, but these errors were encountered:
Thanks for the information you found, it helped speed up my investigation. But even though all the values matched, there was one that did not. The current value, for some reason it was less than what was shown on the real screen and in the Uniscooter app. When I decompiled the app, I saw that they were dividing the values by 64, not 100. By correcting the division, I got a complete current match between my app and Uniscooter. Screenshots from the decompiled APK are attached below.
![image](https://private-user-images.githubusercontent.com/71284786/375970596-6303e451-4b20-49c9-a9ce-aa5cfd697749.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzk5MzEsIm5iZiI6MTczOTQ3OTYzMSwicGF0aCI6Ii83MTI4NDc4Ni8zNzU5NzA1OTYtNjMwM2U0NTEtNGIyMC00OWM5LWE5Y2UtYWE1Y2ZkNjk3NzQ5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwNDcxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgwYWJkNDI3ZjcyZDE2OTE4YTcxZWRmNTg2NjRhMDNhM2Q0NzE2MTdiOWQ2MWZkOWFhNjAxZDZmOGE3NzFjMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MEtClow12JDxmkSqukLBB_UpA_Eb5U5Ckq5LfYWJhYg)
The text was updated successfully, but these errors were encountered: