-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another use for this: crossflash. #1
Comments
Awesome! I've made this tool to "convert" my Fenix 5 Plus into a D2 Delta. Cool to see it's working with the 5X/Descent, too. Does it do depth measurements as well? I thought the "normal" 5X is missing the sensor. |
You got my cheat :D Everything works EXCEPT the diving features because my 5X misses the additional depth sensor the descent seems to have. For diving I use the great Dive IQ app. Question: do you have any link for the tactix charlie firmware? Please contect me on fb (fb.me/Zibri) so we can chat/discuss. |
@Zibri Looks like that
How do you deal with the gps difference? and about the Display driver or firmware? |
@inevity GPS 2957 is the same hardware as 1621, but the 2957 driver adds support for Galileo. The wrong display part seemed to only make the clock hands appear in the wrong style as both devices most probably share the same display. |
I think there is a way to make descent firmware play along with 5X hardware since they are basically the same thing. Unfortunately there are many combinations of GPS/WIFI/Sensor firmwares and I don't have much time... Damn I wish so much to find a watch like the fenix 5x but with a linux/android based firmware! Anyway the descent diving app sucks. DiveIQ is way better. |
Hello, you just changed hwid and checksums ? thanks |
The Fenix 6 has an encrypted firmware. I believe they use different encryption keys for different models so it can't decode a firmware from a different model. And since nobody know the encryption keys at the moment, we can't convert firmwares. |
Is the encryption still an issue with the fenix 6? Id like to put the delta kill switch and stealth mode features onto my fenix 6xPro solar watch |
@jochu38 Sadly I still don't know of anyone who found a way to decrypt the firmwares. And I also don't own one of these newer watches to experiment with. Maybe there's still a preboot mode to force-feed a firmware via WebUpdater. That's how I started with all this. But I doubt this, as I very much believe all decryption is happening in the main firmware during staging (=decrypting the firmware from the GCD file into the staging area) and the bootloader is just installing the already-decrypted firmware and doesn't know anything about encryption/decrypting. |
Do you know if Fenix 6 firmware was always encrypted ? Maybe older versions are un-encrypted? |
They started encryption with the MARQ models already. And even though I'm 99% sure, the bootloaders for the MARQ Aviator and those of the other MARQ models (which all share the same firmware) are identical, they are completely different in encrypted form: Bootloader of normal MARQ models v3.10 (67628 Bytes total):
Bootloader of MARQ Aviator v3.10 (67628 Bytes total):
And even the same bootloader of a later version seems to use a different encryption key: Boot loader of normal MARQ models v3.31 (67628 Bytes total):
There might be an encryption key hidden somewhere in that binary data, but I didn't yet have the time and willpower to investigate further. ;) |
Here is a Fenix 5X flashed with a Descent Mk1 firmware:
Click the image for the video!
If you have any more ideas contact me...
The text was updated successfully, but these errors were encountered: