Add NetHunter support for Google Pixel 9 Pro Fold (comet)#5
Open
simond4680-sys wants to merge 5 commits into
Open
Add NetHunter support for Google Pixel 9 Pro Fold (comet)#5simond4680-sys wants to merge 5 commits into
simond4680-sys wants to merge 5 commits into
Conversation
…, thermal_metrics designated initializers Co-Authored-By: Oz <oz-agent@warp.dev>
- comet_defconfig: Device-specific Kconfig fragment (radio, touch, display) - comet_nethunter_defconfig: NetHunter wireless drivers (ath9k, rtl88xxau, etc.) These extend the zumapro_defconfig base for the Tensor G4 SoC. Co-Authored-By: Oz <oz-agent@warp.dev>
Documentation covers: - Prerequisites and repository setup - Kernel build configuration (GKI fragment system) - Building, flashing, and verification - NetHunter app and Kali chroot installation - Quick command reference - Known limitations (emulator vs physical device) - Troubleshooting and feature matrix Co-Authored-By: Oz <oz-agent@warp.dev>
One-stop script for NetHunter management on Pixel 9 Pro Fold: - check: Verify kernel version, root, app, chroot status - launch: Start NetHunter app via ADB - chroot: Enter Kali chroot with auto-mounts - flash: Extract and flash AnyKernel zip to both A/B slots - recovery/fastboot: Quick reboot commands - Interactive menu when run without arguments Co-Authored-By: Oz <oz-agent@warp.dev>
Add a 'NetHunter for Pixel 9 Pro Fold' section to README.md covering: - nethunter-launch.sh usage (check, launch, chroot, flash, recovery, fastboot) - Quick kernel build instructions - Reference to the full setup guide (NET-HUNTER-PIXEL-9-PRO-FOLD-GUIDE.md) Co-Authored-By: Oz <oz-agent@warp.dev>
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 characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds Kali NetHunter kernel support for the Google Pixel 9 Pro Fold (Tensor G4, codename
comet).Changes
arch/arm64/configs/comet_defconfig: Device-specific Kconfig fragment (radio, touch, display)arch/arm64/configs/comet_nethunter_defconfig: NetHunter wireless drivers (ath9k_htc, rtl88xxau, cfg80211, mac80211, etc.)nethunter-launch.sh: Interactive launcher for device verification, chroot entry, kernel flashing, and recoveryNET-HUNTER-PIXEL-9-PRO-FOLD-GUIDE.md: Complete setup documentation (build, flash, verify, troubleshoot)README.md: Added NetHunter quick-start sectionBuild Configuration
LLVM=1andCC=clangzumapro_defconfig(Tensor G4 base) →comet_defconfig(device) →comet_nethunter_defconfig(NetHunter drivers)Verification
Known Limitations
private/google-modules/(radio, touch firmware)Co-Authored-By: Oz oz-agent@warp.dev