Motorola C390
If this record contains wrong information, please add new record with correct information and the record will be replaced after review. All records were filled in by users and there is no guarantee that they are correct.
Více informací o telefonu může být na následujících stránkách:
Podporované funkce
- Informace o telefonu
Nastavení
[gammu] port = DEVICE NAME connection = at115200
Poznámka zadavatele (anglicky)
Battery Indicator: AT+CBC
if(i_chargeType==0)
{
if( log(i_charge/1.4)/log(1.038) > 30 )
i_charge=(int) (log((double) i_charge/1.4)/log(1.038));
}
if(i_chargeType==1)
{
i_charge= (int) ((int) pow( (double) (i_charge-6), (4.0/6.0) ) * 5.2) +2;
}
This source get is kmobiletools
O záznamu
Vytvořil Oleksandr Pilipenko dne 1. ledna 2006 1:00.