-
Notifications
You must be signed in to change notification settings - Fork 892
2019.2 #1281
base: 2019.2
Are you sure you want to change the base?
2019.2 #1281
Conversation
kimocoder
commented
Apr 9, 2019
- Check for device encryption when flashing
- Updated the NetHunter uninstaller
- Added scripts for ath9k_htc and rtl8187 enable/disable
- Added script to disable OTG inactivity timeout on OOS roms
Do we need the wifi scripts after you added autoloading of modules into chroot? |
No autoloading, only mounting of the partition so that we can load them manually. Here's another idea: How about a monstart script: and a corresponding monstop script. We could even make it wlan$1 and pass the interface number via command line parameter. Or we can make it "wlanmon <start/stop/status>" What do you think? |
Yes, but not everyone is using it for its wifi capabilities, so there has to be added a check for adapter in that case propably |
Here's my list:
|
Move nethunter app from app to priv-app
Could you finish the monstart script @Re4son ? I'll be busy for some weeks |
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? |
@Re4son it removes the firmware? And the app, and the "nhsystem" ... |
This commit deletes the part that removes the firmware, app and chroot: Was that on purpose? This commit adds scripts - are they supposed to be run in the chroot environment or in a normal Android terminal? |
Them should move over. I'll Fix it shortly, but the uninstaller seems ok to me? Or have I did to much computers again? |
Ouch, I had that kind a day :( |