Re4son Kernel

Results 52 comments of Re4son Kernel

Unfortunately the source for the kernel in our repo is no longer available but you can use this pristine kernel and start from scratch: https://github.com/Re4son/android_kernel_moto_shamu/tree/cm-14.1 What driver are you missing?

No autoloading, only mounting of the partition so that we can load them manually. Here's another idea: How about a monstart script: sudo iw phy `iw dev wlan1 info |...

Working on it outside this request. We might even want to add a button in the nethunter app.

What's the reason for not removing the firmware and nethunter-app during uninstall?

I like those helper scripts. Are they to be used inside or outside the chroot, or both?

> it removes the firmware? And the app, and the "nhsystem" ... This commit deletes the part that removes the firmware, app and chroot: [https://github.com/offensive-security/kali-nethunter/blob/9439ee1540fb82b4053f0f1001c556fd5d736a2d/nethunter-installer/uninstaller/META-INF/com/google/android/update-binary](https://github.com/offensive-security/kali-nethunter/blob/9439ee1540fb82b4053f0f1001c556fd5d736a2d/nethunter-installer/uninstaller/META-INF/com/google/android/update-binary) Was that on purpose? This...

The uninstaller doesn't uninstall the firmware and nethunter-app anymore (nethunter-app will be installed under /system/priv-app) and the nhscript directory is also not uninstalled. ![image](https://user-images.githubusercontent.com/12821486/56330030-abca6680-61c9-11e9-97b8-97ff4440886a.png)

Should be fixed in https://github.com/offensive-security/nethunter-app/commit/78a3fd683c3cbaebe51775f3541d58a2d4ba59be Could you give it another try using the 2019.2 branch please?

A few changes but they shouldn't cause this error. Can you please check if "qemu-arm-static" has actually been copied to "$rootfs/usr/bin/"?

I think we can ignore those fuse errors. It seems to work just fine once installed. I'm working on a few more issues and will push the fixes shortly