mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[GH-ISSUE #19] Keep wifi awake when phone is in sleep mode #15
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abbyad on GitHub (May 3, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/19
When the phone sleeps the wifi turns off after a timeout, which means that messages are not synchronized automatically until the phone wakes.
A solution is to use an app like "Wi-Fi Keep Awake" to make sure that the wifi stays on, but it may be a nice feature to set wifi preference from within SMSSync, as done here: http://stackoverflow.com/questions/3871824/how-do-i-keep-wifi-from-disconnecting-when-phone-is-asleep
@eyedol commented on GitHub (May 3, 2012):
@abbyad -- Looking into that. Keep you posted
@mandric commented on GitHub (May 7, 2012):
@abbyad was the phone plugged into a power source when you tested this? I can't reproduce this when my phone is plugged into a laptop via usb. I leave it all night and in the morning send an sms and get a response. Wondering if there is a setting related to wifi policy that is different between our phones.
@abbyad commented on GitHub (May 7, 2012):
From what I know the phone was connected, although there may have been power outages at some point. Since you are connected to your computer the debug mode may be keeping the phone fully awake? It is also possible that it depends on the phone manufacturer or model. In this case it was a Google/Samsung Nexus S
@lbell commented on GitHub (Jul 21, 2012):
Experiencing the same issue. SMSSync should wake WIFI up when a message comes in.
@eyedol commented on GitHub (Aug 26, 2012):
Fixed