update readme
This commit is contained in:
parent
e904b3f220
commit
634bdf77e6
1 changed files with 11 additions and 7 deletions
18
README.md
18
README.md
|
@ -1,21 +1,25 @@
|
|||
## fw_patch
|
||||
# fw_patch
|
||||
|
||||
Amazfit Bip Firmware Patch Tool with patches
|
||||
|
||||
python script for patching
|
||||
## Contents
|
||||
|
||||
Python script for patching:
|
||||
|
||||
* fw_patcher.py
|
||||
|
||||
patch to redirect Alipay debug messages to the standard log service
|
||||
Patch to redirect Alipay debug messages to the standard log service:
|
||||
|
||||
* alipay_debug.patch (latin 1.1.5.36)
|
||||
|
||||
patch for data exchange via BLE Service
|
||||
Patch for data exchange via BLE Service:
|
||||
|
||||
* alipay_subst.patch (latin 1.1.5.36)
|
||||
* bipos_subst.patch (non-latin 1.1.2.05)
|
||||
|
||||
these patches let you use the [alipay-bt library](https://github.com/neonsea/libbip/blob/master/alipay-bt.h)
|
||||
These patches let you use the [alipay-bt library](https://github.com/neonsea/alipay-bt). An example application can be found [here](https://github.com/neonsea/bt-template).
|
||||
|
||||
thanks to:
|
||||
* x27 (research)
|
||||
## Thanks
|
||||
|
||||
* x27 ([research](https://github.com/freebip/bt_echo))
|
||||
* MNVolkov (libbip)
|
Loading…
Reference in a new issue