Last active
August 26, 2022 00:49
-
-
Save d3m3vilurr/b0f4ed38b42d9a0c0eeca1453217b2f8 to your computer and use it in GitHub Desktop.
Revisions
-
d3m3vilurr revised this gist
Mar 1, 2017 . 2 changed files with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ Binary file not shown. -
d3m3vilurr revised this gist
Feb 27, 2017 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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/ -
d3m3vilurr revised this gist
Feb 26, 2017 . No changes.There are no files selected for viewing
-
d3m3vilurr revised this gist
Feb 26, 2017 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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][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 -
d3m3vilurr revised this gist
Feb 26, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
d3m3vilurr revised this gist
Feb 26, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
Binary file not shown. -
d3m3vilurr created this gist
Feb 26, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ```