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

Reply
Thread Tools
Posts: 169 | Thanked: 71 times | Joined on Aug 2010 @ Spain
#1751
Originally Posted by zurrain101 View Post
hey karam i would like to ask u something. i think im getting problems with th battery patch. like my phone is not that fast now. its laggy when i use it heavily like wifi. and sometimes kinda takes 3 seconds when i unlock the screen to show the screen. is it possible because of the patch? because i didnt install or do anything except the new patch.
thanks
Probably it's stuck at a value for vfs_cache_pressure of 10. I had that problem today. Just to be sure, type this on x-terminal (xterm):
Code:
cat /proc/sys/vm/vfs_cache_pressure
It should show a value of "100". Otherwise, battery patch not applied correctly.
If all was right, type in xterm (be sure to be in a directory with write permissions as MyDocs):

Code:
cd /home/user/MyDocs

sleep 10 && cat /proc/sys/vm/vfs_cache_pressure >> patch-test.txt

leafpad patch-test.txt
After hitting enter on the second command you'll have to close keyboard and lock phone. It should show a value of "10". Otherwise, battery patch not applied correctly.
If it is all right, then you could uninstall speedpatch and check if it works better than with speedpatch. It seems that not all people here are getting great results. Check that.

If it's not right try to follow instructions given, use common sense, and try to set the things in battery patch to default, and then try to reapply it. I had to do it twice today. First time I was kind of tired or so to get it working...

Last edited by jpala16; 2011-08-09 at 19:51.
 

The Following User Says Thank You to jpala16 For This Useful Post:
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#1752
hey u mean that after

sleep 10 && cat /proc/sys/vm/vfs_cache_pressure >> patch-test.txt
i should press enter? and then close keyboard and lock the phone. and then unlock it and it should show 10? nd then i type the 3rd command
leafpad patch-test.txt
yeah? correct me if im wrong
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#1753
Are you daft? Look what that nice guy just wrote you (emphasizing mine):

Originally Posted by jpala16 View Post
After hitting enter on the second command you'll have to close keyboard and lock phone. It should show a value of "10". Otherwise, battery patch not applied correctly.
Can you ever just follow instructions without keeping to ask the same question in different incarnations over and over?
 

The Following User Says Thank You to don_falcone For This Useful Post:
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#1754
after this command
sleep 10 && cat /proc/sys/vm/vfs_cache_pressure >> patch-test.txt
i slide the keyboard down n lock the phone. after i unlock it it doesnt show me any value. it just takes me to the next line.
 
Posts: 22 | Thanked: 2 times | Joined on Apr 2011
#1755
@Zurrain101

In the second command, the output is being redirected to a file named patch-test.txt. That's why you are not getting anything on the screen.

sleep 10 && cat /proc/sys/vm/vfs_cache_pressure >> patch-test.txt


The third command will show you the output.

leafpad patch-test.txt

If you get any error related to leafpad, try to check if it is installed on your n900, if not, install through fapman.

Hope it helps.
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#1756
i am getting this in leafpad.
100
10
100
100
100
100
100
100
100
100
guess ill have to remove the battery patch n install again
 
Posts: 30 | Thanked: 13 times | Joined on May 2011
#1757
@zurrain101
I've had the same problem but it wasn't batterypatch. It was another little proggy that wasn't installed correct probably. After uninstalling this prog and reboot everything works fine again. And by the way your listing shows that batterypatch works fine.

@karam
Thanks for your hard work. I've had modified my phone before i used your patches and had a standbytime of nearly four days. Now the phone has a standbytime of more than five days and it's pretty fast.

@all
I'm not using karams ideal profile, because I build my own based on the starving-profile and with some more overclocking. Less power and more speed But this profile propably not working on the most devices 'cause it brings my n900 to the limit.
For those of you that want to try I've attached my profile.
Attached Files
File Type: txt sirsockes.txt (400 Bytes, 81 views)
 

The Following 2 Users Say Thank You to SirSocke For This Useful Post:
Posts: 169 | Thanked: 71 times | Joined on Aug 2010 @ Spain
#1758
Originally Posted by zurrain101 View Post
i am getting this in leafpad.
100
10
100
100
100
100
100
100
100
100
guess ill have to remove the battery patch n install again
Sorry, maybe my post wasn't clear. Yes, it was just to redirect the value to a file. Then you could open the file and see the value. Thinking about it now, you needn't the file, so you could just
Code:
sleep 10 && cat /proc/sys/vm/vfs_cache_pressure
With that it would output to xtermina without needing to open any file.

Anyway, I see that theree's a 10 value, so the patch should be functioning (you didn't set it manually and thus that value, did you?). But there's a lot of 100 values. Did you wait the 10 seconds after executing command, without unlocking the phone? If not I would recommend you to remove the battery patch and reapply it carefully again, paying attention to all commands and trying to understand them. You would learn something, for sure.

Oh, you can remove the file:
Code:
rm /home/user/MyDocs/patch-test.txt
If you rerun the commands I posted the file will be created again. If you wanna test again use the first command in this post.

EDIT: Sorry for not being clear. "sleep" command waits the seconds you set as parameter without doing nothing but wait. I put that to give you time to lock the phone. Yes, maybe I would have had to explain that before. I give you this advice: try to learn what commands do, that way you'll be able to fix things, or at least know what you're doing. It's slow but it's satisfying and useful

Last edited by jpala16; 2011-08-10 at 08:16.
 

The Following User Says Thank You to jpala16 For This Useful Post:
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#1759
hey i did not wait 10 seconds. i will now n will tellu.
i am gonna write this

sleep 10 && cat /proc/sys/vm/vfs_cache_pressure
then gonna slide down and lock my phone for 10 seconds and the gonna unlock it and then gonna post here what values it showed in xterm
thanks
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#1760
hey i checked and its showing 10 in xterminal so batt patch correctly applied. now i should remove speedpatch n try without it
thanks
 
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 15:56.