Active Topics

 


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

Reply
Thread Tools
Posts: 356 | Thanked: 69 times | Joined on Jan 2010 @ Poland
#2111
Is it possible that after the new update all I can do with QCPUFreq is maximum 750MHz and onlu with SmartReflex? I tried to turn it off and change to 950MHz, then save as preset but after reboot it is still max 750 and Smart
 
Banned | Posts: 695 | Thanked: 308 times | Joined on Apr 2011 @ originally pakistan ,now in china
#2112
karam can you do any magic on wifi-friendly N900 battery ?
i am getting great standby battery with battery+speed patch ,tweaks and all that ..but its bloody wifi ,drains battery in 3 hours .may i expect any magic on this ?
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#2113
Originally Posted by vi_ View Post
That is correct (about the battery). Now for your next trick, adjusting wifi power...

When I am on my home wifi, I am always near the access point. Thus I do not need the full 100mW of wifi power. I can use just 10mW and still have perfect connection. Similarly, at work I am in the middle of 3 dd-wrt routers all cranking out 250mW of power, I can get away with just 2mW of wifi power there. Adjusting wifi power by the 'connections' settings is a pain in the testicles and cannot be done for each network separately...

In maemo (an most linux's) there is is a directory called /etc/network/if-up.d. Any scripts in this folder will be run as root whenever I 'connect'...

So, you create a file called:

Code:
/etc/network/if-up.d/50_wifiscripts
Containing:

Code:
#!/bin/sh
essid=$(iwgetid -s)

if [ "$essid" == "qwerty12" ]; then
	iwconfig wlan0 txpower 7
	echo $essid
elif [ "$essid" == "work" ]; then
	iwconfig wlan0 txpower 3
fi
This means when I connect to qwerty12 (home) or work the power is reduced appropriatley.


Similarly, at the other end:

Code:
/etc/network/if-down.d/50_wifiscripts
Containing:

Code:
#!/bin/sh
iwconfig wlan0 txpower 20
To put power back to max when I disconnect (so you can still connect to other networks).

You can stick other stuff in these directories too. For example, switch to work profile when I connect to work wifi.

This lets me stay connected to wifi all day without even batting an eyelid!
yep yep yep
vi_'s trick
 

The Following 2 Users Say Thank You to karam For This Useful Post:
corduroysack's Avatar
Posts: 939 | Thanked: 366 times | Joined on Dec 2010 @ U.K.
#2114
going to test the new batterypatch will report back
__________________
"I Reject Your Reality & Substitute My Own" Adam Savage
 
Posts: 169 | Thanked: 71 times | Joined on Aug 2010 @ Spain
#2115
Amazing karam. Currently testing. But with the whole CSSU update my battery performance cannot be tested as it should.

Originally Posted by karam View Post
@visN900
it should
you can check with conky
I didn't get that one, man. What do you say that can be checked in conky? You mean CPU clock, any process, or what?

Thanks in advance.
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#2116
CSSU new update + batterypatch = reboot during calls

In my case.

Try to see the cause.
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#2117
@jpala16
you can check the percents left in conky
time for about 10 minutes and check the conky before
and after
you will notice without batterypatch each 10 minutes 4% are gone
now each 10 minutes 1or2 % are gone (this is in my case you might have different results)

@WhiteWolf
i haven't tried the new CSSU update
but the problem is probably with the voltages
edit the file /opt/dbus-scripts/cpu_normal
and change kernel-config load overclock
to
kernel-config load $the profile which is stable with u

but the default custom profile with batterypatch are the best for battery saving
 

The Following User Says Thank You to karam For This Useful Post:
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#2118
Thanks.

I'll try the changes you suggested.

To update CSSU going great.

Thanks for your patch.
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#2119
hey karam. i just updated the battery patch via fapman and i got 4 reboots while on standby. after turning on it said unexpected reboot occured and the custom kernel settings were not loaded. can u please help me with this and fix the unexpected reboots? if u dont know about it then can u please tell me that how to revert back the the previous version of the batterypatch? because my phone is idle n i see it reboot again n again
 
Posts: 266 | Thanked: 156 times | Joined on Jun 2011 @ India
#2120
Originally Posted by zurrain101 View Post
hey karam. i just updated the battery patch via fapman and i got 4 reboots while on standby. after turning on it said unexpected reboot occured and the custom kernel settings were not loaded. can u please help me with this and fix the unexpected reboots? if u dont know about it then can u please tell me that how to revert back the the previous version of the batterypatch? because my phone is idle n i see it reboot again n again
Karam said that the patch might not be stable with all N900's.. try out different profiles by Karam or else wait.. he will be uploading the old battery patch soon(c some posts back)
 
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 11:26.