1. Try waking the device right after receiving something from socket
(works for me with Bluetooth)
or
2. Set wakelock for whole session.

On Mar 17, 1:07 pm, Miguel Paraz <[email protected]> wrote:
> Hi,
> I noticed that if the Android phone is listening on a ServerSocket on
> the 3G network, and is then put to sleep with the power button, it no
> longer listens for incoming connections. The incoming TCP connection
> does not wake up the phone.
>
> Is this there a way to enable waking up a sleeping phone on incoming
> Server Socket connections, the way that incoming data on a regular
> Socket does?
>
> Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to