Reply
Thread Tools
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#311
why was it posted on here [100 times] though??
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#312
Originally Posted by Gill T View Post
Thnx for the tip, i know lof of command but not all of them
And when i ask fore some help i didnt think somebody would give us suchs a code to kill our device, if so please tell what the risk are

its strange to think its a bug, because if i use this code:
echo $(cat /sys/class/power_supply/bq27200-0/temp) | awk '{ print $1/10}'
i got the correct temp, and if i use this code:
echo Temp: `cat /sys/class/power_supply/bq27200-0/temp` C
i get the wrong temp.
The kernel is reporting the temperature in a standard way, i.e. as an integer including 1 sinificant figure. Programs that report the temperature are SUPPOSED to do the maths to make it look right. The original bq_ module reported the temperature wrongly and all software was written to reflect that.

all this does:

Code:
echo $(cat /sys/class/power_supply/bq27200-0/temp) | awk '{ print $1/10}'
is divide that value by 10. I have it as a DCEW displaying the temp on the 'desktop'.

There is a bug here, two infact.
  1. Every previous program is INTERPRETING the temperature data wrongly.
  2. Grade A noob tards have jumped on this development release of a kernel, running stuff they have NO IDEA what does and then whinging.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 5 Users Say Thank You to vi_ For This Useful Post:
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#313
The issues with cutetube have nothing to do with the kernel patches. There was an issue with the app on the last release. Thats why its called extras-devel kids, not extras-works.

While a nice little piece of shell script the rm command is just uncool. We already have enough people borking there phones through a lack of knowledge - do we really need to help them along?
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900

 

The Following 2 Users Say Thank You to Bratag For This Useful Post:
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#314
@vi_

Your command will quite likely cause a large amount of idiots to whine even more than they previously would have.

I'm actually quite thankful you posted that relatively popular command. It should teach people to WAIT until software is ready and to stop repeating the same posts just because they are too lazy to read any part of the thread.
 

The Following 3 Users Say Thank You to Reffyyyy For This Useful Post:
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#315
What is everyone talking about temperature?

I have power-kernel v47 and latest CSSU. Installed v47 yesterday, and sofar no problems at all.

I can make tel. calls, send & recieve sms, email is working fine.

And when i check with program called Clean900 my battery Details it says nothing strage. Also the temperature is normall (18 degrees) in Original kernel.
Temperature in Titan= open/no info

So nothing strange here..
 
pawelstryju's Avatar
Posts: 119 | Thanked: 103 times | Joined on Feb 2011 @ Poland, Częstochowa
#316
Originally Posted by N900@900MHz View Post
What is everyone talking about temperature?

I have power-kernel v47 and latest CSSU. Installed v47 yesterday, and sofar no problems at all.

I can make tel. calls, send & recieve sms, email is working fine.

And when i check with program called Clean900 my battery Details it says nothing strage. Also the temperature is normall (18 degrees) in Original kernel.
Temperature in Titan= open/no info

So nothing strange here..
18 degrees? so where do you live, north pole? Normal temperature is between 30-40 degrees.

And kp47 gives temperature in 3 numbers!
Example:
302=30,2; 450=45; 374=37,4
__________________
N900@dsp 600-900MHz + CSSU (21.2011.38-1Tmaemo3.1)
 

The Following User Says Thank You to pawelstryju For This Useful Post:
Posts: 28 | Thanked: 3 times | Joined on Nov 2010 @ Noord-Holland, Netherlands
#317
Originally Posted by vi_ View Post
The kernel is reporting the temperature in a standard way, i.e. as an integer including 1 sinificant figure. Programs that report the temperature are SUPPOSED to do the maths to make it look right. The original bq_ module reported the temperature wrongly and all software was written to reflect that.

all this does:

Code:
echo $(cat /sys/class/power_supply/bq27200-0/temp) | awk '{ print $1/10}'
is divide that value by 10. I have it as a DCEW displaying the temp on the 'desktop'.

There is a bug here, two infact.
  1. Every previous program is INTERPRETING the temperature data wrongly.
  2. Grade A noob tards have jumped on this development release of a kernel, running stuff they have NO IDEA what does and then whinging.
Thnx,

yes you are right it was stupid to do it, but if i was a complete noob then my n900 died all ready in dec 2009 when i got the phone.
i know a lot of command 30 % of my phone runs on my self made commands and script. but i dont know everything and i always make an complete backup the roots and mydocs
it is my lesson not to run everything.

I`m using the code also in QBW and tweaked it a bit
__________________
N900 PR 1.3 CSSU 13
Maemo, NITDroid @950mhz,
N95 8G, Nokia 6300
 

The Following User Says Thank You to Gill T For This Useful Post:
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#318
Originally Posted by pawelstryju View Post
18 degrees? so where do you live, north pole? Normal temperature is between 30-40 degrees.

And kp47 gives temperature in 3 numbers!
Example:
302=30,2; 450=45; 374=37,4
18 degrees celcius and i ckecked temp just after aperiod of long idle time. At the moment it is 27 degrees while running browser.
And no i don't live in the nordpol,i live in the netherlands.
my n900 is running at 900MHz lv profile this the max freq where it is stable (min freq is 250)
 
Posts: 115 | Thanked: 342 times | Joined on Dec 2010
#319
@pali:
I have a module request. It would be cool if you could compile the block cipher mode XTS (CONFIG_CRYPTO_XTS) for the next version. It is used by some crypto programs like LUKS, or TrueCrypt, so some people might be interested in that.
 
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#320
Originally Posted by NIN101 View Post
@pali:
I have a module request. It would be cool if you could compile the block cipher mode XTS (CONFIG_CRYPTO_XTS) for the next version. It is used by some crypto programs like LUKS, or TrueCrypt, so some people might be interested in that.
Ok. If there are needed some patches for 2.6.28.10 apply it on my git repository and me diff.
 
Reply

Tags
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou


 
Forum Jump


All times are GMT. The time now is 01:37.