![]() |
Re: [Announce] kernel-power stable v51 in Extras-Devel
Quote:
|
Re: [Announce] kernel-power stable v51 in Extras-Devel
Waiting for dfries patches...
|
Re: [Announce] kernel-power stable v51 in Extras-Devel
I find it odd that ever since having this kernel installed on my phone, that my phone has been sending premium rate text messages to egypt and romania...:mad:
11/04/12 04:24 PM SMOINT EGYPT (S) 0000000000l 11/04/12 04:23 PM SMOINT ROMANIA (S) 0000000000l There are no records of these text messages being logged in my el-v1.db file stored in the .rtcom-eventlogger folder. Has this package been compromised? Would some one like to share with me their sha1 hashes of the deb files? If it is not the kernel which is tainted, then does anyone have any suggestions for finding which package that I have installed that may be rogue? |
Re: [Announce] kernel-power stable v51 in Extras-Devel
please search for (not-)my-nokia and cherry
/j |
Re: [Announce] kernel-power stable v51 in Extras-Devel
N900 101: Before activating gsm for the first time - apt-get remove cherry
|
Re: [Announce] kernel-power stable v51 in Extras-Devel
Forgive me for my ignorance but it was this cherry application that is sending premium rate text messages to egypt and romania?
Thank you for the responses btw! :) (I did read this: http://wiki.maemo.org/PR1.2_compulso...nical_analysis) That would make sense of it was the program because the number that is being texted appears to be a number that is associated with interfacing between sms and e-mail. |
Re: [Announce] kernel-power stable v51 in Extras-Devel
Quote:
1. You said that the time reported by bq27200 is in seconds, while I see in http://www.ti.com/lit/ds/symlink/bq27200.pdf , page 12, "Minutes". Any explanation? 2. I've seen https://garage.maemo.org/plugins/ggi...587175;hb=HEAD , lines 43-70. And other patches in https://garage.maemo.org/plugins/ggi...d34322;hb=HEAD . Question: Code:
#define BQ27x00_REG_TTECP 0x26 Quote:
Thank you for taking your time to respond. |
Re: [Announce] kernel-power stable v51 in Extras-Devel
@misiak,
1) Each power_supply kernel driver must report time in seconds, so bq27x00_battery too (it convert it). @joerg_rw, you know bq27200 chip better. Time code was not written by me and now I see from datasheet that chip can report more "time to empty" values (TTECP, MLTTE, STTE, TTE, ARTTE). Which should be reported as "average value" and which as "now value"? |
Re: [Announce] kernel-power stable v51 in Extras-Devel
Quote:
I found out your conversion in bq27x00_battery_read_time(struct bq27x00_device_info *di, u8 reg), and following the code, in bq27x00_update(struct bq27x00_device_info *di) I found out you use:
How I understand the registry names (but that's only my understanding, I rarely read datasheets):
TL;DR: The names of most are pretty explanatory, I would suspect 0x1C to be time to empty battery on idle and 0x20 to be time to empty on heavy load... so instead of reporting 0x16 for both values I would report these two, what do you think about that? I would check that by myself, but I'm very busy lately, only time I can write here on TMO is from my N900 while I'm on the train or a bus... Any comments on that from you, joerg_rw, if you (as pali wrote) know this chip? |
Re: [Announce] kernel-power stable v51 in Extras-Devel
Ok, i solved the puzzle by reading other pages - Pali, please take a look at pages 12-18 of http://www.ti.com/lit/ds/symlink/bq27200.pdf (sorry for very long quote, I'm quoting here only battery-relevant parts, there are information about more registers and values, maybe you will find that useful):
Quote:
edit: Now I officially propose to edit battery driver module and add at least: Code:
#define BQ27x00_REG_STTE 0x1c Code:
cache.time_to_empty = bq27x00_battery_read_time(di, BQ27x00_REG_TTE); Code:
cache.time_to_empty = bq27x00_battery_read_time(di, BQ27x00_REG_TTECP); |
All times are GMT. The time now is 23:52. |
vBulletin® Version 3.8.8