• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating network for tablets to join for Master/Slave
#27
After some testing I can report:
No bad things happened, works great and hopefully this is gonna be automatic in a future update of MSP.

For the ones being interested my steps a little more clean:


/* have adb installed on your computer
https://www.xda-developers.com/install-a...cos-linux/

/* Connect Android with data cable
/* open Terminal app
/* now type this:

adb shell

/* press Return
/* you'll see the adb address of your Android device instead of theUser$
/* now type of copy this:

settings put global captive_portal_detection_enabled 0

/* press Return
/* you'll see not much, but you can check the status, 1 or 0 by typing this:

settings get global captive_portal_detection_enabled

/* now REBOOT your device: voila.


/* since your wifi now doesn't notice any more if there is internet or not, you might want to set this back to normal one day:
/* open Terminal app
/* type this:

adb shell

/* press Return
/* now type this:

settings put global captive_portal_detection_enabled 1

/* press Return
/* Back turned on to be picky about if there is wifi or not.
Reply


Messages In This Thread
RE: Creating network for tablets to join for Master/Slave - by kaithedrummer - 01-31-2018, 01:18 AM



Users browsing this thread:
2 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.