Wifi Monitor Mode - Samsung Galaxy Tab S6 Lite Themes, Apps, and Mods

Hi all,
I have root on my tab s6 lite and I have nethunter installed. There isn't a custom kernel for tab s6 lite so I have to just use the generic install. When i try su -c "ip link set wlan0 down; echo 4 > /sys/module/wlan/parameters/con_mode;ip link set wlan0 up";exit I get Permission Denied, even in an android su terminal. Any idea what I'm doing wrong? When I do iw ph wlan0 I see that the chipset supports monitor mode. How can I get permission denied with root? Thanks!

Related

[Q] configuring wifi connection under recovery

hello i wonder if i can get some help
i am in recovery mode under my smartphone rooted with adb shell
i can mount android /system and /data
i am able to use linux located on external sd
(see my script http://jeanmichel.gens.free.fr/etc/install copied before in /system/bin )
i just want to activate the wifi connection
first i load module 80211 with insmod ok
when i run wpa_suplicant with my /data/misc/wifi/wpa_suplicant.conf -i wlan0 -Dnl80211 -c/data/misc/wifi/wpa_suplicant.conf
it tells that my wlan0 interface is not set
i wonder if i must run log/wapper ... dhcp before,
under android looks run after in the process numbers
how the wlanO is set ?

[Q] configuring wifi connection under recovery

hello i wonder if i can get some help
i am in recovery mode under my smartphone rooted with adb shell
i can mount android /system and /data
i am able to use linux located on external sd
(see my script http://jeanmichel.gens.free.fr/etc/install copied before in /system/bin )
i just want to activate the wifi connection
first i load module 80211 with insmod ok
when i run wpa_suplicant with my /data/misc/wifi/wpa_suplicant.conf -i wlan0 -Dnl80211 -c/data/misc/wifi/wpa_suplicant.conf
it tells that my wlan0 interface is not set
i wonder if i must run log/wapper ... dhcp before,
under android looks run after in the process numbers
how the wlanO is set ?

chnging MAC adress of wlan 0

hello
I have rooted phone with busybox pro and terminal app installed.
I would like to hange IMEI adress when Im in work, as we have limited access to wifi for unknown imeis.
So, I would like to change this via terminal app by command:
su
busybox ifconfig (see that i need to edit wlan0)
busybox ifconfig wlan0 hw ether 'newmac'
and after that im getting:
ifconfig: SI0CSIFHWADDR: Operation not supported"
Additionally I cant get it work with additional apps from play store. Is there something else what I should do?
NMy phone is P780 with MIUI rom.
Thank you

ADB wifi permission denied

when I try to enable wifi on my Samsung Galaxy J2 pro with adb this kind of error occurs and won't let me turn it on. The sofware version SM-J250n the south korean version.
can anyone help me???
C:\Users\Breath of the wild\Desktop\ADB>adb -s a7c2f2fa shell "svc wifi enable"
sh: resetreason: can't execute: Permission denied

Monitor mode on internal wifi card REDME NOTE 4 MIDO

Anyone successfully enabled monitor mode on redmi note 4 Mido?
Both qcmon and wlan0mon not working.
Also tried below method (https://forum.xda-developers.com/redmi-note-3/how-to/wifi-monitor-mode-t3874557/amp/)
adb push iwpriv /data/local/tmp/
adb shell su -c chmod +x /data/local/tmp/iwpriv
Code:
#!/system/bin/sh
ip link set wlan0 down
sleep 1
echo 4 > /sys/module/wlan/parameters/con_mode
sleep 2
ip link set wlan0 up
/data/local/tmp/iwpriv wlan0 monitor 1
/data/local/tmp/iwpriv wlan0 MonitorModeConf 9 40 1 111 0
I'm using stock rom and kernal.
So, please help.
Even I tried but it was not possible
Eventually it shows but as qcom:802.11n on wlan0 there is no modes I think it's not possible to turn on monitor mode in redmi note 4 sd.v

Categories

Resources