akopachov / flipper-zero_authenticator

Software-based TOTP/HOTP authenticator for Flipper Zero device.
GNU General Public License v3.0
544 stars 25 forks source link

Flipper Zero with latest official release will result in "API version mismatch" when installing from latest release (5.10.0) #221

Closed besi closed 7 months ago

besi commented 7 months ago

I just got a new flipper zero and it is up to date with the latest official firmware

Version 0.98.2
Build date: 1.02.2024
Hardware: 12.F7****
Radio FW: 1.17.3 LITE

There are currently four open issues with regards to API version mismatch: These people seem to be facing different issues than I am so this is why I'm opening a new issue here.

I did the following:

  1. Plugin the flipper
  2. Download v5.10.0 totp_official-stable_fw.zip
  3. Extract all files onto the root SD card
  4. Attempt to run totp which has a question mark for an icon
  5. Error Screenshot-20240204-113619
  6. Restart the flipper using LEFT + BACK
  7. Try the same thing with totp_unleashed_fw.zip since I read in one of those issues that unleased works against the same API as the official firmware.
  8. Same result :-(

Screenshot-20240204-114935

I am not yet ready to attempt to build the project from source and I just wanted to give your app a spin so I do wonder how to run it on my new flipper running the latest official firmware...

Anyhow thanks for investing a lot of time and effort in something that's useful for a lot of people.

akopachov commented 7 months ago

You may try the artifact from nightly build - https://github.com/akopachov/flipper-zero_authenticator/actions/workflows/nightly-build.yml This action runs once a day building master branch over latest firmwares, so highly - likely it should work for you. If not - let me know and I'll build it manually.

On Sun, Feb 4, 2024, 11:50 Besi @.***> wrote:

Assigned #221 https://github.com/akopachov/flipper-zero_authenticator/issues/221 to @akopachov https://github.com/akopachov.

— Reply to this email directly, view it on GitHub https://github.com/akopachov/flipper-zero_authenticator/issues/221#event-11695122028, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJJHEW5MOWPKEA3MBYRAPDYR5RYXAVCNFSM6AAAAABCYYOAI6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGY4TKMJSGIYDEOA . You are receiving this because you were assigned.Message ID: <akopachov/flipper-zero_authenticator/issue/221/issue_event/11695122028@ github.com>

besi commented 6 months ago

@akopachov: I did try the latest version and I'm up and running now. Thanks!

Zcrech commented 4 months ago

how to fix the error "API Mismatch, load failed GPIO/evil_portal.fap". I did as in the evil portal installation video apps/GPIO/evil_portal.fap apps_data/evil_portal/ap.config.txt, index.html, logs

akopachov commented 4 months ago

A have no clue how to fix it for Evil portal app you are referring to. For authenticator app, there is a recurring github action setup named "nightly build", that is running every night and builds latest sources using latest firmware, so you may download artifacts for the latest firmware there.