Skip to content

Releases: byemaxx/ghostlock-anchor

Release v1.5

Choose a tag to compare

@github-actions github-actions released this 26 Aug 22:37

Full Changelog: v1.4.1...v1.5

Release v1.4.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 19:10

Full Changelog: v1.4...v1.4.1

Release v1.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:45

What's Changed

  • Fixed "netlink Find Permission" reported in Hunter after loading policy by @byemaxx
  • Added Dev settings allowed to select mode, override parameters, etc.. by @byemaxx
  • Update offsets.h for OnePlus 13 PJZ110 ColorOS 16.0.8.301 by @tinkernels in #5

New Contributors

Full Changelog: v1.2...v1.4

V1.2

Choose a tag to compare

@byemaxx byemaxx released this 29 Jul 18:44

Added KernelSU manager support
Prefer ReSukiSU as the KernelSU manager when both managers are installed.

v1.1

Choose a tag to compare

@byemaxx byemaxx released this 27 Jul 16:06

Added more kernel support.

Device SoC Kernel
OnePlus Ace 6T (PLR110) SM8845 6.12.38-android16-5-g8c67d4274c0a-ab14275539-4k
OnePlus Ace 6T (PLR110) SM8845 6.12.38-android16-5-g844001fb8721-ab14552068-4k
Device SoC Kernel
OnePlus 15T (PLZ110) SM8845 6.12.38-android16-5-g844001fb8721-ab14552068-4k
OnePlus 15 (PLK110 / CPH274x) SM8850 6.12.23-android16-5-gb2a876903b49-ab14541642-4k
OnePlus 13 SM8750 6.6.89-android15-8-gf4dc45704e54-abogki446052083-4k
OnePlus 13 SM8750 6.6.89-android15-8-g97a9aaefab9a-ab14519050-4k
OnePlus 13 SM8750 6.6.118-android15-8-g2e6b9c3812c5-ab15114928-4k
OnePlus 13 SM8750 6.6.118-android15-8-g93e223c276e7-abogki500782043-4k
OnePlus 13 SM8750 6.6.30-android15-8-g013ec21bba94-abogki383916444-4k

v1.0

Choose a tag to compare

@byemaxx byemaxx released this 26 Jul 23:14

Anchor

Anchor is an Android application implementation for the upstream JoinChang/ghostlock-oneplus project. It provides a local USB-debugging workflow of ghostlock.

First Use

  1. Enable Developer options and USB debugging on the device, then connect it to your computer.

  2. On the computer, enable local ADB-over-TCP:

    adb tcpip 5555
  3. In Anchor, open Menu and import a matching adbkey and adbkey.pub pair. On Windows, these are usually located in %USERPROFILE%\.android\.

  4. Confirm the ADB authorization prompt on the device when it appears, then start Bootstrap.

Import only a key pair you control. The private key is required for the local ADB authentication step.