CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: carotix con ben 1 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: megthebest con ben 8 Thanks ricevuti negli ultimi sette giorni
Utente del mese: megthebest con ben 42 Thanks ricevuti nell'ultimo mese

Pagina 77 di 243 primaprima ... 2767757677787987127177 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 761 a 770 su 2425
Discussione:

KERNEL][4.2.x][4.3][4.4.x] Fancy Kernel

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #761
    Androidiano VIP L'avatar di fedelamb


    Registrato dal
    Nov 2012
    Località
    Ancona
    Messaggi
    1,589
    Smartphone
    Honor 8

    Ringraziamenti
    1,527
    Ringraziato 736 volte in 610 Posts
    Predefinito

    Quote Originariamente inviato da markusssss Visualizza il messaggio
    Con questa versione ho un problema: spesso il launcher Nova viene terminato.
    Potrebbe essere dovuto al fatto che forse hai una beta di nova launcher . . . . . prova Ad Aggiornare nova. . . .

  2.  
  3. #762
    Androidiano VIP L'avatar di Tex99


    Registrato dal
    May 2012
    Messaggi
    1,999

    Ringraziamenti
    999
    Ringraziato 1,277 volte in 807 Posts
    Predefinito

    r31 is ready for download. Here's the change log:
    updated to Linux 3.0.82
    ondemandplus governor: fix adaptive timer_rate (the adaptive timer rate was never applied due to a coding-mistake)
    prevent Android OS to change the oom_score_adj value if it has been set to -1000 by the user (launchers are 100% bullet proof now. period.)
    block: disable iostats
    fixed issues for some users where the WiFi fix could not be executed
    few other minor things

    standard: http://boypetersen.de/fancykernel/r3....2-r31-std.zip

    ext:http://boypetersen.de/fancykernel/r3....2-r31-ext.zip

  4. I seguenti 5 Utenti hanno ringraziato Tex99 per il post:

    achmav (17-06-13),LuCiolla90 (17-06-13),Mithril (17-06-13),oleksandr (17-06-13),Pelide (17-06-13)

  5. #763
    Senior Droid L'avatar di oleksandr


    Registrato dal
    Mar 2012
    Località
    Roma
    Messaggi
    463
    Smartphone
    Galaxy Nexus GSM

    Ringraziamenti
    398
    Ringraziato 303 volte in 193 Posts
    Predefinito

    Quote Originariamente inviato da Tex99 Visualizza il messaggio
    r31 is ready for download. Here's the change log:
    updated to Linux 3.0.82
    ondemandplus governor: fix adaptive timer_rate (the adaptive timer rate was never applied due to a coding-mistake)
    prevent Android OS to change the oom_score_adj value if it has been set to -1000 by the user (launchers are 100% bullet proof now. period.)
    block: disable iostats
    fixed issues for some users where the WiFi fix could not be executed
    few other minor things

    [KERNEL] Fancy Kernel (r31) (JUN-17-2013) | Galaxy Nexus > XDA
    Grande Tex, ero entrato un'ora fa nel thread su xda e non c'era nulla certo che boype avvolte è imprevedibile..

    on Stock 4.3 Rom with Fancy Kernel & ViPER4Android AudioEffect

  6. #764
    Androidiano VIP L'avatar di Tex99


    Registrato dal
    May 2012
    Messaggi
    1,999

    Ringraziamenti
    999
    Ringraziato 1,277 volte in 807 Posts
    Predefinito

    Batteria da 2000 + xenonHd (che toglierò fra poco perché non va cosi bene) min 384 max 1220 , sioplus, ondemandplus , attività core 0, fsync off (modalità aereo durante la notte, saranno state 6 ore, per il resto sempre 3g o WiFi)
    Spoiler:

  7. Il seguente Utente ha ringraziato Tex99 per il post:

    oleksandr (17-06-13)

  8. #765
    Androidiano VIP


    Registrato dal
    Jul 2010
    Messaggi
    1,564

    Ringraziamenti
    314
    Ringraziato 539 volte in 393 Posts
    Predefinito

    ogni tanto anche un po' di teoria male non fa...

    Quote Originariamente inviato da boype Visualizza il messaggio
    Another post to be linked to the OP. It explains a feature I added a few releases back, but did not mention it so far because I wanted to give a detailed explanation first.

    What is DTIM (skipping)?
    DTIM stands for "delivery traffic indication message". A DTIM is sent to your phone by the wireless access point, when there is data the access point wants to transmit. For example, when there's a Whatsapp message incoming, it is reaching the wireless access point, which then notifies your phone that there's something incoming and it has to get ready to receive it. This notification is handled by DTIMs.
    More information on DTIM can be found here: Delivery traffic indication message - Wikipedia, the free encyclopedia

    Now what's the big deal with DTIMs? The Broadcom WiFi driver in the kernel is set to not receive each DTIM when the phone's screen is off. This is obviously done in order to save some battery, so that the phone doesn't have to get out of idle so often. This behavior is called DTIM skipping. A negative effect of DTIM skipping, however, might be that messages (like Whatsapp messages) are received with some delay.


    So what is DTIM skip override good for?
    DTIM skip override lets you choose if and how many DTIM requests are ignored when the phone's screen is off. Just to give an example, I have set mine to skip no DTIMs whatsoever to get quicker notifications.


    What is the actual impact on battery life?
    That depends on the wireless network you're in. If you're signed-in to a network with many clients and a lot of traffic, disabling DTIM skipping will probably affect your battery life some more. When you're in a private wireless network (like the one in your home), disabling DTIM skipping is most likely not affecting your battery life at all.
    Personally, I cannot see any negative effects on my apartment's wireless.


    How to enable the DTIM skip override
    This is possible via the following sysfs path: /sys/module/bcmdhd/parameters/dtim_skip_override

    A value of 1 disables DTIM skipping. A value of 0 simply uses the stock behavior. Any value above 1 sets the value, which nth DTIM request should be processed by your phone. E.g., if you set it to 3, each third request will be processed.

    You can activate it via terminal, e.g.: 'echo 1 > /sys/module/bcmdhd/parameters/dtim_skip_override'

    To make it apply on each boot, use the following init.d script:
    codice:
    #!/system/bin/sh
    
    until [ -e /sys/module/bcmdhd/parameters ] ; do
      sleep 3
    done
    echo 1 > /sys/module/bcmdhd/parameters/dtim_skip_override

  9. I seguenti 6 Utenti hanno ringraziato Pelide per il post:

    achmav (17-06-13),LuCiolla90 (17-06-13),Mithril (17-06-13),Nikoracing (17-06-13),oleksandr (17-06-13),Tex99 (17-06-13)

  10. #766
    Androidiano VIP L'avatar di Tex99


    Registrato dal
    May 2012
    Messaggi
    1,999

    Ringraziamenti
    999
    Ringraziato 1,277 volte in 807 Posts
    Predefinito

    Batteria da 2000 + xenonHd (che toglierò fra poco perché non va cosi bene) min 384 max 1220 , sioplus, ondemandplus , attività core 0, fsync off. 3g e WiFi sempre tranne la notte
    Spoiler:

  11. #767
    Androidiano


    Registrato dal
    Mar 2012
    Messaggi
    108
    Smartphone
    Galaxy Nexus

    Ringraziamenti
    37
    Ringraziato 3 volte in 3 Posts
    Predefinito

    Ma non scalda un po troppo a voi?

  12. #768
    Senior Droid L'avatar di LuCiolla90


    Registrato dal
    Jan 2013
    Località
    Pisignano di Lecce
    Messaggi
    770
    Smartphone
    Asus Zenfone 2 ZE551ML

    Ringraziamenti
    801
    Ringraziato 178 volte in 150 Posts
    Predefinito

    Quote Originariamente inviato da ryan19 Visualizza il messaggio
    Ma non scalda un po troppo a voi?
    A me tutti i fancy, tranne il 30 che ho tenuto per diversi giorni, hanno dato tutti i problemi possibili e immaginabili (per "colpa" del mio device in particolare eh che non digerisce moltissimo alcune release del kernel): temps davvero alte quasi sempre, riavvii, diversi sod.
    Col 30 mi sono trovato benissimo invece ma ora faccio da beta-tester per l'alkean di alkemix quindi non mi sembra il caso di cambiare kernel per vedere come va il fancy 31 (più per rispetto verso l'impegno preso con alke). :P
    E poi se dite che scalda...io passo. XD
    Il thanks rende sempre felici: datelo!
    Ogni messaggio di assistenza sarà cestinato!


    DEVICE: Asus Zenfone 2 ZE551ML
    ROM: Stock MM
    KERNEL: Stock
    MODS: No
    LAUNCHER: Nova Prime
    RECOVERY: TWRP

  13. Il seguente Utente ha ringraziato LuCiolla90 per il post:

    oleksandr (18-06-13)

  14. #769
    Androidiano VIP L'avatar di morfances


    Registrato dal
    Sep 2010
    Località
    ROMA
    Messaggi
    8,354
    Smartphone
    Nexus 5,Gnex,Galaxy Giò

    Ringraziamenti
    1,861
    Ringraziato 3,250 volte in 2,373 Posts
    Predefinito

    Quote Originariamente inviato da ryan19 Visualizza il messaggio
    Ma non scalda un po troppo a voi?
    scaldare no..pero ,a parità di impostazioni, sembra che consumi piu batteria rispetto al 30 xD
    Oneplus 9


    Oneplus 5 6/64
    ROM: Pixel Experience 9.0

    Nexus 5
    Rotto!!! MA NON MANCHERO? DI DARVI SUPPORTO
    --
    Galaxy Nexus (venduto)


  15. #770
    Androidiano VIP L'avatar di fedelamb


    Registrato dal
    Nov 2012
    Località
    Ancona
    Messaggi
    1,589
    Smartphone
    Honor 8

    Ringraziamenti
    1,527
    Ringraziato 736 volte in 610 Posts
    Predefinito

    Quote Originariamente inviato da ryan19 Visualizza il messaggio
    Ma non scalda un po troppo a voi?
    Io sono tasto indietro con sto kernel (r28) ma a me non scaldava molto . . . . .nei processi più impegnativi arrivava si e no a 55/60

Pagina 77 di 243 primaprima ... 2767757677787987127177 ... ultimoultimo
Ultima pagina

Tag per questa discussione

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy