Skip to content

Instantly share code, notes, and snippets.

@d3m3vilurr
Last active August 26, 2022 00:49
Show Gist options
  • Select an option

  • Save d3m3vilurr/b0f4ed38b42d9a0c0eeca1453217b2f8 to your computer and use it in GitHub Desktop.

Select an option

Save d3m3vilurr/b0f4ed38b42d9a0c0eeca1453217b2f8 to your computer and use it in GitHub Desktop.

Revisions

  1. d3m3vilurr revised this gist Mar 1, 2017. 2 changed files with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,8 @@
    ## Update.zip
    Just install `antfix.zip` on your recovery.

    ## Manual

    Copy `libbt-vendor.so` file to `/system/vendor/lib64/`.
    Tested Xiaomi Mi5 (gemini)

    @@ -17,4 +22,4 @@ If you want actual patch, please check [this review request][3].

    [1]: https://play.google.com/store/apps/details?id=com.quantrity.anttester&hl=en
    [2]: https://twitter.com/d3m3vilurr/status/835803919288688641
    [3]: https://review.lineageos.org/#/c/163535/
    [3]: https://review.lineageos.org/#/c/163535/
    Binary file added antfix.zip
    Binary file not shown.
  2. d3m3vilurr revised this gist Feb 27, 2017. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,10 @@ chmod +r /system/vendor/lib64/libbt-vendor.so
    mount -o ro,remount /system
    ```

    If you install library, [ANT Tester][1] will print [right Built-in firmware][2] version
    If you install library, [ANT Tester][1] will print [right Built-in firmware][2] version.

    If you want actual patch, please check [this review request][3].

    [1]: https://play.google.com/store/apps/details?id=com.quantrity.anttester&hl=en
    [2]: https://twitter.com/d3m3vilurr/status/835803919288688641
    [2]: https://twitter.com/d3m3vilurr/status/835803919288688641
    [3]: https://review.lineageos.org/#/c/163535/
  3. d3m3vilurr revised this gist Feb 26, 2017. No changes.
  4. d3m3vilurr revised this gist Feb 26, 2017. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Copy `libbt-vendor.so` file to `/system/vendor/lib64/`
    Copy `libbt-vendor.so` file to `/system/vendor/lib64/`.
    Tested Xiaomi Mi5 (gemini)

    ```bash
    @@ -11,4 +11,7 @@ chmod +r /system/vendor/lib64/libbt-vendor.so
    mount -o ro,remount /system
    ```

    If you install library, ANT Tester will print right Built-in firmware version.
    If you install library, [ANT Tester][1] will print [right Built-in firmware][2] version

    [1]: https://play.google.com/store/apps/details?id=com.quantrity.anttester&hl=en
    [2]: https://twitter.com/d3m3vilurr/status/835803919288688641
  5. d3m3vilurr revised this gist Feb 26, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    Copy `libbt-vendor.so` file to `/system/vendor/lib64/`
    Tested Xiaomi Mi5 (gemini)

    ```bash
    adb push libbt-vendor.so /sdcard/
    @@ -8,4 +9,6 @@ mount -o rw,remount /system
    cp /sdcard/libbt-vendor.so /system/vendor/lib64/
    chmod +r /system/vendor/lib64/libbt-vendor.so
    mount -o ro,remount /system
    ```
    ```

    If you install library, ANT Tester will print right Built-in firmware version.
  6. d3m3vilurr revised this gist Feb 26, 2017. 1 changed file with 0 additions and 0 deletions.
    Binary file added libbt-vendor.so
    Binary file not shown.
  7. d3m3vilurr created this gist Feb 26, 2017.
    11 changes: 11 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    Copy `libbt-vendor.so` file to `/system/vendor/lib64/`

    ```bash
    adb push libbt-vendor.so /sdcard/
    adb shell
    su
    mount -o rw,remount /system
    cp /sdcard/libbt-vendor.so /system/vendor/lib64/
    chmod +r /system/vendor/lib64/libbt-vendor.so
    mount -o ro,remount /system
    ```