CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: megthebest con ben 2 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: 9mm con ben 6 Thanks ricevuti negli ultimi sette giorni
Utente del mese: megthebest con ben 19 Thanks ricevuti nell'ultimo mese

Pagina 111 di 178 primaprima ... 1161101109110111112113121161 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 1,101 a 1,110 su 1777
Discussione:

[ROM][ICS] CyanogenMod 9 [Ivendor]

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. #1101
    Androidiano VIP L'avatar di galaxy4ever


    Registrato dal
    May 2012
    Messaggi
    2,833
    Smartphone
    Galaxy Nexus, Xperia Tablet S

    Ringraziamenti
    302
    Ringraziato 770 volte in 562 Posts
    Predefinito

    hyp se vuoi un consiglio metti il kernel di castagna, la fotocamera funziona di nuovo anche nella beta 5 ed ha raggiunto una fluidita paragonabile a gingerbread nell i/o
    "You only live once... but if you do it right... once is enough"


    GALAXY NEXUS CON ANDROID 4.3 STOCK


    SE TI HO AIUTATO CLICCA SUL THANKS!

  2.  
  3. #1102
    Androidiano VIP L'avatar di hypnos17


    Registrato dal
    May 2012
    Localitā
    Pan Daemonium
    Messaggi
    9,436
    Smartphone
    Galaxy s plus

    Ringraziamenti
    1,540
    Ringraziato 3,444 volte in 2,652 Posts
    Predefinito

    Ma se te l'ho consigliato io poco fa

    inviato dalla mia mente distorta e malfunzionante

  4. #1103
    Androidiano VIP L'avatar di galaxy4ever


    Registrato dal
    May 2012
    Messaggi
    2,833
    Smartphone
    Galaxy Nexus, Xperia Tablet S

    Ringraziamenti
    302
    Ringraziato 770 volte in 562 Posts
    Predefinito

    Quote Originariamente inviato da hypnos17 Visualizza il messaggio
    Ma se te l'ho consigliato io poco fa

    inviato dalla mia mente distorta e malfunzionante
    ops ahahah devo non aver visto il post ahah.. governor migliore? lionheart ha la velocita di apertura quasi paragonabile all s2 con ics ma mi sa che la batteria va a farsi benedire..
    "You only live once... but if you do it right... once is enough"


    GALAXY NEXUS CON ANDROID 4.3 STOCK


    SE TI HO AIUTATO CLICCA SUL THANKS!

  5. #1104
    Androidiano VIP L'avatar di hypnos17


    Registrato dal
    May 2012
    Localitā
    Pan Daemonium
    Messaggi
    9,436
    Smartphone
    Galaxy s plus

    Ringraziamenti
    1,540
    Ringraziato 3,444 volte in 2,652 Posts
    Predefinito

    Post#2
    https://www.androidiani.com/forum/sh...d.php?t=157194

    inviato dalla mia mente distorta e malfunzionante

  6. #1105
    Senior Droid L'avatar di iLpirLa


    Registrato dal
    Jan 2012
    Localitā
    Veneto
    Messaggi
    897
    Smartphone
    Huawei P9, Samsung S6, Nexus 5

    Ringraziamenti
    182
    Ringraziato 469 volte in 153 Posts
    Predefinito

    Quote Originariamente inviato da hypnos17 Visualizza il messaggio
    Post#2
    [GUIDA] Cambiare kernel - Forum Android Italiano

    inviato dalla mia mente distorta e malfunzionante
    in quel post pero' sono recensiti solo i governor vecchi, presenti su gb del lionheart, ad es, manco l'ombra
    anche se in inglese č facilmente capibile..se vuoi traducila o linkala al secondo post:
    link -> [REF][TWEAKS] Kernel Governors, Modules, I/O Schedulers, CPU Tweaks, AIO App Configs - xda-developers
    credits -> droidphile
    1) Ondemand:
    Default governor in almost all stock kernels. One main goal of the ondemand governor is to switch to max frequency as soon as there is a CPU activity detected to ensure the responsiveness of the system. (You can change this behavior using smooth scaling parameters, refer Siyah tweaks at the end of 3rd post.) Effectively, it uses the CPU busy time as the answer to "how critical is performance right now" question. So Ondemand jumps to maximum frequency when CPU is busy and decreases the frequency gradually when CPU is less loaded/apporaching idle. Even though many of us consider this a reliable governor, it falls short on battery saving and performance on default settings. One potential reason for ondemand governor being not very power efficient is that the governor decide the next target frequency by instant requirement during sampling interval. The instant requirement can response quickly to workload change, but it does not usually reflect workload real CPU usage requirement in a small longer time and it possibly causes frequently change between highest and lowest frequency.

    2) Ondemandx:
    Basically an ondemand with suspend/wake profiles. This governor is supposed to be a battery friendly ondemand. When screen is off, max frequency is capped at 500 mhz. Even though ondemand is the default governor in many kernel and is considered safe/stable, the support for ondemand/ondemandX depends on CPU capability to do fast frequency switching which are very low latency frequency transitions. I have read somewhere that the performance of ondemand/ondemandx were significantly varying for different i/o schedulers. This is not true for most of the other governors. I personally feel ondemand/ondemandx goes best with SIO I/O scheduler.

    3) Conservative:
    A slower Ondemand which scales up slowly to save battery. The conservative governor is based on the ondemand governor. It functions like the Ondemand governor by dynamically adjusting frequencies based on processor utilization. However, the conservative governor increases and decreases CPU speed more gradually. Simply put, this governor increases the frequency step by step on CPU load and jumps to lowest frequency on CPU idle. Conservative governor aims to dynamically adjust the CPU frequency to current utilization, without jumping to max frequency. The sampling_down_factor value acts as a negative multiplier of sampling_rate to reduce the frequency that the scheduler samples the CPU utilization. For example, if sampling_rate equal to 20,000 and sampling_down_factor is 2, the governor samples the CPU utilization every 40,000 microseconds.

    4) Interactive:
    Can be considered a faster ondemand. So more snappier, less battery. Interactive is designed for latency-sensitive, interactive workloads. Instead of sampling at every interval like ondemand, it determines how to scale up when CPU comes out of idle. The governor has the following advantages: 1) More consistent ramping, because existing governors do their CPU load sampling in a workqueue context, but interactive governor does this in a timer context, which gives more consistent CPU load sampling. 2) Higher priority for CPU frequency increase, thus giving the remaining tasks the CPU performance benefit, unlike existing governors which schedule ramp-up work to occur after your performance starved tasks have completed. Interactive It's an intelligent Ondemand because of stability optimizations. Why??
    Sampling the CPU load every X ms (like Ondemand) can lead to under-powering the CPU for X ms, leading to dropped frames, stuttering UI, etc. Instead of sampling the CPU at a specified rate, the interactive governor will check whether to scale the CPU frequency up soon after coming out of idle. When the CPU comes out of idle, a timer is configured to fire within 1-2 ticks. If the CPU is very busy between exiting idle and when the timer fires, then we assume the CPU is underpowered and ramp to max frequency.

    5) Interactivex:
    This is an Interactive governor with a wake profile. More battery friendly than interactive.

    6) Lulzactive:
    This new find from Tegrak is based on Interactive & Smartass governors and is one of the favorites.
    Old Version: When workload is greater than or equal to 60%, the governor scales up CPU to next higher step. When workload is less than 60%, governor scales down CPU to next lower step. When screen is off, frequency is locked to global scaling minimum frequency.
    New Version: Three more user configurable parameters: inc_cpu_load, *******_step, pump_down_step. Unlike older version, this one gives more control for the user. We can set the threshold at which governor decides to scale up/down. We can also set number of frequency steps to be skipped while polling up and down.
    When workload greater than or equal to inc_cpu_load, governor scales CPU *******_step steps up. When workload is less than inc_cpu_load, governor scales CPU down pump_down_step steps down.
    Example:
    Consider
    inc_cpu_load=70
    *******_step=2
    pump_down_step=1
    If current frequency=200, Every up_sampling_time Us if cpu load >= 70%, cpu is scaled up 2 steps - to 800.
    If current frequency =1200, Every down_sampling_time Us if cpu load < 70%, cpu is scaled down 1 step - to 1000.

    7) Smartass:
    Result of Erasmux rewriting the complete code of interactive governor. Main goal is to optimize battery life without comprising performance. Still, not as battery friendly as smartassV2 since screen-on minimum frequency is greater than frequencies used during screen-off. Smartass would jump up to highest frequency too often as well.

    8) SmartassV2:
    Version 2 of the original smartass governor from Erasmux. Another favorite for many a people. The governor aim for an "ideal frequency", and ramp up more aggressively towards this freq and less aggressive after. It uses different ideal frequencies for screen on and screen off, namely awake_ideal_freq and sleep_ideal_freq. This governor scales down CPU very fast (to hit sleep_ideal_freq soon) while screen is off and scales up rapidly to awake_ideal_freq (500 mhz for GS2 by default) when screen is on. There's no upper limit for frequency while screen is off (unlike Smartass). So the entire frequency range is available for the governor to use during screen-on and screen-off state. The motto of this governor is a balance between performance and battery.

    9) Intellidemand:
    Intellidemand aka Intelligent Ondemand from Faux is yet another governor that's based on ondemand. Unlike what some users believe, this governor is not the replacement for OC Daemon (Having different governors for sleep and awake). The original intellidemand behaves differently according to GPU usage. When GPU is really busy (gaming, maps, benchmarking, etc) intellidemand behaves like ondemand. When GPU is 'idling' (or moderately busy), intellidemand limits max frequency to a step depending on frequencies available in your device/kernel for saving battery. This is called browsing mode. We can see some 'traces' of interactive governor here. Frequency scale-up decision is made based on idling time of CPU. Lower idling time (<20%) causes CPU to scale-up from current frequency. Frequency scale-down happens at steps=5% of max frequency. (This parameter is tunable only in conservative, among the popular governors )
    To sum up, this is an intelligent ondemand that enters browsing mode to limit max frequency when GPU is idling, and (exits browsing mode) behaves like ondemand when GPU is busy; to deliver performance for gaming and such. Intellidemand does not jump to highest frequency when screen is off.

    10) Lazy:
    This governor from Ezekeel is basically an ondemand with an additional parameter min_time_state to specify the minimum time CPU stays on a frequency before scaling up/down. The Idea here is to eliminate any instabilities caused by fast frequency switching by ondemand. Lazy governor polls more often than ondemand, but changes frequency only after completing min_time_state on a step overriding sampling interval. Lazy also has a screenoff_maxfreq parameter which when enabled will cause the governor to always select the maximum frequency while the screen is off.

    11) Lagfree:
    Lagfree is similar to ondemand. Main difference is it's optimization to become more battery friendly. Frequency is gracefully decreased and increased, unlike ondemand which jumps to 100% too often. Lagfree does not skip any frequency step while scaling up or down. Remember that if there's a requirement for sudden burst of power, lagfree can not satisfy that since it has to raise cpu through each higher frequency step from current. Some users report that video playback using lagfree stutters a little.

    12) Lionheart:
    Lionheart is a conservative-based governor which is based on samsung's update3 source. Tweaks comes from 1) Knzo 2) Morfic. The original idea comes from Netarchy. See here. The tunables (such as the thresholds and sampling rate) were changed so the governor behaves more like the performance one, at the cost of battery as the scaling is very aggressive.

    To 'experience' Lionheart using conservative, try these tweaks:
    sampling_rate:10000 or 20000 or 50000, whichever you feel is safer. (transition latency of the CPU is something below 10ms/10,000uS hence using 10,000 might not be safe).
    up_threshold:60
    down_threshold:30
    freq_step:5
    Lionheart goes well with deadline i/o scheduler. When it comes to smoothness (not considering battery drain), a tuned conservative delivers more as compared to a tuned ondemand.

    13) LionheartX
    LionheartX is based on Lionheart but has a few changes on the tunables and features a suspend profile based on Smartass governor.

    14) Brazilianwax:
    Similar to smartassV2. More aggressive ramping, so more performance, less battery.

    15) SavagedZen:
    Another smartassV2 based governor. Achieves good balance between performance & battery as compared to brazilianwax.

    16) Userspace:
    Instead of automatically determining frequencies, lets user set frequencies.

    17) Powersave:
    Locks max frequency to min frequency. Can not be used as a screen-on or even screen-off (if scaling min frequency is too low).

    18) Performance:
    Sets min frequency as max frequency. Use this while benchmarking!
    Device: Nexus 5



    RICORDATI IL TASTO QUI SOTTO A SX SE TI SONO STATO D'AIUTO !

  7. I seguenti 2 Utenti hanno ringraziato iLpirLa per il post:

    smeroni68 (03-09-12),SniperInside (03-09-12)

  8. #1106
    Androidiano VIP L'avatar di smeroni68


    Registrato dal
    Dec 2011
    Localitā
    dintorni di Milano
    Messaggi
    1,771
    Smartphone
    SGS+ (GT-I9001) + TF300TG

    Ringraziamenti
    706
    Ringraziato 1,576 volte in 695 Posts
    Predefinito

    Quote Originariamente inviato da hypnos17 Visualizza il messaggio
    Uscito il fix....aggiorno che non ho neanche aggiornato niente

    inviato dalla mia mente distorta e malfunzionante
    Ho controllato i link su xda: sono giā aggiornati con il fix...

    Inviato dal mio GT-I9001
    Xiaomi MI5 Pro 4/128GB Ceramic Black
    Phone 1: AOSP 6.0.1 (JDC Team)

    Samsung SGS4 (2x GT-I9505 LTE)
    Phone 2: OptimizedCM 13 (JDC Team)
    Phone 3: AOSP v7.0.0 (JDC Team)


  9. #1107
    Androidiano VIP L'avatar di hypnos17


    Registrato dal
    May 2012
    Localitā
    Pan Daemonium
    Messaggi
    9,436
    Smartphone
    Galaxy s plus

    Ringraziamenti
    1,540
    Ringraziato 3,444 volte in 2,652 Posts
    Predefinito

    Mi riferivo a questo thread...nella rom č incluso il fix? Č stata aggiornata?

    inviato dalla mia mente distorta e malfunzionante

  10. #1108
    Androidiano VIP L'avatar di smeroni68


    Registrato dal
    Dec 2011
    Localitā
    dintorni di Milano
    Messaggi
    1,771
    Smartphone
    SGS+ (GT-I9001) + TF300TG

    Ringraziamenti
    706
    Ringraziato 1,576 volte in 695 Posts
    Predefinito

    Quote Originariamente inviato da hypnos17 Visualizza il messaggio
    Mi riferivo a questo thread...nella rom č incluso il fix? Č stata aggiornata?

    inviato dalla mia mente distorta e malfunzionante
    La rom č aggiornata...

    Inviato dal mio GT-I9001
    Xiaomi MI5 Pro 4/128GB Ceramic Black
    Phone 1: AOSP 6.0.1 (JDC Team)

    Samsung SGS4 (2x GT-I9505 LTE)
    Phone 2: OptimizedCM 13 (JDC Team)
    Phone 3: AOSP v7.0.0 (JDC Team)


  11. #1109
    Androidiano VIP L'avatar di hypnos17


    Registrato dal
    May 2012
    Localitā
    Pan Daemonium
    Messaggi
    9,436
    Smartphone
    Galaxy s plus

    Ringraziamenti
    1,540
    Ringraziato 3,444 volte in 2,652 Posts
    Predefinito

    Incluso il fix?

    inviato dalla mia mente distorta e malfunzionante

  12. #1110
    Baby Droid


    Registrato dal
    Jul 2012
    Messaggi
    42
    Smartphone
    Honor 8

    Ringraziamenti
    17
    Ringraziato 1 volta in 1 Post
    Predefinito

    Si č stato aggiornato con il fix

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

    smeroni68 (03-09-12)

Pagina 111 di 178 primaprima ... 1161101109110111112113121161 ... ultimoultimo
Ultima pagina

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