On Wednesday 28 April 2010 09:16:09 Yann SLADEK wrote: > My bad...... >> I follow instructions on french wiki, it tells to modify DeepSleep in > Active=always (as shr in fact) > I modified it in the right way (Active=yes) and I got > Apr 28 09:10:37 neo Qtopia: AtChat : T : "AT%SLEEP=4" > So it sounds good, let's wait for an experiment in the real life now :) It's the same if you have "always" or "yes". The code checks for "never" and activates deep sleep otherwise. http://github.com/radekp/qtmoko/blob/master/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp if (deepsleep == "never") chat("AT%SLEEP=2"); else chat("AT%SLEEP=4"); Regards Radek