Advertisement
neutrondev03

Untitled

May 4th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/system/bin/sh
  2. #this script unload normal wlan module and load FTM module
  3.  
  4. setprop ctl.stop wpa_supplicant
  5. rmmod wlan
  6. rmmod librasdioif.ko
  7. rmmod cfg80211.ko
  8. /system/etc/init.qcom.sdio.sh 1
  9. insmod /system/lib/modules/cfg80211.ko
  10. insmod /system/lib/modules/librasdioif.ko
  11. insmod /system/lib/modules/wlan.ko driver_mode=1
  12. /system/etc/init.qcom.sdio.sh 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement