"Keep WiFi on during sleep" from adb
This post was automagically converted from Blogger. There may be dragons. Check any code you copy.
adb shell settings put global wifi_sleep_policy 2
* Always = 2
* Only When Plugged In = 1
* Never = 0