quando parlate di moddare volt, vi riferite al voltaggio mpu in trickster mod ?
quando parlate di moddare volt, vi riferite al voltaggio mpu in trickster mod ?
Ho alzato di 50 ma niente... Vabe aspetterò la 33
Inviato dal mio Galaxy Nexus usando Androidiani App
Nulla è reale, tutto è lecito.
iPhone 5 16GB iOS 10.1
E ricorda che se ti sono stato utile ringraziami cliccando il tasto "Thanks" non fa male a nessuno e fa tutti più felici!!!
Fancy r33 out... torno a lavoro anche io, quindi..
O meglio il download per gli utenti non è ancora disponibile... io sono già al lavoro sul codice sorgente...
Penso che lo caricherà tra qualche ora...
Ultima modifica di Alkemix; 29-06-13 alle 13:48
Il duro lavoro condiviso gratuitamente va rispettato, non calpestato !
SuperMIUI ROM 4.2.2 modificata e convertita a F2FS e resa compatibile con TWRP: kernel dfk 1.5 F2FS MIUI edition inside !
fedelamb (29-06-13),LuCiolla90 (29-06-13),oleksandr (29-06-13),Tex99 (29-06-13)
Ciao raga, si può avere il link dell r33? Grazie
Mettiti su questa pagina e aggiorna ogni tanto: Index of /fancykernel
Appena esce la cartella giù r33 scarichi.
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
Grazie mille
LG Nexus 5 16GB
ROM: Purity 4.4.2
Kernel: Stock Purity
Asus Nexus 7 2013
ROM: Stock 4.4.2
Kernel: Stock
Samsung Galaxy Ace 2 di mio fratello
ROM: AOSP 4.4.2 KitKat
Kernel: Stock AOSP KK
Samsung Galaxy S Advance della mia ragazza
ROM: Stock ITV LQL 4.1.2
Kernel: Stock
fedelamb (29-06-13),LuCiolla90 (29-06-13),oleksandr (29-06-13),Pelide (29-06-13)
Appena messa su la r33 ext.. Vediamo come va, aspetto ancora il changelog da boype
@Alkemix, amico ti devo fare i miei complimenti, l'ho provato per 2 giorni e devo dire che mi ha dato grandi soddisfazioni! Continua cosi! Quando avrai qualcosa di nuovo, sono sempre disponibile, con la slim girava una favola. :-)
Edit:
r32 >> r33
- updated to Linux 3.0.84
- reverted to Google GCC 4.7 toolchain (reported to be smoother than Linaro)
- optimized LPDDR RAM timings (+ ~10% throughput; check the knowledge base for more info)
- reverted a few commits from TI repo that have been responsible for unusual battery drain apparently
- increased default thermal threshold to 70°C (was 64°C in r32; was 71°C in r31 and earlier; helps with slowdowns)
- added 1344 and 1536 MHz CPU steps (above 1.2 GHz ONLY the chosen maximum overclocking frequency will be used. E.g., if you choose 1420 MHz, 1344 will not be used)
- pulled-in latest interactive governor patches from Google 3.4 kernel source
- implemented io_is_busy function into ondemandplus governor and activated it
- implemented 'timer slack' feature (This will effectively reduce the number of CPU wakeups, saving battery; check the knowledge base for background information)
- added MiHome Launcher to whitelist (com.miui.mihome2)
- few other things
Ultima modifica di oleksandr; 29-06-13 alle 15:59
Alkemix (29-06-13),edoardomarco (29-06-13),fedelamb (29-06-13),LuCiolla90 (29-06-13),Mithril (29-06-13),Pelide (29-06-13),slv96 (29-06-13),Tex99 (29-06-13)
The surprise feature I was talking about is timer slacking. I'll post more information on this in (literally) a second. I have not tested this too much yet, but it definitly works and will hopefully save power. Thanks to Charmacas for mentioning it via PM and also thanks to Amperific for a commit that pointed me in the right direction.
What does the timer slack feature do?
Timer slacking aims to synchronize applications' and processes' CPU requests. The goal is to wake up the CPU less often in oder to save battery. What you need to know here is the following: waking the CPU up and putting it back to sleep again consumes power. Imagine that four apps wake the CPU up four times each in one second. While without timer slacking the CPU would be woken up 16 times, it is desirable to coordinate the wakeups. If done right, the CPU would wake up less often, effectively allowing power savings and longer sleep periods. This is what timer slacking does.
I have activated timer slacking only for background applications, so that everything else stays as responsive as you know it.
Apple has recently introduced this feature under the name 'timer coalescing' with their Mac OSX Maverick (link).
More information: How Apple does timer slacking ('Timer coalescing') (Scroll a little down to the diagrams)
edoardomarco (29-06-13),fedelamb (29-06-13),LuCiolla90 (29-06-13),Mithril (29-06-13),oleksandr (29-06-13),slv96 (29-06-13),Tex99 (29-06-13)