You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|
From: Patrick S. V. <pat...@gm...> - 2011-07-14 21:19:14
|
Hi Dennis OK, you are lucky... Since Cisco released anyconnect for rooted phones, I have wifi switched on most of the time, this saves me some battery and gives me heaps of bandwidth. On 07/13/2011 08:26 AM, D. Jansen wrote: > Yes, that's what I had assumed. I thought, as the new high quality > codecs fit in GSM bandwidth > (http://en.wikipedia.org/wiki/GSM#Voice_codecs), it would just switch to > GSM. But it turns out it doesn't do that, yet. All it does is to disable > the dialup data connection to save your traffic volume. If we also > switch off the 3G part we can save a nice amount. OK, let's try it. I sort of got addicted of saving battery even though it is not that important by now... > Oh, I haven't tried that. But I'm pretty sure it'd be 3G still. Because > it also allows for higher quality voice codecs. I know for sure that > I've read it, probably in c't. But I only found this in > Wikipedia. http://en.wikipedia.org/wiki/GSM#Voice_codecs, which doesn't > say whether the new umts codec can be used in practice in gsm/2G mode. I > assume the 2G system are not programmed to use it there, only in 3G. And > that's probably why phones switch to 3G at all even if you're not using > the internet. Otherwise that would make no sense. Would you mind writing up some docu for it? > But it's very easy to test: Just try leaving the phone active a day > (ideally in the same spot) with 2G + Wifi and then a day with 3G + Wifi. I wish I could leave my phone on my desk all day! Attached you will find a development preview of 2.7.0 (which might be 3.0.0 when released). My changelog states the following: * features - make configuration loadable from other apps (with the correct permission) - ask before deleting autoload configuration - change networkmode on wifi connected * bug fixes - * internal - new networkmode handler Except the code switching the network mode I run this apk for days. Patrick |
From: D. J. <d.g...@go...> - 2011-07-08 20:25:12
|
Hi Patrick, Hi everyone! If a wifi connection is established you can save the power needed for 3G connections, because you already have faster data transfers via Wifi and are not using the data connection at all, anyway. So it makes a lot of sense to switch to 2G. effect: The power savings are significant (My old phone (Samsung Galaxy Apollo/3) was still at 90 % battery after a whole day (~ 12 hours) of Wifi standby instead of about 70%. possible side effect: Calls may have a slighly lower quality, as 3G can use different codecs with lower bandwidth and quality. Cheers, Dennis |
From: Michael L. <un...@nu...> - 2011-04-04 19:44:22
|
'Lo altogether. As the Help pages are "all my fault", I'd opt for the task. Might take some time at the moment, tho, as I have a fuckload of work and exams to take.. @Patrick: Send me the raw texts and I'll cram them into readable English. ;) @all: What about internationalization of help? As there're way to get the $LANG, the app could switch the help language. I wonder though, as to how to implement that switching in plain HTML.... Anyone any clues? Yours, Michael On 04.04.2011 21:13, Patrick S. Vogt wrote: > Does anyone feel like painting icons for the service states in the > profile list? > > Or feel like spell checking/translate to English/make human readable the > new help pages? > > Any help would be appreciated > Patrick > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > Cputuner-development mailing list > Cpu...@li... > https://lists.sourceforge.net/lists/listinfo/cputuner-development |
From: Patrick S. V. <pat...@gm...> - 2011-04-04 19:14:06
|
Does anyone feel like painting icons for the service states in the profile list? Or feel like spell checking/translate to English/make human readable the new help pages? Any help would be appreciated Patrick |
From: Patrick S. V. <pat...@gm...> - 2011-03-28 18:07:10
|
On 03/28/11 15:15, Dub wrote: >> - Virtual governors > I'm not sure i understand the use of that. It abstracts the governor setting from the profiles. The problem (with the governors) is that much of the powersaving is done by choosing the right parameters. So if you switch the governors in the profile, it is either a lot of work to reenter the parameter or you loose a lot... > Maybe there's a doc somewhere, no yet... > or upcoming? ... hopefully soon. this is one of the problems: writing help. >> - allow frequencies< 400 for minimal frequency >> - use powersave_bias > > What is that? http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/topic/liaai/cpufreq/TheOndemandGovernor.htm Really good reading on the topic. |
From: Dub <vo...@in...> - 2011-03-28 13:15:51
|
Le 27/03/2011 22:19, Patrick S. Vogt a écrit : > The changelog lists the following: > V 2.0.0 > * features > - Virtual governors I'm not sure i understand the use of that. Maybe there's a doc somewhere, or upcoming? > - GUI updates > - Settings and help moved to menu > - Statistics tab Niiice :) > - allow frequencies< 400 for minimal frequency > - use powersave_bias What is that? > It is not yet finished, there is still some GUI work to do (e.g. > features of the governors, does anyone have a smartass governor?) and I > still might add some feature (e.g. backup and restore of the database). Unfortunately, rmk40 removed the smartass from his last kernels, saying nobody knows how to us it. I'm already trying to make him revert that decision :) |
From: Patrick S. V. <pat...@gm...> - 2011-03-27 20:17:18
|
Attached you find a preview of the upcoming 2.0 version of cpu tuner. The main new feature is the virtual governors, which abstract the governor settings from the profiles. Furthermore I changed the GUI quit a bit. The changelog lists the following: V 2.0.0 * features - Virtual governors - GUI updates - Settings and help moved to menu - Statistics tab - allow frequencies < 400 for minimal frequency - use powersave_bias It is not yet finished, there is still some GUI work to do (e.g. features of the governors, does anyone have a smartass governor?) and I still might add some feature (e.g. backup and restore of the database). Patrick |