Fitbit OS 2.0 Simulator
Application Details:
Version: | 2.0 |
License: | Free to use |
URL: | https://dev.fitbit.com/blog/20... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 3.7 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Doesn't finish loading
What does not
The Fitbit OS 2.0 Simulator crash in wine 3 and ubuntu 18.04 64bit
I'm trying to install Fitbit OS 2.0 Simulator to work. The program can be found here
https://simulator-updates.fitb...
What it's suppose to look like can be found here but it crashes.
https://dev.fitbit.com/blog/20...
Workarounds
What was not tested
I could not launch.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | May 05 2018 | 3.7 | Yes | Yes | Yes | Gold | Gregoire | |
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Apr 29 2018 | 3.6 | Yes | Yes | Yes | Bronze | still | |
Current | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Apr 27 2018 | 3.0 | Yes | No | No | Garbage | still |
Bug # | Description | Status | Resolution | Other apps affected |
Installing / getting Fitbit 2.0 simulator to run in Ubuntu 18.04
I've created a video along with a list of commands below to follow.
Video: Installing / getting Fitbit 2.0 simulator to run in Ubuntu 18.04
1) Installing Wine so it will work with FitBit Simulator 2.0 0:00
sudo apt install wine-stable (wine 3.0)
sudo apt install winetricks
winetricks -q corefonts
Note: you should have already created your FitBit Developer User login and Password.
2) Installing Fitbit Simulator 2.0 into Wine 3:46
https://dev.fitbit.com/getting...
https://simulator-updates.fitb...
-go to directory where program was downloaded
-open in terminal
-wine Fitbit\ OS\ Simulator\ Setup\ 0.5.6.exe
Note: login to fitbit using your username and password
3) Switch Simulator from Ionic to Versa 5:58
sed -i -- 's/t.appDeviceType="ionic"/t.appDeviceType="versa"/g' .wine/drive_c/users/ubu1804/Local\ Settings/Application\ Data/Programs/@fitbitsimulator/resources/app.asar
wine "/home/ubu1804/.wine/drive_c/users/ubu1804/Local Settings/Application Data/Programs/@fitbitsimulator/Fitbit OS Simulator.exe"
or
4) Switch Simulator from Versa to Ionic 6:50
sed -i -- 's/t.appDeviceType="versa"/t.appDeviceType="ionic"/g' .wine/drive_c/users/ubu1804/Local\ Settings/Application\ Data/Programs/@fitbitsimulator/resources/app.asar
wine "/home/ubu1804/.wine/drive_c/users/ubu1804/Local Settings/Application Data/Programs/@fitbitsimulator/Fitbit OS Simulator.exe"
All thanks go to the Wine group and the people in it to get this working.
Comments for this application have been disabled because there are no maintainers.