7 Amazfit Bip OS
José Rebelo edited this page 2023-12-22 17:27:55 +00:00

This page has moved

⚠ The wiki has been replaced by the new website - this page has been moved: https://gadgetbridge.org/internals/specifics/amazfit-bip-os/

What is it?

Bip OS is a patched version of the original firmware allowing custom apps to be incuded in custom res files. The Alipay menu has been replaced by an application launcher menu.

Features

  • Allows changing alarm times on device
  • Includes extra apps
    • Calculator
    • Calendar
    • Flashlight
    • Other demos
  • SDK to create own apps extra apps (res packer is windows only)

Flashing

Do at your own risk!

Flash in this order:

  • firmware.fw
  • font.ft
  • resource.res

Tested and working

  • MNVolkov_BipOS_0.5.2_MOD_by_trace_1.1.5.12.fw
  • BOLD_v6.12_9.ft
  • MNVolkov_BipOS_0.5.2_Apps_Res_by_Ilgruppotester_for_trace_MNVolkov_MOD_11512_v61_music.res

Buliding own apps

Currently this is not supported on linux, but compiling works fine. Packaging the resulting .elf files must be done with a windows tool, might run in wine.

Add application to resource file

ResPack -a <output_RES_file> <input_RES_file> files to be added

TODO: Test and document the process