offensive-security / nethunter-devices

NetHunter Devices
248 stars 197 forks source link

Kernel work - Elephone P9000 #192

Open AreYouLoco opened 5 years ago

AreYouLoco commented 5 years ago

Hi,

I am asking android kernel developers for the initial work on supporting Elephone p9000.

I am able to donate some coinz for the good work as it takes time and skills if I save some because I would love to play around with NetHunter. Not rich tho! - Living in Poland is tough.

Device:

Elephone p9000

OS version (KitKat/Lollipop/Marshmallow/Nougat):

Nougat - AOKP 7.1.2

Built from repo (date and build command) or downloaded from website (links):

Here is kernel source already patched for packet injection: https://github.com/AreYouLoco/kernel_elephone_p9000/tree/nougat suggested config to use as a base: https://github.com/AreYouLoco/kernel_elephone_p9000/blob/nougat/arch/arm64/configs/lineage_p9000_defconfig

Reference: https://github.com/AOKP

Issues:

Enabling modules support on kernel leads to build fail. I was unable to fix that (I am not a developer)

Thanks for the interest and/or help!

Re4son commented 5 years ago

Thanks for joining the NetHunter community @AreYouLoco. How about we try to figure out what's going on together?

It seems that the kernel compiles successfully without module support enabled, correct? When you enable module support but nothing else (i.e. don't change any config items from "y" to "m") the compilation fails, correct? What is the error message? If you look save your ".config" before you enabled module support and do a diff between that one and the one created after you enabled module support, what are the differences?

AreYouLoco commented 5 years ago

Thanks for your interest. I will check again and post build log here.