The Following User Says Thank You to sulu For This Useful Post: | ||
![]() |
2012-02-05
, 18:11
|
Posts: 67 |
Thanked: 32 times |
Joined on Oct 2011
|
#2752
|
![]() |
2012-02-05
, 19:17
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#2753
|
notice when you remove 700 and 750 freq from the list and add the 720 one, you have exactly one less in frequencies count, so guess what it means and remove correct one from vsel and rate lists...
![]() |
2012-02-05
, 19:37
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#2754
|
My thoughts exactly.
But how do I do that (without adding evil hacks to the kernel-config script)?
#!/bin/sh sudo /opt/scripts/avoid_freqs.sh
#!/bin/sh ##set some frequencies #avoid frequencies echo "125000 550000 600000 805000 950000 1000000 1100000 1150000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies #up threshold echo 75 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold #nice load echo "0" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load ##Set DSP freqs echo "90 90 180 360 400 430 520 600 600 600 600 600 600" > /sys/power/dsp_opps_rate ##FS mods #enable camera button #echo "cam" chmod 666 /sys/devices/platform/gpio-switch/cam_focus/disable echo 0 > /sys/devices/platform/gpio-switch/cam_focus/disable chmod 444 /sys/devices/platform/gpio-switch/cam_focus/disable #FM boost/region #echo "fmtx" chmod 666 /sys/class/i2c-adapter/i2c-2/2-0063/region echo 4 > /sys/class/i2c-adapter/i2c-2/2-0063/region chmod 644 /sys/class/i2c-adapter/i2c-2/2-0063/region #load injection drivers /opt/wifi/load.sh #setup wifi for all channels iw reg set JP exit
![]() |
2012-02-05
, 19:49
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2755
|
![]() |
2012-02-05
, 20:28
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#2756
|
vsel=`echo $vsel | sed s/\ [0-9]\\\+//` rate=`echo $rate | sed s/\ [0-9]\\\+//`
The Following User Says Thank You to sulu For This Useful Post: | ||
![]() |
2012-02-05
, 22:41
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#2757
|
![]() |
2012-02-06
, 07:03
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#2758
|
@freemangordon
do you have any news about the voltage boost and regulation at 805/850 Mhz?
The Following User Says Thank You to freemangordon For This Useful Post: | ||
![]() |
2012-02-06
, 07:35
|
|
Posts: 1,583 |
Thanked: 1,203 times |
Joined on Dec 2011
@ Everywhere
|
#2759
|
Uh? What's that got to do with any of this?
The default N900 is like an oven without a dial, just a big "auto-cook" button. The K## packages provide lots of thin metal cylinders you can turn to change the settings, but most can't grip them well enough to use them directly. The settings package is "the big plastic knob" on the front that makes it easier to use. But if you turn the oven up to twice it's rated value and it catches on fire, it's not the plastic knobs fault.
Some devices simply can't operate at faster speeds. It has nothing to do with the tools that configure the system. It's a hardware limitation. Nokia/TI tested these to work up to 600Mhz. Some reboot at 605Mhz, some reboot at 1200Mhz. If your device explodes randomly going over 850Mhz, then don't set it above that. Done.
![]() |
2012-02-06
, 07:41
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#2760
|
![]() |
Tags |
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou |
Thread Tools | |
|
I recently upgraded from v42 to v49. My profile, looks like this (which is basically the old "ideal" profile and worked fine under v42) :
The problem is that when I load this profile I get the following error messages:
Last edited by sulu; 2012-02-05 at 17:42.