[104] Flipper Zero - Alternative to flipc.org for installing apps

Поділитися
Вставка

КОМЕНТАРІ • 19

  • @MrDerekJamison
    @MrDerekJamison  11 місяців тому +4

    See github.com/jamisonderek/flipper-zero-tutorials/wiki/Install-Firmware-and-Apps for more information on installing apps. If your application doesn't work for the firmware you are running, you can ask for help on my Discord server & hopefully someone will know how to get a version working on your firmware - discord.com/invite/NsjCvqwPAd

  • @hansigspotman4336
    @hansigspotman4336 11 місяців тому +1

    Perfect! exactly what i was looking for. Nice video as always.

    • @MrDerekJamison
      @MrDerekJamison  11 місяців тому

      I'm glad it was helpful. I complained about flipc.org not have features to remove an app that is listed if you own the GitHub & not being able to add comments to users of particular firmware & flipc image thumbnail was buggy & it generally drove me crazy... But I still hope that they get the site working again. For people just starting out, it was an easy way for people to discover and install apps on their Flipper.

  • @MrDerekJamison
    @MrDerekJamison  11 місяців тому +1

    I didn't show it, but sometimes for an app you have to download the zip and then navigate into the folder. For example, if you go to github.com/jamisonderek/flipper-zero-tutorials/, click green "Code" button, choose "Download ZIP", you would copy the tutorial project you were interested in into your firmware applications_user folder (copy the "gpio/gpio_blink_pwm" folder for the blinking LED tutorial, or "ui/skeleton_app" for the UI demo). Whatever folder you create under "applications_user", it must be the one with the application.fam file.

  • @joepalovick1915
    @joepalovick1915 11 місяців тому

    Great video! Thanks!

    • @MrDerekJamison
      @MrDerekJamison  11 місяців тому

      Thanks. Once your system is setup, building an app is super quick, as long as it works for your firmware.

  • @drumandbassfromju
    @drumandbassfromju 9 місяців тому

    Thanks for the content

  • @sj2000ful
    @sj2000ful 8 місяців тому

    This video was very full, I was trying to find a proper tutorial, and you explained really clearly.
    Thank you.
    Do you have any link to donate?

    • @MrDerekJamison
      @MrDerekJamison  8 місяців тому

      Glad you found it helpful. I recommend also joining my Discord server. discord.com/invite/NsjCvqwPAd
      My donate link is ko-fi.com/codeallnight

  • @adzowndu4492
    @adzowndu4492 19 днів тому

    hey Derek
    I'm having trouble installing a second app a week or so after following this tutorial to install my first app on the flipper what do I need to do the next time I want to add add an application on to my flipper I tried starting from step 3 but it just returned
    "'fbt' is not recognized as an internal or external command,
    operable program or batch file."
    I'm using windows and I'm unsure if I have to start over from the beginning or if its a simpler prosses now that ive already done most of it the first time around
    Thanks

    • @MrDerekJamison
      @MrDerekJamison  17 днів тому

      When you open a command prompt, you need to switch to the directory where you cloned the firmware. You will see a file named "fbt.cmd" which should be in your current directory.
      Another option is to use the "ufbt" tool, which will be installed onto your path. github.com/flipperdevices/flipperzero-ufbt
      If you are unsure what directory fbt.cmd is located, you can run the following in a "Command prompt"...
      cd \
      dir /s/b fbt.cmd

  • @harrisson2949
    @harrisson2949 11 місяців тому

    When I click the Unleashed isntall via Web - 'It seems that the serial port is occupied. Close any other app (e.g. qFlipper) connected to Flipper and try again.'

    • @MrDerekJamison
      @MrDerekJamison  11 місяців тому

      Make sure nothing else is running (like qFlipper, lab.flipper.net, etc.) Perhaps even reboot the flipper using LEFT+BACK at same time for 3 seconds can sometimes help.

  • @vincecuhhh1084
    @vincecuhhh1084 10 місяців тому

    were is the repo folder

    • @MrDerekJamison
      @MrDerekJamison  9 місяців тому

      You clone the repo that matches your firmware --
      github.com/jamisonderek/flipper-zero-tutorials/wiki/Install-Firmware-and-Apps#step-3-recursively-clone-the-firmware-you-want-to-use
      If you need additional help, feel free to ask in my Flipper Discord server : discord.com/invite/NsjCvqwPAd

  • @gcmotive
    @gcmotive 11 місяців тому

    How to download bel spam?

    • @MrDerekJamison
      @MrDerekJamison  11 місяців тому

      Use one of the web installers I showed for custom firmware. I think they all have BLE Spam pre-installed now?