Skip to content

Latest commit

 

History

History
130 lines (114 loc) · 5.49 KB

File metadata and controls

130 lines (114 loc) · 5.49 KB

ඞ installation

  1. Kernel Flasher fork
  2. ඞ kernel
    • P7 A15 is 6.1.99-android14
    • P7 A16 is 6.1.124-android14
    • P7 A16 is 6.1.134-android14
    • OnePlus specific
  3. ඞ module

OTA

  1. Start system update
  2. Wait until "Restart Now" button
  3. Flash AnyKernel.zip to inactive slot from above repo with Kernel Flasher
    1. Check inactive slot's kernel version
  4. Press "Restart Now" button

Modules

LSPosed Modules

Apps

  • Kernel Flasher fork - https://github.com/fatalcoder524/KernelFlasher
  • Swift Backup
  • Card emulation
  • VPN Hotspot - https://github.com/Mygod/VPNHotspot
  • Classic Power Menu - https://github.com/KieronQuinn/ClassicPowerMenu
    • TODO: module for OnePlus
  • Root Detector - https://github.com/reveny/Android-Native-Root-Detector
  • Hide Applists - https://github.com/frknkrc44/HMA-OSS
    • Checker - https://github.com/Dr-TSNG/ApplistDetector
  • cool boot animation
  • TODO

HBM

echo 2 >> /sys/class/backlight/panel0-backlight/hbm_mode
  • /sys/class/backlight/panel0-backlight/
    • hbm_mode
      • 0 - off
      • 1 - hdr
      • 2 - sun
    • brightness
      • up to 2047 for hbm 0
      • up to 4095 for hbm 2
    • local_hbm_mode ? 0
    • local_hbm_max_timeout ? 300

References