Active Topics

 


Poll: Delet the values from the speedpatch?
Poll Options
Delet the values from the speedpatch?

Reply
Thread Tools
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#3041
Originally Posted by freemangordon View Post
@woody14619 , actually karam is right this time, K-P-S does not touch /etc/pmconfig
Sigh.. serves me right for not checking the source first...

Originally Posted by karam View Post
break !!
if you checked the latest version...
You mean the one you were working on (and PM me about) after I wrote this post? Sorry, I'm not precognisant. I can't check a version you released after my comments were made.

Originally Posted by karam View Post
break!!
another incorrect
kernel-power-settings doesn't modify /etc/pmconfig
Technically we are both correct and both wrong. kernel-power-settings overrides /etc/pmconfig by loading it's own preferred default if it's installed. So, the proper operational order appears to be:
  • Kernel starts with Nokia base-line defaults at boot.
  • Kernel loads /etc/pmconfig shortly after fs is mounted.
  • If kernel-power-settings is installed, it's scripts load /etc/default/kernel-power if it exists, so long as this isn't the second reboot in under 5 minutes.

So to be sure to capture existing settings for later restore during uninstall, batery-patch should backup /etc/pmconfig AND /etc/default/kernel-power. The later is a link, so capturing/restoring it isn't quite as simple. (It complicates the restore, as an existing link needs to be removed first...)

Technically, if you never call kernel-config default <filename> in any of your scripts, then you don't need to backup either file. If you scripts are changed to only call kernel-config load, then all changes made will be temporary, and it will never change the default, removing the need to restore it in postrm. That currently is not the case, as you do call kernel-config default in at least one of your scripts.
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#3042
Originally Posted by woody14619 View Post
You mean the one you were working on (and PM me about) after I wrote this post? Sorry, I'm not precognisant. I can't check a version you released after my comments were made.
no no no that was speedpatcch



Originally Posted by woody14619 View Post
Technically we are both correct and both wrong. kernel-power-settings overrides /etc/pmconfig by loading it's own preferred default if it's installed. So, the proper operational order appears to be:
  • Kernel starts with Nokia base-line defaults at boot.
  • Kernel loads /etc/pmconfig shortly after fs is mounted.
  • If kernel-power-settings is installed, it's scripts load /etc/default/kernel-power if it exists, so long as this isn't the second reboot in under 5 minutes.
nothing new here
//edit
but nokia base-line is pmconfig i guess


Originally Posted by woody14619 View Post
Technically, if you never call kernel-config default <filename> in any of your scripts, then you don't need to backup either file. If you scripts are changed to only call kernel-config load, then all changes made will be temporary, and it will never change the default, removing the need to restore it in postrm. That currently is not the case, as you do call kernel-config default in at least one of your scripts.
well this is something didn't came on my mind
will deal with it later, after the new speedpatch

Last edited by karam; 2012-02-16 at 21:28.
 
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#3043
Originally Posted by ravent-n900 View Post
wow...with all testing its give you 30 days WTF man
What are you talking about? There was a good 5+ month period between when Titan left and Pali picked up working on the kernel. And I never claimed to run ALL kernels, or that I was getting 30 days from day 1. In PR1.0 I was lucky to get 7 days before I needed to reboot, mainly because of memory leaks in Nokia/Hildon code.

Understand, I was one of the first people to have an N900. I pre-ordered, twice (read the threads here for why twice), and owned one within the first week if it hitting the open market. I've had my N900 for over 2 years now, and have had a several periods where it's gone >30 days without a reboot. Most of those have been in PR1.2/Titan-KP or PR1.3 with Pali-KP.

Also understand that I don't test every kernel or every package known to man. I update things when I need to, and reboot when I have to (which is quite rare). And with a few exceptions, most updates don't require a reboot. Updating ModRana or Boggle doesn't necessitate one to reboot their phone, unlike WP7.
 

The Following 2 Users Say Thank You to woody14619 For This Useful Post:
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#3044
*facepalm*

cmon guys stop this empty useless chitchat
need to know the status of sp v3.6

oops forgot to add cleanup script for .bashrc
updated to v3.7

Last edited by karam; 2012-02-16 at 22:08.
 
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#3045
Originally Posted by karam View Post
and woody ?? (again)! i have never stated that i have adapted cgroup to syspart before
didn't like this from u
??? What are you talking about? I never claimed that you adapted cgroup to syspart before this. Where do you see me saying that? I didn't. I'm simply stated that it may not be reasonable to expect the next version to behave like the previous version because you have dramatically changed how you're doing something. Period.

You stated in your own thread that this was a major change for speed-patch. What's so hard to understand about that?

Regardless, changes to /etc/pmconfig will be short lived if you are using battery-patch, since it loads it's own configs within the first minute of the system starting up. Since that's a fact, and you can't debate it, you make things up and claim I say things when I don't.

I'm kind of tired of the childish games and lies. It's bad enough that you say/claim things when you don't know what you're doing. Or when you're doing damaging things to other people's devices because you can't be bothered to do proper testing or read documentation about dbus results. But when you actively lie about what someone is saying, and back hand them, when in PM you're asking for help on scripts and how things work? I've known 5 year olds with more common sense and respect for others.
 
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#3046
Originally Posted by karam View Post
i don't wanna hijack
but i got 1 coin of reply

on the other hand check this
http://talk.maemo.org/showpost.php?p...postcount=3012
Btw: ONE person does not prove much about any program. Especially when the same person later notes this was "normal use", which could mean just about anything. (eg That normal use could mean he made a 10 minute call with BP and a 20 minute call without... both "normal use", but both take vastly different tolls on the battery!) I also note you didn't mention at all about several people having issue with ring-stuttering or video playback being a problem after installing a version.

Funny that you only present a single positive review, vs dealing with the factual discussion at hand. Frankly, when someone asks "if I change pmconfig will it work if I have battery-patch installed", the factual answer is NO, which is what I answered. We both know that to be true, but rather than accept the truth, you play a childish game, claim I say things I've never said, and act hurt.
 
Posts: 559 | Thanked: 166 times | Joined on Jan 2010 @ Cyprus
#3047
battery patch (except the last version that was stuttering my videos) is a great program....I remember the days where I had to charge my phone every night.Now, it lasts for two days so I`m not anxious to rush to the power cord every single night.....keep up the good work!
 
Posts: 336 | Thanked: 129 times | Joined on Jan 2011 @ portugal
#3048
so..new speedpatch is totally uninstalled by just purging it right?..and xterm error free?..hm..i'll give it a shot..

Last edited by ed_boner; 2012-02-17 at 01:41.
 
Posts: 535 | Thanked: 598 times | Joined on Apr 2011 @ Republic of the Philippines
#3049
Hi Woody! I hope that when you talk to karam you'd also consider the fact that English is not his native language. I wouldn't really want to join in this conversation but I, as a non-native English speaker, feel that sometimes you feel that he is being rude when he isn't. Your tone or wording is actually pretty harsh.
I do understand why you are making so much effort in posting here and correcting/guiding karam but I think you can be more civil, which I have seen you are capable of when karam is following your advice.
I'd also share my experience as a non-coder and previous user of karam's patches. I did notice improvements in my battery life and apparent performance of my N900 when I still had the patches installed. I used the script versions and had KP47 then. I never tried the repo versions and I didn't use his profile that came with the patches as I don't want to overclock my device. I'm now running my N900 without the patches and I do remember my browser being more responsive when I had them. Thanks for your efforts, I'm looking forward to more constructive/productive exchanges between you guys!
 

The Following 5 Users Say Thank You to vetsin For This Useful Post:
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#3050
nice speak vetsin

@ed_boner
yes totally safe install and uninstall
and no need to purge
i added a line to *rule* file that does purging from FAM or HAM

@woody14619
as vetsin said : do feel that i'm rude ?
if you do .. well i don't mean to be so
but check what sophocha posted
and those links you provided . they had a problem with a previous version
but currently batterypatch is bug free (at last)
as well as the new speedpatch (but need replies about it)

@vetsin
if you are using the script version , i highly recommend to switch to repo version ,because finally i was able to make cgroup uses syspart configs and it does improve the device response, and it installs/uninstalls safely

@sophocha
is the current version causing any troubles ?
 

The Following 2 Users Say Thank You to karam For This Useful Post:
Reply

Tags
autobrick, awesome-script, do no install, f***epitaph, install it now, perfect_ n900, script-a-brick, very safe


 
Forum Jump


All times are GMT. The time now is 14:48.