No it's not applicable via recovery... it's a just a part of spica kernel code !
(In the .zip, it's a .txt file)
No it's not applicable via recovery... it's a just a part of spica kernel code !
(In the .zip, it's a .txt file)
leshak: it will be very cool if before compiling new kernel you can replace this files:
GT-I5700_OpenSource_Update2/I5700_Eclair_KernelOpenSource/kernel/drivers/power/s3c6410_battery.c
by this unzipping file, it enable a more precise battery level tracking 5%: (thanks to Mr guybrush for his work)
Last edited by pixiebob; 08-16-2010 at 08:34 PM.
Is there no option like on the htc cyanogenmods to have 1 to 100% on the battery icon? Maybe ask cyanogen how he did it on twitter?
It would be nice if the precision was 1%, but i think 5% is much precise then 20% which we have at the moment.
I prefer 1% accuracy......rather then 20%...
But 5% is still better than 20, isn't it? :P
hmmm this mod really rocks for my battery. I am using it now for almost two days on 3g and still I have 30% left :P
I turn on gps and wifi on few times and talked on the phone for like 1hour of total.
После свежей установки с пустым логом суперюзер падает, если выбрать просмотр лога. Было, наверное?
There is posibility to make 1% of battery discharge...
#endif /* __ADJUST_RECHARGE_ADC__ */
dev_dbg(dev, "%s: (full)level = %d\n", __func__, bat_level );
} else if (batt_full >= bat_vol && bat_vol > batt_almost) {
int temp = (batt_full - batt_almost) / 3;
if (bat_vol > (batt_almost + temp * 5 / 2))
bat_level = 95;
else if (bat_vol > (batt_almost + temp * 2))
bat_level = 90;
else if (bat_vol > (batt_almost + temp * 3 / 2))
bat_level = 85;
else if (bat_vol > (batt_almost + temp))
bat_level = 80;
else if (bat_vol > (batt_almost + temp / 2))
bat_level = 75;
else
bat_level = 70;
and etc...
Ill try to write 99,98,97 and see whats gonna happen![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks