Page 12 of 15 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 148

Thread: [Beta] SamdroidMod 1.3.1 beta2, deodexed, based on XXJH1

777
  1. [translate]    #111
    Junior Member
    Join Date
    May 2010
    Location
    Lille, France
    Posts
    16

    Default

    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)

  2. [translate]    #112
    Senior Member
    Join Date
    Apr 2010
    Posts
    199

    Default

    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)
    Attached Files Attached Files
    Last edited by pixiebob; 08-16-2010 at 08:34 PM.

  3. [translate]    #113
    Member
    Join Date
    Jul 2010
    Location
    The Netherlands
    Posts
    55

    Default

    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?

  4. [translate]    #114
    Senior Member
    Join Date
    Apr 2010
    Posts
    199

    Default

    Quote Originally Posted by pr0x View Post
    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?
    i agree it will be more cool if we can have more precise battery by 1%. the solution for this is to find the right parameters to change in this file s3c6410_battery.c

  5. [translate]    #115
    Member
    Join Date
    May 2010
    Location
    here
    Posts
    74

    Default

    It would be nice if the precision was 1%, but i think 5% is much precise then 20% which we have at the moment.

  6. [translate]    #116
    Member
    Join Date
    Jul 2010
    Location
    buc
    Posts
    36

    Default

    I prefer 1% accuracy......rather then 20%...

  7. [translate]    #117
    Junior Member
    Join Date
    May 2010
    Location
    Sweden
    Posts
    28

    Default

    But 5% is still better than 20, isn't it? :P

  8. [translate]    #118
    Member
    Join Date
    Jul 2010
    Location
    The Netherlands
    Posts
    55

    Default

    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.

  9. [translate]    #119
    Junior Member
    Join Date
    Jul 2010
    Location
    Murmansk
    Posts
    10

    Default

    После свежей установки с пустым логом суперюзер падает, если выбрать просмотр лога. Было, наверное?

  10. [translate]    #120
    Senior Member
    Join Date
    May 2010
    Location
    Lithuania
    Posts
    714

    Default

    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

Page 12 of 15 FirstFirst ... 21011121314 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •