offensive-security / nethunter-devices

NetHunter Devices
248 stars 197 forks source link

[Moto X2] LinageOS Kernel #120

Closed xchwarze closed 5 years ago

xchwarze commented 6 years ago

For Motorola X2 (2014)

kimocoder commented 6 years ago

@xchwarze have mac80211 injection patch or HID patches been applied to this kernel?

jcadduono commented 6 years ago

@kimocoder thats why we have sources in kernels.txt, and it appears he has applied mac80211 https://github.com/xchwarze/nethunter-motorola-x2-kernel/commits/cm-14.1

don't see HID patches though

xchwarze commented 6 years ago

hello! I'm compiling right now with HID keyboard/mouse gadget patch When I finish I update it

kimocoder commented 6 years ago

Awesome. Great work adding support for another device.

xchwarze commented 6 years ago

there the patch is already commited!

to flash it modify the script "Kali NetHunter boot image patcher script" (boot-patcher.sh) old: 5d00) rdformat=lzma; decompress="lzma -dc" ;;

new: 5d0|5d00) rdformat=lzma; decompress="lzma -dc" ;;

https://forums.kali.org/showthread.php?37981-Problems-flashing-new-Moto-X2-custom-kernel-Unknown-ramdisk-compression-format-(5d0

jcadduono commented 6 years ago

@xchwarze thanks for find, fixing the hexdump command (should be %.2x not %x)

Re4son commented 5 years ago

@jcadduono @kimocoder happy for me to merge?