Releases: dr1408/android_kernel_xiaomi_surya
V1.1
What's New :
MT76x2U USB WiFi Driver Support - Native kernel support for MediaTek MT7612U/MT7662U chipsets
MT7601U Driver - Added support for older MT7601U USB adapters
Built-in Kernel Integration - No external modules needed, direct kernel support
Credits :
akabul0us for the MT76 drivers
https://github.com/akabul0us/mt76
PixelOS Android 16 Nethunter Kernel for surya
🚀 Features
· PixelOS kernel base with Android 16 QPR1 support
· Nethunter integration with basic hacking tools (HID, Internal Bluetooth hci0, wlan0 monitor mode, SDR attacks)
· Docker container support for isolated environments
· Wiregaurd
· WiFi Drivers:
· RTL8188EU - Built into kernel (always available) - Monitor Mode
· RTL8812AU - Loadable module (use when needed) - Monitor Mode
· RTL88x2BU - Loadable module - Available as module
· AOSP Clang r547379 with PGO+BOLT+LTO+MLGO optimizations
· KBUILD_BUILD_USER=dr1408-Hunter
· Bluetooth Enhancements :
· UB500 Adapter Support: Added kernel driver support for Realtek RTL8761B-based UB500 Bluetooth 5.0 USB adapters
· Backward Compatible: All existing Bluetooth devices continue to work UB400
· CAN Bus Subsystem Support – Added full Controller Area Network support with slcan and hlcan modules included in the modules tar archive
· IR Blaster Fixed – Infrared transmitter now fully working
⚡ Installation
Flash the kernel zip in custom recovery (TWRP/OrangeFox)
Reboot and enjoy!
🛠️ Building from Source
git clone https://github.com/dr1408/android_kernel_xiaomi_surya
cd android_kernel_xiaomi_surya
mkdir -p toolchains
cd toolchains
wget https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+archive/refs/heads/main/clang-r547379.tar.gz
tar -xzf clang-r547379.tar.gz
cd ..
./build.shCredits
akabul0us for the RTL88x2BU and RTL8812AU drivers
RTL88x2BU: https://github.com/akabul0us/rtl88x2bu
RTL8812AU: https://github.com/akabul0us/rtl8812au
akabul0us for the kernel building guide: https://github.com/akabul0us/So_You_Want_To_Build_A_Nethunter_Kernel
@kardebayan for kernel source and great pixelos rom
Docker :