Results 1 to 1 of 1

Thread: help! building nethunter kernel for lgv30

  1. #1
    Join Date
    2021-Jan
    Posts
    1

    Question help! building nethunter kernel for lgv30

    我尝试为lgv30编译nethunter内核,目标是启用无线和隐藏功能。现在,无线功能已成功完成,但 是hid功能遇到了问题
    从[kali-nethunter-kernel](https://gitlab.com/kalilinux/nethunt...65292;从[论坛](https://forums.kali.org/showthread.p...20294;是[启用USB功能](https://www.kali.org/docs/nethunter/...20351;用[nethunter-installer](https://gitlab.com/kalilinux/nethunter/build -scripts / kali-nethunter-project /-/ tree / master / nethunter-installer)编译内核,我按照教程完成此步骤,然后使用twrp刷新到电话中
    现在您可以设置隐藏模式,但是无法使用,如下所示
    Screenshot_20210118-181300.jpgScreenshot_20210118-181400.jpg捕获.jpg
    我的编译环境是ubuntu20.04,[内核源代码](https://github.com/SGCMarkus/android...#26159;los17.1 linux4.4.153
    编译工具是Google gcc4.9
    Compile command:
    HTML Code:
        ./make_defconfig.sh lineageos_h930_defconfig
    
        export ARCH=arm64 &&\    export SUBARCH=arm64 &&\    export PATH=/opt/gccarm64/bin/:$PATH &&\    export CROSS_COMPILE=aarch64-linux-android- &&\    make -j$(nproc --all) O=out nethunter_joan_defconfig            make -j$(nproc --all) O=out ARCH=arm64 \        SUBARCH=arm64 CROSS_COMPILE=aarch64-linux-android- \        CONFIG_DEBUG_SECTION_MISMATCH=y
            make mrproper && make clean && rm -rf out
    Attached Files Attached Files

Similar Threads

  1. Help with Nethunter kernel building errors
    By vonxolo in forum Building NetHunter
    Replies: 1
    Last Post: 2023-04-04, 22:05
  2. Help with Nethunter kernel building errors
    By vonxolo in forum Installing NetHunter
    Replies: 0
    Last Post: 2023-03-17, 18:11
  3. Building Nethunter kernel for Mi a2 kernel 4.4
    By balramrexwal in forum NetHunter General Questions
    Replies: 4
    Last Post: 2020-08-23, 15:53
  4. Building Nethunter using a custom kernel
    By nicesoni_ash in forum Building NetHunter
    Replies: 1
    Last Post: 2016-08-07, 17:23
  5. Building Nethunter from source with custom kernel?
    By BreakTheMesh in forum Building NetHunter
    Replies: 7
    Last Post: 2015-06-23, 17:24

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •