I buy this divice and i want know if existe kernel for it. and if doesn't exist i want know how to make a custom kernel
I think there is no custom kernel for nethunter in mi 10t iam going to compile any kernel from custom rom if i succeded and add all wifi drivers and hid features i would gladly share it with all i have galaxy note 9 i triedt 4 months but couldnt make a nethunter kernel for it always got errors now i give up i bought mi 10t i will try my best to make a nethunter kernel 4 days later once i unlock my bootloader gona compile it in one day making nethunter kernel is easier in aosp roms
Aliahmad66 said:
I think there is no custom kernel for nethunter in mi 10t iam going to compile any kernel from custom rom if i succeded and add all wifi drivers and hid features i would gladly share it with all i have galaxy note 9 i triedt 4 months but couldnt make a nethunter kernel for it always got errors now i give up i bought mi 10t i will try my best to make a nethunter kernel 4 days later once i unlock my bootloader gona compile it in one day making nethunter kernel is easier in aosp roms
Click to expand...
Click to collapse
Hi bro. How's your success on compiling the kernel for mi 10t?
I've bought the same phone and looking for nethunter kernel.
dovlet555 said:
Hi bro. How's your success on compiling the kernel for mi 10t?
I've bought the same phone and looking for nethunter kernel.
Click to expand...
Click to collapse
Hi i have been trying since 6 month to compile a kernel that should support nethunger features before 6 months day and night i tried to compile for galaxy note 9 but everytime i faced problem and errors someone told me that nethunter is not stable in oneui so i bought mi 10t it support aosp roms iam trying my best to make it but still iam getting same error the make file error and no one helped me in any comunity but still iam trying and doing researchs to build it as a beginner if i succeded i will post it in forum page for sure becuase i need it iam struggling hard i know you guyz also need it like me
dovlet555 said:
Hi bro. How's your success on compiling the kernel for mi 10t?
I've bought the same phone and looking for nethunter kernel.
Click to expand...
Click to collapse
I have just found a command that can enable wifi monitor mode in xiami phones if you are looking to how to enable monitor mode let me know but for other features of nethunter iam trying my best to compile a kernel
Aliahmad66 said:
I have just found a command that can enable wifi monitor mode in xiami phones if you are looking to how to enable monitor mode let me know but for other features of nethunter iam trying my best to compile a kernel
Click to expand...
Click to collapse
Yes, I'm looking for that. But it's impossible without compiled kernel let us know, what's the command you have found.
Also, can you please share the link of the instructions you use? May be you use new version of compiler, if there's much errors.
Sorry for my english
dovlet555 said:
Yes, I'm looking for that. But it's impossible without compiled kernel let us know, what's the command you have found.
Click to expand...
Click to collapse
Yh i didnt used any compiled kernel your phone must be rooted and iam using latest version of evolution x and that command can enable monitor mode in some xiamo devices with qualcom processers
The commqnd is
Ip link set wlan0 down
echo 4 > sys/module/wlan/parameters/con_mode;
Ip link set wlan0 up
To disable monitor mode
Ip link set wlan0 down
echo 0 > sys/module/wlan/parameters/con_mode
Ip link set wlan0 up
Aliahmad66 said:
Yh i didnt used any compiled kernel your phone must be rooted and iam using latest version of evolution x and that command can enable monitor mode in some xiamo devices with qualcom processers
The commqnd is
Ip link set wlan0 down
echo 4 > sys/module/wlan/parameters/con_mode;
Ip link set wlan0 up
To disable monitor mode
Ip link set wlan0 down
echo 0 > sys/module/wlan/parameters/con_mode
Ip link set wlan0 up
Click to expand...
Click to collapse
Thanks, will try it. Phone is rooted
dovlet555 said:
Thanks, will try it. Phone is rooted
Click to expand...
Click to collapse
Yh if you have mi 10t apollo it will work 1000% i myself got surprized
Related
Hello freinds,
I have a microsoft lifecam cinema hd webcam which I want to connect through my note2.is there any tutorial to add module to the kernel and make it working.
I am a windows user btw.
So anybody know if I can do it on window pc.
I know this thread should be in q/a section but due to any reason my question is not visible to that section.
Thanks in advance...
liondroid said:
Hello freinds,
I have a microsoft lifecam cinema hd webcam which I want to connect through my note2.is there any tutorial to add module to the kernel and make it working.
I am a windows user btw.
So anybody know if I can do it on window pc.
I know this thread should be in q/a section but due to any reason my question is not visible to that section.
Thanks in advance...
Click to expand...
Click to collapse
Even if it were possible, why do you want to add another camera to the device?
Edit: You however did pique my curiosity whether this can be done and perhaps it can!. The camera model you have mentioned is supported by the Linux UVC driver (check here: http://www.ideasonboard.org/uvc/). This is a part of the standard kernel source (it's located at /drivers/media/video/uvc)
So basically, you need to compile the 'uvcvideo.ko' module. I don't know if this can co-exist with the existing camera driver, so you may have to disable the driver for the front / back cameras and compile the uvcvideo driver in or as a module.
Good luck!
seltaeb said:
Even if it were possible, why do you want to add another camera to the device?
Edit: You however did pique my curiosity whether this can be done and perhaps it can!. The camera model you have mentioned is supported by the Linux UVC driver (check here: http://www.ideasonboard.org/uvc/). This is a part of the standard kernel source (it's located at /drivers/media/video/uvc)
So basically, you need to compile the 'uvcvideo.ko' module. I don't know if this can co-exist with the existing camera driver, so you may have to disable the driver for the front / back cameras and compile the uvcvideo driver in or as a module.
Good luck!
Click to expand...
Click to collapse
The stock front camera has a bad low light visibility where as the microsoft lifecam has a very good visiblity even in the room with all lights off, at night ofcourse (the light source is only the screen itself falling on my face)
As i already know this is possible. Take a look..
http://www.youtube.com/watch?v=taZ3zd37nMI
I think there is no option other than to install linux on my pc and give a try.
Any suggestions would be appreciated.
liondroid said:
The stock front camera has a bad low light visibility where as the microsoft lifecam has a very good visiblity even in the room with all lights off, at night ofcourse (the light source is only the screen itself falling on my face)
As i already know this is possible. Take a look..
http://www.youtube.com/watch?v=taZ3zd37nMI
I think there is no option other than to install linux on my pc and give a try.
Any suggestions would be appreciated.
Click to expand...
Click to collapse
Although unsupported, I believe it is possible to build the kernel on Windows under Cygwin. Have a look here for setting up the build environment etc on Windows: http://forum.xda-developers.com/showthread.php?t=1686310. Note that Samsung's recommended toolchain is actually 4.4.3 (but you might be able to find that with a bit of Googling).
Alternately, I can build the uvcvideo.ko module for you. However, I am going away from tomorrow morning for a long weekend, so you might have to wait till Sunday evening unless I manage to find some time to do it tonight itself. Otherwise you can try requesting someone else here to build it for you - it only takes a few minutes.
seltaeb said:
Although unsupported, I believe it is possible to build the kernel on Windows under Cygwin. Have a look here for setting up the build environment etc on Windows: http://forum.xda-developers.com/showthread.php?t=1686310. Note that Samsung's recommended toolchain is actually 4.4.3 (but you might be able to find that with a bit of Googling).
Alternately, I can build the uvcvideo.ko module for you. However, I am going away from tomorrow morning for a long weekend, so you might have to wait till Sunday evening unless I manage to find some time to do it tonight itself. Otherwise you can try requesting someone else here to build it for you - it only takes a few minutes.
Click to expand...
Click to collapse
it will be a great help if u can create the module for me. Thanks in advance
liondroid said:
it will be a great help if u can create the module for me. Thanks in advance
Click to expand...
Click to collapse
This is more a driver issue than kernel. And even though there may be linux drivers for your webcam. Google has not yet fully merged the android kernel into the linux family, so it may not be possible to port. I wish you all the luck though :fingers-crossed:
AndroHero said:
This is more a driver issue than kernel. And even though there may be linux drivers for your webcam. Google has not yet fully merged the android kernel into the linux family, so it may not be possible to port. I wish you all the luck though :fingers-crossed:
Click to expand...
Click to collapse
uvcvideo.ko is a module which contains almost all webcam drivers including mine.It can be implemented to android kernel also.See the video link in previous posts.I already managed to get uvcvideo.ko, now trying to add to the kernel source. Hope I am going in right direction.
liondroid said:
uvcvideo.ko is a module which contains almost all webcam drivers including mine.It can be implemented to android kernel also.See the video link in previous posts.I already managed to get uvcvideo.ko, now trying to add to the kernel source. Hope I am going in right direction.
Click to expand...
Click to collapse
Seems like the reverse direction actually. You already got your module compiled and now you are changing the source?
PS: So you no longer want me to compile the uvc module for you?
Sent from my GT-N7100 using Tapatalk 2
seltaeb said:
Seems like the reverse direction actually. You already got your module compiled and now you are changing the source?
PS: So you no longer want me to compile the uvc module for you?
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
one of my frend is a linux user so i asked him to do for me but he messed up the kernel so pls sir I am waiting for ur work.
liondroid said:
one of my frend is a linux user so i asked him to do for me but he messed up the kernel so pls sir I am waiting for ur work.
Click to expand...
Click to collapse
Here you go. This is an ODIN flashable kernel (unzip it and flash the .tar file using the PDA section in ODIN). The module is located in /lib/modules.
PS: The kernel is compiled from stock sources, except for addition of the lulzactiveQ governor (pegasusQ is still default) and a couple of other patches (missing touchkey drivers and AndreiLux's firmware naming / boot-up time reduction fix).
Edit: Added only the module in uvcvideo.zip. Unzip & copy it to your phone somewhere and insmod it to load. If it doesn't work with your stock kernel, please use the full kernel against which it is built (provided above).
And here's the Samsung stock kernel from DDLJ3, in case you want to revert back. Again, ODIN-flashable after unzipping.
I might be a bit off topic:
Is there anyway to load an under volt module?
I've always been using Tegrak over clock ultimate but it's not updated since 2 months..
And it's obviously not working on our beloved gsn2
I'd love to stay as stock as possible but with under volt
TMaLuST said:
I might be a bit off topic:
Is there anyway to load an under volt module?
I've always been using Tegrak over clock ultimate but it's not updated since 2 months..
And it's obviously not working on our beloved gsn2
I'd love to stay as stock as possible but with under volt
Click to expand...
Click to collapse
Please just use AndreiLux's excellent kernel to accomplish this.
Sent from my GT-N7100 using Tapatalk 2
Well I'll give it a try, but in term of battery life I've never had better results than stock kernels, that's why I was asking
seltaeb said:
And here's the Samsung stock kernel from DDLJ3, in case you want to revert back. Again, ODIN-flashable after unzipping.
Click to expand...
Click to collapse
Thankyou so much sir, will let u know after trying it.
seltaeb said:
Even if it were possible, why do you want to add another camera to the device?
Edit: You however did pique my curiosity whether this can be done and perhaps it can!. The camera model you have mentioned is supported by the Linux UVC driver (check here: XXXurl omittedXXX is a part of the standard kernel source (it's located at /drivers/media/video/uvc)
So basically, you need to compile the 'uvcvideo.ko' module. I don't know if this can co-exist with the existing camera driver, so you may have to disable the driver for the front / back cameras and compile the uvcvideo driver in or as a module.
Good luck!
Click to expand...
Click to collapse
Hello, excuse my off topic but i have a similar need:
i have an Android mk3188 tv box that has uvcvideo support in the kernel i'm using. the Camera is in the list of supported cam (093a:2700 - iSonic W002)
When i connect the camera i receive the following message:
[10501.638841] usb 1-1.3: Product: USB2.0_Camera
[10501.643370] usb 1-1.3: Manufacturer: PixArt Imaging Inc.
[10501.657777] uvcvideo: Found UVC 1.00 device USB2.0_Camera (093a:2700)
[10501.673615] input: USB2.0_Camera as /devices/platform/usb20_otg/usb1/1-1/1-1.3/1-1.3:1.0/input/input5
[10559.678208] qtaguid: ctrl_counterset(s 1 10112): insufficient priv from pid=422 tgid=364 uid=1000
[10560.472909] DWC_OTG: dwc_otg_hcd_urb_enqueue urb->transfer_buffer address not align to 4-byte 0xed6abaca
[10560.482867] uvcvideo: Failed to query (GET_DEF) UVC control 2 on unit 3: -1 (exp. 2).
[10560.492619] DWC_OTG: dwc_otg_hcd_urb_enqueue urb->transfer_buffer address not align to 4-byte 0xed6abaaa
[10560.502458] uvcvideo: Failed to query (GET_DEF) UVC control 3 on unit 3: -1 (exp. 2).
[10561.087346] qtaguid: ctrl_counterset(s 0 10047): insufficient priv from pid=422 tgid=364 uid=1000
I have tried to set /dev/video0 chmod to 666 but the error message is the same.
How can i update uvcvideo from 1.00 to 1.10? i need to recompile kernel or there are others solutions?
can i use uvcvideo.ko provided in this thread? how can i do?
Thank you
seltaeb said:
Here you go. This is an ODIN flashable kernel (unzip it and flash the .tar file using the PDA section in ODIN). The module is located in /lib/modules.
PS: The kernel is compiled from stock sources, except for addition of the lulzactiveQ governor (pegasusQ is still default) and a couple of other patches (missing touchkey drivers and AndreiLux's firmware naming / boot-up time reduction fix).
Edit: Added only the module in uvcvideo.zip. Unzip & copy it to your phone somewhere and insmod it to load. If it doesn't work with your stock kernel, please use the full kernel against which it is built (provided above).
Click to expand...
Click to collapse
Is file uvcvideo.ko specifically for galaxy note or can i use it on a different device?
Is this still required for UVC video to work or does it work on the latest ROMs/kernel?
I've read it works out of the box on the Nexus 7 but I don't have webcam to test on my Note2.
Nevermind. I tried the app Dashcam which checks for UVC driver. GFs S3 does not pop up an error while my Note2 (and my HTC Desire 601) do.
Hi,
I've successfully rooted my UK galaxy tab pro 12.2 SM-T900 (using a P900 img as the T900 one bricked it), I'd like to try running linux via chroot but I think I need a custom kernel to set SELinux to permissive.
Since there don't seem to be any in existence I think I need to build one from source as described here (I can't post links):
graemehill.ca/compiling-permissive-android-kernel/
The build # on my device is T900XXUANI1
however on the Samsung open source site this particular version is not listed.
opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=T900
I'm not sure if they're supposed to be the same thing - Should these versions match? Will I break something if I download the source for T900XXUANB5 and compile that or is that the right version to download?
Thanks
RealZogger said:
Hi,
I've successfully rooted my UK galaxy tab pro 12.2 SM-T900 (using a P900 img as the T900 one bricked it), I'd like to try running linux via chroot but I think I need a custom kernel to set SELinux to permissive.
Since there don't seem to be any in existence I think I need to build one from source as described here (I can't post links):
graemehill.ca/compiling-permissive-android-kernel/
The build # on my device is T900XXUANI1
however on the Samsung open source site this particular version is not listed.
opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=T900
I'm not sure if they're supposed to be the same thing - Should these versions match? Will I break something if I download the source for T900XXUANB5 and compile that or is that the right version to download?
Thanks
Click to expand...
Click to collapse
You can use bonuzzz's Custom PRO-VTFB. But if you really want to create your own, you can use the B5 kernel. However, that kernel has been followed by two firmware upgrades.
Thanks, so there's no problem using the p900 kernel on the t900? It's not something I've ever done before and I don't really know how much difference there is between various kernels
RealZogger said:
Thanks, so there's no problem using the p900 kernel on the t900? It's not something I've ever done before and I don't really know how much difference there is between various kernels
Click to expand...
Click to collapse
You might loose the automatic screen rotation, but that's the only difference. I use it as an alternative to cm-11, together with bonuzzz's Custom ROM 1.01 the most debloated TW ROM available. There is also a cm-11 kernel with enabled VT, but same thing here you will most likely loose the auto rotation.
If anyone is interested, i sent a request to samsung via their open source website on the day I posted this thread, asking for the XXUANI1 source. Got an email back today to say it's now available on the website. I haven't tried doing anything with it yet though!
Thread closed.
For new thread , go to this link.
https://forum.xda-developers.com/le...t/kernel-kali-nethunter-t3813746/post77016833
I request out developers to pls port the kali nethunter kernel for our device z2 plus. U can use mostly oreo roms as base for kernel since its much optimized and this device is best for pen testing pls pls developers spare ur lil time and make history!
Atharva Ambre[AT said:
;76155798]I request out developers to pls port the kali nethunter kernel for our device z2 plus. U can use mostly oreo roms as base for kernel since its much optimized and this device is best for pen testing pls pls developers spare ur lil time and make history!
Click to expand...
Click to collapse
Update I have created the changes for the kernel but I'm getting this error while compiling ...pls do suggest me the fix den the nethunter kernel is ready
Atharva Ambre[AT] said:
Update I have created the changes for the kernel but I'm getting this error while compiling ...pls do suggest me the fix den the nethunter kernel is ready
Click to expand...
Click to collapse
Wrong architecture maybe? Z2 is arm64.
JashanjotSidhu said:
Wrong architecture maybe? Z2 is arm64.
Click to expand...
Click to collapse
Thanks for the reply but nope I have ported rightly for z2 plus 64 bit defconfig file so I don't think its an arch issue since Kali nethunter kernel is for both arch 32 and 64 bit its something else.....thanks for ur try
Atharva Ambre[AT] said:
Thanks for the reply but nope I have ported rightly for z2 plus 64 bit defconfig file so I don't think its an arch issue since Kali nethunter kernel is for both arch 32 and 64 bit its something else.....thanks for ur try
Click to expand...
Click to collapse
Yeah my bad that was Linux x86....
Can you share include/linux/cpufreq.h file?
JashanjotSidhu said:
Yeah my bad that was Linux x86....
Can you share include/linux/cpufreq.h file?
Click to expand...
Click to collapse
Ya sure
Note the major errors are in proc.c
Atharva Ambre[AT] said:
Ya sure
Note the major errors are in proc.c
Click to expand...
Click to collapse
You uploaded cpu.h bro... I asked for the cpufreq.h...
Proc.c errors point to the above file as per your screenshot.
JashanjotSidhu said:
You uploaded cpu.h bro... I asked for the cpufreq.h...
Proc.c errors point to the above file as per your screenshot.
Click to expand...
Click to collapse
Oh I'm sorry my bad here's the right file
Atharva Ambre[AT said:
;76282414]Oh I'm sorry my bad here's the right file
Click to expand...
Click to collapse
Sorry again same wait take this
Atharva Ambre[AT] said:
Sorry again same wait take this
Click to expand...
Click to collapse
Try deleting the 657th and 658th line of cpufreq.h and then make again....
From where did you get the kernel sources? I couldn't find any 820chipset kernel sources with those lines.
Here's Z2 plus's file.
JashanjotSidhu said:
Try deleting the 657th and 658th line of cpufreq.h and then make again....
From where did you get the kernel sources? I couldn't find any 820chipset kernel sources with those lines.
Here's Z2 plus's file.
Click to expand...
Click to collapse
Will try and I got it from github its the open sources kernel , its available on most of the ROM first page , I got it from aex intro page on XDA
U won't find it bcoz the CPU freq file is inside Linux/include/CPU so its not android based file it's the main working of Linux so u won't find any specific chip based also it won't mention sd820 bcoz its open source u can port it as long as u are able to get it right without bugs its an open source so its open for many devices and many chipsets.
Update :
I tried again from start I think its the problem with the compiler of ndk will download older version and try out tomorrow...still getting many other errors while compiling from the source kernel
Pls provide me the link of latest stable ROM with it sources updated!thank you!
Update:
I'm gonna switch to Ubuntu distro it maybe can be distro problem.....have been trying to compile on Kali Linux..but failed despite many tries ,also re downloaded latest sources of kernel
Atharva Ambre[AT] said:
Update:
I'm gonna switch to Ubuntu distro it maybe can be distro problem.....have been trying to compile on Kali Linux..but failed despite many tries ,also re downloaded latest sources of kernel
Click to expand...
Click to collapse
I don't think linux distro could be a problem... maybe kernel version isn't compatible? Try using a different source.
JashanjotSidhu said:
I don't think linux distro could be a problem... maybe kernel version isn't compatible? Try using a different source.
Click to expand...
Click to collapse
Idk I have just right now running Ubuntu on VM I m downloading the files I don't think so that the problem is associated with kernel version bcos the thing is many new Android devices like one plus 3 and other many update android version devices like nexus have official nethunter support so latest android means the kernel will be upgraded to more newer version such as 3.18.xx and all so is our z2 plus to the same version ....anyways gonna give a try in Ubuntu or else have to wait till I get a proper source for kernel.
Can u suggest any good source for this project ?
I'm currently using the Oreo ROM and the source of the kernel is DDrb0h kernel which is the branch of lineage 15.1.
Also I have identified the major error which is in CROSS COMPILE step for android ndk idk why but in Kali Linux I'm not able to get CROSS COMPILE so kinda in lil problem...
JashanjotSidhu said:
I don't think linux distro could be a problem... maybe kernel version isn't compatible? Try using a different source.
Click to expand...
Click to collapse
I think the problem is associated with the kernel sources same error on ubuntu
Update
Tried my best to compile yet ran into another error
Changed the sources to latest treble one
I got new error with arm-linux-androideabi- gcc error some command is invalid ....I require a little guidance here . So kernel developers pls show me which version of ndk shld I use and sources shld I refer and what extra commands shld I run?
@Ayush Rathore.. Could you help this guy in solving his problem.. I think it's a interesting project..
SteelBodyX said:
@Ayush Rathore.. Could you help this guy in solving his problem.. I think it's a interesting project..
Click to expand...
Click to collapse
Thank you for ur suggestion. Ya I haved pm him already but didn't receive any update from him and also the work is done.I have made the changes for the project just one step I'm lagging is compiling it......then its free for distribution here.
ATTENTION!
Code:
[COLOR="red"]!!! I AM NOT RESPONSIBLE FOR ANY POSSIBLE DAMAGE DONE TO YOUR DEVICE AS A RESULT OF FLASHING AND I AM NOT RESPONSIBLE FOR ANY BRICKED PHONES OR LOST DATA! FLASH AT OWN RISK !!![/COLOR]
Introduction
This ROM was created for personal use. It was compiled from last sources with some personal changes and bug fixes. It's based on Lord Boeffla's kernel for LineageOS 15.1 ROM with all Kali NetHunter features included. Unfortunately Lord Boeffla stopped developing for Android so it's possibly the last available kernel from him. This ROM was tested on OnePlus 3T LineageOS 15.1 clean installed ROM with NanoDroid microG and MagiskSU.
Click to expand...
Click to collapse
Features
based on boeffla kernel with config app features support
mac80211 packet injection
usb hid
SYSTEM V support for PostgreSQL & msfconsole functionality
usb bluetooth
usb dongle modem support
modprobe support
built-in drivers for Ralink RT3070I & RTL8192CU chipsets
usb dvb- & radio-receivers support
NetHunter app with last changes & fixes
drive droid v.1.38 (older version) with cd-rom & usb-rw support
binkybear-terminal with notification bar support
other NetHunter's features
Installation instructions
Boot to TWRP recovery.
Flash the nethunter-oneplus3T-los-oreo-kalifs-full.zip
Reboot to system.
Run NetHunter App and apply all requirements & give it root privileges.
Launch DB Feed in SearchSploit section to initialize the exploits db.
Launch Android Terminal & give it root privileges.
Run 'apt update && apt dist-upgrade -y' command to get the latest updates.
Launch other apps to set them up.
Special installation instructions
There are some "issues" I've discovered during the compiling and installation. I don't know if they are general or just specific one and depends on using NanoDroid microG and MagiskSU. But as it is.
1. All apps removes from /data/app/ after ROM installation complete and I have to manually install them to make everything works. So I've attached all apps in the Download section if anybody will face the same issue.
P.S. This issue was fixed in last commits from kali-nethunter git. So I've recompiled it from sources and added to nethunter installer. But haven't tested.
2. After the first clean installation of NetHunter with built in kernel Boeffla Config App can't sometimes to initialize the kernel. In this case you should boot to TWRP recovery and flash standalone kernel's zip. After that everything should work's great.
Downloads
Downloads:
NetHunter Full ROM Installer
NetHunter's Apps
Boeffla-LOS-15.1-NH-Kernel
Sources:
kali-nethunter
nethunter-devices
nethunter-app
boeffla-kernel-los-nethunter-oneplus3T
Thanks to/Credits
Code:
[URL="https://www.boeffla.de/"]Lord Boeffla[/URL]
[URL="https://www.offensive-security.com/"]Offensive Security[/URL]
[URL="https://lineageos.org/"]LineageOS[/URL]
[URL="https://github.com/binkybear"]BinkyBear[/URL]
[URL="https://github.com/pelya"]pelya[/URL]
[URL="https://github.com/Re4son"]Re4son[/URL]
[URL="https://github.com/kimocoder"]kimocoder[/URL]
XDA:DevDB Information
OnePlus3T LineageOS 15.1 NetHunter, ROM for the OnePlus 3T
Contributors
flypatriot
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: LineageOS 15.1
Version Information
Status: Testing
Created 2019-04-05
Last Updated 2019-04-11
Reserved
Changes at 2019.04.05:
Replaced NetHunter App with last build from Re4son.
Removed modprobe_fix script and how-to-use-it section from installation guide. We don't need it anymore (all thank's to Re4son).
Rebuild NetHunter installer with new App.
Changes at 2019.04.11:
Fixed bluetooth doesn't power on issue.
Added new compiled chroot with last fixes and updates.
Fixed issue with app's installation in android oreo.
thanks for share :good:
Does the monitor mode work without an external antenna?
jorge705 said:
thanks for share :good:
Does the monitor mode work without an external antenna?
Click to expand...
Click to collapse
No. I was searching a lot of time for custom firmware with monitor mode and packet injection support for QCA6174 model but there is nothing at the moment. So you should use external adapters from recommendation list in official Kali wiki.
It would be pretty neat, if the rom would run on the Oneplus 3 as well... :x
UsPdSr said:
It would be pretty neat, if the rom would run on the Oneplus 3 as well... :x
Click to expand...
Click to collapse
I was thinking about 3 model in the beginning of developing but the thing is I can't publish untested roms. And I don't have a OnePlus 3 model to test everything by myself. But if you want I can compile it just for you. But I can't give you any guarantees.
It would be greatly appreciated if you could compile it for op3 pie, thanks anyway:good:
DoN LoUhI said:
It would be greatly appreciated if you could compile it for op3 pie, thanks anyway:good:
Click to expand...
Click to collapse
You can check Havoc based kernel published here https://forum.xda-developers.com/on...nel-kali-nethunter-oneplus-3t-t3507816/page27 (see last comments from MrM0NS73R).
flypatriot said:
You can check Havoc based kernel published here https://forum.xda-developers.com/on...nel-kali-nethunter-oneplus-3t-t3507816/page27 (see last comments from MrM0NS73R).
Click to expand...
Click to collapse
Thanks man, I would hope finding one for stock oos pie. any suggestions ?!
DoN LoUhI said:
Thanks man, I would hope finding one for stock oos pie. any suggestions ?!
Click to expand...
Click to collapse
Take a look to ZaneZam's threads. I'm sure he's already made some builds. I've been using his kernels earlier and they were really great.
flypatriot said:
I was thinking about 3 model in the beginning of developing but the thing is I can't publish untested roms. And I don't have a OnePlus 3 model to test everything by myself. But if you want I can compile it just for you. But I can't give you any guarantees.
Click to expand...
Click to collapse
I would gladly be the tester if you don't mind the additional work.
We could talk this over Pm or another messaging app if you prefer.
Also congrats to the the successful implementation of your work in the Nethunter repository!
it is compatible with my RTL8188EU ?
flypatriot said:
Take a look to ZaneZam's threads. I'm sure he's already made some builds. I've been using his kernels earlier and they were really great.
Click to expand...
Click to collapse
That great man, I've been using his kernel too on oos Oreo and it was awesome. I hope he would make a build for stock pie as well.
[TWRP]
Failed to install Kali Nethunter!
Updater process ended with ERROR: 1
why?
net hunter
What OS/Kernel/packages combo is neded to get it to work on the 1+3T ?
You have to to make sure you magisks is working or super su before you flash the kalinethuner zip. i had the same problem
i got kalinethunter running with chroot installed but i dont have the nethunter terminal anyone else got a fix for this ?
Can i Flash Nethunter Kernal for OnePlus 3T nougat to OnePlus 3T Android pie? if no then how to get Nethunter kernal for OnePlus 3T Android 9 pie ?
please explain
without any rom installed this Nethunter Rom is not being install, while Having Havoc 2.xx installed this rom is got installed but issues.
is it important to install this rom over other Rom?
is it compatable with Havoc 2.6?
flypatriot said:
No. I was searching a lot of time for custom firmware with monitor mode and packet injection support for QCA6174 model but there is nothing at the moment. So you should use external adapters from recommendation list in official Kali wiki.
Click to expand...
Click to collapse
can you try this tutorial? pls :crying:
https://github.com/The-Cracker-Tech...ki/How-to-enable-monitor-mode-in-all-devices?
DoN LoUhI said:
Thanks man, I would hope finding one for stock oos pie. any suggestions ?!
Click to expand...
Click to collapse
flypatriot said:
Take a look to ZaneZam's threads. I'm sure he's already made some builds. I've been using his kernels earlier and they were really great.
Click to expand...
Click to collapse
See the last post in this thread.. it's stock 9.0.3 kernel with WiFi adapter drivers and other nethunter features.
https://forum.xda-developers.com/oneplus-3/development/kernel-coconut-kernel-oos-oreo5-x-x-t3902040
Hey My problem is have installed Custom kali Nethunter by watching some one on YouTube I installed it and iam happy with it But when attached My External Wifi Adapter (Alfa )
It didn't detect it and after some searching on google i must use custom Kernel That support Monitor Mode.
Iam running Havoc OS 3.7 Android 10Q is there any Custom Kernel That support Monitor Mode for this Device Does Stock MIUI Kernel support it? Thanks for read my problem...
Best regards
actually you need to compile your adapter's driver
Only driver or the whole kernel?
the driver can be compiled with the kernel so take both of them
deigo775 said:
Hey My problem is have installed Custom kali Nethunter by watching some one on YouTube I installed it and iam happy with it But when attached My External Wifi Adapter (Alfa )
It didn't detect it and after some searching on google i must use custom Kernel That support Monitor Mode.
Iam running Havoc OS 3.7 Android 10Q is there any Custom Kernel That support Monitor Mode for this Device Does Stock MIUI Kernel support it? Thanks for read my problem...
Best regards
Click to expand...
Click to collapse
Hello my fellow developer
I am gladly working on such a kernel but currently have some problems compiling it, the stock miui kernel doesn't support wifi injection or any such feature you will need to build your own, if you find any solution I would like to be informed as I want to get it running!